9ca638cccea9045ee9c6747f39df12e5fe6c678b
[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 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
35         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
36              From: Richard.Foley@t-online.de (Richard Foley)            
37              Date: Sun, 28 Oct 2001 00:48:32 +0200
38              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
39      Branch: perl
40            ! pod/perlhack.pod
41 ____________________________________________________________________________
42 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
43         Log: Must store pointers with the right width.
44      Branch: perl
45            ! op.h
46 ____________________________________________________________________________
47 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
48         Log: Integrate change #12711 from perlio;
49              
50              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
51              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
52      Branch: perl
53           !> perlio.c
54 ____________________________________________________________________________
55 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
56         Log: Subject: [PATCH] make minitest
57              From: Nicholas Clark <nick@ccl4.org>
58              Date: Sat, 27 Oct 2001 22:56:16 +0100
59              Message-ID: <20011027225616.L20275@plum.flirble.org>
60      Branch: perl
61            ! t/TEST
62 ____________________________________________________________________________
63 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
64         Log: Patch #12661 missed this.
65      Branch: perl
66            ! ext/DB_File/DB_File.pm
67 ____________________________________________________________________________
68 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
69         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
70              From: "Craig A. Berry" <craigberry@mac.com>
71              Date: Sat, 27 Oct 2001 16:07:47 -0500
72              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
73      Branch: perl
74            ! configure.com perlio.c
75 ____________________________________________________________________________
76 [ 12711] By: nick                                  on 2001/10/27  19:49:25
77         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
78              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
79      Branch: perlio
80            ! perlio.c
81 ____________________________________________________________________________
82 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
83         Log: Let's not replace reason if there's one already supplied.
84      Branch: perl
85            ! t/op/regexp.t
86 ____________________________________________________________________________
87 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
88         Log: is not good.
89      Branch: perl
90            ! t/op/regexp.t
91 ____________________________________________________________________________
92 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
93         Log: ldlibpth can exist but be unset.
94      Branch: perl
95            ! t/TEST
96 ____________________________________________________________________________
97 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
98         Log: Unicode: property alias naming cleanup.
99      Branch: perl
100            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
101 ____________________________________________________________________________
102 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
103         Log: FAQ sync.
104      Branch: perl
105            ! pod/perlfaq4.pod
106 ____________________________________________________________________________
107 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
108         Log: Integrate change #12703 from maintperl;
109              
110              typemap stuff intervenes before declaration, move it to PREINIT
111              section
112              
113              (an empty integrate, but now the files are in sync
114              between the branches)
115      Branch: perl
116           !> ext/ODBM_File/ODBM_File.xs
117 ____________________________________________________________________________
118 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
119         Log: More PerlIO symbols.
120      Branch: perl
121            ! makedef.pl
122 ____________________________________________________________________________
123 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
124         Log: typemap stuff intervenes before declaration, move it to PREINIT
125              section
126      Branch: maint-5.6/perl
127            ! ext/ODBM_File/ODBM_File.xs
128 ____________________________________________________________________________
129 [ 12702] By: nick                                  on 2001/10/27  14:09:35
130         Log: Integrate mainline
131      Branch: perlio
132           +> ext/threads/shared/t/av_simple.t
133           +> ext/threads/shared/t/hv_refs.t
134           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
135           !> (integrate 109 files)
136 ____________________________________________________________________________
137 [ 12700] By: ams                                   on 2001/10/26  21:22:23
138         Log: Subject: [PATCH] tweak divide
139              From: Nicholas Clark <nick@ccl4.org>
140              Date: Fri, 26 Oct 2001 22:52:17 +0100
141              Message-Id: <20011026225217.B20275@plum.flirble.org>
142      Branch: perl
143            ! pp.c
144 ____________________________________________________________________________
145 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
146         Log: Integrate a buncha things from maintperl.
147      Branch: maint-5.6/macperl
148           !> (integrate 32 files)
149 ____________________________________________________________________________
150 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
151         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
152              From: Andy Dougherty <doughera@lafayette.edu>
153              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
154              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
155      Branch: perl
156            ! hints/svr4.sh
157 ____________________________________________________________________________
158 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
159         Log: When you're root, many things become writable.
160      Branch: perl
161            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
162 ____________________________________________________________________________
163 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
164         Log: Update Changes.
165      Branch: perl
166            ! Changes patchlevel.h
167 ____________________________________________________________________________
168 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
169         Log: Term/Cap.t attempts to access the floppy drive for no good reason
170              on dosish systems
171      Branch: perl
172            ! lib/Term/Cap.t
173 ____________________________________________________________________________
174 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
175         Log: fix misleading comment on known inadequacy in B::Terse, and skip
176              it correctly
177      Branch: perl
178            ! ext/B/t/terse.t
179 ____________________________________________________________________________
180 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
181         Log: fix spurious AutoSplit.t failure under windows
182      Branch: perl
183            ! lib/AutoSplit.t
184 ____________________________________________________________________________
185 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
186         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
187      Branch: perl
188            ! ext/Time/HiRes/HiRes.t
189 ____________________________________________________________________________
190 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
191         Log: More logical to use %04"UVXf" than %"UVuf" since
192              the Unicode standard prefers hex.
193      Branch: perl
194            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
195            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
196            ! lib/unicore/mktables utf8.c
197 ____________________________________________________________________________
198 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
199         Log: change#12065 seems to have broken Encode build on windows; fix
200      Branch: perl
201            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
202 ____________________________________________________________________________
203 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
204         Log: Unicode: add the case folding table.
205      Branch: perl
206            + lib/unicore/To/Fold.pl
207            ! MANIFEST lib/unicore/mktables
208 ____________________________________________________________________________
209 [ 12688] By: sky                                   on 2001/10/26  13:51:29
210         Log: Get the new functions right, do not export lock since we use builtin lock.
211              TODO: fix xsubpp to support the new prototypes
212      Branch: perl
213            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
214 ____________________________________________________________________________
215 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
216         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
217              as suggested by Sarathy.
218      Branch: perl
219            ! mg.c
220 ____________________________________________________________________________
221 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
222         Log: avoid compiler warning
223      Branch: perl
224            ! win32/win32.c
225 ____________________________________________________________________________
226 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
227         Log: WinCE update from Rainer Keuchel.
228      Branch: perl
229            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
230            ! wince/wince.c
231 ____________________________________________________________________________
232 [ 12684] By: sky                                   on 2001/10/26  13:34:33
233         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
234      Branch: perl
235            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
236 ____________________________________________________________________________
237 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
238         Log: More fixes that were made to the core and not in the libnet src
239      Branch: perl
240            ! lib/Net/Domain.pm
241 ____________________________________________________________________________
242 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
243         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
245              Date: Fri, 26 Oct 2001 13:55:21 +0200
246              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
247              
248              (plus make the db-recno.t#59 accept both \n and \r\n)
249      Branch: perl
250            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
251            ! ext/DB_File/t/db-recno.t
252 ____________________________________________________________________________
253 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
254         Log: Fix tests to be able to run in the core and the CPAN dist
255      Branch: perl
256            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
257            ! lib/Net/t/require.t lib/Net/t/smtp.t
258 ____________________________________________________________________________
259 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
260         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
261              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
262              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
263              Date: Fri, 26 Oct 2001 08:34:46 EDT
264      Branch: perl
265            ! ext/Time/HiRes/HiRes.t
266 ____________________________________________________________________________
267 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
268         Log: Sync libnet modules with what will be libnet-1.08
269      Branch: perl
270            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
271            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
272            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
273            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
274 ____________________________________________________________________________
275 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
276         Log: Integrate maintperl changes #12268 and #12669;
277              
278              final touches to the audit for statics and thread-unsafe code
279              * make DB_File, ODBM_File thread-safe 
280              * remove unnecessary/dangerous statics and protect others
281              from not getting accidentally enabled under threaded perls
282              
283              windows support functions get_childdir() et al aren't exported
284              correctly under vanilla build
285              
286              Testing under win32 appreciated since changes there had
287              to be manually merged and I cannot test how badly did I do.
288      Branch: perl
289           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
290           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
291           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
292           !> win32/vmem.h win32/win32.c win32/win32iop.h
293 ____________________________________________________________________________
294 [ 12677] By: sky                                   on 2001/10/26  12:37:17
295         Log: More Config::threads to threads::threads changes
296      Branch: perl
297            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
298 ____________________________________________________________________________
299 [ 12676] By: sky                                   on 2001/10/26  12:31:46
300         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
301      Branch: perl
302            ! ext/threads/threads.pm ext/threads/threads.xs
303 ____________________________________________________________________________
304 [ 12675] By: sky                                   on 2001/10/26  12:06:30
305         Log: Allocing a TLS in runtime is not too hot.
306      Branch: perl
307            ! ext/threads/threads.xs
308 ____________________________________________________________________________
309 [ 12674] By: sky                                   on 2001/10/26  11:59:09
310         Log: Don't display debug data.
311      Branch: perl
312            ! ext/threads/threads.pm
313 ____________________________________________________________________________
314 [ 12673] By: sky                                   on 2001/10/26  11:35:47
315         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
316              complete bar support for blessed objects.
317              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
318      Branch: perl
319            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
320 ____________________________________________________________________________
321 [ 12672] By: sky                                   on 2001/10/26  11:15:28
322         Log: Fix case where shared reference does not exist in current thread.
323      Branch: perl
324            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
325 ____________________________________________________________________________
326 [ 12671] By: sky                                   on 2001/10/26  08:48:52
327         Log: Support for references in shared arrays.
328      Branch: perl
329            ! ext/threads/shared/shared.xs
330 ____________________________________________________________________________
331 [ 12670] By: sky                                   on 2001/10/26  08:30:11
332         Log: Add tests for references in hashes.
333      Branch: perl
334            + ext/threads/shared/t/hv_refs.t
335            ! MANIFEST
336 ____________________________________________________________________________
337 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
338         Log: windows support functions get_childdir() et al aren't exported
339              correctly under vanilla build
340      Branch: maint-5.6/perl
341            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
342 ____________________________________________________________________________
343 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
344         Log: final touches to the audit for statics and thread-unsafe code
345              * make DB_File, ODBM_File thread-safe 
346              * remove unnecessary/dangerous statics and protect others
347              from not getting accidentally enabled under threaded perls
348      Branch: maint-5.6/perl
349            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
350            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
351            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
352            ! win32/win32.c
353 ____________________________________________________________________________
354 [ 12667] By: ams                                   on 2001/10/26  03:48:36
355         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
356              From: "Richard Soderberg" <rs@crystalflame.net>
357              Date: Thu, 25 Oct 2001 23:42:50 -0400
358              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
359      Branch: perl
360            ! sharedsv.c
361 ____________________________________________________________________________
362 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
363         Log: Integrate change #12664 from maintperl;
364              
365              the newest GCCs don't seem to like C<"string1"##STRING2>
366              so keep it as C<"string1" STRING2> (latter appears to
367              work everywhere)
368      Branch: perl
369           !> ext/DynaLoader/dlutils.c
370 ____________________________________________________________________________
371 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
372         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
373              From: Chris Nandor <pudge@pobox.com>
374              Date: Thu, 25 Oct 2001 22:15:03 -0400
375              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
376      Branch: perl
377            ! perl.h
378 ____________________________________________________________________________
379 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
380         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
381              C<"string1" STRING2> (latter appears to work everywhere)
382      Branch: maint-5.6/perl
383            ! ext/DynaLoader/dlutils.c
384 ____________________________________________________________________________
385 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
386         Log: AUTHORS update.
387      Branch: perl
388            ! AUTHORS
389 ____________________________________________________________________________
390 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
391         Log: Integrate change #12660 from maintperl;
392              
393              make the dMY_CXT stuff available under all of
394              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
395      Branch: perl
396           !> perl.h
397 ____________________________________________________________________________
398 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
399         Log: Subject: [PATCH] DB_File-1.79
400              From: "Paul Marquess" <paul.marquess@openwave.com>
401              Date: Fri, 26 Oct 2001 00:03:54 +0100
402              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
403      Branch: perl
404            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
405            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
406 ____________________________________________________________________________
407 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
408         Log: make the dMY_CXT stuff available under all of
409              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
410      Branch: maint-5.6/perl
411            ! perl.h
412 ____________________________________________________________________________
413 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
414         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
415              From: Michael G Schwern <schwern@pobox.com>
416              Date: Thu, 25 Oct 2001 18:28:12 -0400
417              Message-ID: <20011025182812.M4811@blackrider>
418      Branch: perl
419            ! t/run/kill_perl.t
420 ____________________________________________________________________________
421 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
422         Log: STRLEN != int.
423      Branch: perl
424            ! regcomp.c regexec.c
425 ____________________________________________________________________________
426 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
427         Log: Subject: [PATCH] remove small IVop redundancy
428              From: Nicholas Clark <nick@ccl4.org>
429              Date: Thu, 25 Oct 2001 22:48:28 +0100
430              Message-ID: <20011025224827.M66471@plum.flirble.org>
431      Branch: perl
432            ! pp.c pp_hot.c
433 ____________________________________________________________________________
434 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
435         Log: Metaconfig unit change for #12655.
436      Branch: metaconfig/U/perl
437            ! Extensions.U
438 ____________________________________________________________________________
439 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
440         Log: Subject: Re: Not OK @12650
441              From: Andy Dougherty <doughera@lafayette.edu>
442              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
443              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
444      Branch: perl
445            ! Configure
446 ____________________________________________________________________________
447 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
448         Log: Integrate changes #12652 and #12653 from maintperl;
449              
450              more tweaks to change#12626
451              * move the boilerplate code over to perl.h and make DynaLoader
452              use it
453              * make re, Opcode, File::Glob and B threadsafe
454              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
455              C<no re;> anywhere)
456              
457              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
458              
459              File::Glob required a bit more work in bleadperl
460              because of ExtUtils::Constant (see the Makefile.PL change)
461      Branch: perl
462            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
463           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
464           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
465 ____________________________________________________________________________
466 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
467         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
468      Branch: maint-5.6/perl
469            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
470            ! ext/Opcode/Opcode.xs ext/re/re.xs
471 ____________________________________________________________________________
472 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
473         Log: more tweaks to change#12626
474              * move the boilerplate code over to perl.h and make DynaLoader
475              use it
476              * make re, Opcode, File::Glob and B threadsafe
477              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
478              C<no re;> anywhere)
479      Branch: maint-5.6/perl
480            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
481            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
482 ____________________________________________________________________________
483 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
484         Log: Metaconfig unit change for #12650.
485      Branch: metaconfig/U/perl
486            ! Extensions.U
487 ____________________________________________________________________________
488 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
489         Log: Subject: Re: ithreads doesn't like usedl=n
490              From: Andy Dougherty <doughera@lafayette.edu>
491              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
492              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
493              
494              Special-case threads::shared.
495      Branch: perl
496            ! Configure
497 ____________________________________________________________________________
498 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
499         Log: Getting fancier...
500      Branch: perl
501            ! t/TEST
502 ____________________________________________________________________________
503 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
504         Log: csh - what a pain.
505      Branch: perl
506            ! t/TEST
507 ____________________________________________________________________________
508 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
509         Log: Update Changes.
510      Branch: perl
511            ! Changes patchlevel.h
512 ____________________________________________________________________________
513 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
514         Log: Allow resetting the locale system for the duration
515              of the build (Mac OS X default setting LANG=En_US
516              ist kaputt)
517      Branch: perl
518            ! Makefile.SH
519 ____________________________________________________________________________
520 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
521         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
522      Branch: perl
523            ! ext/Digest/MD5/t/files.t
524 ____________________________________________________________________________
525 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
526         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
527              From: Andy Dougherty <doughera@lafayette.edu>
528              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
529              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
530      Branch: perl
531            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
532            ! ext/threads/shared/Makefile.PL
533 ____________________________________________________________________________
534 [ 12643] By: sky                                   on 2001/10/25  12:28:26
535         Log: Add support for reference members of hashes.
536      Branch: perl
537            ! ext/threads/shared/shared.xs
538 ____________________________________________________________________________
539 [ 12642] By: ams                                   on 2001/10/25  12:21:13
540         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
541              From: "Norton Allen" <nort@qnx.com>
542              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
543              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
544      Branch: perl
545            ! ext/Digest/MD5/MD5.xs
546 ____________________________________________________________________________
547 [ 12641] By: sky                                   on 2001/10/25  10:27:39
548         Log: Tests shared hashes.
549      Branch: perl
550            + ext/threads/shared/t/hv_simple.t
551            ! MANIFEST
552 ____________________________________________________________________________
553 [ 12640] By: sky                                   on 2001/10/25  10:18:23
554         Log: Fix threadcounts for arrays and hashes.
555      Branch: perl
556            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
557 ____________________________________________________________________________
558 [ 12639] By: sky                                   on 2001/10/25  10:17:26
559         Log: Note to self, doing *src_ary++ in a macro that evaluates
560              the value more than once is a good way to dump core.
561      Branch: perl
562            ! sharedsv.c
563 ____________________________________________________________________________
564 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
565         Log: Integrate change #12636 from maintperl; more dl fixups.
566      Branch: perl
567           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
568           !> ext/DynaLoader/dl_vms.xs
569 ____________________________________________________________________________
570 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
571         Log: Like dl_hpux, like dl_dld.
572      Branch: perl
573            ! ext/DynaLoader/dl_dld.xs
574 ____________________________________________________________________________
575 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
576         Log: followups to change#12635
577      Branch: maint-5.6/perl
578            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
579            ! ext/DynaLoader/dl_vms.xs
580 ____________________________________________________________________________
581 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
582         Log: add part of change#12634 to the two files that need it; dl_aix.xs
583              in maint-5.6 doesn't have the branch that had the problem in
584              mainline
585      Branch: maint-5.6/perl
586            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
587 ____________________________________________________________________________
588 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
589         Log: Fixes for #12627.
590      Branch: perl
591            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
592 ____________________________________________________________________________
593 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
594         Log: Since pv_uni_display and sv_uni_display are now used
595              in the re extension, their symbols have to be exported.
596      Branch: perl
597            ! embed.pl global.sym
598 ____________________________________________________________________________
599 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
600         Log: Subject:  Re: [PATCH Perl@12567] debug /list
601              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
602              Date: Tue, 23 Oct 2001 21:40:33 EDT
603              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
604      Branch: perl
605            ! configure.com
606 ____________________________________________________________________________
607 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
608         Log: This takes care of some of the re 'debug' cases but
609              not all cases since the information whether the pattern
610              or the target are utf8 seems to be either lost or not
611              spread widely enough, sigh.
612      Branch: perl
613            ! regcomp.c
614 ____________________________________________________________________________
615 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
616         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
617              From: John Peacock <jpeacock@rowman.com>
618              Date: Wed, 24 Oct 2001 16:53:29 -0400
619              Message-ID: <3BD72A49.1508D152@rowman.com>
620      Branch: perl
621            ! configure.com
622 ____________________________________________________________________________
623 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
624         Log: Upgrade NetWare and WinCE as in #12626.
625      Branch: perl
626            ! NetWare/dl_netware.xs wince/dl_win32.xs
627 ____________________________________________________________________________
628 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
629         Log: Tru64 compiler nit.
630      Branch: perl
631            ! ext/threads/shared/shared.xs
632 ____________________________________________________________________________
633 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
634         Log: Integrate change #12626 from maintperl;
635              make DynaLoader threadsafe by moving all statics into
636              interpreter-local space
637              
638              TODO: Netware, OS/2, WinCE
639      Branch: perl
640           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
641           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
642           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
643           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
644           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
645           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
646           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
647 ____________________________________________________________________________
648 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
649         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
650              space
651      Branch: maint-5.6/perl
652            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
653            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
654            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
655            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
656            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
657            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
658            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
659 ____________________________________________________________________________
660 [ 12625] By: sky                                   on 2001/10/24  20:05:26
661         Log: Change #12623 inflicted an infinite hang. Fixed.
662      Branch: perl
663            ! ext/threads/shared/shared.xs
664 ____________________________________________________________________________
665 [ 12624] By: sky                                   on 2001/10/24  19:06:55
666         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
667      Branch: perl
668            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
669 ____________________________________________________________________________
670 [ 12623] By: sky                                   on 2001/10/24  18:06:34
671         Log: We need to do sharedsv_find in the original perl context.
672      Branch: perl
673            ! ext/threads/shared/shared.xs
674 ____________________________________________________________________________
675 [ 12622] By: sky                                   on 2001/10/24  17:26:51
676         Log: Add support for basic support for AVs, references not supported yet.
677              Add test for AVs.
678              Add more tests to sv_refs
679              Fix documentation issues.  
680      Branch: perl
681            + ext/threads/shared/t/av_simple.t
682            ! MANIFEST ext/threads/shared/shared.pm
683            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
684 ____________________________________________________________________________
685 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
686         Log: Dump Unicode better for re 'debug'.  The regprop()
687              is unfinished since have to figure out how to detect
688              Unicodeness in there.
689      Branch: perl
690            ! regcomp.c regexec.c
691 ____________________________________________________________________________
692 [ 12620] By: sky                                   on 2001/10/24  13:18:07
693         Log: Add support for finding shared arrays and hashes.
694      Branch: perl
695            ! sharedsv.c
696 ____________________________________________________________________________
697 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
698         Log: Rewrite sv_uni_display() as pv_uni_display() as
699              reimplement sv_uni_display() using that.
700      Branch: perl
701            ! dump.c embed.h embed.pl proto.h
702 ____________________________________________________________________________
703 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
704         Log: Integrate change #12615 from maintperl;
705              on Windows, IO::File::new_tmpfile() fails after being called
706              32767 times because MSVCRT thinks stdio's TMP_MAX is a
707              process-wide limit
708      Branch: perl
709           !> win32/win32.c
710 ____________________________________________________________________________
711 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
712         Log: Don't try to print ints as IVs.
713      Branch: perl
714            ! ext/Time/HiRes/HiRes.xs
715 ____________________________________________________________________________
716 [ 12616] By: sky                                   on 2001/10/24  11:06:35
717         Log: We only need to fetch the SV from the backend if the index
718              is not the same as mg_private.     In theory this could be
719              a problem if there are an exact multiple of U16 changes
720              of a shared variable between two access in a given thread,
721              we choose to avoid theory for now.
722      Branch: perl
723            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
724 ____________________________________________________________________________
725 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
726         Log: on Windows, IO::File::new_tmpfile() fails after being called
727              32767 times because MSVCRT thinks stdio's TMP_MAX is a
728              process-wide limit
729      Branch: maint-5.6/perl
730            ! win32/win32.c
731 ____________________________________________________________________________
732 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
733         Log: Negation and Unicode: sort of solves 20010303.010,
734              except not quite like reported in the Subject
735              (Perl_warner is still utf8-ignorant).
736      Branch: perl
737            ! pp.c t/lib/warnings/sv
738 ____________________________________________________________________________
739 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
740         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
741      Branch: perl
742            ! sv.c t/lib/warnings/sv
743 ____________________________________________________________________________
744 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
745         Log: sv_uni_display(): do not add the "...", let the caller
746              do it if wanted, and be prepared for more display options.
747      Branch: perl
748            ! dump.c embed.h embed.pl proto.h
749 ____________________________________________________________________________
750 [ 12611] By: nick                                  on 2001/10/23  20:28:07
751         Log: Integrate mainline
752      Branch: perlio
753           !> Changes configure.com cygwin/cygwin.c
754           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
755           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
756           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
757           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
758           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
759           !> utils/h2xs.PL utils/perldoc.PL
760 ____________________________________________________________________________
761 [ 12610] By: sky                                   on 2001/10/23  19:39:24
762         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
763              READONLY but still dies with modification attempt. We only call bless for ext and
764              umagic.
765      Branch: perl
766            ! sv.c
767 ____________________________________________________________________________
768 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
769         Log: Croak() on negative time; doc tweaks.
770      Branch: perl
771            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
772            ! ext/Time/HiRes/HiRes.xs
773 ____________________________________________________________________________
774 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
775         Log: FAQ sync.
776      Branch: perl
777            ! pod/perlfaq4.pod pod/perlfaq7.pod
778 ____________________________________________________________________________
779 [ 12607] By: sky                                   on 2001/10/23  18:27:27
780         Log: Call setmagic on the referant we blessing!
781      Branch: perl
782            ! sv.c
783 ____________________________________________________________________________
784 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
785         Log: Small test nits.
786      Branch: perl
787            ! t/op/lc.t
788 ____________________________________________________________________________
789 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
790         Log: Update Changes.
791      Branch: perl
792            ! Changes patchlevel.h
793 ____________________________________________________________________________
794 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
795         Log: Make the PerlIO_init() prototypes consistent.
796      Branch: perl
797            ! perlio.c
798 ____________________________________________________________________________
799 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
800         Log: Upping the test count is a good idea.
801      Branch: perl
802            ! t/op/lc.t
803 ____________________________________________________________________________
804 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
805         Log: Document the final sigma spot.
806      Branch: perl
807            ! pp.c
808 ____________________________________________________________________________
809 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
810         Log: Fix multicharacter titlecase (ucfirst).
811      Branch: perl
812            ! pod/perlunicode.pod pp.c t/op/lc.t
813 ____________________________________________________________________________
814 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
815         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
816              From: Mikhail Zabaluev <mhz@alt-linux.org>
817              Date: Tue, 23 Oct 2001 10:40:37 +0400
818              Message-ID: <20011023104037.A12761@localhost.localdomain>
819              
820              (#12406 replaced with this)
821      Branch: perl
822            ! utils/perldoc.PL
823 ____________________________________________________________________________
824 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
825         Log: MacOS Classic updates from Pudge.
826      Branch: perl
827            ! lib/File/Spec.t lib/File/Spec/Mac.pm
828 ____________________________________________________________________________
829 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
830         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
831              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
832              Date: Sun, 14 Oct 2001 23:14:46 +0200
833              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
834              
835              except for the 2->4 changes.
836      Branch: perl
837            ! lib/AutoSplit.t
838 ____________________________________________________________________________
839 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
840         Log: integrate macperl contents into maint-5.6
841      Branch: maint-5.6/perl
842            ! mg.c
843           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
844           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
845           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
846           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
847           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
848           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
849           !> t/lib/filefind.t t/lib/filespec.t
850 ____________________________________________________________________________
851 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
852         Log: At some point the #6234 has been lost from the mainline
853              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
854      Branch: perl
855            ! lib/File/Spec/Win32.pm
856 ____________________________________________________________________________
857 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
858         Log: Cygwin seems to round up (or closest, but not down)
859              for time(), so half of the time (bad pun intended)
860              Time::HiRes::time() is less than time(), half of
861              the time it's more.  So let's try harder in the loop.
862      Branch: perl
863            ! ext/Time/HiRes/HiRes.t
864 ____________________________________________________________________________
865 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
866         Log: MacOS Classic timeofday(), from Chris Nandor. 
867      Branch: perl
868            ! ext/Time/HiRes/HiRes.xs
869 ____________________________________________________________________________
870 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
871         Log: Integrate changes #12580 and #12581 from macperl;
872              
873              Fix path construction.
874              
875              (Copyright) Nit.
876      Branch: perl
877           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
878 ____________________________________________________________________________
879 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
880         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
881              doesn't seem to help (the error being output to console, maybe?)
882      Branch: perl
883            ! lib/Net/Domain.pm
884 ____________________________________________________________________________
885 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
886         Log: Taint the getcwd() result also in Cygwin.
887              (TODO: which other platforms need the same thing?)
888      Branch: perl
889            ! cygwin/cygwin.c
890 ____________________________________________________________________________
891 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
892         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
893      Branch: perl
894            ! t/op/taint.t
895 ____________________________________________________________________________
896 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
897         Log: getpwuid() fragility continues.
898      Branch: perl
899            ! utils/h2xs.PL
900 ____________________________________________________________________________
901 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
902         Log: getpwuid() might succeed but that's no guarantee
903              that the $home will be defined.
904      Branch: perl
905            ! ext/File/Glob/t/basic.t
906 ____________________________________________________________________________
907 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
908         Log: It's safer to to expand the variable, too... (see #12571)
909      Branch: perl
910            ! t/TEST
911 ____________________________________________________________________________
912 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
913         Log: Integrate with maintperl.
914      Branch: maint-5.6/macperl
915           !> win32/bin/pl2bat.pl win32/win32.c
916 ____________________________________________________________________________
917 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
918         Log: Oops, forgot to include Win32 ... just as well, since it
919              seems in bleadperl, change #7764 was not included
920              (adding C:\temp).  Re-added.  Rip it back out if it
921              doesn't belong.  :-)
922      Branch: maint-5.6/macperl
923            ! lib/File/Spec/Win32.pm
924 ____________________________________________________________________________
925 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
926         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
927              From: "Craig A. Berry" <craigberry@mac.com>
928              Date: Mon, 22 Oct 2001 15:25:19 -0500
929              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
930      Branch: perl
931            ! configure.com
932 ____________________________________________________________________________
933 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
934         Log: Add in lots of File::Spec changes, from Thomas Wegner,
935              and sync with changes from bleadperl.
936      Branch: maint-5.6/macperl
937            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
938            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
939            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
940            ! lib/File/Spec/Win32.pm t/lib/filespec.t
941 ____________________________________________________________________________
942 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
943         Log: Sync with latest File::Find and tests from bleadperl.
944      Branch: maint-5.6/macperl
945            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
946 ____________________________________________________________________________
947 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
948         Log: Nit.
949      Branch: maint-5.6/macperl
950            ! perl.c
951 ____________________________________________________________________________
952 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
953         Log: Fix path construction.
954      Branch: maint-5.6/macperl
955            ! ext/DynaLoader/DynaLoader_pm.PL
956 ____________________________________________________________________________
957 [ 12579] By: nick                                  on 2001/10/22  19:08:35
958         Log: Integrate mainline (for Arthurs thread.xs fix)
959      Branch: perlio
960           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
961 ____________________________________________________________________________
962 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
963         Log: Fix up exported symbols, move relevant docs
964              over from macperl.pod.
965      Branch: maint-5.6/macperl
966            ! macos/ext/MacPerl/MacPerl.pm
967 ____________________________________________________________________________
968 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
969         Log: Make ADDRESS called optionally as a method.
970      Branch: maint-5.6/macperl
971            ! macos/lib/Mac/Glue.pm
972 ____________________________________________________________________________
973 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
974         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
975              Apple event.
976      Branch: maint-5.6/macperl
977            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
978            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
979            ! macos/macperl/MPTerminology.aete
980 ____________________________________________________________________________
981 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
982         Log: Clean up some build utilities. Change Entab to Duplicate;
983              fix docs and error reporting; improve macify() of paths;
984              remove requirement for Exporter.pm presence.
985      Branch: maint-5.6/macperl
986            ! macos/InstallBLIB macos/MacPerlTests.cmd
987            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
988 ____________________________________________________________________________
989 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
990         Log: Sync Time::HiRes with bleadperl
991      Branch: maint-5.6/macperl
992            ! macos/bundled_ext/Time/HiRes/HiRes.pm
993            ! macos/bundled_ext/Time/HiRes/HiRes.t
994            ! macos/bundled_ext/Time/HiRes/HiRes.xs
995 ____________________________________________________________________________
996 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
997         Log: Fix up Changes
998      Branch: maint-5.6/macperl
999            ! macos/Changes
1000 ____________________________________________________________________________
1001 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
1002         Log: A user might belong to only a single group
1003              (the group equal to the group id).
1004      Branch: perl
1005            ! t/op/groups.t
1006 ____________________________________________________________________________
1007 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
1008         Log: Prepending (instead of replacing with) the pwd is safer. 
1009      Branch: perl
1010            ! t/TEST
1011 ____________________________________________________________________________
1012 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
1013         Log: Be more robust if no hostname or domainname
1014              (especially the latter)
1015      Branch: perl
1016            ! lib/Net/Domain.pm
1017 ____________________________________________________________________________
1018 [ 12569] By: sky                                   on 2001/10/22  17:41:07
1019         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
1020      Branch: perl
1021            ! ext/threads/threads.xs
1022 ____________________________________________________________________________
1023 [ 12568] By: nick                                  on 2001/10/22  16:31:24
1024         Log: Integrate mainline
1025      Branch: perlio
1026           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
1027           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1028           +> ext/threads/shared/t/sv_refs.t
1029           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
1030            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1031            - lib/unicore/To/SpecUpper.pl
1032           !> (integrate 42 files)
1033 ____________________________________________________________________________
1034 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
1035         Log: Update Changes.
1036      Branch: perl
1037            ! Changes patchlevel.h
1038 ____________________________________________________________________________
1039 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
1040         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
1041              From: Michael G Schwern <schwern@pobox.com>
1042              Date: Mon, 22 Oct 2001 03:48:38 -0400
1043              Message-ID: <20011022034838.B1676@blackrider>
1044      Branch: perl
1045            ! pod/perlvar.pod
1046 ____________________________________________________________________________
1047 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
1048         Log: Pod nits, as suggested by Stas Bekman.
1049      Branch: perl
1050            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1051 ____________________________________________________________________________
1052 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
1053         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
1054              From: "Paul Marquess" <paul.marquess@openwave.com> 
1055              Date: Sun, 21 Oct 2001 21:11:15 +0100
1056              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
1057      Branch: perl
1058            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
1059            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
1060            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
1061            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
1062            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
1063            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
1064            ! ext/SDBM_File/sdbm.t
1065 ____________________________________________________________________________
1066 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
1067         Log: Integrate change #12559 from maintperl;
1068              various fixes for system() and backticks under windows
1069      Branch: perl
1070           !> win32/win32.c
1071 ____________________________________________________________________________
1072 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
1073         Log: Integrate change #12560 from maintperl;
1074              make pl2bat use %0 rather than "%0" (the latter fails to work
1075              in a lot of common cases)
1076      Branch: perl
1077           !> win32/bin/pl2bat.pl
1078 ____________________________________________________________________________
1079 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
1080         Log: Integrate changes #12549 and #12550 from maintperl;
1081              
1082              readline() doesn't work with our variables; it confuses them with
1083              my variables (change#4227 was incomplete)
1084      Branch: perl
1085            ! t/lib/strict/vars
1086           !> t/base/rs.t toke.c
1087 ____________________________________________________________________________
1088 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
1089         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
1090              in a lot of common cases)
1091      Branch: maint-5.6/perl
1092            ! win32/bin/pl2bat.pl
1093 ____________________________________________________________________________
1094 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
1095         Log: various fixes for system() and backticks under windows:
1096              
1097              * avoid munging whitespace that is passed within quotes
1098              * work around a cmd.exe misfeature that made multi-arg
1099              system() unreliable when there is more than one quoted
1100              argument
1101              * make multi-arg system() autoquote arguments as needed
1102              before passing them to the shell (this avoids having to
1103              second guess the shell quoting)
1104              * perl's -Dp switch can be used to trace the innards
1105      Branch: maint-5.6/perl
1106            ! win32/win32.c
1107 ____________________________________________________________________________
1108 [ 12558] By: nick                                  on 2001/10/22  08:58:42
1109         Log: Integrate ithreads buffer flush fix from perlio
1110      Branch: perl
1111           !> ext/threads/t/basic.t perl.c
1112 ____________________________________________________________________________
1113 [ 12557] By: nick                                  on 2001/10/22  08:35:09
1114         Log: All tests pass (legitimately) on ithreads
1115      Branch: perlio
1116            ! ext/threads/t/basic.t perl.c
1117 ____________________________________________________________________________
1118 [ 12556] By: nick                                  on 2001/10/22  06:51:22
1119         Log: Integrate non-ithreads fix to mainline
1120      Branch: perl
1121           !> perlio.c
1122 ____________________________________________________________________________
1123 [ 12555] By: nick                                  on 2001/10/22  06:48:33
1124         Log: Restore non-ithreads build. Interestingly binmode test passes
1125              non-ithreads - so crlf layer is not damaged and ithreads fail
1126              is a symptom ...
1127      Branch: perlio
1128            ! perlio.c
1129 ____________________________________________________________________________
1130 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
1131         Log: Integrate from perlio; restructuring.
1132      Branch: perl
1133           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
1134           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
1135           !> win32/perlhost.h
1136 ____________________________________________________________________________
1137 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
1138         Log: Integrate from maintperl
1139              (Changes 12350, 12496, 12548, 12549, 12550)
1140      Branch: maint-5.6/macperl
1141           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
1142           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
1143 ____________________________________________________________________________
1144 [ 12552] By: nick                                  on 2001/10/21  19:18:12
1145         Log: Win32 PerlIO_cleanup special cases should no longer be required.
1146      Branch: perlio
1147            ! perl.c
1148 ____________________________________________________________________________
1149 [ 12551] By: nick                                  on 2001/10/21  19:16:56
1150         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
1151      Branch: perlio
1152            ! win32/makefile.mk
1153 ____________________________________________________________________________
1154 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
1155         Log: change#12549 wasn't aware of strictures
1156      Branch: maint-5.6/perl
1157            ! t/pragma/strict-vars toke.c
1158 ____________________________________________________________________________
1159 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
1160         Log: readline() doesn't work with our variables; it confuses them with
1161              my variables (change#4227 was incomplete)
1162      Branch: maint-5.6/perl
1163            ! t/base/rs.t toke.c
1164 ____________________________________________________________________________
1165 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
1166         Log: change#12220 appears to have pulled in a mainline change that
1167              isn't applicable to maint-5.6 (some platforms don't taint
1168              cwd)
1169      Branch: maint-5.6/perl
1170            ! t/lib/filefind-taint.t
1171 ____________________________________________________________________________
1172 [ 12547] By: nick                                  on 2001/10/21  17:15:54
1173         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
1174              for them. Call explicit cleanup during destruct process.
1175              - one binmode test is failing
1176              - also ext/threads/t/basic.t fails under make test, and is noisy under
1177              harness. (Threads results are intermingled and don't match order expected.)
1178      Branch: perlio
1179            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
1180            ! perlio.h perliol.h pod/perlapi.pod sv.c
1181 ____________________________________________________________________________
1182 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
1183         Log: Implement multicharacter case mappings where a single
1184              Unicode character can be mapped into several.
1185      Branch: perl
1186            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1187            - lib/unicore/To/SpecUpper.pl
1188            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
1189            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
1190            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
1191            ! proto.h t/op/lc.t utf8.c
1192 ____________________________________________________________________________
1193 [ 12545] By: sky                                   on 2001/10/21  15:25:16
1194         Log: First support of threads::shared, support shared svs and references.
1195      Branch: perl
1196            + ext/threads/shared/Makefile.PL ext/threads/shared/README
1197            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1198            + ext/threads/shared/t/sv_refs.t
1199            + ext/threads/shared/t/sv_simple.t
1200            ! MANIFEST sharedsv.c
1201 ____________________________________________________________________________
1202 [ 12544] By: nick                                  on 2001/10/21  14:52:35
1203         Log: PerlIO layer table as PL_perlio (per-interpreter)
1204      Branch: perlio
1205            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
1206            ! pod/perlapi.pod sv.c
1207 ____________________________________________________________________________
1208 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
1209         Log: Prettyprinting.
1210      Branch: perl
1211            ! pod/perlunicode.pod
1212 ____________________________________________________________________________
1213 [ 12542] By: ams                                   on 2001/10/21  03:50:25
1214         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
1215              From: "Sean M. Burke" <sburke@cpan.org>
1216              Date: Sat, 20 Oct 2001 17:51:09 -0600
1217              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
1218      Branch: perl
1219            + pod/perlpodspec.pod
1220            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
1221            ! pod/perltoc.pod
1222 ____________________________________________________________________________
1223 [ 12541] By: nick                                  on 2001/10/20  22:23:53
1224         Log: Fix typos in new locking on MemShared
1225              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
1226              - seems to make segfaults more deterministic - suspect they are 
1227              attempt to free() after Interp and Host have gone.
1228      Branch: perlio
1229            ! perlio.c win32/perlhost.h
1230 ____________________________________________________________________________
1231 [ 12540] By: nick                                  on 2001/10/20  21:50:46
1232         Log: Remove the MemShared re-#define (again)
1233      Branch: perlio
1234            ! perlio.c
1235 ____________________________________________________________________________
1236 [ 12539] By: nick                                  on 2001/10/20  21:49:06
1237         Log: Use locks on MemShared
1238      Branch: perlio
1239            ! win32/perlhost.h
1240 ____________________________________________________________________________
1241 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
1242         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
1243              From: "chromatic" <chromatic@rmci.net>
1244              Date: Sat, 20 Oct 2001 11:13:47 -0600
1245              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
1246      Branch: perl
1247            ! installhtml
1248 ____________________________________________________________________________
1249 [ 12537] By: nick                                  on 2001/10/20  16:44:03
1250         Log: Integrate mainline
1251      Branch: perlio
1252           !> (integrate 48 files)
1253 ____________________________________________________________________________
1254 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
1255         Log: Update Changes.
1256      Branch: perl
1257            ! Changes patchlevel.h
1258 ____________________________________________________________________________
1259 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
1260         Log: Upgrade to podlators 1.11, from Russ Allbery.
1261      Branch: perl
1262            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
1263            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
1264            ! pod/pod2man.PL pod/pod2text.PL
1265 ____________________________________________________________________________
1266 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
1267         Log: Integrate perlio change #12532:
1268              introduce and use PerlIO_intmod2str().
1269      Branch: perl
1270           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
1271 ____________________________________________________________________________
1272 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
1273         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
1274      Branch: perl
1275            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
1276 ____________________________________________________________________________
1277 [ 12532] By: nick                                  on 2001/10/20  14:25:37
1278         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
1279              Use for non-PERLIO fdupopen().
1280      Branch: perlio
1281            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
1282 ____________________________________________________________________________
1283 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
1284         Log: Integrate perlio: PerlIO win32 fixes.
1285      Branch: perl
1286           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
1287           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
1288           !> proto.h sv.h win32/win32io.c
1289 ____________________________________________________________________________
1290 [ 12530] By: nick                                  on 2001/10/20  12:53:30
1291         Log: Fixed in two places - p4 resolve
1292      Branch: perlio
1293            ! perlsdio.h
1294 ____________________________________________________________________________
1295 [ 12529] By: nick                                  on 2001/10/20  12:51:05
1296         Log: Fix for ithreads/stdio build
1297      Branch: perlio
1298            ! perlio.c perlsdio.h
1299 ____________________________________________________________________________
1300 [ 12528] By: ams                                   on 2001/10/20  12:13:25
1301         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
1302              From: Michael G Schwern <schwern@pobox.com>
1303              Date: Sat, 20 Oct 2001 01:41:21 -0400
1304              Message-Id: <20011020014121.I3681@blackrider>
1305      Branch: perl
1306            ! installman
1307 ____________________________________________________________________________
1308 [ 12527] By: ams                                   on 2001/10/20  12:09:41
1309         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
1310              From: Michael G Schwern <schwern@pobox.com>
1311              Date: Sat, 20 Oct 2001 02:04:21 -0400
1312              Message-Id: <20011020020421.A11732@blackrider>
1313      Branch: perl
1314            ! lib/Pod/Checker.pm
1315 ____________________________________________________________________________
1316 [ 12526] By: ams                                   on 2001/10/20  11:59:41
1317         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
1318              From: "chromatic" <chromatic@rmci.net>
1319              Date: Fri, 19 Oct 2001 22:46:39 -0600
1320              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
1321      Branch: perl
1322            ! lib/Net/Config.pm
1323 ____________________________________________________________________________
1324 [ 12525] By: nick                                  on 2001/10/20  11:16:18
1325         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
1326              Perl_sv_setsv_flags directly.
1327      Branch: perlio
1328            ! ext/threads/threads.xs
1329 ____________________________________________________________________________
1330 [ 12524] By: nick                                  on 2001/10/20  10:28:17
1331         Log: Add a new flag character 'm' to embed.pl set to represent
1332              "functions" which are really macros. Use it foe the troublesome
1333              sv_setsv() etc. macros in sv.h - changing latter to define
1334              sv_setsv rather than sv_setsv_macro etc.
1335      Branch: perlio
1336            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
1337            ! pod/perlapi.pod proto.h sv.h
1338 ____________________________________________________________________________
1339 [ 12523] By: nick                                  on 2001/10/20  09:17:17
1340         Log: Add comments explaining why win32.h/embed.h are included where they are
1341              in perl.h 
1342      Branch: perlio
1343            ! perl.h
1344 ____________________________________________________________________________
1345 [ 12522] By: nick                                  on 2001/10/20  08:27:44
1346         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
1347              being used yet.
1348      Branch: perlio
1349            ! win32/win32io.c
1350 ____________________________________________________________________________
1351 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
1352         Log: Wording tweaks.
1353      Branch: perl
1354            ! t/TEST
1355 ____________________________________________________________________________
1356 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
1357         Log: Subject: IO module with nonblocking socket connect patch 
1358              From: Raul Dias <raul@dias.com.br>
1359              Date: Fri, 19 Oct 2001 22:45:32 -0300
1360              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
1361      Branch: perl
1362            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1363 ____________________________________________________________________________
1364 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
1365         Log: Test vertical whitespace combined with /x in \p{}.
1366      Branch: perl
1367            ! t/op/pat.t
1368 ____________________________________________________________________________
1369 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
1370         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
1371              From: Gisle Aas <gisle@ActiveState.com> 
1372              Date: 19 Oct 2001 16:46:02 -0700
1373              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
1374      Branch: perl
1375            ! lib/ExtUtils/MakeMaker.pm
1376 ____________________________________________________________________________
1377 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
1378         Log: No more this symbol.
1379      Branch: perl
1380            ! makedef.pl
1381 ____________________________________________________________________________
1382 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
1383         Log: Integrate change #12511; fix gross win32 build issues.
1384      Branch: perl
1385           !> makedef.pl sv.c
1386 ____________________________________________________________________________
1387 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
1388         Log: Unpack in scalar context should return the first value
1389              returned in list context, as pointed out by Ton Hospel
1390              in 2001-05-21 (this is how it works already in blead,
1391              just adding the test).
1392      Branch: perl
1393            ! t/op/pack.t
1394 ____________________________________________________________________________
1395 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
1396         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
1397              From: "Craig A. Berry" <craigberry@mac.com>
1398              Date: Fri, 19 Oct 2001 16:59:30 -0500
1399              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
1400      Branch: perl
1401            ! utils/perldoc.PL
1402 ____________________________________________________________________________
1403 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
1404         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
1405              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1406              Date: Fri, 19 Oct 2001 17:45:23 EDT
1407              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
1408      Branch: perl
1409            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
1410            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
1411            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
1412            ! vms/vmsish.h
1413 ____________________________________________________________________________
1414 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
1415         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
1416              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1417              Date: Fri, 19 Oct 2001 17:26:35 EDT
1418              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
1419      Branch: perl
1420            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
1421 ____________________________________________________________________________
1422 [ 12511] By: nick                                  on 2001/10/19  19:55:36
1423         Log: Fix gross win32 build issues
1424      Branch: perlio
1425            ! makedef.pl sv.c
1426 ____________________________________________________________________________
1427 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
1428         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
1429              From: David Dyck <dcd@tc.fluke.com>
1430              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
1431              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
1432      Branch: perl
1433            ! lib/File/Find.pm
1434 ____________________________________________________________________________
1435 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
1436         Log: Subject: Re: PerlIO and Encode
1437              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1438              Date: Tue, 16 Oct 2001 01:50:16 +0900
1439              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
1440      Branch: perl
1441            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
1442            ! ext/Encode/Encode/Tcl.t
1443 ____________________________________________________________________________
1444 [ 12508] By: ams                                   on 2001/10/19  17:59:16
1445         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
1446              (See #12499)
1447      Branch: perl
1448            ! pod/perlintro.pod
1449 ____________________________________________________________________________
1450 [ 12507] By: nick                                  on 2001/10/19  16:30:43
1451         Log: Integrate mainline
1452      Branch: perlio
1453           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
1454           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
1455           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
1456           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
1457           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
1458           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
1459           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1460           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
1461           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
1462           +> win32/config_H.win64
1463            - lib/Test/Utils.pm lib/unicore/mktables.PL
1464            - t/lib/Test/Simple/Catch/More.pm
1465           !> (integrate 84 files)
1466 ____________________________________________________________________________
1467 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
1468         Log: Retract the #10451 which seems to be the cause
1469              of the major leakage from while(){eval"sub{}"}
1470      Branch: perl
1471            ! op.c t/run/kill_perl.t
1472 ____________________________________________________________________________
1473 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
1474         Log: Regen toc.
1475      Branch: perl
1476            ! pod/perltoc.pod
1477 ____________________________________________________________________________
1478 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
1479         Log: Tiny tweaks.
1480      Branch: perl
1481            ! pod/perl.pod
1482 ____________________________________________________________________________
1483 [ 12503] By: ams                                   on 2001/10/19  13:34:24
1484         Log: Subject: Re: perlintro.pod
1485              From: Abe Timmerman <abe@ztreet.demon.nl>
1486              Date: Fri, 19 Oct 2001 14:12:40 +0200
1487              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
1488      Branch: perl
1489            ! pod/perlintro.pod
1490 ____________________________________________________________________________
1491 [ 12502] By: ams                                   on 2001/10/19  13:24:12
1492         Log: Slight reorganisation of references.
1493      Branch: perl
1494            ! pod/perl.pod
1495 ____________________________________________________________________________
1496 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
1497         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
1498              From: Kay Röpke <kroepke@dolphin-services.de>
1499              Date: Fri, 19 Oct 2001 14:04:01 +0200 
1500              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
1501      Branch: perl
1502            ! lib/ExtUtils/MakeMaker.pm
1503 ____________________________________________________________________________
1504 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
1505         Log: Unicode categories continue:
1506              implement Category=, Script=, Block=
1507              (these are based on an upcoming update of TR#18)
1508              Fix a bug where we got two In categories named "old italic",
1509              and another where shortcut for the Is categories wasn't taken.
1510      Branch: perl
1511            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
1512            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
1513            ! pod/perlunicode.pod t/op/pat.t
1514 ____________________________________________________________________________
1515 [ 12499] By: ams                                   on 2001/10/19  01:42:29
1516         Log: Subject: a small patch to perlintro.pod.
1517              From: Autrijus Tang <autrijus@autrijus.org>
1518              Date: Fri, 19 Oct 2001 01:45:51 +0800
1519              Message-Id: <20011019014551.A35625@not.autrijus.org>
1520              (Applied by hand with nits.)
1521      Branch: perl
1522            ! pod/perlintro.pod
1523 ____________________________________________________________________________
1524 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
1525         Log: Subject: [PATCH] OpenBSD hints for ithreads
1526              From: Andy Dougherty <doughera@lafayette.edu>
1527              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
1528              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
1529      Branch: perl
1530            ! hints/openbsd.sh
1531 ____________________________________________________________________________
1532 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
1533         Log: Retract #12446; the problem solved by #12474.
1534      Branch: perl
1535            ! hints/aix.sh
1536 ____________________________________________________________________________
1537 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
1538         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
1539              message and suppress line number info (from Steve Hay
1540              <Steve.Hay@uk.radan.com>)
1541      Branch: maint-5.6/perl
1542            ! lib/Carp/Heavy.pm
1543 ____________________________________________________________________________
1544 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
1545         Log: More documented In categories.
1546      Branch: perl
1547            ! pod/perlunicode.pod
1548 ____________________________________________________________________________
1549 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
1550         Log: Update Changes.
1551      Branch: perl
1552            ! Changes patchlevel.h
1553 ____________________________________________________________________________
1554 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
1555         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
1556      Branch: perl
1557            ! MANIFEST
1558 ____________________________________________________________________________
1559 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
1560         Log: Wrong skip() arguments.
1561      Branch: perl
1562            ! ext/B/t/terse.t
1563 ____________________________________________________________________________
1564 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
1565         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
1566              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1567              Date: Wed, 17 Oct 2001 09:10:53 EDT 
1568              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
1569      Branch: perl
1570            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
1571            ! pod/perlapi.pod vms/vms.c
1572 ____________________________________________________________________________
1573 [ 12490] By: ams                                   on 2001/10/18  09:31:00
1574         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
1575              From: Mark-Jason Dominus <mjd@plover.com>
1576              Date: Thu, 18 Oct 2001 06:25:35 -0400
1577              Message-Id: <20011018102535.19264.qmail@plover.com>
1578      Branch: perl
1579            ! pod/perl.pod
1580 ____________________________________________________________________________
1581 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
1582         Log: Prettyprinting.
1583      Branch: perl
1584            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
1585 ____________________________________________________________________________
1586 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
1587         Log: Regen toc.
1588      Branch: perl
1589            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1590 ____________________________________________________________________________
1591 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
1592         Log: Add perlintro, from Skud.
1593      Branch: perl
1594            + pod/perlintro.pod
1595            ! MANIFEST
1596 ____________________________________________________________________________
1597 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
1598         Log: FAQ sync.
1599      Branch: perl
1600            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
1601            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
1602            ! pod/perlfaq8.pod pod/perlfaq9.pod
1603 ____________________________________________________________________________
1604 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
1605         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
1606              in speed (upto 20% speedup in certain operations) but meanwhile
1607              regexps and arithmetics got slower (5-10%) (according to
1608              perlbench average speedup is negligible, and within measuring
1609              flutter, 1%).  Therefore retracting all the changes
1610              aimed at getting -std1 to compile cleanly:  #12475, #12476,
1611              #12479, #12480, #12481, #12482, #12483, #12484.
1612      Branch: perl
1613            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
1614            ! pp_hot.c pp_sys.c toke.c
1615 ____________________________________________________________________________
1616 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
1617         Log: (retracted by #12485)
1618              Strict ANSI doesn't like the third argument of main()
1619              so enable ignoring it if using ultra picky compiler.
1620      Branch: perl
1621            ! miniperlmain.c
1622 ____________________________________________________________________________
1623 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
1624         Log: (retracted by #12485)
1625              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
1626      Branch: perl
1627            ! perl.h
1628 ____________________________________________________________________________
1629 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
1630         Log: (retracted by #12485)
1631              Add explanatory comment.
1632      Branch: perl
1633            ! mg.c
1634 ____________________________________________________________________________
1635 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
1636         Log: (retracted by #12485)
1637              More dollar$hiding.
1638      Branch: perl
1639            ! doio.c perl.h pp_sys.c
1640 ____________________________________________________________________________
1641 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
1642         Log: (retracted by #12485)
1643              KISS.
1644      Branch: perl
1645            ! mg.c
1646 ____________________________________________________________________________
1647 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
1648         Log: (retracted by #12485)
1649              Thou shalt not #ifdef inside macro invocations,
1650              noticed by Rafael Garcia-Suarez.
1651      Branch: perl
1652            ! mg.c
1653 ____________________________________________________________________________
1654 [ 12478] By: ams                                   on 2001/10/17  18:50:55
1655         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
1656              From: Anton Berezin <tobez@tobez.org>
1657              Date: Wed, 17 Oct 2001 18:25:48 +0200
1658              Message-Id: <20011017182548.A12082@heechee.tobez.org>
1659      Branch: perl
1660            ! pp_sys.c
1661 ____________________________________________________________________________
1662 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
1663         Log: (retracted by #12485)
1664              Unterminated #ifdef.
1665      Branch: perl
1666            ! mg.c
1667 ____________________________________________________________________________
1668 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
1669         Log: (retracted by #12485)
1670              Avoid dollar signs in identifiers (in non-VMS) to
1671              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
1672      Branch: perl
1673            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
1674            ! toke.c
1675 ____________________________________________________________________________
1676 [ 12474] By: ams                                   on 2001/10/17  15:14:50
1677         Log: Subject: Two AIX patches
1678              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1679              Date: Wed, 17 Oct 2001 18:04:35 +0200
1680              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
1681      Branch: perl
1682            ! hints/aix.sh makedef.pl
1683 ____________________________________________________________________________
1684 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
1685         Log: Limiting the Time::HiRes::sleep and usleep to
1686              one second is not a good policy if drop-in
1687              replacement is still a goal.
1688      Branch: perl
1689            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1690            ! ext/Time/HiRes/HiRes.xs
1691 ____________________________________________________________________________
1692 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
1693         Log: Subject: [PATCH] Test::Simple 0.32
1694              From: Michael G Schwern <schwern@pobox.com> 
1695              Date: Wed, 17 Oct 2001 03:42:41 -0400
1696              Message-ID: <20011017034241.A25038@blackrider>
1697      Branch: perl
1698            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
1699            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
1700            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
1701            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
1702            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
1703            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
1704            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
1705            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
1706            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
1707            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1708            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1709            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1710            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1711            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
1712            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
1713            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
1714            ! t/lib/Test/Simple/Catch.pm
1715            ! t/lib/Test/Simple/sample_tests/five_fail.plx
1716 ____________________________________________________________________________
1717 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
1718         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
1719              From: Michael G Schwern <schwern@pobox.com> 
1720              Date: Wed, 17 Oct 2001 04:04:13 -0400
1721              Message-ID: <20011017040413.C25550@blackrider>
1722      Branch: perl
1723            ! t/TEST t/harness vms/test.com
1724 ____________________________________________________________________________
1725 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
1726         Log: Regen doc with perlmodstyle added.
1727      Branch: perl
1728            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1729 ____________________________________________________________________________
1730 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
1731         Log: Pod cleanup.
1732      Branch: perl
1733            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
1734 ____________________________________________________________________________
1735 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
1736         Log: Subject: perlmodstyle as a patch
1737              From: Kirrily Robert <skud@infotrope.net>
1738              Date: Tue, 16 Oct 2001 22:47:23 -0400
1739              Message-ID: <20011016224723.A20673@infotrope.net>
1740      Branch: perl
1741            + pod/perlmodstyle.pod
1742            ! MANIFEST
1743 ____________________________________________________________________________
1744 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
1745         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
1746              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1747              Date: Thu, 6 Sep 2001 11:09:40 +0100
1748              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
1749              
1750              Mention also the develooper p5p archive.
1751      Branch: perl
1752            ! pod/perlhack.pod
1753 ____________________________________________________________________________
1754 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
1755         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
1756              From: Kay Röpke <kroepke@dolphin-services.de>
1757              Date: Tue, 16 Oct 2001 17:23:52 +0200
1758              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
1759      Branch: perl
1760            ! lib/ExtUtils/MakeMaker.pm
1761 ____________________________________________________________________________
1762 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
1763         Log: Add the special casing mappings (from SpecCase.txt)
1764              (except for the hyper special case mappings that have
1765              the condition list); the special casing mappings are
1766              unused for now.  Small tidying up on mktables.
1767      Branch: perl
1768            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1769            + lib/unicore/To/SpecUpper.pl
1770            ! lib/unicore/mktables
1771 ____________________________________________________________________________
1772 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
1773         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
1774              From: "David H. Adler" <dha@panix.com>       
1775              Date: Tue, 16 Oct 2001 11:59:35 -0400
1776              Message-ID: <20011016115935.A13078@panix.com>
1777              
1778              Subject: [ PATCH ] perldata patch, revised
1779              From: "David H. Adler" <dha@panix.com>     
1780              Date: Tue, 16 Oct 2001 18:26:49 -0400
1781              Message-ID: <20011016182649.C23970@panix.com>
1782      Branch: perl
1783            ! pod/perldata.pod pod/perlop.pod
1784 ____________________________________________________________________________
1785 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
1786         Log: Integrate perlio: PerlIO_dup (for all but Win32).
1787      Branch: perl
1788           !> embed.h embed.pl ext/Encode/Encode.xs
1789           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
1790           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
1791           !> win32/win32io.c
1792 ____________________________________________________________________________
1793 [ 12462] By: nick                                  on 2001/10/16  19:11:30
1794         Log: PerlIOXxxx_dups for all but Win32
1795      Branch: perlio
1796            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1797            ! ext/PerlIO/Via/Via.xs
1798 ____________________________________________________________________________
1799 [ 12461] By: nick                                  on 2001/10/16  18:28:48
1800         Log: Implement PerlIOStdio_dup (explains core dumps - dup
1801              was not setting up a FILE * to be fclosed()).
1802      Branch: perlio
1803            ! perlio.c
1804 ____________________________________________________________________________
1805 [ 12460] By: nick                                  on 2001/10/16  17:31:47
1806         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
1807              overflow.
1808      Branch: perlio
1809            ! perlio.c
1810 ____________________________________________________________________________
1811 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
1812         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
1813              From: "Craig A. Berry" <craigberry@mac.com>
1814              Date: Tue, 16 Oct 2001 13:08:38 -0500
1815              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
1816      Branch: perl
1817            ! configure.com
1818 ____________________________________________________________________________
1819 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
1820         Log: Can't expect too much accuracy from a sleep of one second.
1821              (I think this will also fail with high load.)
1822      Branch: perl
1823            ! ext/Time/HiRes/HiRes.t
1824 ____________________________________________________________________________
1825 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
1826         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
1827              From: "Werner, Randolf" <randolf.werner@sap.com>
1828              Date: Tue, 16 Oct 2001 18:33:02 +0200
1829              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
1830      Branch: perl
1831            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
1832            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
1833 ____________________________________________________________________________
1834 [ 12456] By: nick                                  on 2001/10/16  14:08:16
1835         Log: Builds under ithreads (but fails all threads tests)
1836      Branch: perlio
1837            ! hv.c perlio.c sv.c
1838 ____________________________________________________________________________
1839 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
1840         Log: I think the Perl_sortsv needs *not* be skipped?
1841      Branch: perl
1842            ! makedef.pl
1843 ____________________________________________________________________________
1844 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
1845         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
1846              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
1847              Date: Tue, 16 Oct 2001 15:32:44 +0200
1848              Message-ID: <3BCC531C.11494.3E433F@localhost>
1849      Branch: perl
1850            ! t/op/groups.t
1851 ____________________________________________________________________________
1852 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
1853         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
1854              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
1855              Date: Tue, 16 Oct 2001 15:01:04 +0200
1856              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
1857      Branch: perl
1858            ! t/io/fs.t
1859 ____________________________________________________________________________
1860 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
1861         Log: A forgotten deletion.
1862      Branch: perl
1863            - lib/unicore/mktables.PL
1864 ____________________________________________________________________________
1865 [ 12451] By: nick                                  on 2001/10/16  11:32:48
1866         Log: Skeleton of "PerlIO_dup" coded.
1867              Still-passes all tests non-threaded (well it would wouldn't it!)
1868      Branch: perlio
1869            ! embed.h embed.pl ext/Encode/Encode.xs
1870            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
1871            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
1872            ! win32/win32io.c
1873 ____________________________________________________________________________
1874 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
1875         Log: Document the problem with the swash_fetch() API that affects
1876              more complex case conversions.
1877      Branch: perl
1878            ! lib/utf8_heavy.pl utf8.c
1879 ____________________________________________________________________________
1880 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
1881         Log: Make Time::HiRes::sleep() and usleep() to return
1882              the number of seconds (a floating point value) and 
1883              microseconds (an integer) actually slept (well,
1884              modulo the time spent in measuring the time actually
1885              slept...), to be a better drop-in replacement for
1886              the builtin sleep().  Noticed by Chris Nandor.
1887              
1888              Also make usleep() to croak if fed illegal number
1889              of useconds (anything greater than 1_000_000).
1890      Branch: perl
1891            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1892            ! ext/Time/HiRes/HiRes.xs
1893 ____________________________________________________________________________
1894 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
1895         Log: A missing SvREFCNT_dec.
1896      Branch: perl
1897            ! perl.c
1898 ____________________________________________________________________________
1899 [ 12447] By: nick                                  on 2001/10/15  20:27:53
1900         Log: Beginings of PerlIO_dup support (unstable)
1901      Branch: perlio
1902            ! perlio.c perliol.h
1903 ____________________________________________________________________________
1904 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
1905         Log: (retracted by #12497)
1906              In AIX vac 5 just can't seem to get regcomp right.
1907      Branch: perl
1908            ! hints/aix.sh
1909 ____________________________________________________________________________
1910 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
1911         Log: Bump the version number to agree with the maintperl one.
1912      Branch: perl
1913            ! lib/Tie/RefHash.pm
1914 ____________________________________________________________________________
1915 [ 12444] By: nick                                  on 2001/10/15  15:59:57
1916         Log: Integrate mainline
1917      Branch: perlio
1918           +> lib/Math/BigInt/t/Math/Subclass.pm
1919           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
1920           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
1921           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
1922           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
1923           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
1924           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
1925           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
1926           +> lib/unicore/mktables
1927            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
1928            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
1929            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
1930            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
1931            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
1932            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
1933            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
1934            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
1935            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
1936            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
1937            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
1938            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
1939            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
1940            - lib/unicore/syllables.txt
1941           !> (integrate 344 files)
1942 ____________________________________________________________________________
1943 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
1944         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
1945      Branch: perl
1946            ! ext/DB_File/DB_File.xs
1947 ____________________________________________________________________________
1948 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
1949         Log: Sync the skip() amounts with the number of tests.
1950      Branch: perl
1951            ! lib/Term/Complete.t
1952 ____________________________________________________________________________
1953 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
1954         Log: Update Changes.
1955      Branch: perl
1956            ! Changes patchlevel.h
1957 ____________________________________________________________________________
1958 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
1959         Log: MacOS Classic catdir() rewrite from Thomas Wegner
1960              (backward incompatibility, but a deliberate one,
1961              the old version simply is broken in its logic),
1962              also documentation updates, and as suggested replicated
1963              the File::Spec::Unix documentation updates also on the
1964              File::Spec documentation.
1965              
1966              TODO: there seems to be duplication of documentation
1967              between File::Spec and File::Spec::Unix.  I think
1968              the ::Unix should be left only with specific UNIXisms,
1969              and all the generic documentation should be in ::Spec.
1970      Branch: perl
1971            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1972            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
1973            ! lib/File/Spec/Unix.pm
1974 ____________________________________________________________________________
1975 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
1976         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
1977              From: Blair Zajac <blair@orcaware.com>
1978              Date: Mon, 24 Sep 2001 11:48:58 -0700
1979              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
1980              
1981              (the skip() messages)
1982      Branch: perl
1983            ! t/op/magic.t
1984 ____________________________________________________________________________
1985 [ 12438] By: ams                                   on 2001/10/14  23:43:59
1986         Log: Subject: [PATCH] make PerlIO default on VMS
1987              From: "Craig A. Berry" <craigberry@mac.com>
1988              Date: Sun, 14 Oct 2001 15:27:18 -0500
1989              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
1990      Branch: perl
1991            ! configure.com
1992 ____________________________________________________________________________
1993 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
1994         Log: Retract #12436 (Abhijit already did this at #12426)
1995      Branch: perl
1996            ! lib/ExtUtils/MM_Unix.pm
1997 ____________________________________________________________________________
1998 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
1999         Log: (retracted by #12437)
2000              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
2001              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
2002              Date: Sat, 13 Oct 2001 20:33:55 +0200
2003              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
2004      Branch: perl
2005            ! lib/ExtUtils/MM_Unix.pm
2006 ____________________________________________________________________________
2007 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
2008         Log: Subject: h2xs grammar nit
2009              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2010              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
2011              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
2012      Branch: perl
2013            ! utils/h2xs.PL
2014 ____________________________________________________________________________
2015 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
2016         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
2017              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2018              Date: Sun, 14 Oct 2001 11:25:08 +0100
2019              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
2020      Branch: perl
2021            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
2022            ! warnings.pl
2023 ____________________________________________________________________________
2024 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
2025         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
2026              for File::Spec::Mac::catfile)
2027      Branch: perl
2028            ! lib/h2xs.t
2029 ____________________________________________________________________________
2030 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
2031         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
2032              From: Nicholas Clark <nick@ccl4.org>
2033              Date: Sat, 13 Oct 2001 00:07:31 +0100
2034              Message-ID: <20011013000731.D67535@plum.flirble.org>
2035      Branch: perl
2036            ! lib/h2xs.t utils/h2xs.PL
2037 ____________________________________________________________________________
2038 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
2039         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
2040              before DEFINE and INC), and repent by taking DEFINE and
2041              INC away from PASTHRU.
2042      Branch: perl
2043            ! lib/ExtUtils/MM_Unix.pm
2044 ____________________________________________________________________________
2045 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
2046         Log: More MANIFEST anomalies.
2047      Branch: perl
2048            ! MANIFEST
2049 ____________________________________________________________________________
2050 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
2051         Log: Not that many.
2052      Branch: perl
2053            ! MANIFEST
2054 ____________________________________________________________________________
2055 [ 12428] By: sky                                   on 2001/10/13  20:59:27
2056         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
2057              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2058              Date: Sat, 13 Oct 2001 23:15:55 +0200
2059              Message-ID: <20011013231555.A18071@rafael>
2060      Branch: perl
2061            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
2062            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2063 ____________________________________________________________________________
2064 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
2065         Log: Rewrite mktables from scratch.
2066              - Cleaner.
2067              - Faster: 15-20 seconds as opposed to several minutes.
2068              - More dynamic: the names of the various categories
2069              such as the linebreak ones are dynamic, not static.
2070              - Is.pl: long names for the general category properties
2071              are now available.
2072              - Ranges (<... ,First>, <..., Last>) from the general
2073              categories work now.
2074              - No more mktables.PL because the mktables.PL is not
2075              and never has been run to create a mktables.
2076              - syllables.txt and Is/Syl*.pl removed: non-standard
2077              (not part of the Unicode), and the whole concept is
2078              being reworked (http://syllabary.sourceforge.net/),
2079              the old way wouldn't even work with the new Syllables.txt
2080              (it would result in 1000+ new categories)
2081      Branch: perl
2082            + lib/unicore/In/163.pl lib/unicore/In/164.pl
2083            + lib/unicore/In/165.pl lib/unicore/In/166.pl
2084            + lib/unicore/In/167.pl lib/unicore/In/168.pl
2085            + lib/unicore/In/169.pl lib/unicore/In/170.pl
2086            + lib/unicore/In/171.pl lib/unicore/Is.pl
2087            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
2088            + lib/unicore/mktables
2089            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
2090            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
2091            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
2092            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
2093            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
2094            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
2095            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
2096            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
2097            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
2098            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
2099            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
2100            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
2101            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
2102            - lib/unicore/syllables.txt
2103            ! (edit 304 files)
2104 ____________________________________________________________________________
2105 [ 12426] By: ams                                   on 2001/10/13  18:05:36
2106         Log: ExtUtils::MM_Unix should ignore comments when searching for
2107              $VERSION.
2108      Branch: perl
2109            ! lib/ExtUtils/MM_Unix.pm
2110 ____________________________________________________________________________
2111 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
2112         Log: Subject: Re: New module XML::Clean
2113              From: andreas.koenig@anima.de (Andreas J. Koenig)
2114              Date: 13 Oct 2001 10:17:09 +0200
2115              Message-ID: <m37ku0t0my.fsf@anima.de>
2116      Branch: perl
2117            ! pod/perlnewmod.pod
2118 ____________________________________________________________________________
2119 [ 12424] By: sky                                   on 2001/10/13  09:39:59
2120         Log: Set thread stack size if needed.
2121      Branch: perl
2122            ! ext/threads/threads.xs
2123 ____________________________________________________________________________
2124 [ 12423] By: sky                                   on 2001/10/13  09:36:49
2125         Log: We do want to set the attribute to joinable even on modern posix
2126              platforms.
2127      Branch: perl
2128            ! ext/threads/threads.xs
2129 ____________________________________________________________________________
2130 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
2131         Log: Subject: [PATCH ext/Data/Dumper.xs]
2132              From: Brian Ingerson <ingy@ttul.org>
2133              Date: Fri, 12 Oct 2001 19:32:35 -0700
2134              Message-ID: <20011012193235.B889@ttul.org>
2135      Branch: perl
2136            ! ext/Data/Dumper/Dumper.xs
2137 ____________________________________________________________________________
2138 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
2139         Log: Update Changes.
2140      Branch: perl
2141            ! Changes patchlevel.h
2142 ____________________________________________________________________________
2143 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
2144         Log: FAQ sync.
2145      Branch: perl
2146            ! pod/perlfaq3.pod pod/perlfaq4.pod
2147 ____________________________________________________________________________
2148 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
2149         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
2150              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
2151              Date: Fri, 12 Oct 2001 11:51:05 -0700
2152              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
2153      Branch: perl
2154            ! lib/File/Copy.pm
2155 ____________________________________________________________________________
2156 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
2157         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
2158              From: "chromatic" <chromatic@rmci.net>     
2159              Date: Thu, 11 Oct 2001 10:57:55 -0600
2160              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
2161              
2162              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
2163              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2164              Date: Thu, 11 Oct 2001 22:34:21 +0200
2165              Message-ID: <20011011223421.A693@rafael>     
2166              
2167              plus undef $Term::Complete::stty as suggested by Rafael.
2168      Branch: perl
2169            ! lib/Term/Complete.pm lib/Term/Complete.t
2170 ____________________________________________________________________________
2171 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
2172         Log: UUnndduupplleexx..
2173      Branch: perl
2174            ! perl.h
2175 ____________________________________________________________________________
2176 [ 12416] By: sky                                   on 2001/10/12  20:16:19
2177         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
2178              From: Andy Dougherty <doughera@lafayette.edu>
2179              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
2180              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
2181              (Potentially only band-aid)
2182      Branch: perl
2183            ! sv.c
2184 ____________________________________________________________________________
2185 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
2186         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
2187              mishandles kill(), and therefore the sigaction test
2188              should be skipped, from Charles Lane.
2189      Branch: perl
2190            ! ext/POSIX/t/sigaction.t
2191 ____________________________________________________________________________
2192 [ 12414] By: sky                                   on 2001/10/12  18:47:49
2193         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
2194      Branch: perl
2195            ! op.h
2196 ____________________________________________________________________________
2197 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
2198         Log: Upgrade to Math::BigInt 1.44 from Tels and
2199              further fixes from John Peacock.
2200      Branch: perl
2201            + lib/Math/BigInt/t/Math/Subclass.pm
2202            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
2203            + lib/Math/BigInt/t/subclass.t
2204            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2205            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2206            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2207            ! lib/Math/BigInt/t/mbimbf.t
2208 ____________________________________________________________________________
2209 [ 12412] By: sky                                   on 2001/10/12  18:28:23
2210         Log: perhaps pthread_attr_t really needs to be set for the old api
2211      Branch: perl
2212            ! ext/threads/threads.xs
2213 ____________________________________________________________________________
2214 [ 12411] By: sky                                   on 2001/10/12  18:11:45
2215         Log: pthread_keycreate not pthread_key_create under the here be dragons API
2216      Branch: perl
2217            ! ext/threads/threads.h
2218 ____________________________________________________________________________
2219 [ 12410] By: sky                                   on 2001/10/12  18:07:37
2220         Log: Apperently OLD PTHREADS API is a bit retarded.
2221              This should fix another set of compile failures in HP-UX 10.20.
2222      Branch: perl
2223            ! ext/threads/threads.h ext/threads/threads.xs
2224 ____________________________________________________________________________
2225 [ 12409] By: nick                                  on 2001/10/12  15:30:01
2226         Log: Blind integrate of mainline
2227      Branch: perlio
2228           +> (branch 32 files)
2229            - lib/unicode/README
2230           !> (integrate 121 files)
2231 ____________________________________________________________________________
2232 [ 12408] By: sky                                   on 2001/10/12  14:55:08
2233         Log: Let us avoid being smart for now.
2234      Branch: perl
2235            ! ext/threads/threads.h
2236 ____________________________________________________________________________
2237 [ 12407] By: sky                                   on 2001/10/12  14:38:12
2238         Log: (void*) the argument to make sure we work with picky compilers
2239      Branch: perl
2240            ! ext/threads/threads.xs
2241 ____________________________________________________________________________
2242 [ 12406] By: ams                                   on 2001/10/12  13:26:04
2243         Log: (replaced with #12600)
2244              
2245              Subject: [PATCH 5.6.1 perldoc] use File::Temp
2246              From: Mikhail Zabaluev <mhz@alt-linux.org>
2247              Date: Fri, 12 Oct 2001 12:47:47 +0400
2248              Message-Id: <20011012124747.E13918@localhost.localdomain>
2249      Branch: perl
2250            ! utils/perldoc.PL
2251 ____________________________________________________________________________
2252 [ 12405] By: ams                                   on 2001/10/12  13:05:32
2253         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
2254              From: andreas.koenig@anima.de (Andreas J. Koenig)
2255              Date: 12 Oct 2001 11:12:07 +0200
2256              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
2257      Branch: perl
2258            ! lib/Memoize/t/speed.t
2259 ____________________________________________________________________________
2260 [ 12404] By: sky                                   on 2001/10/12  12:46:15
2261         Log: A) Support OLD_PTHREADS_API
2262              B) Change from using pthread_t to using a TLS to store the
2263              index of the thread in an hash, this is to avoid problems when
2264              in fact pthread_t was not a seralizable type.
2265              Both these changes are because of HP-UX 10.20
2266              This has not been tested on win32 but should work there.
2267              Need to add support for NetWare.
2268      Branch: perl
2269            ! ext/threads/threads.h ext/threads/threads.xs
2270 ____________________________________________________________________________
2271 [ 12403] By: ams                                   on 2001/10/12  07:34:19
2272         Log: Subject: Re: New module XML::Clean
2273              From: andreas.koenig@anima.de (Andreas J. Koenig)
2274              Date: 12 Oct 2001 10:20:35 +0200
2275              Message-Id: <m3elo9uv58.fsf@anima.de>
2276      Branch: perl
2277            ! pod/perlnewmod.pod
2278 ____________________________________________________________________________
2279 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
2280         Log: More HP model tweaks from Merijn.
2281      Branch: perl
2282            ! README.hpux
2283 ____________________________________________________________________________
2284 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
2285         Log: Update Changes.
2286      Branch: perl
2287            ! Changes patchlevel.h
2288 ____________________________________________________________________________
2289 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
2290         Log: HP-UX update from H.Merijn Brand.
2291      Branch: perl
2292            ! README.hpux
2293 ____________________________________________________________________________
2294 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
2295         Log: Subject: [PATCH] fix link rot in README.vms
2296              From: "Craig A. Berry" <craigberry@mac.com>
2297              Date: Wed, 10 Oct 2001 17:17:00 -0500
2298              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
2299      Branch: perl
2300            ! README.vms
2301 ____________________________________________________________________________
2302 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
2303         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
2304              From: "chromatic" <chromatic@rmci.net>
2305              Date: Wed, 10 Oct 2001 15:50:30 -0600
2306              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
2307      Branch: perl
2308            ! lib/Term/Complete.t
2309 ____________________________________________________________________________
2310 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
2311         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
2312              From: "chromatic" <chromatic@rmci.net>
2313              Date: Wed, 10 Oct 2001 15:45:42 -0600
2314              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
2315      Branch: perl
2316            + lib/ExtUtils/Packlist.t
2317            ! MANIFEST
2318 ____________________________________________________________________________
2319 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
2320         Log: VMS needs quotes around the -I option to keep it from
2321              being downcased, from Charles Lane.
2322      Branch: perl
2323            ! t/run/kill_perl.t
2324 ____________________________________________________________________________
2325 [ 12395] By: ams                                   on 2001/10/10  16:22:32
2326         Log: Subject: [PATCH lib/FindBin.pm]
2327              From: Stas Bekman <stas@stason.org>
2328              Date: Tue, 09 Oct 2001 23:57:10 +0800
2329              Message-Id: <3BC31E56.60805@stason.org>
2330      Branch: perl
2331            ! lib/FindBin.pm
2332 ____________________________________________________________________________
2333 [ 12394] By: ams                                   on 2001/10/10  16:09:53
2334         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
2335              From: Abhijit Menon-Sen <ams@wiw.org>
2336              Date: Wed, 10 Oct 2001 21:59:33 +0530
2337              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
2338      Branch: perl
2339            ! ext/Data/Dumper/Dumper.xs
2340 ____________________________________________________________________________
2341 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
2342         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
2343              from Charles Lane.
2344      Branch: perl
2345            ! lib/File/Spec/VMS.pm
2346 ____________________________________________________________________________
2347 [ 12392] By: ams                                   on 2001/10/10  14:49:43
2348         Log: Subject: [PATCH] two s/// bugfixes
2349              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2350              Date: Wed, 10 Oct 2001 17:23:44 +0200
2351              Message-Id: <20011010172344.C22440@rafael>
2352      Branch: perl
2353            ! pp_ctl.c regexec.c t/op/subst.t
2354 ____________________________________________________________________________
2355 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
2356         Log: Fix/improve handling of the [000000] special "root"
2357              directory, by putting cwd in canonical form when doing
2358              abs2rel, and prepending a 000000 to directory "chunks"
2359              if missing from base or path.  Also adjust test to
2360              reflect the (improved) output from abs2rel.
2361              From Charles Lane.
2362      Branch: perl
2363            ! lib/File/Spec.t lib/File/Spec/VMS.pm
2364 ____________________________________________________________________________
2365 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
2366         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
2367              all of the extra VMSish attributes (such as "treat this logical
2368              as a device name") that are necessary to make programs run.
2369              A tainted %ENV does not hinder VMS.  From Charles Lane.
2370      Branch: perl
2371            ! lib/File/Find/t/taint.t
2372 ____________________________________________________________________________
2373 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
2374         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
2375              
2376              o  VMS is case-insensitive, RTL downcases filenames read
2377              by perl... so need to re-upcase filenames like MANIFEST
2378              and MANIFEST.SKIP
2379              
2380              o  Need to convert VMS-style to Unix-style filenames when comparing
2381              names in MANIFEST to names in filesystem.
2382              
2383              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
2384              since VMS won't let you (easily) delete non-empty directories.
2385              
2386              From Charles Lane.
2387      Branch: perl
2388            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
2389 ____________________________________________________________________________
2390 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
2391         Log: Unix and VMS agree on "*" as a "match any number of any chars"
2392              wildcards, but differ ("?"  vs.  "%") for their "match any single
2393              char" wildcard.  This patch changes "?"  chars to "%" before doing a
2394              VMS glob...at no loss of functionality, since "?"  isn't a valid
2395              filename char on VMS.  From Charles Lane.
2396      Branch: perl
2397            ! doio.c
2398 ____________________________________________________________________________
2399 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
2400         Log: (accidentally empty submit; new life as #12390)
2401      Branch: perl
2402            ! lib/File/Find/t/taint.t
2403 ____________________________________________________________________________
2404 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
2405         Log: Even more VMS tweakage from Charles Lane:
2406              
2407              Tweak #1:  splitdir only works on directory part of filespec,
2408              split off volume first
2409              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
2410              (it's a horrible kludge in the run-time library,
2411              improved in later versions). Check the
2412              $Config{'d_setenv'} flag before attempting to set it.
2413      Branch: perl
2414            ! t/op/chdir.t
2415 ____________________________________________________________________________
2416 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
2417         Log: VMS tweakage from Charles Lane.
2418              
2419              . command.com doubles an output line when prompting for extensions
2420              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
2421              . perl5db doesn't clean up after itself
2422      Branch: perl
2423            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
2424 ____________________________________________________________________________
2425 [ 12384] By: sky                                   on 2001/10/09  19:16:11
2426         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
2427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2428              Date: Tue, 9 Oct 2001 22:10:26 +0200
2429              Message-ID: <20011009221026.A8579@rafael>
2430      Branch: perl
2431            ! pod/perldata.pod
2432 ____________________________________________________________________________
2433 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
2434         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
2435              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2436              Date: 9 Oct 2001 15:15:06 -0000
2437              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
2438      Branch: perl
2439            ! t/op/subst.t
2440 ____________________________________________________________________________
2441 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
2442         Log: Update Changes.
2443      Branch: perl
2444            ! Changes patchlevel.h
2445 ____________________________________________________________________________
2446 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
2447         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
2448              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
2449              when a NULL is passed for the filename string pointer.
2450              From Charles Lane.
2451      Branch: perl
2452            ! vms/vms.c
2453 ____________________________________________________________________________
2454 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
2455         Log: Subject: HP systems update
2456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2457              Date: Tue, 09 Oct 2001 15:59:22 +0200
2458              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
2459      Branch: perl
2460            ! README.hpux
2461 ____________________________________________________________________________
2462 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
2463         Log: CPAN::Nox does now have a test.
2464      Branch: perl
2465            ! t/lib/1_compile.t
2466 ____________________________________________________________________________
2467 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
2468         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
2469              From: David Dyck <dcd@tc.fluke.com>
2470              Date: Mon, 1 Oct 2001 12:17:36 -0700
2471              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
2472      Branch: perl
2473            ! installperl
2474 ____________________________________________________________________________
2475 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
2476         Log: NetWare update from Ananth Kesari.
2477      Branch: perl
2478            ! NetWare/nwperlsys.h makedef.pl
2479 ____________________________________________________________________________
2480 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
2481         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
2482              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2483              Date: Tue, 9 Oct 2001 08:40:57 EDT
2484              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
2485      Branch: perl
2486            ! lib/File/Find/t/find.t
2487 ____________________________________________________________________________
2488 [ 12374] By: ams                                   on 2001/10/09  05:31:45
2489         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
2490              ExtUtils::Mkbootstrap
2491              From: "chromatic" <chromatic@rmci.net>
2492              Date: Tue, 09 Oct 2001 00:08:37 -0600
2493              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
2494      Branch: perl
2495            + lib/ExtUtils/Mkbootstrap.t
2496            ! MANIFEST
2497 ____________________________________________________________________________
2498 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
2499         Log: Enable more debugging.
2500      Branch: perl
2501            ! lib/utf8_heavy.pl
2502 ____________________________________________________________________________
2503 [ 12372] By: ams                                   on 2001/10/09  02:11:59
2504         Log: #12370 forgot to modify is_gv_magical().
2505      Branch: perl
2506            ! gv.c
2507 ____________________________________________________________________________
2508 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
2509         Log: Make the toupper/lower/title API for Unicode not right
2510              but at least less wrong: prepare for the mapping being
2511              more than just one-character-to-one-character.
2512      Branch: perl
2513            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
2514            ! regexec.c utf8.c
2515 ____________________________________________________________________________
2516 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
2517         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
2518              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2519              Date: Mon, 8 Oct 2001 22:18:23 -0400
2520              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
2521      Branch: perl
2522            ! pod/perlvar.pod t/op/taint.t
2523 ____________________________________________________________________________
2524 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
2525         Log: FAQ sync.
2526      Branch: perl
2527            ! pod/perlfaq3.pod pod/perlfaq4.pod
2528 ____________________________________________________________________________
2529 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
2530         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
2531              From: "chromatic" <chromatic@rmci.net>
2532              Date: Mon, 08 Oct 2001 14:05:32 -0600
2533              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
2534      Branch: perl
2535            ! lib/Term/Cap.t
2536 ____________________________________________________________________________
2537 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
2538         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
2539              From: Michael G Schwern <schwern@pobox.com>
2540              Date: Mon, 8 Oct 2001 17:00:14 -0400
2541              Message-ID: <20011008170014.L17083@blackrider>
2542      Branch: perl
2543            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
2544 ____________________________________________________________________________
2545 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
2546         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
2547              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2548              Date: Mon, 8 Oct 2001 16:01:33 EDT
2549              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
2550      Branch: perl
2551            ! ext/Time/HiRes/HiRes.xs
2552 ____________________________________________________________________________
2553 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
2554         Log: Subject: [PATCH] Autosplit patch for VMS
2555              From: "Craig A. Berry" <craigberry@mac.com>
2556              Date: Mon, 08 Oct 2001 15:40:43 -0500
2557              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
2558      Branch: perl
2559            ! lib/AutoSplit.pm lib/AutoSplit.t
2560 ____________________________________________________________________________
2561 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
2562         Log: Don't assume that everybody is running OS X 10.1 yet;
2563              from Kay Röpke.
2564      Branch: perl
2565            ! hints/darwin.sh
2566 ____________________________________________________________________________
2567 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
2568         Log: Update Changes.
2569      Branch: perl
2570            ! Changes patchlevel.h
2571 ____________________________________________________________________________
2572 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
2573         Log: Retract #12358 for now.
2574      Branch: perl
2575            ! lib/Term/Cap.t
2576 ____________________________________________________________________________
2577 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
2578         Log: Can't figure out what this is testing.
2579              (If it is trying to catch SIGKILL, it should stop
2580              trying because that is by definition impossible.)
2581      Branch: perl
2582            ! lib/sigtrap.t
2583 ____________________________________________________________________________
2584 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
2585         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
2586              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2587              Date: Sun, 30 Sep 2001 21:15:13 +0200
2588              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
2589      Branch: perl
2590            ! lib/ExtUtils/MM_Win32.pm
2591 ____________________________________________________________________________
2592 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
2593         Log: Clarify the ldlibpth part and condense the overall text.
2594      Branch: perl
2595            ! t/TEST
2596 ____________________________________________________________________________
2597 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
2598         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
2599              From: "chromatic" <chromatic@rmci.net>
2600              Date: Sun, 07 Oct 2001 16:59:26 -0600
2601              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
2602      Branch: perl
2603            ! lib/Term/Cap.t
2604 ____________________________________________________________________________
2605 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
2606         Log: Update the list because fo #12265.
2607      Branch: perl
2608            ! t/lib/1_compile.t
2609 ____________________________________________________________________________
2610 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
2611         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
2612              From: Nicholas Clark <nick@ccl4.org>
2613              Date: Sun, 7 Oct 2001 20:53:33 +0100
2614              Message-ID: <20011007205333.S38756@plum.flirble.org>   
2615      Branch: perl
2616            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
2617            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2618            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
2619            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
2620            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2621            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
2622            ! lib/Switch/t/switch.t lib/Term/Complete.t
2623            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
2624            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
2625            ! t/op/my_stash.t
2626 ____________________________________________________________________________
2627 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
2628         Log: Integrate patch #12350 from maintperl; typo in
2629              IO::Seekable doc.
2630      Branch: perl
2631           !> ext/IO/lib/IO/Seekable.pm
2632 ____________________________________________________________________________
2633 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
2634         Log: Detypo.
2635      Branch: perl
2636            ! hints/darwin.sh
2637 ____________________________________________________________________________
2638 [ 12353] By: sky                                   on 2001/10/07  17:16:14
2639         Log: Change 12349 didn't really get it right.
2640      Branch: perl
2641            ! lib/Unicode/README
2642 ____________________________________________________________________________
2643 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
2644         Log: If running the harness the dynamic library search path
2645              may need setting.
2646      Branch: perl
2647            ! t/TEST
2648 ____________________________________________________________________________
2649 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
2650         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
2651              in ldflags.
2652      Branch: perl
2653            ! hints/darwin.sh
2654 ____________________________________________________________________________
2655 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
2656         Log: typo in IO::Seekable doc
2657      Branch: maint-5.6/perl
2658            ! ext/IO/lib/IO/Seekable.pm
2659 ____________________________________________________________________________
2660 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
2661         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
2662              doesn't work on Mac OS X 10.1 (when unpacking the tar the
2663              latter gets renamed as lib/unicode:1, assumedly for security
2664              reasons not to overwrite stuff)
2665      Branch: perl
2666            + lib/Unicode/README
2667            - lib/unicode/README
2668            ! MANIFEST
2669 ____________________________________________________________________________
2670 [ 12348] By: ams                                   on 2001/10/07  05:33:40
2671         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
2672              From: "chromatic" <chromatic@rmci.net>
2673              Date: Sat, 06 Oct 2001 21:42:03 -0600
2674              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
2675      Branch: perl
2676            + lib/CPAN/t/Nox.t
2677            ! MANIFEST
2678 ____________________________________________________________________________
2679 [ 12347] By: ams                                   on 2001/10/07  00:48:10
2680         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
2681              From: "chromatic" <chromatic@rmci.net>
2682              Date: Sat, 06 Oct 2001 18:52:10 -0600
2683              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
2684      Branch: perl
2685            + lib/sigtrap.t
2686            ! MANIFEST
2687 ____________________________________________________________________________
2688 [ 12346] By: ams                                   on 2001/10/06  23:14:01
2689         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
2690              h2xs write?)
2691              From: Nicholas Clark <nick@ccl4.org>
2692              Date: Sat, 6 Oct 2001 21:46:43 +0100
2693              Message-Id: <20011006214643.L38756@plum.flirble.org>
2694      Branch: perl
2695            ! utils/h2xs.PL
2696 ____________________________________________________________________________
2697 [ 12345] By: ams                                   on 2001/10/06  17:39:53
2698         Log: Subject: [PATCH] Memoize tests
2699              From: Nicholas Clark <nick@ccl4.org>
2700              Date: Sat, 6 Oct 2001 18:04:21 +0100
2701              Message-Id: <20011006180421.J38756@plum.flirble.org>
2702      Branch: perl
2703            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
2704            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
2705            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
2706            ! lib/Memoize/t/expire_module_n.t
2707            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
2708            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
2709            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
2710            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
2711            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
2712            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
2713 ____________________________________________________________________________
2714 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
2715         Log: Retract the latter part of #12343.
2716      Branch: perl
2717            ! ext/IO/lib/IO/Socket/INET.pm
2718 ____________________________________________________________________________
2719 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
2720         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
2721              From: David Dyck <dcd@tc.fluke.com>
2722              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
2723              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
2724              
2725              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
2726              From: David Dyck <dcd@tc.fluke.com>
2727              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
2728              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
2729      Branch: perl
2730            ! ext/IO/lib/IO/Socket/INET.pm
2731 ____________________________________________________________________________
2732 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
2733         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
2734              From: Robin Barker <rmb1@cise.npl.co.uk>
2735              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
2736              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
2737      Branch: perl
2738            ! t/TEST
2739 ____________________________________________________________________________
2740 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
2741         Log: Don't assume that %x is good for displaying UVs.
2742      Branch: perl
2743            ! dump.c
2744 ____________________________________________________________________________
2745 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
2746         Log: Update Changes.
2747      Branch: perl
2748            ! Changes patchlevel.h
2749 ____________________________________________________________________________
2750 [ 12339] By: ams                                   on 2001/10/05  10:22:34
2751         Log: Subject: [PATCH] perlfunc/select
2752              From: Nicholas Clark <nick@ccl4.org>
2753              Date: Fri, 5 Oct 2001 11:33:58 +0100
2754              Message-Id: <20011005113358.Z38756@plum.flirble.org>
2755      Branch: perl
2756            ! pod/perlfunc.pod
2757 ____________________________________________________________________________
2758 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
2759         Log: Retract #12313 and #12249.
2760      Branch: perl
2761            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
2762            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
2763            ! pod/perlebcdic.pod
2764 ____________________________________________________________________________
2765 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
2766         Log: Subject: [PATCH] perlvms.pod update
2767              From: "Craig A. Berry" <craigberry@mac.com>
2768              Date: Thu, 04 Oct 2001 12:55:52 -0500
2769              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
2770      Branch: perl
2771            ! vms/perlvms.pod
2772 ____________________________________________________________________________
2773 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
2774         Log: Subject: PATCH: Tie::SubstrHash
2775              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2776              Date: Thu, 04 Oct 2001 12:12:41 +0100
2777              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
2778      Branch: perl
2779            ! lib/Tie/SubstrHash.pm
2780 ____________________________________________________________________________
2781 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
2782         Log: Unicode properties saga continues.
2783      Branch: perl
2784            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
2785            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
2786 ____________________________________________________________________________
2787 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
2788         Log: Yet more Unicode properties.
2789      Branch: perl
2790            + lib/unicore/In/137.pl lib/unicore/In/138.pl
2791            + lib/unicore/In/139.pl lib/unicore/In/140.pl
2792            + lib/unicore/In/141.pl lib/unicore/In/142.pl
2793            + lib/unicore/In/143.pl lib/unicore/In/144.pl
2794            + lib/unicore/In/145.pl lib/unicore/In/146.pl
2795            + lib/unicore/In/147.pl lib/unicore/In/148.pl
2796            + lib/unicore/In/149.pl lib/unicore/In/150.pl
2797            + lib/unicore/In/151.pl lib/unicore/In/152.pl
2798            + lib/unicore/In/153.pl lib/unicore/In/154.pl
2799            + lib/unicore/In/155.pl lib/unicore/In/156.pl
2800            + lib/unicore/In/157.pl lib/unicore/In/158.pl
2801            + lib/unicore/In/159.pl lib/unicore/In/160.pl
2802            + lib/unicore/In/161.pl lib/unicore/In/162.pl
2803            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
2804            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
2805            ! pod/perlunicode.pod
2806 ____________________________________________________________________________
2807 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
2808         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
2809              From: "Craig A. Berry" <craigberry@mac.com>
2810              Date: Wed, 03 Oct 2001 17:45:25 -0500
2811              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
2812              
2813              (the lib/Term/Complete.t patched differently by #12332)
2814      Branch: perl
2815            ! lib/ExtUtils/Command.t
2816 ____________________________________________________________________________
2817 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
2818         Log: Restore only if something to restore.
2819      Branch: perl
2820            ! lib/Term/Complete.t
2821 ____________________________________________________________________________
2822 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
2823         Log: Update various resources for credits,
2824              minor icons fixes, and versions.
2825      Branch: maint-5.6/macperl
2826            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
2827            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
2828            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
2829 ____________________________________________________________________________
2830 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
2831         Log: Quiet the warnings about using undef value
2832      Branch: maint-5.6/macperl
2833            ! lib/File/Temp.pm
2834 ____________________________________________________________________________
2835 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
2836         Log: Fix up Ballon Help and Help menu docs (first pass);
2837              remove balloon rez file, and autogenerate with
2838              Balloon2Rez instead.
2839      Branch: maint-5.6/macperl
2840            + macos/macperl/macscripts/Balloon2Rez
2841            - macos/macperl/MPBalloons.r
2842            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
2843 ____________________________________________________________________________
2844 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
2845         Log: Allow overriding of defaults, for change #12327.
2846      Branch: maint-5.6/macperl
2847            ! perl.h
2848 ____________________________________________________________________________
2849 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
2850         Log: Override PerlProc_exit.
2851      Branch: maint-5.6/macperl
2852            ! macos/macish.h
2853 ____________________________________________________________________________
2854 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
2855         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
2856      Branch: maint-5.6/macperl
2857            + macos/bundled_lib/blib/lib/MD5.pm
2858            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
2859            + macos/lib/Mac/AETE/Dialect.pm
2860            + macos/lib/Mac/AETE/Format/Converter.pm
2861            + macos/lib/Mac/AETE/Format/Dictionary.pm
2862            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
2863            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
2864            + macos/lib/Mac/Toolbox.pod
2865            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
2866 ____________________________________________________________________________
2867 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
2868         Log: Sync up silly CVS headers ... I should commit CVS
2869              first to avoid this ...
2870      Branch: maint-5.6/macperl
2871            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
2872            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
2873            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
2874            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
2875 ____________________________________________________________________________
2876 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
2877         Log: Fix Matthias' address, and attributions.
2878      Branch: maint-5.6/macperl
2879            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
2880            ! pod/perlport.pod
2881 ____________________________________________________________________________
2882 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
2883         Log: Fix Matthias' address, and attributions.
2884      Branch: maint-5.6/macperl
2885            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
2886            ! macos/ext/Mac/Components/Components.pm
2887            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
2888            ! macos/ext/Mac/Dialogs/Dialogs.pm
2889            ! macos/ext/Mac/Events/Events.pm
2890            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
2891            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
2892            ! macos/ext/Mac/Gestalt/Gestalt.pm
2893            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
2894            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
2895            ! macos/ext/Mac/Menus/Menus.pm
2896            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
2897            ! macos/ext/Mac/Movies/Movies.pm
2898            ! macos/ext/Mac/Navigation/Navigation.pm
2899            ! macos/ext/Mac/Notification/Notification.pm
2900            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
2901            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
2902            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
2903            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
2904            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
2905            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
2906            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
2907            ! macos/ext/Mac/StandardFile/StandardFile.pm
2908            ! macos/ext/Mac/TextEdit/TextEdit.pm
2909            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
2910            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
2911            ! macos/lib/Mac/LowMem.pm
2912 ____________________________________________________________________________
2913 [ 12322] By: sky                                   on 2001/10/03  18:41:07
2914         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
2915              From: "Craig A. Berry" <craigberry@mac.com>
2916              Date: Wed, 03 Oct 2001 14:30:55 -0500
2917              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
2918      Branch: perl
2919            ! vms/vms.c
2920 ____________________________________________________________________________
2921 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
2922         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
2923              From: "Craig A. Berry" <craigberry@mac.com>
2924              Date: Wed, 03 Oct 2001 14:30:55 -0500
2925              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
2926      Branch: perl
2927            ! vms/vms.c
2928 ____________________________________________________________________________
2929 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
2930         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
2931              only IsL&) and Inherited (negative lookahead good);
2932              add tests for Common, Inherited, and L&.
2933      Branch: perl
2934            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
2935 ____________________________________________________________________________
2936 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
2937         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
2938              (The Unicode standard uses L& quite often.)
2939      Branch: perl
2940            ! lib/utf8_heavy.pl
2941 ____________________________________________________________________________
2942 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
2943         Log: Add the 'Common' Unicode property (code points not
2944              explicitly assigned to any other script).
2945      Branch: perl
2946            + lib/unicore/In/136.pl
2947            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
2948 ____________________________________________________________________________
2949 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
2950         Log: Skip the RV printing test under threads until fixed.
2951      Branch: perl
2952            ! ext/B/t/terse.t
2953 ____________________________________________________________________________
2954 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
2955         Log: Subject: 12309 / cygwin / win2k
2956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2957              Date: Wed, 03 Oct 2001 15:25:15 +0200
2958              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
2959      Branch: perl
2960            ! makedef.pl
2961 ____________________________________________________________________________
2962 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
2963         Log: Metaconfig unit change for #12314.
2964      Branch: metaconfig
2965            ! U/modified/Head.U
2966 ____________________________________________________________________________
2967 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
2968         Log: Subject: Both cygwin and djgpp on one machine
2969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2970              Date: Wed, 03 Oct 2001 15:02:59 +0200
2971              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
2972      Branch: perl
2973            ! Configure
2974 ____________________________________________________________________________
2975 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
2976         Log: (retracted by #12338)
2977              
2978              Subject: [PATCH] Code clean up for perlboot.pod
2979              From: Casey West <casey@geeknest.com>
2980              Date: Tue, 2 Oct 2001 19:24:43 -0400
2981              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
2982              
2983              Subject: [PATCH] Code clean up for perlbot.diff
2984              From: Casey West <casey@geeknest.com>
2985              Date: Tue, 2 Oct 2001 19:25:22 -0400
2986              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
2987              
2988              Subject: [PATCH] Code clean up for perlcall.pod
2989              From: Casey West <casey@geeknest.com>
2990              Date: Tue, 2 Oct 2001 19:25:57 -0400
2991              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
2992              
2993              Subject: [PATCH] Code clean up for perldata.pod
2994              From: Casey West <casey@geeknest.com>
2995              Date: Tue, 2 Oct 2001 19:26:29 -0400
2996              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
2997              
2998              Subject: [PATCH] Code clean up for perldbmfilter.pod
2999              From: Casey West <casey@geeknest.com>
3000              Date: Tue, 2 Oct 2001 19:26:59 -0400
3001              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
3002              
3003              Subject: [PATCH] Code clean up for perlebcdic.pod
3004              From: Casey West <casey@geeknest.com>
3005              Date: Tue, 2 Oct 2001 19:27:37 -0400
3006              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
3007      Branch: perl
3008            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
3009            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
3010 ____________________________________________________________________________
3011 [ 12312] By: ams                                   on 2001/10/02  23:43:55
3012         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
3013              From: Michael G Schwern <schwern@pobox.com>
3014              Date: Tue, 2 Oct 2001 17:00:49 -0400
3015              Message-Id: <20011002170049.A9955@blackrider>
3016      Branch: perl
3017            ! lib/ExtUtils/MakeMaker.pm
3018 ____________________________________________________________________________
3019 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
3020         Log: FAQ sync.
3021      Branch: perl
3022            ! pod/perlfaq3.pod
3023 ____________________________________________________________________________
3024 [ 12310] By: nick                                  on 2001/10/02  16:09:49
3025         Log: Integrate mainline
3026      Branch: perlio
3027           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
3028           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
3029           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
3030           !> patchlevel.h t/op/pat.t
3031 ____________________________________________________________________________
3032 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
3033         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
3034              not just one single space.
3035      Branch: perl
3036            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
3037 ____________________________________________________________________________
3038 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
3039         Log: AUTHORS updates.
3040      Branch: perl
3041            ! AUTHORS
3042 ____________________________________________________________________________
3043 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
3044         Log: Update Changes.
3045      Branch: perl
3046            ! Changes patchlevel.h
3047 ____________________________________________________________________________
3048 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
3049         Log: Work around old buggy glibcs for langinfo constants,
3050              from Nicholas Clark and David Dyck.
3051      Branch: perl
3052            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
3053 ____________________________________________________________________________
3054 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
3055         Log: Eradicate Time::Piece; add an example.
3056      Branch: perl
3057            ! ext/I18N/Langinfo/Langinfo.pm
3058 ____________________________________________________________________________
3059 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
3060         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
3061              From: Robert Spier <rspier@pobox.com>
3062              Date: Mon, 1 Oct 2001 23:20:16 -0700
3063              Message-ID: <15289.23712.422087.878224@rls.cx>
3064      Branch: perl
3065            ! lib/Pod/Html.pm
3066 ____________________________________________________________________________
3067 [ 12303] By: sky                                   on 2001/10/02  10:40:57
3068         Log: Fixes obscure bug that manifests itself by.
3069              local $!=0;undef*STDOUT;#segfaults
3070              Has been around for a while. Possible other magic IO vars are
3071              possibly affected aswell. Reported by Jos Boumans.
3072      Branch: perl
3073            ! mg.c
3074 ____________________________________________________________________________
3075 [ 12302] By: nick                                  on 2001/10/02  09:00:52
3076         Log: Integrate mainline
3077      Branch: perlio
3078           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
3079           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
3080           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
3081 ____________________________________________________________________________
3082 [ 12301] By: nick                                  on 2001/10/02  08:40:57
3083         Log: Integrate mainline + lib/open.t patch from Chromatic
3084      Branch: perlio
3085           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
3086            ! lib/open.t
3087           !> (integrate 29 files)
3088 ____________________________________________________________________________
3089 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
3090         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
3091              Until it has, better stop early if someone requests threads.
3092      Branch: perl
3093            ! hints/darwin.sh
3094 ____________________________________________________________________________
3095 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
3096         Log: Subject: [ID 20011001.011] redundant code in t/TEST
3097              From: David Dyck <dcd@tc.fluke.com>
3098              Date: Mon, 1 Oct 2001 12:56:24 -0700
3099              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
3100      Branch: perl
3101            ! t/TEST
3102 ____________________________________________________________________________
3103 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
3104         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
3105              From: "chromatic" <chromatic@rmci.net>
3106              Date: Mon, 01 Oct 2001 12:27:12 -0600
3107              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
3108      Branch: perl
3109            ! lib/Term/Cap.t
3110 ____________________________________________________________________________
3111 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
3112         Log: UNICOS testing patches from Nicholas Clark.
3113      Branch: perl
3114            ! t/op/arith.t t/op/pack.t
3115 ____________________________________________________________________________
3116 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
3117         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
3118              From: "chromatic" <chromatic@rmci.net>
3119              Date: Mon, 01 Oct 2001 10:21:51 -0600
3120              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
3121      Branch: perl
3122            ! lib/open.t
3123 ____________________________________________________________________________
3124 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
3125         Log: Make missing the RADIXCHAR a softer, gentler error.
3126      Branch: perl
3127            ! ext/I18N/Langinfo/Langinfo.t
3128 ____________________________________________________________________________
3129 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
3130         Log: Nuke also the LANG because of glibc.
3131      Branch: perl
3132            ! lib/open.t
3133 ____________________________________________________________________________
3134 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
3135         Log: Also the ^Is is optional.
3136      Branch: perl
3137            ! pod/perlunicode.pod t/op/pat.t
3138 ____________________________________________________________________________
3139 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
3140         Log: Be careful to pull chars from the varargs stack when
3141              formatting chars.
3142      Branch: perl
3143            ! regcomp.c
3144 ____________________________________________________________________________
3145 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
3146         Log: sortsv not in place anymore, noticed by John P. Linderman.
3147      Branch: perl
3148            ! pod/perlapi.pod pp_ctl.c
3149 ____________________________________________________________________________
3150 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
3151         Log: Make the diagnostic messages more neutral.
3152      Branch: perl
3153            ! ext/B/t/terse.t
3154 ____________________________________________________________________________
3155 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
3156         Log: Forgotten from #12288.
3157      Branch: perl
3158            ! ext/Data/Dumper/Dumper.pm
3159 ____________________________________________________________________________
3160 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
3161         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
3162              From: Brian Ingerson <ingy@ttul.org>
3163              Date: Sun, 30 Sep 2001 21:45:56 -0700
3164              Message-ID: <20010930214556.D26392@ttul.org>
3165              
3166              (remember also the #12289)
3167      Branch: perl
3168            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3169 ____________________________________________________________________________
3170 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
3171         Log: More Unicode property tests for the abbreviated
3172              general properties.
3173      Branch: perl
3174            ! t/op/pat.t
3175 ____________________________________________________________________________
3176 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
3177         Log: Further tweaks to the Unicode properties.
3178      Branch: perl
3179            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
3180 ____________________________________________________________________________
3181 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
3182         Log: Retract #12284.
3183      Branch: perl
3184            ! lib/Term/Cap.t
3185 ____________________________________________________________________________
3186 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
3187         Log: (Retracted by #12285)
3188      Branch: perl
3189            ! lib/Term/Cap.t
3190 ____________________________________________________________________________
3191 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
3192         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
3193              From: "chromatic" <chromatic@rmci.net>  
3194              Date: Sun, 30 Sep 2001 16:10:02 -0600
3195              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
3196      Branch: perl
3197            + lib/Term/Cap.t
3198            ! MANIFEST
3199 ____________________________________________________________________________
3200 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
3201         Log: Use stty -g to restore the terminal state, do not even
3202              try to run the tests if stty -g is not available.
3203      Branch: perl
3204            ! lib/Term/Complete.t
3205 ____________________________________________________________________________
3206 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
3207         Log: Cleanup utf8_heavy; allow dropping the In prefix from
3208              Unicode script/block properties.
3209      Branch: perl
3210            ! lib/utf8_heavy.pl
3211 ____________________________________________________________________________
3212 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
3213         Log: Retract the #12259 for now.
3214      Branch: perl
3215            ! embed.h embed.pl sv.h
3216 ____________________________________________________________________________
3217 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
3218         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
3219      Branch: perl
3220            + lib/Text/TabsWrap/CHANGELOG
3221            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
3222 ____________________________________________________________________________
3223 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
3224         Log: #12272 wasn't right, it introduced an extra ().
3225      Branch: perl
3226            ! lib/utf8_heavy.pl
3227 ____________________________________________________________________________
3228 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
3229         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
3230              From: Jonathan Stowe <gellyfish@gellyfish.com>
3231              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
3232              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
3233      Branch: perl
3234            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
3235 ____________________________________________________________________________
3236 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
3237         Log: Subject: Patch to put qsortsv in the public API
3238              From: Brian Ingerson <ingy@ttul.org>
3239              Date: Sat, 29 Sep 2001 17:41:13 -0700
3240              Message-ID: <20010929174113.A30223@ttul.org>
3241      Branch: perl
3242            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
3243 ____________________________________________________________________________
3244 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
3245         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
3246              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3247              Date: Sat, 29 Sep 2001 23:54:48 +0200
3248              Message-ID: <20010929235448.A5017@rafael>
3249      Branch: perl
3250            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
3251 ____________________________________________________________________________
3252 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
3253         Log: FAQ sync.
3254      Branch: perl
3255            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3256            ! pod/perlfaq9.pod
3257 ____________________________________________________________________________
3258 [ 12273] By: bailey                                on 2001/09/29  23:43:46
3259         Log: Resync with mainline
3260      Branch: vmsperl
3261           +> (branch 1207 files)
3262            - (delete 324 files)
3263           !> (integrate 866 files)
3264 ____________________________________________________________________________
3265 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
3266         Log: Nasty recursion trap if one would match Unicode.
3267      Branch: perl
3268            ! lib/utf8_heavy.pl
3269 ____________________________________________________________________________
3270 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
3271         Log: More Unicode todo.
3272      Branch: perl
3273            ! pod/perltodo.pod
3274 ____________________________________________________________________________
3275 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
3276         Log: Explain a bit the new more flexible \p\P syntax.
3277      Branch: perl
3278            ! pod/perlunicode.pod
3279 ____________________________________________________________________________
3280 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
3281         Log: More leniency to the \p and \P: now can have whitespace
3282              between the property definition and the curlies; now can
3283              invert the property by having a caret between the open
3284              curly and the property.
3285      Branch: perl
3286            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
3287 ____________________________________________________________________________
3288 [ 12268] By: nick                                  on 2001/09/29  17:39:26
3289         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
3290              one test (lib/open.t) fails
3291      Branch: perlio
3292           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
3293           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
3294           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
3295           +> lib/Tie/Scalar.t lib/open.t
3296            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
3297            - ext/B/Stash.t
3298           !> (integrate 62 files)
3299 ____________________________________________________________________________
3300 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
3301         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
3302      Branch: perl
3303            ! t/op/chdir.t
3304 ____________________________________________________________________________
3305 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
3306         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
3307              From: "Craig A. Berry" <craigberry@mac.com> 
3308              Date: Sat, 29 Sep 2001 09:35:33 -0500
3309              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
3310      Branch: perl
3311            ! t/op/chdir.t
3312 ____________________________________________________________________________
3313 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
3314         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
3315              From: "chromatic" <chromatic@rmci.net>
3316              Date: Fri, 28 Sep 2001 21:20:12 -0600
3317              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
3318      Branch: perl
3319            + lib/Tie/Scalar.t
3320            ! MANIFEST lib/Tie/Scalar.pm
3321 ____________________________________________________________________________
3322 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
3323         Log: Allow for more flexibility in the \p{In...} names, now
3324              case doesn't matter, and any space or dash can be
3325              matched by any space, dash, underbar, or empty.
3326              (may be going too far on leniency)
3327      Branch: perl
3328            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
3329            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
3330            ! t/op/pat.t
3331 ____________________________________________________________________________
3332 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
3333         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
3334              From: "chromatic" <chromatic@rmci.net>
3335              Date: Fri, 28 Sep 2001 17:39:50 -0600
3336              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
3337      Branch: perl
3338            + lib/open.t
3339            ! MANIFEST
3340 ____________________________________________________________________________
3341 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
3342         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
3343              From: "Craig A. Berry" <craigberry@mac.com>
3344              Date: Fri, 28 Sep 2001 16:24:51 -0500
3345              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
3346      Branch: perl
3347            ! ext/File/Glob/t/basic.t
3348 ____________________________________________________________________________
3349 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
3350         Log: Subject: [DOC PATCH] Carp.pm pod typo
3351              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3352              Date: Fri, 28 Sep 2001 23:14:51 +0200
3353              Message-ID: <20010928231451.E16889@rafael>
3354      Branch: perl
3355            ! lib/Carp.pm
3356 ____________________________________________________________________________
3357 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
3358         Log: Subject: [PATCH] Allow an @INC hook to set %INC
3359              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3360              Date: Fri, 28 Sep 2001 22:18:13 +0200
3361              Message-ID: <20010928221813.A16889@rafael>
3362      Branch: perl
3363            ! pp_ctl.c
3364 ____________________________________________________________________________
3365 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
3366         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
3367              From: Nicholas Clark <nick@ccl4.org>
3368              Date: Fri, 28 Sep 2001 23:39:33 +0100
3369              Message-ID: <20010928233933.C23673@plum.flirble.org>
3370      Branch: perl
3371            ! embed.h embed.pl sv.h
3372 ____________________________________________________________________________
3373 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
3374         Log: Update Changes.
3375      Branch: perl
3376            ! Changes patchlevel.h
3377 ____________________________________________________________________________
3378 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
3379         Log: Move the B tests to B/t.
3380      Branch: perl
3381            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
3382            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
3383            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
3384            - ext/B/Showlex.t ext/B/Stash.t
3385            ! MANIFEST
3386 ____________________________________________________________________________
3387 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
3388         Log: Forgot from #12254.
3389      Branch: perl
3390            + ext/B/B/Terse.t
3391 ____________________________________________________________________________
3392 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
3393         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
3394              From: "chromatic" <chromatic@rmci.net>
3395              Date: Thu, 27 Sep 2001 23:22:17 -0600
3396              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
3397      Branch: perl
3398            ! MANIFEST
3399 ____________________________________________________________________________
3400 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
3401         Log: Test numbering mismatch.
3402      Branch: perl
3403            ! t/op/chdir.t
3404 ____________________________________________________________________________
3405 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
3406         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
3407              From: "Craig A. Berry" <craigberry@mac.com>
3408              Date: Wed, 26 Sep 2001 17:43:14 -0500
3409              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
3410      Branch: perl
3411            ! iperlsys.h t/op/chdir.t
3412 ____________________________________________________________________________
3413 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
3414         Log: Subject: [PATCH gv.c] make __ANON__ global
3415              From: Robin Barker <rmb1@cise.npl.co.uk>
3416              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
3417              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
3418      Branch: perl
3419            ! gv.c t/op/anonsub.t t/op/runlevel.t
3420 ____________________________________________________________________________
3421 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
3422         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
3423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3424              Date: Thu, 27 Sep 2001 22:34:32 +0200
3425              Message-ID: <20010927223432.A1485@rafael>
3426      Branch: perl
3427            ! ext/B/B/Terse.pm
3428 ____________________________________________________________________________
3429 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
3430         Log: (retracted by #12338)
3431              
3432              Subject: [PATCH] Cleanup of perldsc.pod      
3433              From: Casey West <casey@geeknest.com>
3434              Date: Thu, 27 Sep 2001 11:13:17 -0400
3435              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
3436      Branch: perl
3437            ! pod/perldsc.pod
3438 ____________________________________________________________________________
3439 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
3440         Log: Not everyone is using ithreads...
3441      Branch: perl
3442            ! ext/Devel/Peek/Peek.t
3443 ____________________________________________________________________________
3444 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
3445         Log: Document the nss_delete core dump workaround for HP-UX
3446              and Solaris, bug IDs 20010805.018 and 20010629.004.
3447      Branch: perl
3448            ! README.hpux README.solaris
3449 ____________________________________________________________________________
3450 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
3451         Log: Dump Unicode hash keys also as Unicode,
3452              not just as a byte string.
3453      Branch: perl
3454            ! dump.c ext/Devel/Peek/Peek.t
3455 ____________________________________________________________________________
3456 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
3457         Log: Integrate changes #12241 and #12242 from macperl:
3458              
3459              Remove unneeded disabling of umask() calls
3460              
3461              Note (get|set)sockopt are available.
3462      Branch: perl
3463           !> lib/File/Temp.pm pod/perlport.pod
3464 ____________________________________________________________________________
3465 [ 12244] By: sky                                   on 2001/09/27  08:53:00
3466         Log: Flush buffers on thread closedown.
3467      Branch: perl
3468            ! ext/threads/threads.xs
3469 ____________________________________________________________________________
3470 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
3471         Log: Dump SvUTF8(sv)s also as \x{...}.
3472              
3473              TODO: dump the SvUTF8() hash keys similarly. 
3474      Branch: perl
3475            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
3476 ____________________________________________________________________________
3477 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
3478         Log: Note (get|set)sockopt are available.
3479      Branch: maint-5.6/macperl
3480            ! pod/perlport.pod
3481 ____________________________________________________________________________
3482 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
3483         Log: Remove unneeded disabling of umask() calls
3484      Branch: maint-5.6/macperl
3485            ! lib/File/Temp.pm
3486 ____________________________________________________________________________
3487 [ 12240] By: sky                                   on 2001/09/26  18:44:56
3488         Log: Documention update
3489      Branch: perl
3490            ! ext/threads/threads.pm
3491 ____________________________________________________________________________
3492 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
3493         Log: Update Changes.
3494      Branch: perl
3495            ! Changes patchlevel.h
3496 ____________________________________________________________________________
3497 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
3498         Log: Check that all environment variables are tainted.
3499      Branch: perl
3500            ! t/op/taint.t
3501 ____________________________________________________________________________
3502 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
3503         Log: Manual integration error in #12235.
3504      Branch: perl
3505            ! lib/File/DosGlob.t
3506 ____________________________________________________________________________
3507 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
3508         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
3509              From: "chromatic" <chromatic@rmci.net>
3510              Date: Tue, 25 Sep 2001 23:57:07 -0600
3511              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
3512      Branch: perl
3513            ! perlio.c
3514 ____________________________________________________________________________
3515 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
3516         Log: Integrate macperl changes from Chris Nandor:
3517              12192 11817 11815 11813 11778 11775
3518              
3519              Update CPAN.pm to work with new Mac::BuildTools instead
3520              of ExtUtils::MM_MacOS "orphan" functions
3521              
3522              Fix test
3523              
3524              Make syntax check report in MPW style, fix tests
3525              to use Mac::err=unix to get normal-style error
3526              messages.
3527              
3528              More module and test ports from Thomas Wegner et al
3529              
3530              Fix open of /dev/null for Mac OS
3531              
3532              Allow for platforms to override formatting of errors
3533              on output from Matthias Neeracher (core files)
3534      Branch: perl
3535            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
3536            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
3537            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
3538           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
3539           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
3540           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
3541 ____________________________________________________________________________
3542 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
3543         Log: grrr.
3544      Branch: perl
3545            ! t/op/gv.t
3546 ____________________________________________________________________________
3547 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
3548         Log: Retract #12232.
3549      Branch: perl
3550            ! t/op/gv.t
3551 ____________________________________________________________________________
3552 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
3553         Log: (Retracted by #12233.)
3554      Branch: perl
3555            ! t/op/gv.t
3556 ____________________________________________________________________________
3557 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
3558         Log: Detypo.
3559      Branch: perl
3560            ! ext/Encode/Makefile.PL
3561 ____________________________________________________________________________
3562 [ 12230] By: sky                                   on 2001/09/26  11:36:23
3563         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
3564              We are using a "delay" here because we do not want to depend on thread synchronization issues.
3565      Branch: perl
3566            + ext/threads/t/stress_cv.t
3567            ! MANIFEST ext/threads/t/stress_string.t
3568 ____________________________________________________________________________
3569 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
3570         Log: NetWare tweak from Ananth Kesari.
3571      Branch: perl
3572            ! NetWare/t/Readme.txt
3573 ____________________________________________________________________________
3574 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
3575         Log: Trick to fool case-blind filesystems.
3576      Branch: perl
3577            ! ext/Encode/Makefile.PL
3578 ____________________________________________________________________________
3579 [ 12227] By: sky                                   on 2001/09/26  11:06:50
3580         Log: Threads can start executing in a different order than they were
3581              created.... so we cannot ok() inside the threadstarter.
3582      Branch: perl
3583            ! ext/threads/t/stress_string.t
3584 ____________________________________________________________________________
3585 [ 12226] By: sky                                   on 2001/09/26  07:41:45
3586         Log: Add in stress_string.t to stress test threads a bit more.
3587      Branch: perl
3588            + ext/threads/t/stress_string.t
3589            ! MANIFEST
3590 ____________________________________________________________________________
3591 [ 12225] By: sky                                   on 2001/09/26  07:04:21
3592         Log: Fix negative refcount introduced by #12223.
3593      Branch: perl
3594            ! ext/threads/threads.xs
3595 ____________________________________________________________________________
3596 [ 12224] By: sky                                   on 2001/09/26  06:57:58
3597         Log: Update documentation to match change #12223
3598      Branch: perl
3599            ! sharedsv.c
3600 ____________________________________________________________________________
3601 [ 12223] By: sky                                   on 2001/09/26  06:54:32
3602         Log: Use a separate interpreter for the sharedsv space. Another
3603              negative sv leak. Sigh.
3604      Branch: perl
3605            ! sharedsv.c
3606 ____________________________________________________________________________
3607 [ 12222] By: sky                                   on 2001/09/26  05:58:35
3608         Log: Do the environ assignment in perl_contruct to match perl_destruct.
3609              Now we don't need to perl_parse/perl_run. However environ is a
3610              global....
3611      Branch: perl
3612            ! perl.c
3613 ____________________________________________________________________________
3614 [ 12221] By: sky                                   on 2001/09/26  05:41:02
3615         Log: Move the creation of PL_strtab to perl_construct so we can work
3616              with HV and HEs without running perl_parse.
3617      Branch: perl
3618            ! perl.c
3619 ____________________________________________________________________________
3620 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
3621         Log: integrate macperl changes into maint-5.6
3622      Branch: maint-5.6/perl
3623           !> (integrate 26 files)
3624 ____________________________________________________________________________
3625 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
3626         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
3627              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
3628      Branch: maint-5.6/macperl
3629            ! macos/ext/Mac/Fonts/Fonts.xs
3630            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
3631 ____________________________________________________________________________
3632 [ 12218] By: ams                                   on 2001/09/25  23:31:33
3633         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
3634              From: Nicholas Clark <nick@ccl4.org>
3635              Date: Wed, 26 Sep 2001 01:20:20 +0100
3636              Message-Id: <20010926012020.B48092@plum.flirble.org>
3637      Branch: perl
3638            ! lib/AutoSplit.t
3639 ____________________________________________________________________________
3640 [ 12217] By: ams                                   on 2001/09/25  22:33:05
3641         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
3642              From: "Craig A. Berry" <craigberry@mac.com>
3643              Date: Tue, 25 Sep 2001 18:08:42 -0500
3644              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
3645      Branch: perl
3646            ! vms/vms.c
3647 ____________________________________________________________________________
3648 [ 12216] By: ams                                   on 2001/09/25  21:41:01
3649         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
3650              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
3651              From: Michael G Schwern <schwern@pobox.com>
3652              Date: Wed, 26 Sep 2001 00:38:21 -0400
3653              Message-Id: <20010926003821.A627@blackrider>
3654      Branch: perl
3655            ! lib/AutoSplit.t
3656 ____________________________________________________________________________
3657 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
3658         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
3659              From: Michael G Schwern <schwern@pobox.com>
3660              Date: Tue, 25 Sep 2001 17:43:49 -0400
3661              Message-ID: <20010925174349.B19534@blackrider>
3662      Branch: perl
3663            ! lib/Test/Simple.pm lib/Test/Utils.pm
3664 ____________________________________________________________________________
3665 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
3666         Log: Integrate changes from bleadperl.
3667      Branch: maint-5.6/macperl
3668           !> pod/perlport.pod
3669 ____________________________________________________________________________
3670 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
3671         Log: skip($mess) should result in one skip.
3672      Branch: perl
3673            ! t/test.pl
3674 ____________________________________________________________________________
3675 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
3676         Log: Integrate change #12200 from maintperl.
3677      Branch: maint-5.6/macperl
3678           !> win32/perlhost.h
3679 ____________________________________________________________________________
3680 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
3681         Log: Fix file types to "apple"
3682      Branch: maint-5.6/macperl
3683            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
3684            ! macos/ext/Mac/SAT/t/Collision.rsrc
3685 ____________________________________________________________________________
3686 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
3687         Log: Fix rsrc file as snd file; fix path in t file.
3688      Branch: maint-5.6/macperl
3689            ! macos/ext/Mac/Notification/t/Notification.rsrc
3690            ! macos/ext/Mac/Notification/t/Notification.t
3691 ____________________________________________________________________________
3692 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
3693         Log: Sync up with File::Find from bleadperl.
3694      Branch: maint-5.6/macperl
3695            ! lib/File/Find.pm t/lib/filefind-taint.t
3696 ____________________________________________________________________________
3697 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
3698         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
3699              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
3700              of hundreds)
3701      Branch: maint-5.6/macperl
3702            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
3703            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
3704            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
3705 ____________________________________________________________________________
3706 [ 12207] By: nick                                  on 2001/09/25  19:04:36
3707         Log: Integrate mainline (untested while modem is up)
3708      Branch: perlio
3709           +> lib/AutoSplit.t t/test.pl
3710            - lib/warnings/register.t
3711           !> (integrate 28 files)
3712 ____________________________________________________________________________
3713 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
3714         Log: perldiag entry for #12205.
3715      Branch: perl
3716            ! pod/perldiag.pod
3717 ____________________________________________________________________________
3718 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
3719         Log: Subject: [PATCH] warning on v-string in use/require
3720              From: John Peacock <jpeacock@rowman.com>
3721              Date: Mon, 24 Sep 2001 17:29:03 -0400
3722              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
3723      Branch: perl
3724            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
3725 ____________________________________________________________________________
3726 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
3727         Log: perltooc et al updates.
3728      Branch: perl
3729            ! plan9/mkfile pod/roffitall
3730 ____________________________________________________________________________
3731 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
3732         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
3733              From: Michael G Schwern <schwern@pobox.com>
3734              Date: Sun, 23 Sep 2001 00:07:12 -0400
3735              Message-ID: <20010923000712.A7005@blackrider>
3736      Branch: perl
3737            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
3738 ____________________________________________________________________________
3739 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
3740         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
3741              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3742              Date: Wed, 26 Sep 2001 01:25:10 +0900
3743              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
3744      Branch: perl
3745            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
3746            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
3747            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
3748 ____________________________________________________________________________
3749 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
3750         Log: Integrate change #12200 from maintperl;
3751              on windows, virtualized environment could propagate deleted variables
3752              into children if they happen to be at the very end of the table
3753      Branch: perl
3754           !> win32/perlhost.h
3755 ____________________________________________________________________________
3756 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
3757         Log: on windows, virtualized environment could propagate deleted variables
3758              into children if they happen to be at the very end of the table
3759              (thanks for succinct test case from Johan Holmberg, and fix from
3760              Doug Lankshear)
3761      Branch: maint-5.6/perl
3762            ! win32/perlhost.h
3763 ____________________________________________________________________________
3764 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
3765         Log: avoid the use of ftime() (it does a useless, potentially
3766              expensive call to GetTimeZoneInformation()); this potentially
3767              also results in three more digits of precision from
3768              Time::HiRes::time()
3769      Branch: perl
3770            ! ext/Time/HiRes/HiRes.xs
3771 ____________________________________________________________________________
3772 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
3773         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
3774              
3775              Note: io/binmode is failing, have to figure out why.
3776      Branch: perl
3777            + t/test.pl
3778            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
3779            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
3780            ! t/run/exit.t
3781 ____________________________________________________________________________
3782 [ 12197] By: ams                                   on 2001/09/25  13:48:55
3783         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
3784              From: Nicholas Clark <nick@ccl4.org>
3785              Date: Tue, 25 Sep 2001 00:37:40 +0100
3786              Message-Id: <20010925003740.S4971@plum.flirble.org>
3787              (Further changes expected.)
3788      Branch: perl
3789            + lib/AutoSplit.t
3790            ! MANIFEST
3791 ____________________________________________________________________________
3792 [ 12196] By: sky                                   on 2001/09/25  13:37:12
3793         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
3794              _ftime to try and be more robust.
3795      Branch: perl
3796            ! ext/Time/HiRes/HiRes.xs
3797 ____________________________________________________________________________
3798 [ 12194] By: ams                                   on 2001/09/25  11:40:00
3799         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
3800              From: "Craig A. Berry" <craigberry@mac.com>
3801              Date: Mon, 24 Sep 2001 17:54:20 -0500
3802              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
3803      Branch: perl
3804            ! vms/descrip_mms.template
3805 ____________________________________________________________________________
3806 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
3807         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
3808              not working, cursor not spinning (Bug #422129); external
3809              editor problems (Bug #456329); escape/cmd-. not activating
3810              "Cancel" in Save dialog box (Bug #446960); Runtimes not
3811              executing on launch (Bug #464441).
3812      Branch: maint-5.6/macperl
3813            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
3814            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
3815            ! macos/macperl/MacPerl.r
3816 ____________________________________________________________________________
3817 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
3818         Log: Update CPAN.pm to work with new Mac::BuildTools instead
3819              of ExtUtils::MM_MacOS "orphan" functions
3820      Branch: maint-5.6/macperl
3821            ! lib/CPAN.pm
3822 ____________________________________________________________________________
3823 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
3824         Log: Fix up another xsubpp problem (Matthias Neeracher)
3825      Branch: maint-5.6/macperl
3826            ! macos/xsubpp
3827 ____________________________________________________________________________
3828 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
3829         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
3830      Branch: maint-5.6/macperl
3831            ! macos/lib/ExtUtils/MM_MacOS.pm
3832 ____________________________________________________________________________
3833 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
3834         Log: Fix up Makefiles for more Mac:: modules (and prepare for
3835              static build ...?)
3836      Branch: maint-5.6/macperl
3837            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
3838            ! macos/macperl/Makefile.mk
3839 ____________________________________________________________________________
3840 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
3841         Log: Fix up tests
3842      Branch: maint-5.6/macperl
3843            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3844 ____________________________________________________________________________
3845 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
3846         Log: Make malloc smarter, fix bugs.  (Bug #404030)
3847      Branch: maint-5.6/macperl
3848            ! macos/icemalloc.c macos/icemalloc.h
3849 ____________________________________________________________________________
3850 [ 12186] By: nick                                  on 2001/09/24  19:18:17
3851         Log: Integrate mainline
3852      Branch: perlio
3853           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
3854           +> lib/filetest.t
3855           !> (integrate 30 files)
3856 ____________________________________________________________________________
3857 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
3858         Log: Retract #12136, the warnings::register is already
3859              tested by t/lib/warnings/9enabled, as pointed out
3860              by Paul Marquess.
3861      Branch: perl
3862            - lib/warnings/register.t
3863            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
3864 ____________________________________________________________________________
3865 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
3866         Log: fix Time::HiRes implementation of gettimeofday() on windows
3867              (HiRes.t#14 now passes)
3868      Branch: perl
3869            ! ext/Time/HiRes/HiRes.xs
3870 ____________________________________________________________________________
3871 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
3872         Log: File::Spec::catfile() canonifies everything to blackslashes on
3873              windows :-(
3874      Branch: perl
3875            ! lib/ExtUtils/Manifest.t
3876 ____________________________________________________________________________
3877 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
3878         Log: test number mismatch
3879      Branch: perl
3880            ! t/op/magic.t
3881 ____________________________________________________________________________
3882 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
3883         Log: ok().
3884      Branch: perl
3885            ! t/op/pack.t
3886 ____________________________________________________________________________
3887 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
3888         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
3889              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3890      Branch: perl
3891            ! pp_pack.c t/op/pack.t
3892 ____________________________________________________________________________
3893 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
3894         Log: Update Changes.
3895      Branch: perl
3896            ! Changes patchlevel.h
3897 ____________________________________________________________________________
3898 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
3899         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
3900              From: Michael G Schwern <schwern@pobox.com>
3901              Date: Mon, 24 Sep 2001 11:12:13 -0400
3902              Message-ID: <20010924111213.G27885@blackrider>
3903      Branch: perl
3904            ! lib/ExtUtils/Manifest.pm
3905 ____________________________________________________________________________
3906 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
3907         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
3908              From: Michael G Schwern <schwern@pobox.com> 
3909              Date: Mon, 24 Sep 2001 11:02:07 -0400
3910              Message-ID: <20010924110207.E27885@blackrider>
3911      Branch: perl
3912            ! vms/test.com
3913 ____________________________________________________________________________
3914 [ 12176] By: ams                                   on 2001/09/24  14:01:59
3915         Log: Update Changes.
3916      Branch: perl
3917            ! Changes
3918 ____________________________________________________________________________
3919 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
3920         Log: Various cleanups.
3921      Branch: perl
3922            ! ext/threads/Makefile.PL ext/threads/threads.xs
3923 ____________________________________________________________________________
3924 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
3925         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
3926      Branch: maint-5.6/macperl
3927           !> (integrate 33 files)
3928 ____________________________________________________________________________
3929 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
3930         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
3931              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3932              Date: Mon, 24 Sep 2001 20:04:58 +0900
3933              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
3934      Branch: perl
3935            ! ext/Encode/Encode/gb2312.enc
3936 ____________________________________________________________________________
3937 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
3938         Log: Clarifying comment to #12164.
3939      Branch: perl
3940            ! lib/Cwd.pm
3941 ____________________________________________________________________________
3942 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
3943         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
3944              From: Nicholas Clark <nick@ccl4.org>
3945              Date: Sun, 23 Sep 2001 23:00:56 +0100
3946              Message-ID: <20010923230055.Y4971@plum.flirble.org>
3947              
3948              (with "sample_constants" changed to "fallback")
3949      Branch: perl
3950            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
3951            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
3952            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
3953            ! lib/h2xs.t utils/h2xs.PL
3954 ____________________________________________________________________________
3955 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
3956         Log: Metaconfig unit change for #12167.
3957      Branch: metaconfig
3958            ! U/modified/Cppsym.U
3959 ____________________________________________________________________________
3960 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
3961         Log: Add a few glibc cpp symbols to probe for.
3962      Branch: perl
3963            ! Configure
3964 ____________________________________________________________________________
3965 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
3966         Log: DJGPP tweaks for Laszlo Molnar.
3967      Branch: perl
3968            ! djgpp/djgppsed.sh dosish.h
3969 ____________________________________________________________________________
3970 [ 12165] By: ams                                   on 2001/09/24  10:07:08
3971         Log: Subject: [PATCH t/op/inccode.t] More tests
3972              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3973              Date: 24 Sep 2001 10:01:44 -0000
3974              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
3975      Branch: perl
3976            ! t/op/inccode.t
3977 ____________________________________________________________________________
3978 [ 12164] By: ams                                   on 2001/09/24  09:43:29
3979         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
3980              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
3981              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
3982              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
3983      Branch: perl
3984            ! lib/Cwd.pm
3985 ____________________________________________________________________________
3986 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
3987         Log: 1_compile updates.
3988      Branch: perl
3989            ! t/lib/1_compile.t
3990 ____________________________________________________________________________
3991 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
3992         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
3993              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3994              Date: Wed, 19 Sep 2001 22:47:14 +0200
3995              Message-ID: <20010919224714.A6382@rafael>
3996      Branch: perl
3997            ! pod/perlvar.pod pp_ctl.c
3998 ____________________________________________________________________________
3999 [ 12161] By: ams                                   on 2001/09/23  17:40:02
4000         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
4001              filetest Pragma
4002              From: "chromatic" <chromatic@rmci.net>
4003              Date: Sun, 23 Sep 2001 12:07:25 -0600
4004              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
4005      Branch: perl
4006            + lib/filetest.t
4007            ! MANIFEST t/lib/1_compile.t
4008 ____________________________________________________________________________
4009 [ 12160] By: ams                                   on 2001/09/23  16:32:11
4010         Log: Additional minor chdir() tweak.
4011      Branch: perl
4012            ! pod/perlfunc.pod
4013 ____________________________________________________________________________
4014 [ 12159] By: ams                                   on 2001/09/23  16:25:01
4015         Log: Subject: PATCH lib/ExtUtils/Command.t
4016              From: Abe Timmerman <abe@ztreet.demon.nl>
4017              Date: Sun, 23 Sep 2001 19:11:44 +0200
4018              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
4019      Branch: perl
4020            ! lib/ExtUtils/Command.t
4021 ____________________________________________________________________________
4022 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
4023         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
4024              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4025              Date: Sun, 23 Sep 2001 02:02:26 +0200
4026              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
4027      Branch: perl
4028            ! makedef.pl
4029 ____________________________________________________________________________
4030 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
4031         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
4032              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
4033              Date: Sat, 22 Sep 2001 12:54:39 -0500
4034              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
4035      Branch: perl
4036            ! t/op/study.t
4037 ____________________________________________________________________________
4038 [ 12156] By: nick                                  on 2001/09/23  07:48:44
4039         Log: Integrate mainline
4040      Branch: perlio
4041            - check83.pl
4042           !> ext/Encode/Encode/2022-cn.enc
4043 ____________________________________________________________________________
4044 [ 12155] By: nick                                  on 2001/09/23  07:48:01
4045         Log: Integrate mainline
4046      Branch: perlio
4047           +> (branch 64 files)
4048            - ext/Encode/Encode/cns11643-1.enc
4049            - ext/Encode/Encode/cns11643-2.enc
4050            - ext/Encode/Encode/iso2022-cn.enc
4051            - ext/Encode/Encode/iso2022-jp.enc
4052            - ext/Encode/Encode/iso2022-jp1.enc
4053            - ext/Encode/Encode/iso2022-jp2.enc
4054            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
4055            - ext/Encode/Encode/iso8859-1.enc
4056            - ext/Encode/Encode/iso8859-1.ucm
4057            - ext/Encode/Encode/iso8859-10.enc
4058            - ext/Encode/Encode/iso8859-10.ucm
4059            - ext/Encode/Encode/iso8859-13.enc
4060            - ext/Encode/Encode/iso8859-13.ucm
4061            - ext/Encode/Encode/iso8859-14.enc
4062            - ext/Encode/Encode/iso8859-14.ucm
4063            - ext/Encode/Encode/iso8859-15.enc
4064            - ext/Encode/Encode/iso8859-15.ucm
4065            - ext/Encode/Encode/iso8859-16.enc
4066            - ext/Encode/Encode/iso8859-16.ucm
4067            - ext/Encode/Encode/iso8859-2.enc
4068            - ext/Encode/Encode/iso8859-2.ucm
4069            - ext/Encode/Encode/iso8859-3.enc
4070            - ext/Encode/Encode/iso8859-3.ucm
4071            - ext/Encode/Encode/iso8859-4.enc
4072            - ext/Encode/Encode/iso8859-4.ucm
4073            - ext/Encode/Encode/iso8859-5.enc
4074            - ext/Encode/Encode/iso8859-5.ucm
4075            - ext/Encode/Encode/iso8859-6.enc
4076            - ext/Encode/Encode/iso8859-6.ucm
4077            - ext/Encode/Encode/iso8859-7.enc
4078            - ext/Encode/Encode/iso8859-7.ucm
4079            - ext/Encode/Encode/iso8859-8.enc
4080            - ext/Encode/Encode/iso8859-8.ucm
4081            - ext/Encode/Encode/iso8859-9.enc
4082            - ext/Encode/Encode/iso8859-9.ucm
4083            - ext/Encode/Encode/isoir-197.enc
4084            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
4085            - t/lib/sample-tests/header_at_end
4086            - t/lib/sample-tests/header_at_end_fail
4087           !> (integrate 174 files)
4088 ____________________________________________________________________________
4089 [ 12154] By: ams                                   on 2001/09/23  07:11:46
4090         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
4091              by Blair Zajac.
4092      Branch: perl
4093            ! pod/perlfunc.pod
4094 ____________________________________________________________________________
4095 [ 12153] By: ams                                   on 2001/09/23  06:56:32
4096         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
4097              Forgotten deprecation of *glob{FILEHANDLE}?
4098              From: "chromatic" <chromatic@rmci.net>
4099              Date: Sat, 22 Sep 2001 21:27:56 -0600
4100              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
4101      Branch: perl
4102            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
4103 ____________________________________________________________________________
4104 [ 12152] By: ams                                   on 2001/09/23  06:42:58
4105         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
4106              From: Michael G Schwern <schwern@pobox.com>
4107              Date: Sun, 23 Sep 2001 03:34:39 -0400
4108              Message-Id: <20010923033439.E7005@blackrider>
4109      Branch: perl
4110            ! lib/File/Find.pm
4111 ____________________________________________________________________________
4112 [ 12151] By: ams                                   on 2001/09/23  06:37:57
4113         Log: Subject: Re: t/op/magic.t missing tests on Win32
4114              From: Michael G Schwern <schwern@pobox.com>
4115              Date: Sat, 22 Sep 2001 20:29:09 -0400
4116              Message-Id: <20010922202909.I18223@blackrider>
4117      Branch: perl
4118            ! t/op/magic.t
4119 ____________________________________________________________________________
4120 [ 12150] By: ams                                   on 2001/09/23  06:36:26
4121         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
4122              Dumpvalue.pm
4123              From: "chromatic" <chromatic@rmci.net>
4124              Date: Sat, 22 Sep 2001 19:41:31 -0600
4125              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
4126      Branch: perl
4127            + lib/Dumpvalue.t
4128            ! MANIFEST lib/Dumpvalue.pm
4129 ____________________________________________________________________________
4130 [ 12149] By: ams                                   on 2001/09/23  06:25:35
4131         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
4132              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4133              Date: Sun, 23 Sep 2001 15:27:56 +0900
4134              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
4135      Branch: perl
4136            ! ext/Encode/Encode/2022-cn.enc
4137 ____________________________________________________________________________
4138 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
4139         Log: Manual eror in #12147.
4140      Branch: perl
4141            ! win32/win32.c
4142 ____________________________________________________________________________
4143 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
4144         Log: Integrate change #12146 from maintperl;
4145              win32_chdir() et al don't handle a NULL argument gracefully
4146      Branch: perl
4147           !> win32/perlhost.h win32/win32.c
4148 ____________________________________________________________________________
4149 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
4150         Log: win32_chdir() et al don't handle a NULL argument gracefully
4151      Branch: maint-5.6/perl
4152            ! win32/perlhost.h win32/win32.c
4153 ____________________________________________________________________________
4154 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
4155         Log: typo in change#12026
4156      Branch: maint-5.6/perl
4157            ! op.c
4158 ____________________________________________________________________________
4159 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
4160         Log: Subject: [PATCH] Re: scalar context unpack bugs
4161              From: Nicholas Clark <nick@ccl4.org>
4162              Date: Sat, 22 Sep 2001 23:07:56 +0100
4163              Message-ID: <20010922230755.O4971@plum.flirble.org>
4164      Branch: perl
4165            ! pp_pack.c t/op/pack.t
4166 ____________________________________________________________________________
4167 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
4168         Log: Try ExtUtils::Command.t everywhere, not just on Win32
4169              (as suggested by NI-S).  Also allow running it either
4170              in t/ or in the main directory.
4171      Branch: perl
4172            ! lib/ExtUtils/Command.t
4173 ____________________________________________________________________________
4174 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
4175         Log: Update the test on warnings/register.t.
4176      Branch: perl
4177            ! t/lib/1_compile.t
4178 ____________________________________________________________________________
4179 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
4180         Log: The code is now almost tidy enough to keep the IRIX cc happy.
4181      Branch: perl
4182            ! hints/irix_6.sh
4183 ____________________________________________________________________________
4184 [ 12140] By: ams                                   on 2001/09/22  17:26:32
4185         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
4186              use_ithreads
4187              From: "Craig A. Berry" <craigberry@mac.com>
4188              Date: Sat, 22 Sep 2001 13:15:32 -0500
4189              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
4190      Branch: perl
4191            ! configure.com
4192 ____________________________________________________________________________
4193 [ 12139] By: ams                                   on 2001/09/22  16:44:08
4194         Log: Do what perl_clone() does for sharedsv functions.
4195      Branch: perl
4196            ! embed.pl proto.h
4197 ____________________________________________________________________________
4198 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
4199         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
4200              (suggested by Sarathy, extensions shouldn't be dabbling with
4201              op structures, so binary backward compatibility should not be
4202              an issue.)
4203      Branch: perl
4204            ! hints/irix_6.sh op.h
4205 ____________________________________________________________________________
4206 [ 12137] By: ams                                   on 2001/09/22  16:21:05
4207         Log: More cleanups. (What's PERL_DECL_PROT?)
4208      Branch: perl
4209            ! embed.pl proto.h sharedsv.h
4210 ____________________________________________________________________________
4211 [ 12136] By: ams                                   on 2001/09/22  15:14:34
4212         Log: (Retracted by #12185)
4213              
4214              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
4215              Add Tests for warnings::register, Doc Update
4216              From: "chromatic" <chromatic@rmci.net>
4217              Date: Sat, 22 Sep 2001 09:43:20 -0600
4218              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
4219      Branch: perl
4220            + lib/warnings/register.t
4221            ! MANIFEST lib/warnings/register.pm
4222 ____________________________________________________________________________
4223 [ 12135] By: ams                                   on 2001/09/22  15:07:50
4224         Log: `@foo' should be @foo for consistency.
4225      Branch: perl
4226            ! pod/perldiag.pod
4227 ____________________________________________________________________________
4228 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
4229         Log: (Retracted by #12138)
4230              
4231              Add -woff (turn warning off) 3187:
4232              "A pointer is converted to a smaller integer."
4233              This happens when your pointers are 64-bit: then every case
4234              of converting pointers to PADOFFSETs (explicitly 32-bit)
4235              faces truncation (even explicit use of INT2PTR doesn't help).
4236              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
4237              Changing PADOFFSET from U32 to UV would help, but that
4238              would break binary backward compatibility of BASEOP and padop
4239              (assuming you have been using 64-bit pointers).
4240      Branch: perl
4241            ! hints/irix_6.sh
4242 ____________________________________________________________________________
4243 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
4244         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
4245              but the name comes from the inside the file, not from the file
4246              name, and Rumanian is the name of the language.
4247      Branch: perl
4248            + ext/Encode/Encode/macRumanian.enc
4249            - ext/Encode/Encode/macRomania.enc
4250            ! MANIFEST
4251 ____________________________________________________________________________
4252 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
4253         Log: Rename perltootc as perltooc for 8.3-friedliness.
4254      Branch: perl
4255            + pod/perltooc.pod
4256            - pod/perltootc.pod
4257            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
4258            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
4259            ! pod/perltoot.pod
4260 ____________________________________________________________________________
4261 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
4262         Log: Find more conflicts by lowercasing.
4263      Branch: perl
4264            + Porting/check83.pl
4265            - check83.pl
4266            ! MANIFEST
4267 ____________________________________________________________________________
4268 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
4269         Log: The AIX cc 5.0.0.0 is simply too buggy.
4270      Branch: perl
4271            ! hints/aix.sh
4272 ____________________________________________________________________________
4273 [ 12129] By: ams                                   on 2001/09/22  12:35:38
4274         Log: Uninteresting cleanup.
4275      Branch: perl
4276            ! form.h
4277 ____________________________________________________________________________
4278 [ 12128] By: ams                                   on 2001/09/22  12:28:48
4279         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
4280              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4281              Date: Sat, 22 Sep 2001 14:29:13 +0100
4282              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
4283      Branch: perl
4284            ! cv.h
4285 ____________________________________________________________________________
4286 [ 12127] By: ams                                   on 2001/09/22  12:04:28
4287         Log: What's a backet?
4288      Branch: perl
4289            ! dump.c
4290 ____________________________________________________________________________
4291 [ 12126] By: ams                                   on 2001/09/22  10:02:34
4292         Log: Removed duplicated tests #19 and #20.
4293      Branch: perl
4294            ! t/op/do.t
4295 ____________________________________________________________________________
4296 [ 12125] By: ams                                   on 2001/09/22  03:58:41
4297         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
4298              From: Michael Carman <mjcarman@home.com>
4299              Date: Fri, 21 Sep 2001 17:54:05 -0500
4300              Message-Id: <3BABC50D.6040202@home.com>
4301              (Applied with some changes.)
4302      Branch: perl
4303            ! pod/perlmod.pod
4304 ____________________________________________________________________________
4305 [ 12124] By: ams                                   on 2001/09/22  03:44:19
4306         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
4307              From: Michael G Schwern <schwern@pobox.com>
4308              Date: Fri, 21 Sep 2001 19:20:40 -0400
4309              Message-Id: <20010921192040.E5494@blackrider>
4310      Branch: perl
4311            ! t/op/chdir.t
4312 ____________________________________________________________________________
4313 [ 12123] By: ams                                   on 2001/09/22  03:41:08
4314         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
4315              From: Blair Zajac <blair@orcaware.com>
4316              Date: Fri, 21 Sep 2001 15:13:04 -0700
4317              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
4318      Branch: perl
4319            ! t/op/chdir.t
4320 ____________________________________________________________________________
4321 [ 12122] By: ams                                   on 2001/09/22  03:37:07
4322         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
4323              20010920.007
4324              From: Michael G Schwern <schwern@pobox.com>
4325              Date: Fri, 21 Sep 2001 17:59:03 -0400
4326              Message-Id: <20010921175903.V5494@blackrider>
4327      Branch: perl
4328            ! t/op/do.t
4329 ____________________________________________________________________________
4330 [ 12121] By: ams                                   on 2001/09/22  03:30:38
4331         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
4332              suite on WinCE)
4333              From: Michael G Schwern <schwern@pobox.com>
4334              Date: Fri, 21 Sep 2001 19:41:03 -0400
4335              Message-Id: <20010921194103.G5494@blackrider>
4336      Branch: perl
4337            ! pod/perlport.pod
4338 ____________________________________________________________________________
4339 [ 12120] By: ams                                   on 2001/09/22  03:28:06
4340         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
4341              From: Michael G Schwern <schwern@pobox.com>
4342              Date: Fri, 21 Sep 2001 17:33:35 -0400
4343              Message-Id: <20010921173335.T5494@blackrider>
4344              ($ENV{FOO}=undef hunk not applied.)
4345      Branch: perl
4346            ! t/op/magic.t
4347 ____________________________________________________________________________
4348 [ 12119] By: ams                                   on 2001/09/22  03:02:26
4349         Log: Subject: [PATCH] perldiag.pod
4350              From: Peter Scott <Peter@PSDT.com>
4351              Date: Fri, 21 Sep 2001 18:54:50 -0700
4352              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
4353              (Moved to the right place.)
4354      Branch: perl
4355            ! pod/perldiag.pod
4356 ____________________________________________________________________________
4357 [ 12118] By: ams                                   on 2001/09/21  20:05:29
4358         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
4359              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4360              Date: Fri, 21 Sep 2001 22:36:54 +0200
4361              Message-Id: <20010921223654.A12742@rafael>
4362      Branch: perl
4363            ! t/op/do.t
4364 ____________________________________________________________________________
4365 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
4366         Log: Restore things as they were before
4367              the backward compatibility police notices.
4368      Branch: perl
4369            ! lib/Cwd.pm
4370 ____________________________________________________________________________
4371 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
4372         Log: More Cwd from Schwern: make also OS/2 and DOS
4373              Cwd agree with File::Spec (that is, native path
4374              syntax using \ instead of / -- backward compatibility
4375              polic warning) and stop Win32 from using bsd_realpath().
4376      Branch: perl
4377            ! lib/Cwd.pm
4378 ____________________________________________________________________________
4379 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
4380         Log: Subject: [PATCH @12110] RE: Untested libraries update
4381              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4382              Date: Fri, 21 Sep 2001 18:21:07 +0100
4383              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
4384      Branch: perl
4385            ! lib/warnings/register.pm
4386 ____________________________________________________________________________
4387 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
4388         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
4389              From: Michael G Schwern <schwern@pobox.com>
4390              Date: Thu, 20 Sep 2001 22:54:02 -0400
4391              Message-ID: <20010920225402.A3611@blackrider>
4392      Branch: perl
4393            ! lib/Cwd.pm
4394 ____________________________________________________________________________
4395 [ 12113] By: ams                                   on 2001/09/21  17:08:24
4396         Log: Subject: [PATCH] avoid v-strings with require/use
4397              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4398              Date: Fri, 21 Sep 2001 12:34:40 -0400
4399              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
4400      Branch: perl
4401            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
4402            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
4403            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
4404            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4405            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
4406            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
4407            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
4408            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4409            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
4410            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
4411            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
4412            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
4413            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
4414            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
4415            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
4416            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
4417            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
4418            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
4419            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
4420 ____________________________________________________________________________
4421 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
4422         Log: Update Changes.
4423      Branch: perl
4424            ! Changes patchlevel.h
4425 ____________________________________________________________________________
4426 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
4427         Log: Make AIX and Tru64 compilers happy.  
4428      Branch: perl
4429            ! ext/threads/threads.h ext/threads/threads.xs
4430 ____________________________________________________________________________
4431 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
4432         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
4433              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4434              Date: 21 Sep 2001 09:16:37 -0000
4435              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
4436      Branch: perl
4437            ! toke.c
4438 ____________________________________________________________________________
4439 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
4440         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
4441              From: Michael G Schwern <schwern@pobox.com>
4442              Date: Thu, 20 Sep 2001 21:21:34 -0400
4443              Message-ID: <20010920212134.Y28291@blackrider>
4444      Branch: perl
4445            ! pp_sys.c
4446 ____________________________________________________________________________
4447 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
4448         Log: Subject: Re: GDB Debugging Macros from mod_perl
4449              From: rspier@pobox.com (Robert Spier)
4450              Date: Thu, 20 Sep 2001 22:45:03 -0700
4451              Message-ID: <15274.54239.413929.49430@rls.cx>
4452      Branch: perl
4453            ! pod/perltodo.pod
4454 ____________________________________________________________________________
4455 [ 12105] By: sky                                   on 2001/09/21  10:33:34
4456         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
4457              timezone! GetSystemTime should be available on all Win32 
4458              platforms we support. Perhaps Time::HiRes should be extended to
4459              support WinCE and Novell?
4460      Branch: perl
4461            ! ext/Time/HiRes/HiRes.xs
4462 ____________________________________________________________________________
4463 [ 12104] By: sky                                   on 2001/09/21  08:12:39
4464         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
4465      Branch: perl
4466            ! ext/threads/threads.h ext/threads/threads.xs
4467 ____________________________________________________________________________
4468 [ 12103] By: sky                                   on 2001/09/21  07:57:41
4469         Log: Rename the *thread* functions to Perl_* to avoid clashes.
4470              Notably on AIX but could become a problem on other platforms.
4471      Branch: perl
4472            ! ext/threads/threads.h ext/threads/threads.xs
4473 ____________________________________________________________________________
4474 [ 12102] By: sky                                   on 2001/09/21  07:35:30
4475         Log: Add the shared sv space to the global vars.
4476              Fix problems compiling on win32.
4477      Branch: perl
4478            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
4479            ! sharedsv.c sharedsv.h
4480 ____________________________________________________________________________
4481 [ 12101] By: ams                                   on 2001/09/21  00:19:55
4482         Log: Subject: [PATCH] win32/Makefile warning fix
4483              From: Blair Zajac <blair@orcaware.com>
4484              Date: Thu, 20 Sep 2001 18:15:43 -0700
4485              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
4486      Branch: perl
4487            ! win32/Makefile
4488 ____________________________________________________________________________
4489 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
4490         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
4491              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4492              Date: Thu, 20 Sep 2001 18:36:22 +0200
4493              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
4494      Branch: perl
4495            ! lib/ExtUtils/Command.t
4496 ____________________________________________________________________________
4497 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
4498         Log: Cant spl wirth a dam.
4499      Branch: perl
4500            ! intrpvar.h
4501 ____________________________________________________________________________
4502 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
4503         Log: Don't use C++ comments.
4504      Branch: perl
4505            ! ext/threads/threads.xs
4506 ____________________________________________________________________________
4507 [ 12097] By: ams                                   on 2001/09/20  21:42:07
4508         Log: Change #12044 didn't.
4509      Branch: perl
4510            ! lib/constant.pm
4511 ____________________________________________________________________________
4512 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
4513         Log: Metaconfig unit changes for #12095.
4514      Branch: metaconfig
4515            ! U/modified/Myinit.U U/modified/libs.U
4516 ____________________________________________________________________________
4517 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
4518         Log: Remove iconv references since we are not using it
4519              and not going to; regen perltoc, perlmodlib.
4520              (Some references still linger in perltoc, have to figure
4521              out where they are coming from.)
4522      Branch: perl
4523            ! Configure NetWare/config.wc NetWare/config_H.wc
4524            ! Porting/Glossary Porting/config.sh Porting/config_H
4525            ! config_h.SH configure.com epoc/config.sh perl.h
4526            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
4527            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4528            ! vos/config.ga.h win32/config.bc win32/config.gc
4529            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4530            ! win32/config_H.vc wince/config.ce wince/config.h
4531            ! wince/config_H.ce
4532 ____________________________________________________________________________
4533 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
4534         Log: Subject: [PATCH docs] Re: ARGV and read
4535              From: Dave Mitchell <davem@fdgroup.co.uk>
4536              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
4537              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
4538      Branch: perl
4539            ! pod/perltodo.pod pod/perlvar.pod
4540 ____________________________________________________________________________
4541 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
4542         Log: Fresh copies from the cvs.perl.org perlfaq repository.
4543      Branch: perl
4544            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4545            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4546            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4547            ! pod/perlfaq9.pod
4548 ____________________________________________________________________________
4549 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
4550         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
4551              From: Nicholas Clark <nick@ccl4.org>
4552              Date: Thu, 20 Sep 2001 14:27:08 +0100
4553              Message-ID: <20010920142708.X4971@plum.flirble.org>
4554      Branch: perl
4555            ! pp_pack.c t/op/pack.t
4556 ____________________________________________________________________________
4557 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
4558         Log: The sharedsv_space* are variables, not code.  Duh.
4559      Branch: perl
4560            ! intrpvar.h makedef.pl
4561 ____________________________________________________________________________
4562 [ 12090] By: ams                                   on 2001/09/20  11:26:06
4563         Log: Subject: [patch lib/lib_pm.PL]
4564              From: Stas Bekman <stas@stason.org>
4565              Date: Thu, 20 Sep 2001 18:48:53 +0800
4566              Message-Id: <3BA9C995.6010302@stason.org>
4567              (Applied by hand.)
4568      Branch: perl
4569            ! lib/lib_pm.PL
4570 ____________________________________________________________________________
4571 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
4572         Log: Only 21 tests, skipping or not.
4573      Branch: perl
4574            ! lib/ExtUtils/Command.t
4575 ____________________________________________________________________________
4576 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
4577         Log: New exported symbols.
4578      Branch: perl
4579            ! makedef.pl
4580 ____________________________________________________________________________
4581 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
4582         Log: Update Changes.
4583      Branch: perl
4584            ! Changes patchlevel.h
4585 ____________________________________________________________________________
4586 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
4587         Log: Correct numbering of the tests is useful.
4588      Branch: perl
4589            ! ext/threads/t/basic.t
4590 ____________________________________________________________________________
4591 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
4592         Log: More tests now too.
4593      Branch: perl
4594            ! lib/ExtUtils/Command.t
4595 ____________________________________________________________________________
4596 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
4597         Log: More tests now.
4598      Branch: perl
4599            ! ext/threads/t/basic.t
4600 ____________________________________________________________________________
4601 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
4602         Log: The test assumed 7-bit ASCII.  Now it "just"
4603              assumes 8-bit whatever.
4604      Branch: perl
4605            ! t/op/crypt.t
4606 ____________________________________________________________________________
4607 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
4608         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
4609              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4610              Date: Wed, 19 Sep 2001 11:45:28 +0200
4611              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
4612              
4613              Lvalue casts are not portable.
4614      Branch: perl
4615            ! ext/threads/threads.xs
4616 ____________________________________________________________________________
4617 [ 12081] By: sky                                   on 2001/09/19  10:17:52
4618         Log: Make the basic test contain only realy basic API tests
4619              Seems to be a problem with detach.
4620      Branch: perl
4621            ! ext/threads/t/basic.t
4622 ____________________________________________________________________________
4623 [ 12080] By: ams                                   on 2001/09/19  01:23:55
4624         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
4625              From: Michael G Schwern <schwern@pobox.com>
4626              Date: Tue, 18 Sep 2001 19:53:48 -0400
4627              Message-Id: <20010918195348.M585@blackrider>
4628              
4629              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
4630              From: Michael G Schwern <schwern@pobox.com>
4631              Date: Tue, 18 Sep 2001 22:07:13 -0400
4632              Message-Id: <20010918220713.B19616@blackrider>
4633      Branch: perl
4634            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
4635            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4636            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
4637            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
4638            ! lib/Test/Tutorial.pod
4639 ____________________________________________________________________________
4640 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
4641         Log: Indent the test a bit.
4642      Branch: perl
4643            ! ext/threads/t/basic.t
4644 ____________________________________________________________________________
4645 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
4646         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
4647              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4648              Date: Tue, 18 Sep 2001 18:06:44 +0200
4649              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
4650      Branch: perl
4651            ! win32/win32.c
4652 ____________________________________________________________________________
4653 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
4654         Log: Subject: stat access time is wrong on Win95
4655              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4656              Date: Tue, 18 Sep 2001 21:59:24 +0200
4657              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
4658      Branch: perl
4659            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
4660 ____________________________________________________________________________
4661 [ 12076] By: ams                                   on 2001/09/18  22:11:25
4662         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
4663              From: Michael G Schwern <schwern@pobox.com>
4664              Date: Tue, 18 Sep 2001 18:47:14 -0400
4665              Message-Id: <20010918184714.I585@blackrider>
4666      Branch: perl
4667            ! t/op/crypt.t
4668 ____________________________________________________________________________
4669 [ 12075] By: sky                                   on 2001/09/18  19:29:37
4670         Log: two test failures
4671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4672              Message-ID: <20010918221702.A17408@rafael>
4673              partly applied, #12074 already fixed half the patch
4674      Branch: perl
4675            ! ext/threads/t/basic.t
4676 ____________________________________________________________________________
4677 [ 12074] By: sky                                   on 2001/09/18  18:49:03
4678         Log: Fixes test case failure introduced by #12071, the warning is
4679              now correctly spelled :-)
4680      Branch: perl
4681            ! ext/IO/lib/IO/t/io_sel.t
4682 ____________________________________________________________________________
4683 [ 12073] By: sky                                   on 2001/09/18  18:46:22
4684         Log: Make the test behave properly!
4685      Branch: perl
4686            ! ext/threads/t/basic.t
4687 ____________________________________________________________________________
4688 [ 12072] By: ams                                   on 2001/09/18  18:44:59
4689         Log: OP_RCATLINE is an SVOP, not a BASEOP.
4690      Branch: perl
4691            ! opcode.h opcode.pl
4692 ____________________________________________________________________________
4693 [ 12071] By: ams                                   on 2001/09/18  18:06:27
4694         Log: Deprecate != Depreciate.
4695      Branch: perl
4696            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
4697            ! lib/Pod/ParseUtils.pm
4698 ____________________________________________________________________________
4699 [ 12070] By: ams                                   on 2001/09/18  15:14:58
4700         Log: Subject: [PATCH] Getopt::Std cleanup
4701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4702              Date: Tue, 18 Sep 2001 17:32:13 +0200
4703              Message-Id: <20010918173213.C777@rafael>
4704      Branch: perl
4705            ! lib/Getopt/Std.pm lib/Getopt/Std.t
4706 ____________________________________________________________________________
4707 [ 12069] By: sky                                   on 2001/09/18  14:56:33
4708         Log: Forgot the makefile
4709      Branch: perl
4710            + ext/threads/Makefile.PL
4711 ____________________________________________________________________________
4712 [ 12068] By: sky                                   on 2001/09/18  14:13:26
4713         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
4714              The test will fail because of Test.pm not knowing about threads. 
4715              basic needs to be manually tested
4716              compile time warnings on IV2PTR conversions need to be fixed
4717      Branch: perl
4718            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
4719            + ext/threads/threads.h ext/threads/threads.pm
4720            + ext/threads/threads.xs
4721            ! MANIFEST
4722 ____________________________________________________________________________
4723 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
4724         Log: DJGPP tweak from Laszlo Molnar.
4725      Branch: perl
4726            ! djgpp/config.over
4727 ____________________________________________________________________________
4728 [ 12066] By: sky                                   on 2001/09/18  10:24:31
4729         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
4730      Branch: perl
4731            ! sharedsv.c sharedsv.h
4732 ____________________________________________________________________________
4733 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
4734         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
4735              ditto ^cns.
4736      Branch: perl
4737            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
4738            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
4739            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
4740            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
4741            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
4742            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
4743            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
4744            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
4745            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
4746            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
4747            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
4748            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
4749            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
4750            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
4751            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
4752            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
4753            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
4754            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
4755            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
4756            + ext/Encode/Encode/ir-197.enc
4757            - ext/Encode/Encode/cns11643-1.enc
4758            - ext/Encode/Encode/cns11643-2.enc
4759            - ext/Encode/Encode/iso2022-cn.enc
4760            - ext/Encode/Encode/iso2022-jp.enc
4761            - ext/Encode/Encode/iso2022-jp1.enc
4762            - ext/Encode/Encode/iso2022-jp2.enc
4763            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
4764            - ext/Encode/Encode/iso8859-1.enc
4765            - ext/Encode/Encode/iso8859-1.ucm
4766            - ext/Encode/Encode/iso8859-10.enc
4767            - ext/Encode/Encode/iso8859-10.ucm
4768            - ext/Encode/Encode/iso8859-11.enc
4769            - ext/Encode/Encode/iso8859-11.ucm
4770            - ext/Encode/Encode/iso8859-13.enc
4771            - ext/Encode/Encode/iso8859-13.ucm
4772            - ext/Encode/Encode/iso8859-14.enc
4773            - ext/Encode/Encode/iso8859-14.ucm
4774            - ext/Encode/Encode/iso8859-15.enc
4775            - ext/Encode/Encode/iso8859-15.ucm
4776            - ext/Encode/Encode/iso8859-16.enc
4777            - ext/Encode/Encode/iso8859-16.ucm
4778            - ext/Encode/Encode/iso8859-2.enc
4779            - ext/Encode/Encode/iso8859-2.ucm
4780            - ext/Encode/Encode/iso8859-3.enc
4781            - ext/Encode/Encode/iso8859-3.ucm
4782            - ext/Encode/Encode/iso8859-4.enc
4783            - ext/Encode/Encode/iso8859-4.ucm
4784            - ext/Encode/Encode/iso8859-5.enc
4785            - ext/Encode/Encode/iso8859-5.ucm
4786            - ext/Encode/Encode/iso8859-6.enc
4787            - ext/Encode/Encode/iso8859-6.ucm
4788            - ext/Encode/Encode/iso8859-7.enc
4789            - ext/Encode/Encode/iso8859-7.ucm
4790            - ext/Encode/Encode/iso8859-8.enc
4791            - ext/Encode/Encode/iso8859-8.ucm
4792            - ext/Encode/Encode/iso8859-9.enc
4793            - ext/Encode/Encode/iso8859-9.ucm
4794            - ext/Encode/Encode/isoir-197.enc
4795            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
4796 ____________________________________________________________________________
4797 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
4798         Log: Must Uppercase.
4799      Branch: perl
4800            ! ext/Encode/Encode.pm
4801 ____________________________________________________________________________
4802 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
4803         Log: Add various encodings.
4804      Branch: perl
4805            + ext/Encode/Encode/iso8859-11.enc
4806            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
4807            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
4808            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
4809            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
4810            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
4811            + ext/Encode/Encode/viscii.ucm
4812            ! MANIFEST ext/Encode/Encode.pm
4813 ____________________________________________________________________________
4814 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
4815         Log: lib/unicode relic.
4816      Branch: perl
4817            ! ext/Encode/compile
4818 ____________________________________________________________________________
4819 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
4820         Log: Subject: [PATCH] Re: filename problems
4821              From: Michael G Schwern <schwern@pobox.com>
4822              Date: Mon, 17 Sep 2001 17:26:26 -0400
4823              Message-ID: <20010917172626.Q585@blackrider>
4824      Branch: perl
4825            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
4826            - t/lib/sample-tests/header_at_end
4827            - t/lib/sample-tests/header_at_end_fail
4828            ! MANIFEST lib/Test/Harness/t/test-harness.t
4829 ____________________________________________________________________________
4830 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
4831         Log: Explicitly explain the 1e9 seconds, not everybody
4832              is a C geek.
4833      Branch: perl
4834            ! ext/Time/HiRes/HiRes.pm
4835 ____________________________________________________________________________
4836 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
4837         Log: Explain an apparent bug reported by
4838              Richard J. Barbalace <rjbarbal@MIT.EDU>,
4839              with additional explanation from Gisle Aas.
4840      Branch: perl
4841            ! ext/Time/HiRes/HiRes.pm
4842 ____________________________________________________________________________
4843 [ 12058] By: ams                                   on 2001/09/17  19:52:01
4844         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
4845              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4846              Date: Mon, 17 Sep 2001 22:48:05 +0200
4847              Message-Id: <20010917224805.C11744@rafael>
4848      Branch: perl
4849            ! t/lib/warnings/op t/lib/warnings/pp
4850 ____________________________________________________________________________
4851 [ 12057] By: ams                                   on 2001/09/17  16:51:18
4852         Log: Its a nit!
4853      Branch: perl
4854            ! sv.h
4855 ____________________________________________________________________________
4856 [ 12056] By: ams                                   on 2001/09/17  16:47:55
4857         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
4858              From: "Craig A. Berry" <craigberry@mac.com>
4859              Date: Mon, 17 Sep 2001 12:34:20 -0500
4860              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
4861      Branch: perl
4862            ! vms/vms.c
4863 ____________________________________________________________________________
4864 [ 12055] By: ams                                   on 2001/09/17  16:05:15
4865         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
4866              From: Gisle Aas <gisle@ActiveState.com>
4867              Date: 16 Apr 2001 16:20:34 -0700
4868              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
4869              (Applied by hand.)
4870      Branch: perl
4871            ! lib/CPAN.pm lib/CPAN/Nox.pm
4872 ____________________________________________________________________________
4873 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
4874         Log: Update Changes.
4875      Branch: perl
4876            ! Changes patchlevel.h
4877 ____________________________________________________________________________
4878 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
4879         Log: Adding new files to the MANIFEST is always nice.
4880      Branch: perl
4881            ! MANIFEST
4882 ____________________________________________________________________________
4883 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
4884         Log: Reindent the PerlIO files (suggested by NI-S), used
4885              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
4886              (GNU indent).  Note that wholesale re-indenting might
4887              be nice, but that would break nice formatting/alignment
4888              of assignments, equality testing, and complex boolean
4889              expressions with lots of &s and |s.
4890      Branch: perl
4891            ! perlio.c perlio.h perliol.h
4892 ____________________________________________________________________________
4893 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
4894         Log: Add a script for being 8.3-polite.
4895              The found conflicts are being worked on.
4896      Branch: perl
4897            + check83.pl
4898            ! MANIFEST Porting/pumpkin.pod
4899 ____________________________________________________________________________
4900 [ 12050] By: sky                                   on 2001/09/17  12:44:36
4901         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
4902              finding it.
4903      Branch: perl
4904            ! sv.c
4905 ____________________________________________________________________________
4906 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
4907         Log: Bump up versions because of #12041.
4908      Branch: perl
4909            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
4910            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
4911            ! lib/Time/localtime.pm
4912 ____________________________________________________________________________
4913 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
4914         Log: Bump the version number because of #12042.
4915      Branch: perl
4916            ! lib/CPAN/FirstTime.pm
4917 ____________________________________________________________________________
4918 [ 12047] By: ams                                   on 2001/09/17  11:21:40
4919         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
4920              From: Abhijit Menon-Sen <ams@wiw.org>
4921              Date: Mon, 17 Sep 2001 17:44:12 +0530
4922              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
4923      Branch: perl
4924            ! op.c
4925 ____________________________________________________________________________
4926 [ 12046] By: sky                                   on 2001/09/17  07:14:17
4927         Log: Subject: Re: t/op/ver.t using skip() improperly
4928              From: "chromatic" <chromatic@rmci.net>
4929              Date: Mon, 17 Sep 2001 00:22:29 -0600
4930              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
4931      Branch: perl
4932            ! t/op/ver.t
4933 ____________________________________________________________________________
4934 [ 12045] By: nick                                  on 2001/09/17  07:12:14
4935         Log: Integrate mainline
4936      Branch: perlio
4937           +> t/op/chdir.t
4938           !> (integrate 117 files)
4939 ____________________________________________________________________________
4940 [ 12044] By: ams                                   on 2001/09/17  05:49:53
4941         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
4942              From: Ilmari Karonen <iltzu@sci.fi>
4943              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
4944              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
4945              (And $VERSION = '1.05'.)
4946      Branch: perl
4947            ! lib/constant.pm
4948 ____________________________________________________________________________
4949 [ 12043] By: ams                                   on 2001/09/17  05:44:50
4950         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
4951              From: Michael G Schwern <schwern@pobox.com>
4952              Date: Mon, 17 Sep 2001 07:49:04 +0200
4953              Message-Id: <20010917074904.V1588@blackrider>
4954              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
4955      Branch: perl
4956            + t/op/chdir.t
4957            ! MANIFEST pp_sys.c
4958 ____________________________________________________________________________
4959 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
4960         Log: Subject: Re: CPAN.pm needs some hacking 
4961              From: "chromatic" <chromatic@rmci.net>
4962              Date: Sun, 16 Sep 2001 16:46:29 -0600
4963              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
4964      Branch: perl
4965            ! lib/CPAN/FirstTime.pm
4966 ____________________________________________________________________________
4967 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
4968         Log: Change use|require 5.005_64 to use|require 5.6.1.
4969      Branch: perl
4970            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
4971            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
4972            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4973            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
4974            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
4975            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4976            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
4977            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
4978            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
4979            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
4980            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4981            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4982            ! lib/base.pm lib/fields.pm
4983 ____________________________________________________________________________
4984 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
4985         Log: Bump up version numbers.
4986              
4987              TODO 1: double check that pre-5.6.1 CPAN.pm:s
4988              don't try to download 5.8.0 because of the
4989              version numbers.  Mainly this means using _00
4990              in the core version numbers.
4991              
4992              TODO 2: the "use 5.005_64" in many modules
4993              needs to be changed to, say, "use 5.6.1".
4994      Branch: perl
4995            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
4996            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
4997            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
4998            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
4999            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
5000            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
5001            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5002            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
5003            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
5004            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
5005            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
5006 ____________________________________________________________________________
5007 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
5008         Log: Use UCHARAT() as suggested by Inaba Hiroto.
5009      Branch: perl
5010            ! regexec.c
5011 ____________________________________________________________________________
5012 [ 12038] By: ams                                   on 2001/09/16  15:16:24
5013         Log: Subject: [PATCH] Re: Core module version numbers review
5014              From: Peter Scott <Peter@PSDT.com>
5015              Date: Sun, 16 Sep 2001 09:09:58 -0700
5016              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
5017      Branch: perl
5018            ! lib/perl5db.pl
5019 ____________________________________________________________________________
5020 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
5021         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
5022              not yet fully implemented.
5023      Branch: perl
5024            ! pod/perlfunc.pod pod/perlunicode.pod
5025 ____________________________________________________________________________
5026 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
5027         Log: Subject: [patch] plug PL_beginav_save leak
5028              From: Doug MacEachern <dougm@covalent.net>
5029              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
5030              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
5031      Branch: perl
5032            ! perl.c
5033 ____________________________________________________________________________
5034 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
5035         Log: (accidentally empty checkin)
5036      Branch: perl
5037            ! sv.c
5038 ____________________________________________________________________________
5039 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
5040         Log: Subject: [patch] ithreads+PL_beginav_save
5041              From: Doug MacEachern <dougm@covalent.net>
5042              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
5043              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
5044      Branch: perl
5045            ! sv.c
5046 ____________________________________________________________________________
5047 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
5048         Log: Subject: [PATCH] h2xs.PL with C::Scan
5049              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5050              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
5051              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
5052      Branch: perl
5053            ! utils/h2xs.PL
5054 ____________________________________________________________________________
5055 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
5056         Log: Elaborate (well, make more vague, really) #12030.
5057      Branch: perl
5058            ! pod/perltodo.pod pod/perlunicode.pod
5059 ____________________________________________________________________________
5060 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
5061         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
5062              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5063              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
5064              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
5065      Branch: perl
5066            ! regexec.c
5067 ____________________________________________________________________________
5068 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
5069         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
5070              are not yet complete.
5071      Branch: perl
5072            ! pod/perltodo.pod pod/perlunicode.pod
5073 ____________________________________________________________________________
5074 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
5075         Log: Document what's still to be done on the regular expression
5076              Unicode support, based on the UTR#18.
5077      Branch: perl
5078            ! pod/perltodo.pod pod/perlunicode.pod
5079 ____________________________________________________________________________
5080 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
5081         Log: Regen headers.
5082      Branch: perl
5083            ! embedvar.h perlapi.h
5084 ____________________________________________________________________________
5085 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
5086         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
5087              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5088              Date: Sun, 09 Sep 2001 18:41:54 +0100
5089              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
5090      Branch: perl
5091            ! Porting/findvars ext/ByteLoader/bytecode.h
5092            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
5093            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
5094 ____________________________________________________________________________
5095 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
5096         Log: enable most warnings for windows build; fix the various typecasting
5097              nits that showed up (no bugfixes here)
5098      Branch: maint-5.6/perl
5099            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
5100            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
5101            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
5102            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
5103            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
5104            ! x2p/walk.c
5105 ____________________________________________________________________________
5106 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
5107         Log: Integrate change #12024 from maintperl
5108              (a local() precedence bug)
5109      Branch: perl
5110           !> lib/ExtUtils/Install.pm
5111 ____________________________________________________________________________
5112 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
5113         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
5114              change#8642
5115      Branch: maint-5.6/perl
5116            ! lib/ExtUtils/Install.pm
5117 ____________________________________________________________________________
5118 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
5119         Log: Update Changes.
5120      Branch: perl
5121            ! Changes patchlevel.h
5122 ____________________________________________________________________________
5123 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
5124         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
5125              From: "chromatic" <chromatic@rmci.net>
5126              Date: Fri, 14 Sep 2001 09:44:57 -0600 
5127              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
5128      Branch: perl
5129            ! lib/ExtUtils/Manifest.t
5130 ____________________________________________________________________________
5131 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
5132         Log: Hopefully better skipping of the Complete.t tests
5133              in case of not a tty. 
5134      Branch: perl
5135            ! lib/Term/Complete.t t/op/stat.t
5136 ____________________________________________________________________________
5137 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
5138         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
5139              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5140              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
5141              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
5142      Branch: perl
5143            ! regexec.c t/op/pat.t
5144 ____________________________________________________________________________
5145 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
5146         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
5147              From: Robin Barker <rmb1@cise.npl.co.uk>
5148              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
5149              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
5150      Branch: perl
5151            ! pod/perlport.pod
5152 ____________________________________________________________________________
5153 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
5154         Log: NetWare tweaks from Ananth Kesari.
5155      Branch: perl
5156            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
5157            ! NetWare/nwutil.h
5158 ____________________________________________________________________________
5159 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
5160         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
5161              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5162              Date: Fri, 14 Sep 2001 10:51:13 +0200
5163              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
5164      Branch: perl
5165            ! pod/perlport.pod
5166 ____________________________________________________________________________
5167 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
5168         Log: Subject: Re: [PATCH 2 pl2pm.PL]
5169              From: Joe Smith <Joe.Smith@inwap.com>
5170              Date: Fri, 14 Sep 2001 00:13:32 -0700
5171              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
5172              
5173              Eradicate qu.
5174      Branch: perl
5175            ! keywords.h keywords.pl utils/pl2pm.PL
5176 ____________________________________________________________________________
5177 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
5178         Log: Retract #12013, didn't go over too well in Tru64.
5179      Branch: perl
5180            ! embed.h embed.pl sv.h
5181 ____________________________________________________________________________
5182 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
5183         Log: Subject: [PATCH] Execute files of debugger commands
5184              From: Peter Scott <Peter@PSDT.com>
5185              Date: Thu, 13 Sep 2001 15:26:31 -0700
5186              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
5187      Branch: perl
5188            ! lib/perl5db.pl pod/perldebug.pod
5189 ____________________________________________________________________________
5190 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
5191         Log: (Retracted by #12015)
5192              Subject: [proposed PATCH] Re: perl@11920
5193              From: Nicholas Clark <nick@ccl4.org>
5194              Date: Wed, 12 Sep 2001 23:46:09 +0100
5195              Message-ID: <20010912234609.H4971@plum.flirble.org>     
5196      Branch: perl
5197            ! embed.h embed.pl sv.h
5198 ____________________________________________________________________________
5199 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
5200         Log: ucblib shouldn't be linked against in nonstop-ux,
5201              from Tom Bates.
5202      Branch: perl
5203            ! hints/nonstopux.sh
5204 ____________________________________________________________________________
5205 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
5206         Log: Do stty only if we have stty.
5207              
5208              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
5209      Branch: perl
5210            ! lib/Term/Complete.pm
5211 ____________________________________________________________________________
5212 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
5213         Log: Skip the test if not running on a tty.
5214      Branch: perl
5215            ! lib/Term/Complete.t
5216 ____________________________________________________________________________
5217 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
5218         Log: Regen headers.
5219      Branch: perl
5220            ! embed.h opcode.h pod/perlapi.pod proto.h
5221 ____________________________________________________________________________
5222 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
5223         Log: Subject: [PATCH op.c] Re: perl@12003
5224              From: Robin Barker <rmb1@cise.npl.co.uk>
5225              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
5226              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
5227      Branch: perl
5228            ! op.c
5229 ____________________________________________________________________________
5230 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
5231         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
5232              From: Robin Barker <rmb1@cise.npl.co.uk>
5233              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
5234              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
5235      Branch: perl
5236            ! sv.c
5237 ____________________________________________________________________________
5238 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
5239         Log: Upgrade to Memoize 0.66.
5240      Branch: perl
5241            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5242            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
5243            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
5244 ____________________________________________________________________________
5245 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
5246         Log: Subject: [ID 20010912.007] substr reference core dump
5247              From: me-01@ton.iguana.be
5248              Date: 12 Sep 2001 14:11:16 -0000
5249              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
5250      Branch: perl
5251            ! mg.c
5252 ____________________________________________________________________________
5253 [ 12004] By: ams                                   on 2001/09/12  01:13:49
5254         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
5255              From: Ilmari Karonen <iltzu@sci.fi>
5256              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
5257              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
5258      Branch: perl
5259            ! pod/perlfaq4.pod
5260 ____________________________________________________________________________
5261 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
5262         Log: Update Changes.
5263      Branch: perl
5264            ! Changes patchlevel.h
5265 ____________________________________________________________________________
5266 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
5267         Log: NetWare update from Ananth Kesari.
5268      Branch: perl
5269            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
5270            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
5271 ____________________________________________________________________________
5272 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
5273         Log: Retract #11984: div() being redefined, and 1397
5274              failing on 64-bit platforms.
5275      Branch: perl
5276            ! lib/Math/BigInt/Calc.pm
5277 ____________________________________________________________________________
5278 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
5279         Log: Metaconfig unit change for #11999.
5280      Branch: metaconfig
5281            ! U/protos/d_lseekproto.U
5282 ____________________________________________________________________________
5283 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
5284         Log: The lseek fix (#11991) was no fix.
5285      Branch: perl
5286            ! Configure
5287 ____________________________________________________________________________
5288 [ 11998] By: sky                                   on 2001/09/11  07:52:06
5289         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
5290              From: Matt Sergeant <MSergeant@star.net.uk>
5291              Date: Tue, 11 Sep 2001 09:22:32 +0100
5292              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
5293      Branch: perl
5294            ! ext/Encode/Encode.pm
5295 ____________________________________________________________________________
5296 [ 11997] By: sky                                   on 2001/09/11  06:35:29
5297         Log: Sometimes dTHX is added because it is needed on non 
5298              gnuc platforms, but not needed there. This uses GCC
5299              to silence GCC specific warnings by marking pTHX as 
5300              unused.
5301      Branch: perl
5302            ! perl.h
5303 ____________________________________________________________________________
5304 [ 11996] By: nick                                  on 2001/09/11  06:25:27
5305         Log: Integrate mainline
5306      Branch: perlio
5307            - ext/POSIX/sigaction.t lib/File/Find/taint.t
5308           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
5309 ____________________________________________________________________________
5310 [ 11995] By: nick                                  on 2001/09/11  06:23:39
5311         Log: Part Integrate mainline
5312      Branch: perlio
5313           +> (branch 69 files)
5314            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
5315            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
5316            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
5317            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
5318            - lib/Switch/t/switch_case.t lib/Test/Harness.t
5319            - lib/Test/More/Changes lib/Test/More/t/More.t
5320            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5321            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5322            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
5323            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
5324            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
5325            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
5326            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
5327            - t/lib/Test/More/Catch.pm wince/perl.ico
5328           !> (integrate 197 files)
5329 ____________________________________________________________________________
5330 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
5331         Log: Subject: Re: [PATCH] Encode.pm docs fix
5332              From: Gisle Aas <gisle@ActiveState.com>
5333              Date: 10 Sep 2001 11:27:02 -0700
5334              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
5335      Branch: perl
5336            ! ext/Encode/Encode.pm
5337 ____________________________________________________________________________
5338 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
5339         Log: Fix unpack U to be the reverse of pack U
5340              (but implement unpack U0U as a backdoor to get
5341              the UTF-8 malformed warnings from un-UTF-8 data)
5342      Branch: perl
5343            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
5344 ____________________________________________________________________________
5345 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
5346         Log: Metaconfig unit change for #11991;
5347              delete an unused unit (d_strtoull.U is the one used)
5348      Branch: metaconfig
5349            ! U/protos/d_lseekproto.U
5350      Branch: metaconfig/U/perl
5351            - strtoull.U
5352 ____________________________________________________________________________
5353 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
5354         Log: Subject: [PATCH] Configure not recording lseek proto
5355              From: Blair Zajac <blair@orcaware.com>
5356              Date: Mon, 10 Sep 2001 17:52:37 -0700
5357              Message-ID: <3B9D6055.BA334A31@orcaware.com>
5358              
5359              plus regen Configure.
5360      Branch: perl
5361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5362            ! config_h.SH uconfig.h
5363 ____________________________________________________________________________
5364 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
5365         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?)))                  
5366              From: Nicholas Clark <nick@ccl4.org>
5367              Date: Tue, 11 Sep 2001 00:00:31 +0100
5368              Message-ID: <20010911000031.G1512@plum.flirble.org>
5369      Branch: perl
5370            + t/op/qq.t
5371            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
5372 ____________________________________________________________________________
5373 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
5374         Log: Subject: [PATCH] Building on win32 w/o perlio
5375              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5376              Date: Mon, 10 Sep 2001 23:38:46 +0200
5377              Message-ID: <3B9D4F06.14433.2C37644@localhost>
5378      Branch: perl
5379            ! perl.c win32/Makefile win32/makefile.mk
5380 ____________________________________________________________________________
5381 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
5382         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
5383              From: "chromatic" <chromatic@rmci.net>
5384              Date: Mon, 10 Sep 2001 15:14:01 -0600
5385              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
5386      Branch: perl
5387            + lib/CGI/t/push.t
5388            ! MANIFEST
5389 ____________________________________________________________________________
5390 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
5391         Log: Subject: avoiding hoardes of zombies
5392              From: Nicholas Clark <nick@ccl4.org>
5393              Date: Mon, 10 Sep 2001 22:00:40 +0100
5394              Message-ID: <20010910220040.C1512@plum.flirble.org>
5395      Branch: perl
5396            ! pod/perlipc.pod
5397 ____________________________________________________________________________
5398 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
5399         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
5400              From: John Peacock <jpeacock@rowman.com>
5401              Date: Mon, 10 Sep 2001 16:34:30 -0400
5402              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
5403      Branch: perl
5404            ! sv.c t/op/ver.t utf8.h
5405 ____________________________________________________________________________
5406 [ 11985] By: ams                                   on 2001/09/10  23:20:13
5407         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
5408      Branch: perl
5409            ! MANIFEST
5410 ____________________________________________________________________________
5411 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
5412         Log: (Retracted by #12001)
5413              Subject: Calc with USE_MUL/USE_DIV
5414              From: Tels <perl_dummy@bloodgate.com>
5415              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
5416              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
5417      Branch: perl
5418            ! lib/Math/BigInt/Calc.pm
5419 ____________________________________________________________________________
5420 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
5421         Log: Subject: [PATCH op.c] Re: perl@11978
5422              From: Robin Barker <rmb1@cise.npl.co.uk>
5423              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
5424              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
5425              
5426              Format errors.
5427      Branch: perl
5428            ! op.c
5429 ____________________________________________________________________________
5430 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
5431         Log: Switch PADOFFSET back to U32 both because of binary backward
5432              compatibility and because Arthur seems to have been fixing the
5433              problems with naughty integer-pointer casting.
5434      Branch: perl
5435            ! op.h
5436 ____________________________________________________________________________
5437 [ 11981] By: ams                                   on 2001/09/10  16:31:43
5438         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
5439              Fix Pod Typo, Add Test for ExtUtils::Command
5440              From: "chromatic" <chromatic@rmci.net>
5441              Date: Mon, 10 Sep 2001 11:20:56 -0600
5442              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
5443      Branch: perl
5444            + lib/ExtUtils/Command.t
5445            ! MANIFEST lib/ExtUtils/Command.pm
5446 ____________________________________________________________________________
5447 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
5448         Log: Subject: [PATCH] Encode.pm docs fix
5449              From: Matt Sergeant <MSergeant@star.net.uk>
5450              Date: Mon, 10 Sep 2001 15:24:01 +0100
5451              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
5452      Branch: perl
5453            ! ext/Encode/Encode.pm
5454 ____________________________________________________________________________
5455 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
5456         Log: Update Changes.
5457      Branch: perl
5458            ! Changes patchlevel.h
5459 ____________________________________________________________________________
5460 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
5461         Log: Revert #11973, the dTHX seems to be needed in there
5462              for threaded builds.
5463      Branch: perl
5464            ! perlio.c
5465 ____________________________________________________________________________
5466 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
5467         Log: Detypo.
5468      Branch: perl
5469            ! pod/perlguts.pod
5470 ____________________________________________________________________________
5471 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
5472         Log: Further Class::Struct patching from Damian.
5473              
5474              The new new semantics are:
5475              
5476              * If you pass an initializer for a nested object, it has to be:
5477              a) a reference to an object of that class, or      
5478              b) a reference to an object of a subclass of that class, or
5479              c) a reference to a hash of arguments to be passed to the
5480              class's constructor
5481              * If you pass no initializer for a nested object, the attribute
5482              is initialized to C<undef>
5483      Branch: perl
5484            ! lib/Class/Struct.pm
5485 ____________________________________________________________________________
5486 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
5487         Log: Skip the crypt test if no crypt.
5488      Branch: perl
5489            ! t/op/crypt.t
5490 ____________________________________________________________________________
5491 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
5492         Log: Warn against using bare v-strings as IP addresses
5493              (okay if using the wrappers from Socket)
5494      Branch: perl
5495            ! pod/perldata.pod pod/perlport.pod
5496 ____________________________________________________________________________
5497 [ 11973] By: sky                                   on 2001/09/10  11:57:58
5498         Log: Remove unused dTHX. Silenced another warning.
5499      Branch: perl
5500            ! perlio.c
5501 ____________________________________________________________________________
5502 [ 11972] By: sky                                   on 2001/09/10  11:54:25
5503         Log: Silence some more warnings INT2PTR.
5504      Branch: perl
5505            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
5506 ____________________________________________________________________________
5507 [ 11971] By: sky                                   on 2001/09/10  11:21:50
5508         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
5509      Branch: perl
5510            ! cop.h
5511 ____________________________________________________________________________
5512 [ 11970] By: sky                                   on 2001/09/10  11:17:25
5513         Log: Apply INT2PTR with force to silence warnings from
5514              PM_GETRE and friends. No more warnings with 64bit 
5515              IVs and 32bit pointers.    
5516      Branch: perl
5517            ! op.c op.h perl.c
5518 ____________________________________________________________________________
5519 [ 11969] By: sky                                   on 2001/09/10  10:13:02
5520         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
5521      Branch: perl
5522            ! pod/perlguts.pod
5523 ____________________________________________________________________________
5524 [ 11968] By: sky                                   on 2001/09/10  10:02:51
5525         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
5526              Rename to custop_op_name to Perl_custom_op_name to match perlapi
5527              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
5528              perl_clone.
5529      Branch: perl
5530            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
5531 ____________________________________________________________________________
5532 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
5533         Log: Using strlen() not good on embedded nul bytes.
5534      Branch: perl
5535            ! regcomp.c
5536 ____________________________________________________________________________
5537 [ 11966] By: ams                                   on 2001/09/09  21:06:13
5538         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
5539              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5540              Date: Mon, 13 Aug 2001 22:51:59 +0200
5541              Message-ID: <20010813225159.C6681@rafael>
5542              (Applied with several tweaks.)
5543      Branch: perl
5544            ! embed.h embed.pl proto.h toke.c
5545 ____________________________________________________________________________
5546 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
5547         Log: The exact error message is system-dependent.
5548      Branch: perl
5549            ! lib/ExtUtils/Manifest.t
5550 ____________________________________________________________________________
5551 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
5552         Log: Add Windows and Mac Sami support to Encode
5553              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
5554      Branch: perl
5555            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
5556            ! MANIFEST
5557 ____________________________________________________________________________
5558 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
5559         Log: Use the tried method.
5560      Branch: perl
5561            ! pod/perlport.pod
5562 ____________________________________________________________________________
5563 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
5564         Log: Can't count parentheses.
5565      Branch: perl
5566            ! ext/IO/lib/IO/Socket/INET.pm
5567 ____________________________________________________________________________
5568 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
5569         Log: perlport additions: 1 while unlink, add/delete directory
5570              entries and permissions, cygwin stat funkiness (from Michael
5571              Schwern and Nicholas Clark)
5572      Branch: perl
5573            ! pod/perlport.pod
5574 ____________________________________________________________________________
5575 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
5576         Log: blib does have a detectable test.
5577      Branch: perl
5578            ! t/lib/1_compile.t
5579 ____________________________________________________________________________
5580 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
5581         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
5582              From: "chromatic" <chromatic@rmci.net>
5583              Date: Sat, 08 Sep 2001 19:33:42 -0600
5584              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
5585      Branch: perl
5586            + lib/Term/Complete.t
5587            ! MANIFEST
5588 ____________________________________________________________________________
5589 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
5590         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
5591              From: Michael G Schwern <schwern@pobox.com> 
5592              Date: Sat, 8 Sep 2001 02:40:26 -0400
5593              Message-ID: <20010908024026.A26283@blackrider>
5594      Branch: perl
5595            + lib/Test/Tutorial.pod
5596            ! MANIFEST
5597 ____________________________________________________________________________
5598 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
5599         Log: Try to look up protocol (by name) only iff it has non-numbers:
5600              nice if the server is in a chrooted environment (no /etc/protocols,
5601              server code using hardcorded protocol numbers like 6 for tcp),
5602              suggested by John Holdsworth <coldwave@bigfoot.com>.
5603              In other words, if we are given a number, why look it up again
5604              (by number)?
5605      Branch: perl
5606            ! ext/IO/lib/IO/Socket/INET.pm
5607 ____________________________________________________________________________
5608 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
5609         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
5610              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5611              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
5612              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
5613              
5614              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
5615              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5616              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
5617              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
5618              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
5619              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5620              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
5621              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
5622      Branch: perl
5623            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
5624 ____________________________________________________________________________
5625 [ 11955] By: ams                                   on 2001/09/09  02:54:21
5626         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
5627              From: "Craig A. Berry" <craigberry@mac.com>
5628              Date: Sat, 08 Sep 2001 19:02:16 -0500
5629              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
5630      Branch: perl
5631            ! lib/CGI/t/carp.t
5632 ____________________________________________________________________________
5633 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
5634         Log: Documentation tweaks; think the IP address as an opaque string.
5635      Branch: perl
5636            ! ext/Socket/Socket.pm
5637 ____________________________________________________________________________
5638 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
5639         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
5640              From: Michael G Schwern <schwern@pobox.com>
5641              Date: Sat, 8 Sep 2001 19:45:46 -0400
5642              Message-ID: <20010908194546.C9193@blackrider>
5643      Branch: perl
5644            + lib/blib.t
5645            ! MANIFEST lib/blib.pm t/lib/1_compile.t
5646 ____________________________________________________________________________
5647 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
5648         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
5649              From: "chromatic" <chromatic@rmci.net>
5650              Date: Sat, 08 Sep 2001 12:31:44 -0600
5651              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
5652      Branch: perl
5653            + lib/CGI/t/fast.t
5654            ! MANIFEST
5655 ____________________________________________________________________________
5656 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
5657         Log: The Socket tests were wrong: they were assuming too much.
5658      Branch: perl
5659            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
5660 ____________________________________________________________________________
5661 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
5662         Log: Retract the portability changes since they
5663              seem to have opened a can of worms... will
5664              go back to UNICOS/mk and do the bare minimum
5665              required to get the tests working.
5666      Branch: perl
5667            ! ext/Socket/Socket.xs
5668 ____________________________________________________________________________
5669 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
5670         Log: PADOFFSET is used to cast pointers into integers,
5671              if pointers are 64 bits and U32 32 bits,
5672              bad things may happen, or at least warnings issued.
5673      Branch: perl
5674            ! op.h
5675 ____________________________________________________________________________
5676 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
5677         Log: Still more Socket portability tweaking.
5678              Now Socket.t seems to be happy in all of
5679              Linux/x86, Tru64/alpha, Solaris/sparc,
5680              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
5681              
5682              Addendum: it seems that io_multihomed, io_sock, and hostent
5683              were broken in little-endians (linux/x86 and tru64/alpha)
5684              because of this change.  Argh.
5685      Branch: perl
5686            ! ext/Socket/Socket.xs
5687 ____________________________________________________________________________
5688 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
5689         Log: More portability kicking on inet_ntoa().
5690      Branch: perl
5691            ! ext/Socket/Socket.xs
5692 ____________________________________________________________________________
5693 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
5694         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
5695              From: Michael G Schwern <schwern@pobox.com> 
5696              Date: Fri, 7 Sep 2001 23:06:51 -0400
5697              Message-ID: <20010907230651.R606@blackrider>
5698      Branch: perl
5699            + lib/ExtUtils/Manifest.t
5700            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
5701 ____________________________________________________________________________
5702 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
5703         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
5704              From: "chromatic" <chromatic@rmci.net>
5705              Date: Fri, 07 Sep 2001 17:53:15 -0600      
5706              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
5707      Branch: perl
5708            + lib/ExtUtils/testlib.t
5709            ! MANIFEST
5710 ____________________________________________________________________________
5711 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
5712         Log: Thinko.
5713      Branch: perl
5714            ! lib/integer.t
5715 ____________________________________________________________________________
5716 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
5717         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
5718              From: "Craig A. Berry" <craigberry@mac.com>
5719              Date: Fri, 07 Sep 2001 15:30:03 -0500
5720              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
5721      Branch: perl
5722            ! lib/CGI/Carp.pm
5723 ____________________________________________________________________________
5724 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
5725         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
5726              From: Michael G Schwern <schwern@pobox.com>
5727              Date: Fri, 7 Sep 2001 15:38:13 -0400
5728              Message-ID: <20010907153813.K606@blackrider>
5729      Branch: perl
5730            ! lib/ExtUtils/MM_Unix.pm
5731 ____________________________________________________________________________
5732 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
5733         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
5734              From: Robin Barker <rmb1@cise.npl.co.uk>
5735              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
5736              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
5737      Branch: perl
5738            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
5739 ____________________________________________________________________________
5740 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
5741         Log: Clean up 1_compile.t; move tests to more consistent
5742              places (t/ subdirectories); add integer.t (much of
5743              the pragma is tested elsewhere but there is no one
5744              centralized place)
5745      Branch: perl
5746            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
5747            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
5748            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
5749            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
5750            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
5751            - lib/File/Find/find.t lib/File/Find/taint.t
5752            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
5753 ____________________________________________________________________________
5754 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
5755         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
5756              From: "chromatic" <chromatic@rmci.net>
5757              Date: Fri, 07 Sep 2001 10:17:40 -0600
5758              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
5759      Branch: perl
5760            ! lib/File/Find/taint.t
5761 ____________________________________________________________________________
5762 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
5763         Log: Update Changes.
5764      Branch: perl
5765            ! Changes patchlevel.h
5766 ____________________________________________________________________________
5767 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
5768         Log: Rename the old threading tutorial, start a new one,
5769              regen toc.
5770      Branch: perl
5771            + pod/perlothrtut.pod
5772            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
5773            ! pod/perltoc.pod
5774 ____________________________________________________________________________
5775 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
5776         Log: vars very much has a test.
5777      Branch: perl
5778            ! t/lib/1_compile.t
5779 ____________________________________________________________________________
5780 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
5781         Log: Subject: Re: wince/perl.ico marked as binary
5782              From: Nicholas Clark <nick@ccl4.org>
5783              Date: Fri, 7 Sep 2001 13:54:40 +0100
5784              Message-ID: <20010907135439.D39150@plum.flirble.org>
5785              
5786              and wince/Makefile.ce change from Rainer Keuchel.
5787      Branch: perl
5788            + wince/makeico.pl
5789            ! MANIFEST wince/Makefile.ce
5790 ____________________________________________________________________________
5791 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
5792         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
5793              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5794              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
5795              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
5796      Branch: perl
5797            ! regexec.c
5798 ____________________________________________________________________________
5799 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
5800         Log: (Replaced by #11934)
5801              Subject: Re: [PATCH regexec.c] more general .* and .*?
5802              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5803              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
5804              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
5805      Branch: perl
5806            ! regexec.c
5807 ____________________________________________________________________________
5808 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
5809         Log: The #11931 patching misbehaved.
5810      Branch: perl
5811            ! lib/Test/Harness/t/test-harness.t
5812 ____________________________________________________________________________
5813 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
5814         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
5815              From: Michael G Schwern <schwern@pobox.com>
5816              Date: Fri, 7 Sep 2001 03:30:41 -0400
5817              Message-ID: <20010907033041.A2796@blackrider>
5818      Branch: perl
5819            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
5820            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
5821            + t/lib/sample-tests/header_at_end_fail
5822            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
5823            - lib/Test/Harness.t
5824            ! MANIFEST lib/Test/Harness.pm t/TEST
5825 ____________________________________________________________________________
5826 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
5827         Log: Subject: [PATCH] Digest::MD5 update
5828              From: Gisle Aas <gisle@ActiveState.com>
5829              Date: 06 Sep 2001 23:32:56 -0700
5830              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
5831      Branch: perl
5832            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
5833            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
5834 ____________________________________________________________________________
5835 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
5836         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
5837              From: "chromatic" <chromatic@rmci.net>
5838              Date: Thu, 06 Sep 2001 23:11:44 -0600
5839              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
5840      Branch: perl
5841            + lib/less.t
5842            ! MANIFEST t/lib/1_compile.t
5843 ____________________________________________________________________________
5844 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
5845         Log: The binary file must somehow differently stored.
5846      Branch: perl
5847            - wince/perl.ico
5848            ! MANIFEST
5849 ____________________________________________________________________________
5850 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
5851         Log: Add more modules to the list of modules that have tests,
5852              Schwern's wallet is getting more nervous.
5853              (Run t/lib/1_compile.t manually to see which modules
5854              are lacking tests, or the tests can't be run for some
5855              reason or another, such as the Net:: modules)
5856      Branch: perl
5857            ! t/lib/1_compile.t
5858 ____________________________________________________________________________
5859 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
5860         Log: Try to make Socket::inet_ntoa() more robust.
5861      Branch: perl
5862            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
5863 ____________________________________________________________________________
5864 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
5865         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
5866              From: chromatic <chromatic@rmci.net>       
5867              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
5868              Message-Id: <01090522580506.19590@firewheel>           
5869      Branch: perl
5870            ! lib/English.t
5871 ____________________________________________________________________________
5872 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
5873         Log: Subject: Re: perlvar manpage and localizing special vars
5874              From: Stas Bekman <stas@stason.org>
5875              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
5876              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
5877      Branch: perl
5878            ! pod/perlvar.pod
5879 ____________________________________________________________________________
5880 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
5881         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
5882              From: Robin Barker <rmb1@cise.npl.co.uk>
5883              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
5884              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
5885      Branch: perl
5886            ! lib/ExtUtils/MakeMaker.pm
5887 ____________________________________________________________________________
5888 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
5889         Log: Symbol missing; AIX unhappy.
5890      Branch: perl
5891            ! makedef.pl
5892 ____________________________________________________________________________
5893 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
5894         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
5895              Reported in 5.61, seems to work okay in blead.
5896      Branch: perl
5897            ! t/run/kill_perl.t
5898 ____________________________________________________________________________
5899 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
5900         Log: Update Changes.
5901      Branch: perl
5902            ! Changes patchlevel.h
5903 ____________________________________________________________________________
5904 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
5905         Log: Document the bad assumptions currently breaking
5906              the Socket.t tests 10, 11, and 13 in UNICOS.
5907      Branch: perl
5908            ! ext/Socket/Socket.xs
5909 ____________________________________________________________________________
5910 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
5911         Log: Subject: [PATCH x2p] make OPTIMIZE=...
5912              From: Robin Barker <rmb1@cise.npl.co.uk>
5913              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
5914              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
5915      Branch: perl
5916            ! x2p/Makefile.SH x2p/cflags.SH
5917 ____________________________________________________________________________
5918 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
5919         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
5920              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5921              Date: Thu, 6 Sep 2001 11:09:40 +0100
5922              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
5923              
5924              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
5925              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5926              Date: 6 Sep 2001 10:14:38 -0000
5927              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
5928      Branch: perl
5929            ! pod/perlfaq1.pod pod/perlhack.pod
5930 ____________________________________________________________________________
5931 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
5932         Log: Subject: Extra NUL is Data::Dumper output - patch
5933              From: Tony Cook <tony@develop-help.com>
5934              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
5935              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
5936      Branch: perl
5937            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5938 ____________________________________________________________________________
5939 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
5940         Log: Avoid redefinition warning
5941              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
5942              from
5943              perl -w -Ilib -MCwd -e ''
5944      Branch: perl
5945            ! lib/Cwd.pm
5946 ____________________________________________________________________________
5947 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
5948         Log: Update the is_tainted() example implementation.
5949      Branch: perl
5950            ! pod/perlsec.pod
5951 ____________________________________________________________________________
5952 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
5953         Log: Missing) in #11912.
5954      Branch: perl
5955            ! lib/Test/Simple/t/fail.t
5956 ____________________________________________________________________________
5957 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
5958         Log: Rewhack Test-Simple into core harness.
5959      Branch: perl
5960            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5961            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5962            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
5963            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
5964            ! lib/Test/Simple/t/skipall.t
5965 ____________________________________________________________________________
5966 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
5967         Log: Workaround for the new Exporter 'feature'.
5968      Branch: perl
5969            ! lib/Test/More.pm
5970 ____________________________________________________________________________
5971 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
5972         Log: Re-introduce pure-Perl fall-back for abs_path,
5973              re-introduce #11898.
5974      Branch: perl
5975            ! lib/Cwd.pm lib/File/Find.pm
5976 ____________________________________________________________________________
5977 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
5978         Log: More tests.
5979      Branch: perl
5980            ! lib/Exporter.t
5981 ____________________________________________________________________________
5982 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
5983         Log: Retract #11898 for now because it introduces
5984              a rather nasty depencency: when B is being built,
5985              MakeMaker is used.  MakeMaker uses File::Find.
5986              File::Find uses Cwd::getcwd()...which doesn't
5987              exist yet.
5988      Branch: perl
5989            ! lib/File/Find.pm
5990 ____________________________________________________________________________
5991 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
5992         Log: New test welcome.
5993      Branch: perl
5994            + lib/Test/Simple/t/simple.t
5995 ____________________________________________________________________________
5996 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
5997         Log: Old test begone.
5998      Branch: perl
5999            - lib/Attribute/Handlers/test.pl
6000 ____________________________________________________________________________
6001 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
6002         Log: Test-Simple syncup from Schwern.
6003      Branch: perl
6004            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
6005            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
6006            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6007            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6008            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6009            - lib/Test/More/Changes lib/Test/More/t/More.t
6010            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6011            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6012            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
6013            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6014            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
6015            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6016            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6017            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
6018            ! t/lib/Test/Simple/sample_tests/death.plx
6019            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
6020            ! t/lib/Test/Simple/sample_tests/extras.plx
6021            ! t/lib/Test/Simple/sample_tests/five_fail.plx
6022            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
6023            ! t/lib/Test/Simple/sample_tests/one_fail.plx
6024            ! t/lib/Test/Simple/sample_tests/require.plx
6025            ! t/lib/Test/Simple/sample_tests/success.plx
6026            ! t/lib/Test/Simple/sample_tests/too_few.plx
6027            ! t/lib/Test/Simple/sample_tests/two_fail.plx
6028 ____________________________________________________________________________
6029 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
6030         Log: Integrate File::Find changes from bleadperl
6031      Branch: maint-5.6/macperl
6032            ! lib/File/Find.pm t/lib/filefind-taint.t
6033 ____________________________________________________________________________
6034 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
6035         Log: Integrate 11847 from maint-5.6/perl
6036      Branch: maint-5.6/macperl
6037           !> sv.c
6038 ____________________________________________________________________________
6039 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
6040         Log: In UNICOS division yada yada.
6041      Branch: perl
6042            ! t/op/override.t
6043 ____________________________________________________________________________
6044 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
6045         Log: In UNICOS division is really lossy, better use
6046              a tolerance test.
6047      Branch: perl
6048            ! ext/Time/HiRes/HiRes.t
6049 ____________________________________________________________________________
6050 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
6051         Log: In UNICOS sigaction() sets an extra flag
6052              ("the signal has been registered for all the processes in
6053              a multitasking group.")
6054      Branch: perl
6055            ! ext/POSIX/sigaction.t
6056 ____________________________________________________________________________
6057 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
6058         Log: Documentation micropatch from Damian.
6059      Branch: perl
6060            ! lib/Attribute/Handlers.pm
6061 ____________________________________________________________________________
6062 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
6063         Log: (Retracted by #11908)
6064              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
6065              From: Michael G Schwern <schwern@pobox.com>
6066              Date: Wed, 5 Sep 2001 15:58:21 -0400
6067              Message-ID: <20010905155821.I632@blackrider>
6068      Branch: perl
6069            ! lib/File/Find.pm lib/File/Find/taint.t
6070 ____________________________________________________________________________
6071 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
6072         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
6073              From: Michael G Schwern <schwern@pobox.com>
6074              Date: Wed, 5 Sep 2001 19:16:31 -0400
6075              Message-ID: <20010905191631.E11386@blackrider>
6076      Branch: perl
6077            + lib/CGI/t/carp.t
6078            ! MANIFEST
6079 ____________________________________________________________________________
6080 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
6081         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
6082              From: chromatic <chromatic@rmci.net>
6083              Date: Wed, 5 Sep 2001 18:08:07 -0600
6084              Message-Id: <01090518080700.19590@firewheel>
6085      Branch: perl
6086            ! lib/English.pm
6087 ____________________________________________________________________________
6088 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
6089         Log: Fix a typo #11889 and add a test for the same.
6090      Branch: perl
6091            ! ext/Socket/Socket.t ext/Socket/Socket.xs
6092 ____________________________________________________________________________
6093 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
6094         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
6095              From: "Craig A. Berry" <craigberry@mac.com>
6096              Date: Wed, 05 Sep 2001 17:48:54 -0500
6097              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
6098      Branch: perl
6099            ! lib/warnings.t t/run/kill_perl.t
6100 ____________________________________________________________________________
6101 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
6102         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
6103              From: Michael G Schwern <schwern@pobox.com>
6104              Date: Wed, 5 Sep 2001 17:22:25 -0400
6105              Message-ID: <20010905172225.C11386@blackrider>
6106      Branch: perl
6107            ! t/run/kill_perl.t
6108 ____________________________________________________________________________
6109 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
6110         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
6111              From: Nicholas Clark <nick@ccl4.org>
6112              Date: Wed, 5 Sep 2001 20:54:24 +0100
6113              Message-ID: <20010905205424.C25120@plum.flirble.org>
6114      Branch: perl
6115            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
6116 ____________________________________________________________________________
6117 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
6118         Log: Forgotten thing.
6119      Branch: perl
6120            ! uconfig.h
6121 ____________________________________________________________________________
6122 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
6123         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
6124              From: chromatic <chromatic@rmci.net>               
6125              Date: Wed, 5 Sep 2001 13:22:08 -0600
6126              Message-Id: <01090513220807.10587@firewheel> 
6127      Branch: perl
6128            ! lib/English.pm
6129 ____________________________________________________________________________
6130 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
6131         Log: inet_ntoa() tweaks:
6132              - don't allow addresses with > 255 characters
6133              - indent the HP-UX workaround
6134              - don't leak memory
6135      Branch: perl
6136            ! ext/Socket/Socket.xs
6137 ____________________________________________________________________________
6138 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
6139         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
6140              <xwu@theeducationcenter.com>
6141      Branch: perl
6142            ! lib/File/Find.pm
6143 ____________________________________________________________________________
6144 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
6145         Log: Typo nits.
6146      Branch: perl
6147            ! lib/File/Find.pm
6148 ____________________________________________________________________________
6149 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
6150         Log: -Wall nit.
6151      Branch: perl
6152            ! op.c
6153 ____________________________________________________________________________
6154 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
6155         Log: Update to Scalar-List-Utils 1.05
6156      Branch: perl
6157            ! ext/List/Util/ChangeLog ext/List/Util/README
6158            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
6159 ____________________________________________________________________________
6160 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
6161         Log: Update Changes.
6162      Branch: perl
6163            ! Changes patchlevel.h
6164 ____________________________________________________________________________
6165 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
6166         Log: Update to Scalar-List-Utils 1.04
6167      Branch: perl
6168            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
6169            ! ext/List/Util/lib/List/Util.pm
6170            ! ext/List/Util/lib/Scalar/Util.pm
6171 ____________________________________________________________________________
6172 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
6173         Log: Metaconfigify #11724.
6174      Branch: metaconfig
6175            ! U/threads/archname.U
6176 ____________________________________________________________________________
6177 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
6178         Log: The MacOS reference is okay, no reason to hide it.
6179      Branch: perl
6180            ! lib/Cwd.pm
6181 ____________________________________________________________________________
6182 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
6183         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
6184              From: Michael G Schwern <schwern@pobox.com>
6185              Date: Tue, 4 Sep 2001 15:30:10 -0400
6186              Message-ID: <20010904153010.H26466@blackrider> 
6187              
6188              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
6189      Branch: perl
6190            ! ext/Cwd/Makefile.PL lib/Cwd.pm
6191 ____________________________________________________________________________
6192 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
6193         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.))
6194              From: Michael G Schwern <schwern@pobox.com>
6195              Date: Tue, 4 Sep 2001 17:39:13 -0400
6196              Message-ID: <20010904173913.C626@blackrider>
6197      Branch: perl
6198            ! lib/Cwd.pm
6199 ____________________________________________________________________________
6200 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
6201         Log: Subject: Re: Perl_pp_* in public API?
6202              From: "Craig A. Berry" <craigberry@mac.com>
6203              Date: Tue, 4 Sep 2001 21:51:29 -0500
6204              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
6205      Branch: perl
6206            ! ext/List/Util/Util.xs
6207 ____________________________________________________________________________
6208 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
6209         Log: From Damian: Class::Struct was unable to define
6210              recursive classes.  After the patch an object reference
6211              (rather than a hash) is required to initialize
6212              an object attribute.  If no such initializer is given to
6213              the constructor, object attributes are now default
6214              initialized to C<undef>.
6215      Branch: perl
6216            ! lib/Class/Struct.pm lib/Class/Struct.t
6217 ____________________________________________________________________________
6218 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
6219         Log: Subject: Re: sv_catpvfn and sv_setpvfn
6220              From: Richard Soderberg <rs@oregonnet.com>
6221              Date: Tue, 4 Sep 2001 15:16:47 -0700
6222              Message-Id: <200109042216.PAA17858@oregonnet.com>
6223      Branch: perl
6224            ! pod/perlclib.pod pod/perlguts.pod
6225 ____________________________________________________________________________
6226 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
6227         Log: NetWare updates from Ananth Kesari.
6228      Branch: perl
6229            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
6230            ! NetWare/nw5thread.h
6231 ____________________________________________________________________________
6232 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
6233         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?))
6234              From: Nicholas Clark <nick@ccl4.org>
6235              Date: Tue, 4 Sep 2001 22:42:50 +0100
6236              Message-ID: <20010904224250.P25120@plum.flirble.org>
6237      Branch: perl
6238            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
6239            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
6240            ! t/op/oct.t toke.c
6241 ____________________________________________________________________________
6242 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
6243         Log: Fix Cwd::getcwd() not being tainted, as noticed
6244              by Schwern.
6245      Branch: perl
6246            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
6247            - ext/Cwd/Cwd.t
6248            ! MANIFEST ext/Cwd/Cwd.xs util.c
6249 ____________________________________________________________________________
6250 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
6251         Log: Retract #11870 and volatilize the right destruct_level.
6252              Silly thinko pointed out by Sarathy.
6253      Branch: perl
6254            ! intrpvar.h perl.c
6255 ____________________________________________________________________________
6256 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
6257         Log: At least a temporary fix for the mysterious scope core dumps
6258              in Tru64 from Graham.
6259      Branch: perl
6260            ! ext/List/Util/Util.xs
6261 ____________________________________________________________________________
6262 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
6263         Log: (Retracted by #11872)
6264      Branch: perl
6265            ! intrpvar.h
6266 ____________________________________________________________________________
6267 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
6268         Log: Quench a -Wall gripe noticed by Robin Barker.
6269      Branch: perl
6270            ! op.c
6271 ____________________________________________________________________________
6272 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
6273         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
6274              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6275              Date: Wed, 05 Sep 2001 02:01:32 +0900
6276              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
6277      Branch: perl
6278            ! lib/Unicode/UCD.pm
6279 ____________________________________________________________________________
6280 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
6281         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
6282              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6283              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
6284              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
6285      Branch: perl
6286            ! gv.c
6287 ____________________________________________________________________________
6288 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
6289         Log: Update Changes.
6290      Branch: perl
6291            ! Changes patchlevel.h
6292 ____________________________________________________________________________
6293 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
6294         Log: Add the \[$@%&*] prototype support.
6295      Branch: perl
6296            ! op.c pod/perlsub.pod t/comp/proto.t
6297 ____________________________________________________________________________
6298 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
6299         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
6300              From: Michael G Schwern <schwern@pobox.com>
6301              Date: Mon, 3 Sep 2001 18:59:01 -0400
6302              Message-ID: <20010903185901.Z9233@blackrider>
6303      Branch: perl
6304            ! lib/CGI/t/form.t
6305 ____________________________________________________________________________
6306 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
6307         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
6308              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6309              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
6310              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
6311      Branch: perl
6312            ! gv.c
6313 ____________________________________________________________________________
6314 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
6315         Log: More srand entry tweakage based on Randal's suggestion.
6316      Branch: perl
6317            ! pod/perlfunc.pod
6318 ____________________________________________________________________________
6319 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
6320         Log: Subject: [PATCH] 'main' *is* a reserved word
6321              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6322              Date: Mon, 3 Sep 2001 22:55:41 +0200
6323              Message-ID: <20010903225541.A24097@rafael>
6324      Branch: perl
6325            ! toke.c
6326 ____________________________________________________________________________
6327 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
6328         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
6329              From: Peter Prymmer <pvhp@best.com>
6330              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
6331              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
6332      Branch: perl
6333            ! README.vms configure.com
6334 ____________________________________________________________________________
6335 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
6336         Log: Subject: Re: A slightly better default seed?   
6337              From: Michael G Schwern <schwern@pobox.com>
6338              Date: Mon, 3 Sep 2001 18:08:15 -0400 
6339              Message-ID: <20010903180815.W9233@blackrider>
6340      Branch: perl
6341            ! t/op/srand.t
6342 ____________________________________________________________________________
6343 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
6344         Log: Add sharedsv.o to microperl object files.
6345      Branch: perl
6346            ! Makefile.micro
6347 ____________________________________________________________________________
6348 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
6349         Log: AUTHORS updates and
6350              
6351              Subject: [PATCH] Just some preening :-)        
6352              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6353              Date: Tue, 4 Sep 2001 14:16:59 +0100
6354              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
6355      Branch: perl
6356            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
6357 ____________________________________________________________________________
6358 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
6359         Log: Typo fix and slight rewording.
6360      Branch: perl
6361            ! pod/perlfunc.pod
6362 ____________________________________________________________________________
6363 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
6364         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
6365      Branch: perl
6366            ! pod/perlfaq4.pod
6367 ____________________________________________________________________________
6368 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
6369         Log: The helper file changed name.
6370      Branch: perl
6371            ! MANIFEST
6372 ____________________________________________________________________________
6373 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
6374         Log: Update to Scalar-List-Utils 1.03
6375      Branch: perl
6376            + ext/List/Util/t/shuffle.t
6377            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
6378            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
6379            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
6380            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
6381            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
6382            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
6383            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
6384            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
6385 ____________________________________________________________________________
6386 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
6387         Log: Make crypt() do something more sane for Unicode
6388              (take crypt() of the low eight bits of the characters,
6389              instead of taking crypt() of the UTF-8 of the scalar);
6390              add a test for crypt().
6391      Branch: perl
6392            + t/op/crypt.t
6393            ! MANIFEST pod/perlfunc.pod pp.c
6394 ____________________________________________________________________________
6395 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
6396         Log: Reorganize the srand entry.
6397      Branch: perl
6398            ! pod/perlfunc.pod
6399 ____________________________________________________________________________
6400 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
6401         Log: Remove the tests that assume something about
6402              calling srand() without arguments multiple times.
6403      Branch: perl
6404            ! t/op/srand.t
6405 ____________________________________________________________________________
6406 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
6407         Log: Upgrade to Math::BigInt 1.42.
6408      Branch: perl
6409            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6410            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
6411            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
6412            ! lib/Math/BigInt/t/mbimbf.t
6413 ____________________________________________________________________________
6414 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
6415         Log: integrate change#11847 from maint-5.6
6416              
6417              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
6418      Branch: perl
6419            ! sv.c
6420 ____________________________________________________________________________
6421 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
6422         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
6423      Branch: maint-5.6/perl
6424            ! sv.c
6425 ____________________________________________________________________________
6426 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
6427         Log: As far as I can tell these functions have been Unicodified.
6428      Branch: perl
6429            ! doop.c
6430 ____________________________________________________________________________
6431 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
6432         Log: Update to Storable 1.0.13.
6433      Branch: perl
6434            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6435            ! ext/Storable/Storable.xs
6436 ____________________________________________________________________________
6437 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
6438         Log: Patch the Filter::Simple test to work with
6439              the core test suite (since the FilterTest.pm
6440              is in t/lib, not in lib).
6441      Branch: perl
6442            ! lib/Filter/Simple/t/filter.t
6443 ____________________________________________________________________________
6444 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
6445         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
6446      Branch: perl
6447            + t/lib/FilterTest.pm
6448            - t/lib/MyFilter.pm
6449 ____________________________________________________________________________
6450 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
6451         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
6452              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
6453              Text::Balanced 1.86.
6454      Branch: perl
6455            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
6456            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
6457            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
6458            + lib/Switch/t/nested.t lib/Switch/t/switch.t
6459            + lib/Text/Balanced/Changes lib/Text/Balanced/README
6460            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
6461            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
6462            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
6463            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
6464            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
6465            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
6466            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
6467            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
6468            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
6469            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
6470            ! MANIFEST lib/Attribute/Handlers.pm
6471            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6472            ! lib/Attribute/Handlers/demo/Demo.pm
6473            ! lib/Attribute/Handlers/demo/Descriptions.pm
6474            ! lib/Attribute/Handlers/demo/MyClass.pm
6475            ! lib/Attribute/Handlers/demo/demo.pl
6476            ! lib/Attribute/Handlers/demo/demo2.pl
6477            ! lib/Attribute/Handlers/demo/demo3.pl
6478            ! lib/Attribute/Handlers/demo/demo4.pl
6479            ! lib/Attribute/Handlers/demo/demo_call.pl
6480            ! lib/Attribute/Handlers/demo/demo_chain.pl
6481            ! lib/Attribute/Handlers/demo/demo_cycle.pl
6482            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
6483            ! lib/Attribute/Handlers/demo/demo_phases.pl
6484            ! lib/Attribute/Handlers/demo/demo_range.pl
6485            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
6486            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
6487            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6488            ! lib/Text/Balanced.pm
6489 ____________________________________________________________________________
6490 [ 11841] By: sky                                   on 2001/09/03  11:04:15
6491         Log: Forgot to add a file with Change #11840
6492      Branch: perl
6493            + t/op/srand.t
6494 ____________________________________________________________________________
6495 [ 11840] By: sky                                   on 2001/09/03  11:02:04
6496         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
6497              From: Michael G Schwern <schwern@pobox.com>
6498              Date: Mon, 3 Sep 2001 07:43:00 -0400
6499              Message-ID: <20010903074300.E9233@blackrider>
6500      Branch: perl
6501            ! MANIFEST pod/perlfunc.pod t/op/rand.t
6502 ____________________________________________________________________________
6503 [ 11839] By: sky                                   on 2001/09/03  10:47:11
6504         Log: Document the changes with regards to running of END blocks.
6505              And DESTROY on global objects are called in perl_destruct()!
6506      Branch: perl
6507            ! pod/perl572delta.pod pod/perlembed.pod
6508 ____________________________________________________________________________
6509 [ 11838] By: sky                                   on 2001/09/03  09:34:44
6510         Log: Subject: [PATCH t/op/time.t] Partial cleanup
6511              From: Michael G Schwern <schwern@pobox.com>
6512              Date: Mon, 3 Sep 2001 06:29:42 -0400
6513              Message-ID: <20010903062942.C9233@blackrider>
6514      Branch: perl
6515            ! t/op/time.t
6516 ____________________________________________________________________________
6517 [ 11837] By: sky                                   on 2001/09/03  09:30:02
6518         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
6519              From: Michael G Schwern <schwern@pobox.com>
6520              Date: Mon, 3 Sep 2001 06:24:13 -0400
6521              Message-ID: <20010903062413.B9233@blackrider>
6522      Branch: perl
6523            ! t/op/rand.t
6524 ____________________________________________________________________________
6525 [ 11836] By: sky                                   on 2001/09/03  07:56:47
6526         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
6527              From: Michael G Schwern <schwern@pobox.com>
6528              Date: Sun, 2 Sep 2001 21:38:43 -0400
6529              Message-ID: <20010902213843.L2711@blackrider>
6530      Branch: perl
6531            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
6532            ! MANIFEST
6533 ____________________________________________________________________________
6534 [ 11835] By: nick                                  on 2001/09/03  06:20:06
6535         Log: Integrate mainline
6536      Branch: perlio
6537           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
6538            - t/op/misc.t
6539           !> (integrate 187 files)
6540 ____________________________________________________________________________
6541 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
6542         Log: Update Changes.
6543      Branch: perl
6544            ! Changes patchlevel.h
6545 ____________________________________________________________________________
6546 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
6547         Log: Slight tweaks.
6548      Branch: perl
6549            ! t/run/kill_perl.t
6550 ____________________________________________________________________________
6551 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
6552         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
6553      Branch: perl
6554            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6555 ____________________________________________________________________________
6556 [ 11831] By: sky                                   on 2001/09/02  12:10:42
6557         Log: Change #11828 wasn't complete, this updates to intest path
6558      Branch: perl
6559            ! t/run/kill_perl.t
6560 ____________________________________________________________________________
6561 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
6562         Log: 's's's.
6563      Branch: perl
6564            ! Changes
6565 ____________________________________________________________________________
6566 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
6567         Log: Update Changes.
6568      Branch: perl
6569            ! Changes patchlevel.h
6570 ____________________________________________________________________________
6571 [ 11828] By: sky                                   on 2001/09/02  11:53:56
6572         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
6573              From: Michael G Schwern <schwern@pobox.com>
6574              Date: Sat, 1 Sep 2001 20:18:58 -0400
6575              Message-ID: <20010901201858.X606@blackrider>
6576              +MANIFEST Fix
6577      Branch: perl
6578            + t/run/kill_perl.t
6579            - t/op/misc.t t/run/segfault.t
6580            ! MANIFEST
6581 ____________________________________________________________________________
6582 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
6583         Log: Subject: [PATCH] lib/Time/Local.pm
6584              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6585              Date: Sun, 2 Sep 2001 06:50:01 -0500
6586              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
6587      Branch: perl
6588            ! lib/Time/Local.pm
6589 ____________________________________________________________________________
6590 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
6591         Log: Tick off Unicode collation and the normalization from
6592              the todo list.
6593      Branch: perl
6594            ! pod/perltodo.pod
6595 ____________________________________________________________________________
6596 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
6597         Log: Update to Unicode 3.1.1.
6598      Branch: perl
6599            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
6600            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
6601            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
6602            ! lib/unicore/PropList.txt lib/unicore/README.perl
6603            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
6604            ! lib/unicore/rename lib/unicore/version
6605 ____________________________________________________________________________
6606 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
6607         Log: Slight doc tweaks for the module.
6608      Branch: perl
6609            ! lib/Unicode/UCD.pm
6610 ____________________________________________________________________________
6611 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
6612         Log: Rename the variable: it *used* to be (wrongly) that the
6613              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
6614              but that is no more the case: PL_reg_match_utf8 is better.
6615      Branch: perl
6616            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
6617            ! regexec.c sv.c thrdvar.h
6618 ____________________________________________________________________________
6619 [ 11822] By: ams                                   on 2001/09/02  02:54:50
6620         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
6621              From: Ilmari Karonen <iltzu@sci.fi>
6622              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
6623              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
6624              (op/sub_lval.t updated to take new error message into account.)
6625      Branch: perl
6626            ! op.c t/op/sub_lval.t
6627 ____________________________________________________________________________
6628 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
6629         Log: remove stray CRs in files; keep all files with UNIX line-ends
6630              (Porting/makerel adds CRs to the files that need it in the
6631              distribution)
6632      Branch: perl
6633            ! NetWare/t/NWScripts.pl README.dos
6634            ! ext/Encode/Encode/cns11643-1.enc
6635            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
6636            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6637 ____________________________________________________________________________
6638 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
6639         Log: some remnants of change#11803
6640      Branch: perl
6641            ! ext/ByteLoader/byterun.h perl.h
6642 ____________________________________________________________________________
6643 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
6644         Log: Update to Unicode::Collate 0.08.
6645      Branch: perl
6646            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6647            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6648 ____________________________________________________________________________
6649 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
6650         Log: Test tweaks.
6651      Branch: perl
6652            ! t/op/pat.t
6653 ____________________________________________________________________________
6654 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
6655         Log: Fix test
6656      Branch: maint-5.6/macperl
6657            ! t/lib/b.t
6658 ____________________________________________________________________________
6659 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
6660         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
6661              warnings in Config.pm with -W; increase default and
6662              minimum RAM; bump version number.
6663      Branch: maint-5.6/macperl
6664            + macos/lib/Mac/LowMem.pm
6665            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
6666            ! macos/configpm macos/macperl/MacPerl.r
6667 ____________________________________________________________________________
6668 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
6669         Log: Make syntax check report in MPW style, fix tests
6670              to use Mac::err=unix to get normal-style error
6671              messages.
6672      Branch: maint-5.6/macperl
6673            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
6674            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
6675 ____________________________________________________________________________
6676 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
6677         Log: Make MPW-style errors optional (but the default); add
6678              MacPerl::ErrorFormat() function and Mac::err pragma
6679      Branch: maint-5.6/macperl
6680            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
6681            + macos/ext/Mac/err/err.xs
6682            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
6683            ! macos/macish.c macos/macish.h macos/macperl.sym
6684 ____________________________________________________________________________
6685 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
6686         Log: More module and test ports from Thomas Wegner et al
6687      Branch: maint-5.6/macperl
6688            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6689            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
6690            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
6691            ! t/op/magic.t
6692 ____________________________________________________________________________
6693 [ 11812] By: sky                                   on 2001/09/01  17:19:30
6694         Log: Subject: [PATCH t/op/concat.t] cleanup
6695              From: Michael G Schwern <schwern@pobox.com>
6696              Date: Sat, 1 Sep 2001 14:06:28 -0400
6697              Message-ID: <20010901140628.C606@blackrider>
6698      Branch: perl
6699            ! t/op/concat.t
6700 ____________________________________________________________________________
6701 [ 11811] By: sky                                   on 2001/09/01  12:25:29
6702         Log: Change #11805 didn't update the MANIFEST
6703      Branch: perl
6704            ! MANIFEST
6705 ____________________________________________________________________________
6706 [ 11810] By: sky                                   on 2001/09/01  11:52:44
6707         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
6708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6709              Date: Sat, 1 Sep 2001 14:50:14 +0200
6710              Message-ID: <20010901145014.A691@rafael>
6711      Branch: perl
6712            ! t/op/inccode.t
6713 ____________________________________________________________________________
6714 [ 11809] By: sky                                   on 2001/09/01  11:49:22
6715         Log: Subject: PATCH: ExtUtils::MakeMaker
6716              From: Tony Bowden <tony@kasei.com>
6717              Date: Sat, 1 Sep 2001 10:33:53 +0100
6718              Message-ID: <20010901103353.A13863@soto.kasei.com>
6719              Manually applied
6720      Branch: perl
6721            ! lib/ExtUtils/MakeMaker.pm
6722 ____________________________________________________________________________
6723 [ 11808] By: sky                                   on 2001/09/01  11:39:13
6724         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
6725              From: mike808@users.sourceforge.net
6726              Date: Sat, 1 Sep 101 11:27:50 GMT
6727              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
6728              With little tweak
6729      Branch: perl
6730            ! lib/Term/Cap.pm
6731 ____________________________________________________________________________
6732 [ 11807] By: ams                                   on 2001/09/01  11:31:16
6733         Log: Subject: oct() and hex()
6734              From: Nicholas Clark <nick@ccl4.org>
6735              Date: Fri, 31 Aug 2001 23:14:13 +0100
6736              Message-Id: <20010831231413.J4950@plum.flirble.org>
6737      Branch: perl
6738            ! pod/perlclib.pod
6739 ____________________________________________________________________________
6740 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
6741         Log: Integrate change 11801 from maintperl
6742      Branch: maint-5.6/macperl
6743            ! perl.c
6744 ____________________________________________________________________________
6745 [ 11805] By: sky                                   on 2001/08/31  21:35:10
6746         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
6747              From: Michael G Schwern <schwern@pobox.com>
6748              Date: Fri, 31 Aug 2001 15:36:28 -0400
6749              Message-ID: <20010831153628.B598@blackrider>
6750              Check for things which used to segfault
6751      Branch: perl
6752            + t/run/segfault.t
6753 ____________________________________________________________________________
6754 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
6755         Log: integrate change#11801 from maint-5.6
6756              
6757              remove age-old UNICOS "workaround" that introduces a static, and
6758              hence an egregious race condition for threaded builds (*sigh*
6759              beats me why this kludge wasn't guarded by a UNICOS-specific
6760              #define *sigh*)
6761      Branch: perl
6762            ! perl.c
6763 ____________________________________________________________________________
6764 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
6765         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
6766              working in 5.7.x
6767      Branch: perl
6768            - objXSUB.h
6769            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
6770            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
6771            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
6772            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
6773            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
6774            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
6775            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
6776            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6777            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6778            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
6779            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6780            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6781            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
6782            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
6783            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
6784            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
6785            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
6786            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
6787            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
6788            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
6789            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
6790            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
6791 ____________________________________________________________________________
6792 [ 11802] By: ams                                   on 2001/08/31  18:11:32
6793         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
6794              From: "Philip Newton" <Philip.Newton@gmx.net>
6795              Date: Fri, 31 Aug 2001 21:12:56 +0200
6796              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
6797      Branch: perl
6798            ! pod/perldiag.pod
6799 ____________________________________________________________________________
6800 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
6801         Log: remove age-old UNICOS "workaround" that introduces a static, and
6802              hence an egregious race condition for threaded builds (*sigh*
6803              beats me why this kludge wasn't guarded by a UNICOS-specific
6804              #define *sigh*)
6805      Branch: maint-5.6/perl
6806            ! perl.c
6807 ____________________________________________________________________________
6808 [ 11800] By: sky                                   on 2001/08/31  17:30:26
6809         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
6810              Might break on platforms where bool is larger than 8 bites ???
6811      Branch: perl
6812            ! regcomp.c
6813 ____________________________________________________________________________
6814 [ 11799] By: ams                                   on 2001/08/31  12:15:44
6815         Log: Integrate 11778 into mainline.
6816      Branch: perl
6817            ! t/base/term.t
6818 ____________________________________________________________________________
6819 [ 11798] By: sky                                   on 2001/08/31  11:31:44
6820         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
6821              supposed to happen.
6822      Branch: perl
6823            ! regcomp.c
6824 ____________________________________________________________________________
6825 [ 11797] By: sky                                   on 2001/08/31  11:28:17
6826         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
6827              From: "John P. Linderman" <jpl@research.att.com>
6828              Date: Fri, 31 Aug 2001 08:20:35 -0400
6829              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
6830              Fixes test 14 which could fail randomly in rare cases.
6831      Branch: perl
6832            ! ext/Time/HiRes/HiRes.t regcomp.c
6833 ____________________________________________________________________________
6834 [ 11796] By: ams                                   on 2001/08/31  01:13:07
6835         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
6836              From: Nicholas Clark <nick@ccl4.org>
6837              Date: Thu, 30 Aug 2001 23:21:50 +0100
6838              Message-Id: <20010830232150.D4950@plum.flirble.org>
6839      Branch: perl
6840            ! ext/Sys/Syslog/Makefile.PL
6841 ____________________________________________________________________________
6842 [ 11795] By: ams                                   on 2001/08/30  23:53:23
6843         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
6844              patching example
6845              From: Michael G Schwern <schwern@pobox.com>
6846              Date: Thu, 30 Aug 2001 17:02:08 -0400
6847              Message-Id: <20010830170208.M2318@blackrider>
6848      Branch: perl
6849            ! pod/perlhack.pod
6850 ____________________________________________________________________________
6851 [ 11794] By: ams                                   on 2001/08/30  19:35:36
6852         Log: Subject: [PATCH] pp_modulo
6853              From: Nicholas Clark <nick@ccl4.org>
6854              Date: Thu, 30 Aug 2001 18:20:54 +0100
6855              Message-Id: <20010830182053.A4950@plum.flirble.org>
6856      Branch: perl
6857            ! pp.c t/op/64bitint.t
6858 ____________________________________________________________________________
6859 [ 11793] By: sky                                   on 2001/08/30  13:02:48
6860         Log: 11792 wasn't complete
6861      Branch: perl
6862            ! makedef.pl regcomp.c
6863 ____________________________________________________________________________
6864 [ 11792] By: sky                                   on 2001/08/30  12:21:11
6865         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
6866      Branch: perl
6867            ! makedef.pl
6868 ____________________________________________________________________________
6869 [ 11791] By: sky                                   on 2001/08/30  10:08:02
6870         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
6871      Branch: perl
6872            ! config_h.SH
6873 ____________________________________________________________________________
6874 [ 11790] By: sky                                   on 2001/08/30  08:22:31
6875         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
6876              on the pad. Fixes coredumps in cleanups introduced by
6877              Change 11755  
6878      Branch: perl
6879            ! op.c perl.c sv.h
6880 ____________________________________________________________________________
6881 [ 11789] By: sky                                   on 2001/08/29  19:01:47
6882         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
6883              This is a replacement implmentation that works on HPUX.
6884              This bug should probably be fixed in GCC.
6885      Branch: perl
6886            ! ext/Socket/Socket.xs
6887 ____________________________________________________________________________
6888 [ 11788] By: ams                                   on 2001/08/29  17:35:33
6889         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
6890              From: Nicholas Clark <nick@ccl4.org>
6891              Date: Wed, 29 Aug 2001 18:21:56 +0100
6892              Message-Id: <20010829182156.O4950@plum.flirble.org>
6893      Branch: perl
6894            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
6895 ____________________________________________________________________________
6896 [ 11787] By: sky                                   on 2001/08/29  10:42:54
6897         Log: Added test for pack_addr_in and unpack_addr_in
6898              Nitpik in test 10
6899      Branch: perl
6900            ! ext/Socket/Socket.t
6901 ____________________________________________________________________________
6902 [ 11786] By: sky                                   on 2001/08/29  10:28:14
6903         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
6904              Trying to catch errors on HP-UX
6905      Branch: perl
6906            ! ext/Socket/Socket.t
6907 ____________________________________________________________________________
6908 [ 11785] By: sky                                   on 2001/08/29  09:07:03
6909         Log: make sure USE_THREADS is defined so external apps work
6910      Branch: perl
6911            ! config_h.SH
6912 ____________________________________________________________________________
6913 [ 11784] By: sky                                   on 2001/08/29  08:06:12
6914         Log: Subject: Re: The hitlist of untested modules.
6915              From: Jonathan Stowe <gellyfish@gellyfish.com>
6916              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
6917              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
6918              Start of tests for Shell.pm (make Schwern poorer!)
6919      Branch: perl
6920            + lib/Shell.t
6921            ! MANIFEST
6922 ____________________________________________________________________________
6923 [ 11783] By: sky                                   on 2001/08/29  07:37:50
6924         Log: END{} can change the return value even if we die from BEGIN{}
6925      Branch: perl
6926            ! miniperlmain.c
6927 ____________________________________________________________________________
6928 [ 11782] By: ams                                   on 2001/08/29  06:32:17
6929         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
6930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6931              Date: Wed, 29 Aug 2001 09:18:17 +0200
6932              Message-Id: <20010829091817.A4453@rafael>
6933      Branch: perl
6934            ! t/op/inccode.t
6935 ____________________________________________________________________________
6936 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
6937         Log: Delete xsubpp.patch, as full copy exists now
6938      Branch: maint-5.6/macperl
6939            - macos/xsubpp.patch
6940 ____________________________________________________________________________
6941 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
6942         Log: Add Changes file
6943      Branch: maint-5.6/macperl
6944            + macos/Changes
6945 ____________________________________________________________________________
6946 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
6947         Log: Add Mac version of xsubpp as separate file
6948      Branch: maint-5.6/macperl
6949            + macos/xsubpp
6950            ! macos/Makefile.mk
6951 ____________________________________________________________________________
6952 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
6953         Log: Fix open of /dev/null for Mac OS
6954      Branch: maint-5.6/macperl
6955            ! t/base/term.t
6956 ____________________________________________________________________________
6957 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
6958         Log: Various patches: enable more tests; skip CVS in PerlInstall;
6959              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
6960      Branch: maint-5.6/macperl
6961            ! macos/MacPerlTests.cmd macos/PerlInstall
6962            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
6963 ____________________________________________________________________________
6964 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
6965         Log: Allow for platforms to override formatting of errors
6966              on output from Matthias Neeracher (Mac files)
6967      Branch: maint-5.6/macperl
6968            ! macos/macish.c macos/macish.h
6969 ____________________________________________________________________________
6970 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
6971         Log: Allow for platforms to override formatting of errors
6972              on output from Matthias Neeracher (core files)
6973      Branch: maint-5.6/macperl
6974            ! perl.h pp_ctl.c util.c
6975 ____________________________________________________________________________
6976 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
6977         Log: Add some param checking, from reports by Kevin Reid.
6978      Branch: maint-5.6/macperl
6979            ! macos/ext/Mac/Controls/Controls.pm
6980            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
6981 ____________________________________________________________________________
6982 [ 11773] By: ams                                   on 2001/08/28  23:54:57
6983         Log: Subject: [PATCH] make coretest
6984              From: Paul Johnson <paul@pjcj.net>
6985              Date: Wed, 29 Aug 2001 00:11:38 +0200
6986              Message-Id: <20010829001138.B12169@pjcj.net>
6987              (Applied without the change to perlhack.pod. This should
6988              probably stay undocumented.)
6989      Branch: perl
6990            ! Makefile.SH t/TEST
6991 ____________________________________________________________________________
6992 [ 11772] By: sky                                   on 2001/08/28  13:01:20
6993         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
6994              From: Michael G Schwern <schwern@pobox.com>
6995              Date: Tue, 28 Aug 2001 09:57:39 -0400
6996              Message-ID: <20010828095738.E17775@blackrider>
6997      Branch: perl
6998            ! pod/perlhack.pod t/op/pack.t
6999 ____________________________________________________________________________
7000 [ 11771] By: sky                                   on 2001/08/28  11:20:13
7001         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
7002              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7003              Date: Tue, 28 Aug 2001 14:23:43 +0200
7004              Message-ID: <20010828142343.A19299@rafael>
7005      Branch: perl
7006            ! pod/perlvar.pod pp_ctl.c
7007 ____________________________________________________________________________
7008 [ 11770] By: ams                                   on 2001/08/28  10:13:21
7009         Log: Subject: [PATCH] odd typo in op.h
7010              From: Nicholas Clark <nick@ccl4.org>
7011              Date: Tue, 28 Aug 2001 12:10:26 +0100
7012              Message-Id: <20010828121026.V4950@plum.flirble.org>
7013      Branch: perl
7014            ! op.h
7015 ____________________________________________________________________________
7016 [ 11769] By: sky                                   on 2001/08/28  08:09:16
7017         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
7018              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
7019              Date: Tue, 28 Aug 2001 02:22:20 +0300
7020              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
7021      Branch: perl
7022            ! ext/B/B/Lint.pm
7023 ____________________________________________________________________________
7024 [ 11768] By: ams                                   on 2001/08/28  00:47:35
7025         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
7026              From: Michael G Schwern <schwern@pobox.com>
7027              Date: Mon, 27 Aug 2001 21:24:44 -0400
7028              Message-Id: <20010827212444.F12582@blackrider>
7029      Branch: perl
7030            ! pod/perlhack.pod t/op/pack.t
7031 ____________________________________________________________________________
7032 [ 11767] By: ams                                   on 2001/08/27  23:59:48
7033         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
7034              From: Michael G Schwern <schwern@pobox.com>
7035              Date: Mon, 27 Aug 2001 20:12:29 -0400
7036              Message-Id: <20010827201229.D12582@blackrider>
7037      Branch: perl
7038            ! pod/perlhack.pod t/op/pack.t
7039 ____________________________________________________________________________
7040 [ 11766] By: ams                                   on 2001/08/27  23:39:40
7041         Log: Update Changes.
7042      Branch: perl
7043            ! Changes
7044 ____________________________________________________________________________
7045 [ 11765] By: ams                                   on 2001/08/27  22:53:10
7046         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
7047              From: Michael G Schwern <schwern@pobox.com>
7048              Date: Mon, 27 Aug 2001 19:47:30 -0400
7049              Message-Id: <20010827194730.C12582@blackrider>
7050      Branch: perl
7051            ! t/op/inccode.t
7052 ____________________________________________________________________________
7053 [ 11764] By: ams                                   on 2001/08/27  22:46:21
7054         Log: Subject: [PATCH] new tests for the coderef-in-@INC
7055              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7056              Date: Mon, 27 Aug 2001 22:36:27 +0200
7057              Message-Id: <20010827223627.C690@rafael>
7058              
7059              Subject: Re: [PATCH] new tests for the coderef-in-@INC
7060              From: Nicholas Clark <nick@ccl4.org>
7061              Date: Tue, 28 Aug 2001 00:02:46 +0100
7062              Message-Id: <20010828000245.R4950@plum.flirble.org>
7063      Branch: perl
7064            + t/op/inccode.t
7065            ! MANIFEST
7066 ____________________________________________________________________________
7067 [ 11763] By: ams                                   on 2001/08/27  22:41:09
7068         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
7069              bleadperl on fire, Win95+4NT)
7070              From: Michael G Schwern <schwern@pobox.com>
7071              Date: Mon, 27 Aug 2001 16:54:42 -0400
7072              Message-Id: <20010827165442.F9436@blackrider>
7073      Branch: perl
7074            ! lib/warnings.t
7075 ____________________________________________________________________________
7076 [ 11762] By: sky                                   on 2001/08/27  19:19:17
7077         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
7078              avaible at compile time. This broke the compilation of 
7079              Net/Ping.pm
7080      Branch: perl
7081            ! lib/Net/Ping.pm
7082 ____________________________________________________________________________
7083 [ 11761] By: sky                                   on 2001/08/27  18:34:48
7084         Log: Removed tripple definitions of CUSTOM_OP functions.
7085      Branch: perl
7086            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7087 ____________________________________________________________________________
7088 [ 11760] By: sky                                   on 2001/08/27  18:21:27
7089         Log: Regen headers
7090      Branch: perl
7091            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
7092            ! perlapi.h proto.h
7093 ____________________________________________________________________________
7094 [ 11759] By: ams                                   on 2001/08/27  16:31:53
7095         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
7096              From: "chromatic" <chromatic@rmci.net>
7097              Date: Mon, 27 Aug 2001 11:17:09 -0600
7098              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
7099      Branch: perl
7100            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
7101 ____________________________________________________________________________
7102 [ 11758] By: sky                                   on 2001/08/27  15:16:42
7103         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
7104              Thanks to H. Merijn Brand for the patch.
7105              Some of the comments and or guards might be removable in perl.h now.
7106      Branch: perl
7107            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
7108            ! Porting/Glossary Porting/config_H README.threads config_h.SH
7109            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
7110            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
7111            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
7112            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
7113            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
7114            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
7115            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
7116            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
7117            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
7118            ! win32/config_H.vc win32/perllib.c win32/win32.h
7119            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
7120            ! wince/config.h wince/config_H.ce wince/win32.h
7121            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
7122 ____________________________________________________________________________
7123 [ 11757] By: sky                                   on 2001/08/27  13:39:16
7124         Log: Subject: GNU ld parses arguments different
7125              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7126              Date: Mon, 27 Aug 2001 16:25:51 +0200
7127              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
7128      Branch: perl
7129            ! hints/hpux.sh
7130 ____________________________________________________________________________
7131 [ 11756] By: sky                                   on 2001/08/27  13:18:45
7132         Log: Subject: Custom Ops
7133              From: Simon Cozens <simon@netthink.co.uk>
7134              Date: Sat, 25 Aug 2001 17:45:09 +0100
7135              Message-ID: <20010825174509.A5752@netthink.co.uk>
7136              I also added a fix to Opcode.pm to quite test cases.
7137      Branch: perl
7138            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
7139            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
7140 ____________________________________________________________________________
7141 [ 11755] By: sky                                   on 2001/08/27  05:37:17
7142         Log: Plugs a memory leak on destruction of regular expressions
7143              introcued by #11274.
7144              PL_regex_padav now has an AV as it's first entry with a list
7145              of freed regex_padav slots that it will reuse on creating
7146              new PMOPs.
7147      Branch: perl
7148            ! op.c perl.c
7149 ____________________________________________________________________________
7150 [ 11754] By: ams                                   on 2001/08/26  14:38:52
7151         Log: Subject: [PATCH] t/io/binmode.t
7152              From: Nicholas Clark <nick@ccl4.org>
7153              Date: Sun, 26 Aug 2001 12:03:05 +0100
7154              Message-Id: <20010826120305.C4950@plum.flirble.org>
7155              
7156              (Also a nitpick in #11752 to t/op/universal.t)
7157      Branch: perl
7158            ! t/io/binmode.t t/op/universal.t
7159 ____________________________________________________________________________
7160 [ 11753] By: ams                                   on 2001/08/26  08:19:34
7161         Log: Subject: [PATCH] op/universal.t failing
7162              From: Nicholas Clark <nick@ccl4.org>
7163              Date: Sun, 26 Aug 2001 09:48:22 +0100
7164              Message-Id: <20010826094822.B4950@plum.flirble.org>
7165      Branch: perl
7166            ! t/op/universal.t
7167 ____________________________________________________________________________
7168 [ 11752] By: ams                                   on 2001/08/25  22:46:13
7169         Log: Subject: Re: 'can' with undefined subs
7170              From: Tony Bowden <tony@kasei.com>
7171              Date: Sat, 25 Aug 2001 14:58:17 +0100
7172              Message-Id: <20010825145817.A11788@soto.kasei.com>
7173              (Applied with minor modifications.)
7174      Branch: perl
7175            ! t/op/universal.t
7176 ____________________________________________________________________________
7177 [ 11751] By: ams                                   on 2001/08/25  18:28:43
7178         Log: Subject: Re: 'can' with undefined subs
7179              From: Tony Bowden <tony@kasei.com>
7180              Date: Sat, 25 Aug 2001 15:13:14 +0100
7181              Message-Id: <20010825151314.B11788@soto.kasei.com>
7182      Branch: perl
7183            ! lib/UNIVERSAL.pm
7184 ____________________________________________________________________________
7185 [ 11750] By: nick                                  on 2001/08/25  15:24:15
7186         Log: Integrate mainline
7187      Branch: perlio
7188           +> t/io/binmode.t
7189           !> (integrate 26 files)
7190 ____________________________________________________________________________
7191 [ 11749] By: nick                                  on 2001/08/25  14:55:41
7192         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
7193              From:  John Peacock <jpeacock@rowman.com>
7194              Date:  Wed, 22 Aug 2001 12:05:28 -0400
7195              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
7196      Branch: perl
7197            ! pod/perlhack.pod
7198 ____________________________________________________________________________
7199 [ 11748] By: nick                                  on 2001/08/25  14:53:04
7200         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
7201              From:  Michael G Schwern <schwern@pobox.com>
7202              Date:  Wed, 22 Aug 2001 19:22:45 -0400
7203              Message-Id:  <20010822192245.U619@blackrider>
7204      Branch: perl
7205            ! MANIFEST
7206 ____________________________________________________________________________
7207 [ 11747] By: nick                                  on 2001/08/25  14:52:33
7208         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
7209              From:  Nicholas Clark <nick@ccl4.org>
7210              Date:  Wed, 22 Aug 2001 23:29:06 +0100
7211              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
7212      Branch: perl
7213            + t/io/binmode.t
7214            ! perlio.c pod/perlfunc.pod
7215 ____________________________________________________________________________
7216 [ 11744] By: nick                                  on 2001/08/25  14:37:33
7217         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
7218              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7219              Date:  Fri, 24 Aug 2001 22:10:42 +0200
7220              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
7221      Branch: perl
7222            ! x2p/a2py.c x2p/walk.c
7223 ____________________________________________________________________________
7224 [ 11743] By: nick                                  on 2001/08/25  14:32:47
7225         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
7226              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7227              Date:  Fri, 24 Aug 2001 23:34:13 +0200
7228              Message-Id:  <20010824233413.A1285@rafael>
7229      Branch: perl
7230            ! pod/perlfunc.pod pod/perlvar.pod
7231 ____________________________________________________________________________
7232 [ 11742] By: ams                                   on 2001/08/25  13:16:02
7233         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
7234              From: Nicholas Clark <nick@ccl4.org>
7235              Date: Sat, 25 Aug 2001 14:50:07 +0100
7236              Message-Id: <20010825145007.L41464@plum.flirble.org>
7237      Branch: perl
7238            ! pp_ctl.c
7239 ____________________________________________________________________________
7240 [ 11741] By: nick                                  on 2001/08/24  07:08:45
7241         Log: When applying patch via Porting/apply fails, do p4 refresh
7242              to get old files back.
7243      Branch: perl
7244            ! Porting/apply
7245 ____________________________________________________________________________
7246 [ 11740] By: ams                                   on 2001/08/24  04:47:24
7247         Log: #11739 was incomplete.
7248      Branch: perl
7249            ! pod/perldiag.pod
7250 ____________________________________________________________________________
7251 [ 11739] By: ams                                   on 2001/08/24  04:09:40
7252         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
7253              From: "Philip Newton" <Philip.Newton@gmx.net>
7254              Date: Fri, 24 Aug 2001 07:08:34 +0200
7255      Branch: perl
7256            ! pod/perldiag.pod
7257 ____________________________________________________________________________
7258 [ 11738] By: ams                                   on 2001/08/24  02:19:42
7259         Log: Fixed Doug Wilson's email address.
7260      Branch: perl
7261            ! AUTHORS
7262 ____________________________________________________________________________
7263 [ 11737] By: ams                                   on 2001/08/24  00:10:13
7264         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
7265              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7266              Date: Thu, 23 Aug 2001 22:22:58 +0200
7267              Message-Id: <20010823222258.A901@rafael>
7268      Branch: perl
7269            ! pod/perldiag.pod
7270 ____________________________________________________________________________
7271 [ 11736] By: ams                                   on 2001/08/24  00:05:02
7272         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
7273              From: "Craig A. Berry" <craigberry@mac.com>
7274              Date: Thu, 23 Aug 2001 19:07:45 -0500
7275              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
7276      Branch: perl
7277            ! configure.com
7278 ____________________________________________________________________________
7279 [ 11735] By: sky                                   on 2001/08/23  13:42:07
7280         Log: Backed out 11732, it breaks lib/strict.t 
7281      Branch: perl
7282            ! op.c
7283 ____________________________________________________________________________
7284 [ 11734] By: sky                                   on 2001/08/23  11:45:59
7285         Log: Removed toy from 17133 after Matt Sargeants request.
7286      Branch: perl
7287            ! pod/perlfaq4.pod
7288 ____________________________________________________________________________
7289 [ 11733] By: sky                                   on 2001/08/23  11:36:29
7290         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
7291              From: Robin Houston <robin@kitsite.com>
7292              Date: Wed, 22 Aug 2001 23:06:16 +0100
7293              Message-ID: <20010822230616.A254@robin.kitsite.com>
7294      Branch: perl
7295            ! pod/perlfaq4.pod
7296 ____________________________________________________________________________
7297 [ 11732] By: sky                                   on 2001/08/23  10:36:02
7298         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
7299              From: Simon Cozens <simon@netthink.co.uk>
7300              Date: Thu, 23 Aug 2001 12:06:36 +0100
7301              Message-ID: <20010823120636.A9961@netthink.co.uk>
7302      Branch: perl
7303            ! op.c
7304 ____________________________________________________________________________
7305 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
7306         Log: fix broken windows build
7307      Branch: perl
7308            ! perl.h
7309 ____________________________________________________________________________
7310 [ 11730] By: ams                                   on 2001/08/22  21:35:30
7311         Log: Subject: [PATCH] io/tell.t doesn't chdir t
7312              From: Nicholas Clark <nick@ccl4.org>
7313              Date: Wed, 22 Aug 2001 23:25:58 +0100
7314              Message-Id: <20010822232557.Y82818@plum.flirble.org>
7315      Branch: perl
7316            ! t/io/tell.t
7317 ____________________________________________________________________________
7318 [ 11729] By: ams                                   on 2001/08/22  20:32:21
7319         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
7320              questions)
7321              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7322              Date: Wed, 22 Aug 2001 17:09:04 -0400
7323              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
7324              (Oops, forgot File::Spec::Unix in the previous patch.)
7325      Branch: perl
7326            ! lib/File/Spec/Unix.pm
7327 ____________________________________________________________________________
7328 [ 11728] By: ams                                   on 2001/08/22  20:25:41
7329         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
7330              questions)
7331              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7332              Date: Wed, 22 Aug 2001 17:09:04 -0400
7333              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
7334      Branch: perl
7335            ! lib/File/Spec.pm
7336 ____________________________________________________________________________
7337 [ 11727] By: ams                                   on 2001/08/22  19:43:30
7338         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
7339              From: John Peacock <jpeacock@rowman.com>
7340              Date: Wed, 22 Aug 2001 12:35:52 -0400
7341              Message-Id: <3B83DF68.5D89DC81@rowman.com>
7342              (Adds proper tests for $], notwithstanding Subject. +nitpick)
7343      Branch: perl
7344            ! t/op/ver.t
7345 ____________________________________________________________________________
7346 [ 11726] By: ams                                   on 2001/08/22  19:36:39
7347         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
7348              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
7349              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
7350              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
7351      Branch: perl
7352            ! lib/diagnostics.pm lib/diagnostics.t
7353 ____________________________________________________________________________
7354 [ 11725] By: ams                                   on 2001/08/22  19:25:01
7355         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
7356              From: Nicholas Clark <nick@ccl4.org>
7357              Date: Wed, 22 Aug 2001 20:59:05 +0100
7358              Message-Id: <20010822205905.U82818@plum.flirble.org>
7359      Branch: perl
7360            ! pp.c t/op/64bitint.t t/op/arith.t
7361 ____________________________________________________________________________
7362 [ 11724] By: ams                                   on 2001/08/22  10:02:33
7363         Log: Subject: Configure blooper
7364              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7365              Date: Wed, 22 Aug 2001 12:38:35 +0200
7366              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
7367      Branch: perl
7368            ! Configure
7369 ____________________________________________________________________________
7370 [ 11723] By: ams                                   on 2001/08/21  16:17:53
7371         Log: Subject: [PATCH] installperl -help
7372              From: Nicholas Clark <nick@ccl4.org>
7373              Date: Tue, 21 Aug 2001 17:34:23 +0100
7374              Message-Id: <20010821173423.F82818@plum.flirble.org>
7375      Branch: perl
7376            ! installperl
7377 ____________________________________________________________________________
7378 [ 11722] By: ams                                   on 2001/08/20  07:46:31
7379         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
7380              From: Ilmari Karonen <iltzu@sci.fi>
7381              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
7382              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
7383      Branch: perl
7384            ! pod/perlvar.pod
7385 ____________________________________________________________________________
7386 [ 11721] By: nick                                  on 2001/08/20  06:24:31
7387         Log: Integrate mainline
7388      Branch: perlio
7389           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
7390           +> lib/Lingua/KO/Hangul/Util/Changes
7391           +> lib/Lingua/KO/Hangul/Util/README
7392           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
7393           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7394           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7395           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
7396           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
7397           +> lib/Unicode/Normalize/t/test.t
7398            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
7399           !> (integrate 55 files)
7400 ____________________________________________________________________________
7401 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
7402         Log: Integrate Change #11599 from maint-5.6/perl
7403      Branch: maint-5.6/macperl
7404           !> README.win32
7405 ____________________________________________________________________________
7406 [ 11719] By: ams                                   on 2001/08/18  21:21:42
7407         Log: Add Porting/apply to MANIFEST.
7408      Branch: perl
7409            ! MANIFEST
7410 ____________________________________________________________________________
7411 [ 11718] By: sky                                   on 2001/08/18  14:38:01
7412         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
7413              Better solution would be to make 5005threaded perl use
7414              the same system as ithreads do
7415      Branch: perl
7416            ! perl.h
7417 ____________________________________________________________________________
7418 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
7419         Log: New try for ID 20010407.006: detach the semantics
7420              "was the last match target UTF8" into its own variable.
7421      Branch: perl
7422            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
7423            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
7424 ____________________________________________________________________________
7425 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
7426         Log: UTF8 flag should be meaningful only when POK.
7427      Branch: perl
7428            ! dump.c
7429 ____________________________________________________________________________
7430 [ 11715] By: sky                                   on 2001/08/18  11:45:16
7431         Log: USE_THREADS and USE_ITHREADS are never true at the same time
7432      Branch: perl
7433            ! perl.h
7434 ____________________________________________________________________________
7435 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
7436         Log: Retract #11712 for now.  The real fix would probably
7437              be something like making PL_reg_sv a copy (PV + UTF8)
7438              of the matched/substituted string (note: not just a SvPOK
7439              string, for example the stringified form of a ROK would
7440              be applicable)  Beware of leaks.
7441      Branch: perl
7442            ! pp_hot.c t/op/pat.t
7443 ____________________________________________________________________________
7444 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
7445         Log: UTF8 wasn't printing for PVMGs.
7446      Branch: perl
7447            ! dump.c
7448 ____________________________________________________________________________
7449 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
7450         Log: (Retracted by #11714)
7451              
7452              Okay analysis, debatable fix.  (The fix will inc
7453              the refcount of all temporary match objects,
7454              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
7455              which will then cause griping at untie() time
7456              ("inner references remain").
7457              
7458              Fix for ID 20010407.006: PL_reg_sv got wiped out
7459              by freetemps if the match target was a temporary
7460              (like function_call() =~ /.../), which in turn meant
7461              that the $1 et al stopped working if they had UTF-8
7462              in them.  Therefore bump up the refcount of PL_reg_sv.
7463      Branch: perl
7464            ! pp_hot.c t/op/pat.t
7465 ____________________________________________________________________________
7466 [ 11711] By: ams                                   on 2001/08/17  20:32:08
7467         Log: Subject: [PATCH] doesn't compile, was perl@11710
7468              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7469              Date: Fri, 17 Aug 2001 23:21:10 +0200
7470              Message-Id: <20010817232110.C7041@rafael> 
7471      Branch: perl
7472            ! sharedsv.c
7473 ____________________________________________________________________________
7474 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
7475         Log: Update Changes.
7476      Branch: perl
7477            ! Changes patchlevel.h
7478 ____________________________________________________________________________
7479 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
7480         Log: Upgrade to libnet 1.0704.
7481      Branch: perl
7482            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
7483            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
7484            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
7485            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
7486            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
7487            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
7488            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
7489 ____________________________________________________________________________
7490 [ 11708] By: sky                                   on 2001/08/17  13:34:04
7491         Log: Let perl_clone copy PL_exit_flags
7492      Branch: perl
7493            ! sv.c
7494 ____________________________________________________________________________
7495 [ 11707] By: sky                                   on 2001/08/17  12:28:41
7496         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
7497      Branch: perl
7498            ! sharedsv.c sharedsv.h
7499 ____________________________________________________________________________
7500 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
7501         Log: The metaconfig unit change for #11705.
7502      Branch: metaconfig/U/perl
7503            ! Extensions.U
7504 ____________________________________________________________________________
7505 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
7506         Log: Allow the threads extension to be found if present.
7507      Branch: perl
7508            ! Configure
7509 ____________________________________________________________________________
7510 [ 11704] By: nick                                  on 2001/08/17  11:47:54
7511         Log: Mail -> change script (pre-alpha)
7512      Branch: perl
7513            + Porting/apply
7514 ____________________________________________________________________________
7515 [ 11703] By: sky                                   on 2001/08/17  07:11:24
7516         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
7517              Thanks to Tom Hospel for pointing out my error.
7518      Branch: perl
7519            ! op.h
7520 ____________________________________________________________________________
7521 [ 11702] By: sky                                   on 2001/08/17  04:18:11
7522         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.
7523      Branch: perl
7524            ! embed.pl miniperlmain.c perl.c perl.h proto.h
7525 ____________________________________________________________________________
7526 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
7527         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
7528              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
7529      Branch: perl
7530            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7531            + lib/Lingua/KO/Hangul/Util/README
7532            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
7533            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7534            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7535            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
7536            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
7537            + lib/Unicode/Normalize/t/test.t
7538            ! MANIFEST
7539 ____________________________________________________________________________
7540 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
7541         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
7542              Date: Thu, 16 Aug 2001 22:46:15 -0500
7543              From: "Craig A. Berry" <craigberry@mac.com>
7544              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
7545      Branch: perl
7546            ! configure.com numeric.c
7547 ____________________________________________________________________________
7548 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
7549         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
7550              of the usual suspects (like getpwent) but not for others
7551              (like localtime and rand).  The _r versions are available
7552              for all of them, so let's use them.
7553      Branch: perl
7554            ! perl.h
7555 ____________________________________________________________________________
7556 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
7557         Log: (Accidental apply; thankfully empty.)
7558      Branch: perl
7559            ! hints/os390.sh
7560 ____________________________________________________________________________
7561 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
7562         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
7563              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7564              Date: Thu, 16 Aug 2001 16:27:49 +0100
7565              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
7566      Branch: perl
7567            ! regexec.c t/op/re_tests
7568 ____________________________________________________________________________
7569 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
7570         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
7571              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7572              Date: Thu, 16 Aug 2001 18:50:01 +0100
7573              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
7574      Branch: perl
7575            ! pp_hot.c t/op/pat.t
7576 ____________________________________________________________________________
7577 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
7578         Log: Subject: [PATCH] *time_r again
7579              From: "Arthur Bergman" <arthur@contiller.se>
7580              Date: Thu, 16 Aug 2001 16:01:54 +0200
7581              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
7582      Branch: perl
7583            ! op.h
7584 ____________________________________________________________________________
7585 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
7586         Log: system() and backtick error handling cleanup from Craig A. Berry.
7587      Branch: perl
7588            ! vms/vms.c
7589 ____________________________________________________________________________
7590 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
7591         Log: change#10334 leaks memory, copies string when it doesn't
7592              need to
7593      Branch: perl
7594            ! perl.c
7595 ____________________________________________________________________________
7596 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
7597         Log: One more twist to the sprintf + utf8 testing.
7598      Branch: perl
7599            ! t/op/misc.t
7600 ____________________________________________________________________________
7601 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
7602         Log: Fix for 20010407.008 sprintf removes utf8-ness.
7603      Branch: perl
7604            ! pp.c t/op/misc.t
7605 ____________________________________________________________________________
7606 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
7607         Log: Subject: [PATCH] *time_r fixes
7608              From: "Arthur Bergman" <arthur@contiller.se>
7609              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
7610              Date: Thu, 16 Aug 2001 14:22:27 +0200
7611      Branch: perl
7612            ! op.h
7613 ____________________________________________________________________________
7614 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
7615         Log: Upgrade to CGI.pm 2.77.
7616      Branch: perl
7617            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
7618            ! lib/CGI/t/function.t
7619 ____________________________________________________________________________
7620 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
7621         Log: Document the bytes-to-Unicode upgrading.
7622      Branch: perl
7623            ! pod/perlunicode.pod
7624 ____________________________________________________________________________
7625 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
7626         Log: Add a test for Unicode sprintf.
7627      Branch: perl
7628            ! t/op/misc.t
7629 ____________________________________________________________________________
7630 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
7631         Log: Add Unicode tests for index/rindex.
7632      Branch: perl
7633            ! t/op/index.t
7634 ____________________________________________________________________________
7635 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
7636         Log: Document a bit the art of minimizing the installation,
7637              based on the p5p discussion.
7638      Branch: perl
7639            ! INSTALL
7640 ____________________________________________________________________________
7641 [ 11684] By: nick                                  on 2001/08/15  15:03:31
7642         Log: Integrate mainline
7643      Branch: perlio
7644           +> sharedsv.c sharedsv.h
7645           !> (integrate 53 files)
7646 ____________________________________________________________________________
7647 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
7648         Log: Update Changes.
7649      Branch: perl
7650            ! Changes patchlevel.h
7651 ____________________________________________________________________________
7652 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
7653         Log: The #11673 necessitated a test tweak.
7654      Branch: perl
7655            ! t/io/utf8.t
7656 ____________________________________________________________________________
7657 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
7658         Log: Also UNICOS is in the general case unable to silently
7659              handle fp overflows.
7660      Branch: perl
7661            ! numeric.c
7662 ____________________________________________________________________________
7663 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
7664         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
7665              NV_EPSILON #defined.
7666      Branch: perl
7667            ! perl.h
7668 ____________________________________________________________________________
7669 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
7670         Log: Re-establish the fp overflow detection for VAX VMS; there
7671              is no easy way to have the IEEE fp silent overflow semantics.
7672              (in Alpha VMS we still will use IEEE fp by default-- but it
7673              is still possible to configure Perl to use G_FLOAT)
7674      Branch: perl
7675            ! numeric.c
7676 ____________________________________________________________________________
7677 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
7678         Log: Subject: [PATCH] pp_lock 
7679              From: "Arthur Bergman" <arthur@contiller.se>
7680              Date: Wed, 15 Aug 2001 11:52:16 +0200
7681              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
7682      Branch: perl
7683            ! pp.c
7684 ____________________________________________________________________________
7685 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
7686         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
7687              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7688              Date: Wed, 15 Aug 2001 11:32:11 +0100
7689              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
7690      Branch: perl
7691            ! regcomp.c t/op/re_tests
7692 ____________________________________________________________________________
7693 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
7694         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
7695              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7696              Date: Wed, 15 Aug 2001 10:33:49 +0100
7697              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
7698      Branch: perl
7699            ! regexec.c t/op/re_tests
7700 ____________________________________________________________________________
7701 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
7702         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
7703              From: Barrie Slaymaker <barries@slaysys.com>
7704              Date: Tue, 14 Aug 2001 14:32:25 -0400
7705              Message-ID: <20010814143225.A19822@jester.slaysys.com>
7706      Branch: perl
7707            ! lib/File/Spec.t lib/File/Spec/Unix.pm
7708 ____________________________________________________________________________
7709 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
7710         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
7711              From: Peter Prymmer <pvhp@forte.com>
7712              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
7713              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
7714      Branch: perl
7715            ! README.vms configure.com
7716 ____________________________________________________________________________
7717 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
7718         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
7719              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7720              Date: Tue, 14 Aug 2001 21:23:27 +0200
7721              Message-ID: <20010814212327.A1919@rafael>
7722      Branch: perl
7723            ! doio.c
7724 ____________________________________________________________________________
7725 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
7726         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
7727              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
7728              Date: Tue, 14 Aug 2001 22:30:11 +0200
7729              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
7730              
7731              Combination of nmake, quoting, and Perl expanded $( in here-doc.
7732      Branch: perl
7733            ! ext/SDBM_File/Makefile.PL
7734 ____________________________________________________________________________
7735 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
7736         Log: Todo updates.
7737      Branch: perl
7738            ! pod/perltodo.pod
7739 ____________________________________________________________________________
7740 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
7741         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
7742              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
7743              Date: Mon, 13 Aug 2001 23:15:01 +0200
7744              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
7745      Branch: perl
7746            ! sv.c
7747 ____________________________________________________________________________
7748 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
7749         Log: Subject: [PATCH] [b-]showlex.t
7750              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7751              Date: Sun, 12 Aug 2001 22:24:51 +0200
7752              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
7753              
7754              The 4nt command shell will expand the % in command line
7755              no matter what quoting is attempted, changed the % to @.
7756      Branch: perl
7757            ! ext/B/Showlex.t
7758 ____________________________________________________________________________
7759 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
7760         Log: Subject: [PATCH] magic.t
7761              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
7762              Date: Sun, 12 Aug 2001 20:49:27 +0200
7763              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
7764      Branch: perl
7765            ! t/op/magic.t
7766 ____________________________________________________________________________
7767 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
7768         Log: Add sharedsv* to the DOSish platforms; plus add
7769              some WinCE files to the list of DOSish files.
7770      Branch: perl
7771            ! NetWare/Makefile Porting/makerel win32/Makefile
7772            ! win32/makefile.mk wince/Makefile.ce
7773 ____________________________________________________________________________
7774 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
7775         Log: More DOSish files.
7776      Branch: perl
7777            ! Porting/makerel
7778 ____________________________________________________________________________
7779 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
7780         Log: Strip CRs from the WinCE files.  Now we need to
7781              figure out in which CRs are really needed: probably
7782              Makefile.ce and the README files, at least, probably
7783              also the registry.bat.
7784      Branch: perl
7785            ! wince/Makefile.ce wince/README.compile wince/README.perlce
7786            ! wince/config.h wince/include/cectype.h wince/include/errno.h
7787            ! wince/include/sys/stat.h wince/include/sys/types.h
7788            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
7789            ! wince/perldll.def wince/registry.bat wince/wince.h
7790            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
7791 ____________________________________________________________________________
7792 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
7793         Log: Add some files to DOSish and writables.
7794      Branch: perl
7795            ! Porting/makerel
7796 ____________________________________________________________________________
7797 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
7798         Log: Compile failure message tidying.
7799      Branch: perl
7800            ! t/lib/1_compile.t
7801 ____________________________________________________________________________
7802 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
7803         Log: The new sharedsv* should be exported only if usethreads.
7804      Branch: perl
7805            ! makedef.pl
7806 ____________________________________________________________________________
7807 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
7808         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
7809              From: Peter Prymmer <pvhp@forte.com>
7810              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
7811              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
7812      Branch: perl
7813            ! README.os390
7814 ____________________________________________________________________________
7815 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
7816         Log: Update Changes.
7817      Branch: perl
7818            ! Changes patchlevel.h
7819 ____________________________________________________________________________
7820 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
7821         Log: Subject: [PATHC] sharedsv.[c|h]
7822              From: "Artur Bergman" <artur@contiller.se>
7823              Date: Mon, 13 Aug 2001 14:38:41 +0200
7824              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
7825              
7826              Subject: [PATCH] embed.pl
7827              From: Arthur Bergman <arthur@contiller.se>
7828              Date: Mon, 13 Aug 2001 14:38:14 +0200
7829              Message-ID: <B79D96D6.3088%arthur@contiller.se>
7830              
7831              Subject: [PATCH] sharedsv cleanups
7832              From: "Arthur Bergman" <arthur@contiller.se>
7833              Date: Mon, 13 Aug 2001 15:14:25 +0200
7834              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
7835              
7836              Plus few tweaks: _init needs to be Adp, the prototypes
7837              should not be revealed unless using ithreads, #endif FOO
7838              must be #endif /* FOO */, adding (parentheses) around
7839              do { } while doesn't work too well.
7840      Branch: perl
7841            + sharedsv.c sharedsv.h
7842            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
7843            ! perl.h perlapi.c pod/perlapi.pod proto.h
7844 ____________________________________________________________________________
7845 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
7846         Log: Subject: Re: END {} blocks run in perl_run
7847              From: Arthur Bergman <arthur@contiller.se>
7848              Date: Mon, 13 Aug 2001 11:11:30 +0200
7849              Message-ID: <B79D6661.3068%arthur@contiller.se>
7850      Branch: perl
7851            ! perl.c
7852 ____________________________________________________________________________
7853 [ 11657] By: nick                                  on 2001/08/13  09:03:02
7854         Log: Integrate mainline
7855      Branch: perlio
7856           +> (branch 326 files)
7857            - (delete 330 files)
7858           !> (integrate 85 files)
7859 ____________________________________________________________________________
7860 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
7861         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
7862              and the Perl will be built to do that by default (adding that
7863              will break scripts having non-UTF-8 binary data, such as Latin-1.)
7864      Branch: perl
7865            ! op.c toke.c utf8.h
7866 ____________________________________________________________________________
7867 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
7868         Log: Unnecessary downgrades.
7869      Branch: perl
7870            ! doop.c
7871 ____________________________________________________________________________
7872 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
7873         Log: Failure not true anymore (probably caused by my broken setup).
7874      Branch: perl
7875            ! t/op/pat.t
7876 ____________________________________________________________________________
7877 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
7878         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
7879              stopped working).
7880      Branch: perl
7881            ! op.h pp_ctl.c regcomp.c
7882 ____________________________________________________________________________
7883 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
7884         Log: There is no IN_UTF8.
7885      Branch: perl
7886            ! utf8.h
7887 ____________________________________________________________________________
7888 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
7889         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
7890      Branch: perl
7891            ! op.c op.h pp_ctl.c regcomp.c
7892 ____________________________________________________________________________
7893 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
7894         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
7895              and a test tweak.
7896      Branch: perl
7897            ! op.c t/pod/find.t
7898 ____________________________________________________________________________
7899 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
7900         Log: Todo updates and fixes.
7901      Branch: perl
7902            ! pod/perltodo.pod
7903 ____________________________________________________________________________
7904 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
7905         Log: Mark tests (and one module) having explicit Latin-1
7906              (and one file having explicit UTF-8) with an explicit
7907              'no utf8' (and one explicit 'use utf8').
7908              
7909              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
7910      Branch: perl
7911            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
7912            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
7913            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
7914 ____________________________________________________________________________
7915 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
7916         Log: Subject: SV: END {} blocks run in perl_run
7917              From: "Arthur Bergman" <arthur@contiller.se>
7918              Date: Sun, 12 Aug 2001 00:34:28 +0200 
7919              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
7920      Branch: perl
7921            ! miniperlmain.c perl.c
7922 ____________________________________________________________________________
7923 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
7924         Log: Typos in #11645.
7925      Branch: perl
7926            ! perl.h
7927 ____________________________________________________________________________
7928 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
7929         Log: On ithreads default to use_reentrant except on naturally
7930              threadsafe platforms.
7931      Branch: perl
7932            ! perl.h
7933 ____________________________________________________________________________
7934 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
7935         Log: (Hopefully) a fix for 20010723.004: make install needs
7936              write permission in build directory.  The problem was
7937              probably caused by overeager sprinkling of the lib/re.pm
7938              dependencies (which was done to guarantee lib/re.pm being
7939              uptodate for parallel makes: now solved by funneling that
7940              through an explicit recursive make in the preplibrary target).
7941      Branch: perl
7942            ! Makefile.SH
7943 ____________________________________________________________________________
7944 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
7945         Log: Dispell the "use utf8" superstition.
7946      Branch: perl
7947            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
7948            ! pod/perlunicode.pod
7949 ____________________________________________________________________________
7950 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
7951         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
7952              From: "Abigail" <abigail@foad.org> 
7953              Date: Sat, 11 Aug 2001 23:49:49 +0200
7954              Message-ID: <20010811214950.23255.qmail@foad.org>
7955      Branch: perl
7956            ! t/op/taint.t
7957 ____________________________________________________________________________
7958 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
7959         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
7960              From: Abhijit Menon-Sen <ams@wiw.org>
7961              Date: Sat, 11 Aug 2001 06:18:19 +0530
7962              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
7963      Branch: perl
7964            ! mg.c
7965 ____________________________________________________________________________
7966 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
7967         Log: Test for change #11639.
7968      Branch: perl
7969            ! t/op/tiehandle.t
7970 ____________________________________________________________________________
7971 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
7972         Log: Subject: Re: Can't localize *FH, then tie it
7973              From: Abhijit Menon-Sen <ams@wiw.org>
7974              Date: Sun, 12 Aug 2001 16:08:06 +0530
7975              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
7976      Branch: perl
7977            ! pp_hot.c pp_sys.c
7978 ____________________________________________________________________________
7979 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
7980         Log: Drop all the unnecessary "use utf8" clauses and some of
7981              the unnecessary "use bytes" ones.
7982              
7983              TODO: scour the documentation for unnecessary "use utf8"
7984              and prominently display it in perldelta when the time comes.
7985              ("use utf8" should be necessary ONLY if one wants the script
7986              to be in UTF-8.)  Also should be checked in some non-ASCII
7987              non-Latin-1 platform, like EBCDIC.
7988      Branch: perl
7989            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
7990            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
7991 ____________________________________________________________________________
7992 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
7993         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
7994              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
7995              in Unicode handling.
7996      Branch: perl
7997            + t/op/lc.t
7998            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
7999 ____________________________________________________________________________
8000 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
8001         Log: Thinko: we want the flags for native cc, not gcc.
8002      Branch: perl
8003            ! hints/dec_osf.sh
8004 ____________________________________________________________________________
8005 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
8006         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
8007              From: Robin Houston <robin@kitsite.com>
8008              Date: Fri, 10 Aug 2001 14:42:02 +0100
8009              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
8010      Branch: perl
8011            ! pp.c
8012 ____________________________________________________________________________
8013 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
8014         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
8015              From: Abhijit Menon-Sen <ams@wiw.org>
8016              Date: Sat, 11 Aug 2001 16:31:04 +0530
8017              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
8018      Branch: perl
8019            ! op.c
8020 ____________________________________________________________________________
8021 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
8022         Log: Get rid of indread, from Abhijit Menon-Sen.
8023      Branch: perl
8024            ! pp_sys.c
8025 ____________________________________________________________________________
8026 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
8027         Log: CRLFgngngn.
8028      Branch: perl
8029            ! win32/Makefile win32/makefile.mk
8030 ____________________________________________________________________________
8031 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
8032         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
8033      Branch: perl
8034            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
8035            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
8036            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
8037            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
8038            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
8039            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
8040            ! win32/Makefile win32/makefile.mk
8041 ____________________________________________________________________________
8042 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
8043         Log: Avoid #elif (less portable than #else #if).
8044      Branch: perl
8045            ! handy.h
8046 ____________________________________________________________________________
8047 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
8048         Log: Subject: patch for perlvar.pod
8049              From: mah@everybody.org (Mark A. Hershberger)
8050              Date: 08 Aug 2001 17:03:16 -0500
8051              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
8052      Branch: perl
8053            ! pod/perlvar.pod
8054 ____________________________________________________________________________
8055 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
8056         Log: cpp commands must start (the # must be) at the column #0.
8057      Branch: perl
8058            ! op.c
8059 ____________________________________________________________________________
8060 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
8061         Log: If using gcc -B/foo/bar makedepend would give
8062              unnecessary warnings about unused -B/foo/bar.
8063      Branch: perl
8064            ! makedepend.SH
8065 ____________________________________________________________________________
8066 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
8067         Log: Update Changes.
8068      Branch: perl
8069            ! Changes patchlevel.h
8070 ____________________________________________________________________________
8071 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
8072         Log: s/z/tz/
8073      Branch: perl
8074            ! pod/perlfaq2.pod
8075 ____________________________________________________________________________
8076 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
8077         Log: Article nit.
8078      Branch: perl
8079            ! pod/perlfaq2.pod
8080 ____________________________________________________________________________
8081 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
8082         Log: Rename lib/unicode files to lib/unicore to avoid
8083              conflicts between core lib/unicode and Unicode::
8084              files in case-ignoring filesystems.
8085      Branch: perl
8086            + (add 325 files)
8087            - (delete 324 files)
8088            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
8089 ____________________________________________________________________________
8090 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
8091         Log: Upgrade to Math::BigInt 1.41.
8092      Branch: perl
8093            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
8094 ____________________________________________________________________________
8095 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
8096         Log: Subject: [PATCH] remove PL_na from typemap
8097              From: James <james@rf.net>
8098              Date: Mon, 06 Aug 2001 20:23:15 -0700
8099              Message-ID: <3B6F5F23.A31A81B1@rf.net>
8100              
8101              (had to be manually applied)
8102      Branch: perl
8103            ! lib/ExtUtils/typemap
8104 ____________________________________________________________________________
8105 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
8106         Log: The metaconfig unit changes for #11618.
8107      Branch: metaconfig/U/perl
8108            + d_fpclassl.U i_fp.U
8109 ____________________________________________________________________________
8110 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
8111         Log: Forgot this from #11618.
8112              
8113              NOTE: wince/config_H.ce needs updating.
8114      Branch: perl
8115            ! wince/config.ce
8116 ____________________________________________________________________________
8117 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
8118         Log: Introduce more floating point classifying APIs;
8119              try to define (most importantly) Perl_is{inf,nan}(x).
8120              
8121              For this first cut, assume none such APIs exist in non-UNIXoid
8122              platforms-- this is of course too unkind: Win32 rumoredly has
8123              _fpclass() and _isnan(), and VMS/VOS very probably have some
8124              of the APIs available.     The only thing Perl uses at the moment
8125              is Perl_isnan() (has been in use for a while now).
8126              
8127              NOTE: the Win32 and NetWare config_h.?c need regenerating.
8128      Branch: perl
8129            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
8130            ! Porting/config_H config_h.SH configure.com epoc/config.sh
8131            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
8132            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8133            ! vos/config.ga.h win32/config.bc win32/config.gc
8134            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8135            ! win32/config_H.vc wince/config.ce wince/config.h
8136 ____________________________________________________________________________
8137 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
8138         Log: Integrate change #11519 from perlio:
8139              
8140              Avoid testing for (non-)existance of "encoding(xxxx)"
8141              layer is called "encoding" the (xxxx) is an argument.
8142      Branch: perl
8143           !> lib/open.pm
8144 ____________________________________________________________________________
8145 [ 11616] By: nick                                  on 2001/08/09  07:50:24
8146         Log: Integrate mainline
8147      Branch: perlio
8148           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
8149           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
8150           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
8151           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
8152            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
8153            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
8154           !> (integrate 79 files)
8155 ____________________________________________________________________________
8156 [ 11615] By: nick                                  on 2001/08/09  06:23:44
8157         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
8158              layer is called "encoding" the (xxxx) is an argument.
8159      Branch: perlio
8160            ! lib/open.pm
8161 ____________________________________________________________________________
8162 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
8163         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
8164              From: Paul Johnson <paul@pjcj.net>
8165              Date: Wed, 8 Aug 2001 23:54:17 +0200
8166              Message-ID: <20010808235417.O1006@pjcj.net>
8167      Branch: perl
8168            ! ext/B/B/Concise.pm
8169 ____________________________________________________________________________
8170 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
8171         Log: Make VMS use IEEE math by default; reorder Tru64 hints
8172              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
8173              exception semantics) is always set if using (the new) cc.
8174      Branch: perl
8175            ! configure.com hints/dec_osf.sh
8176 ____________________________________________________________________________
8177 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
8178         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
8179              From: Abhijit Menon-Sen <ams@wiw.org>
8180              Date: Tue, 7 Aug 2001 17:16:05 +0530
8181              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
8182      Branch: perl
8183            ! pp_sys.c
8184 ____________________________________________________________________________
8185 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
8186         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
8187              From: "Craig A. Berry" <craigberry@mac.com>
8188              Date: Tue, 07 Aug 2001 22:27:47 -0500
8189              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
8190      Branch: perl
8191            ! t/run/exit.t
8192 ____________________________________________________________________________
8193 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
8194         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
8195              From: "Craig A. Berry" <craigberry@mac.com>
8196              Date: Tue, 07 Aug 2001 20:01:53 -0500
8197              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
8198      Branch: perl
8199            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
8200 ____________________________________________________________________________
8201 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
8202         Log: Update the magazine information.
8203      Branch: perl
8204            ! pod/perlfaq2.pod
8205 ____________________________________________________________________________
8206 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
8207         Log: Ignore SIGFPE everywhere.
8208      Branch: perl
8209            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
8210 ____________________________________________________________________________
8211 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
8212         Log: With permission, change the licensing of the docs by
8213              TomC (and Gnat) to comply with the rest of Perl.
8214      Branch: perl
8215            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8216            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8217            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8218            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
8219            ! pod/perltootc.pod
8220 ____________________________________________________________________________
8221 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
8222         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
8223              From: Andy Dougherty <doughera@lafayette.edu>
8224              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
8225              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
8226      Branch: perl
8227            ! hints/openbsd.sh
8228 ____________________________________________________________________________
8229 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
8230         Log: Subject: [PATCH] Makefile.SH test_prep dependency
8231              From: Andy Dougherty <doughera@lafayette.edu>
8232              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
8233              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
8234      Branch: perl
8235            ! Makefile.SH
8236 ____________________________________________________________________________
8237 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
8238         Log: Don't autogenerate the headers et alia,
8239              make regen_headers explicitly.
8240      Branch: perl
8241            ! Makefile.SH
8242 ____________________________________________________________________________
8243 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
8244         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
8245              From: Gurusamy Sarathy <gsar@ActiveState.com> 
8246              Date: Tue, 07 Aug 2001 08:33:26 -0700
8247              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
8248              
8249              Unnecessary dependency.
8250      Branch: perl
8251            ! embed.pl
8252 ____________________________________________________________________________
8253 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
8254         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
8255              From: Abhijit Menon-Sen <ams@wiw.org>
8256              Date: Tue, 7 Aug 2001 09:10:54 +0530
8257              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
8258      Branch: perl
8259            ! pp_hot.c
8260 ____________________________________________________________________________
8261 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
8262         Log: Subject: [PATCH perl@11597] B && BEGIN handling
8263              From: "James A. Duncan" <jduncan@fotango.com>
8264              Date: Mon, 6 Aug 2001 17:29:11 +0100
8265              Message-ID: <20010806172911.A2071@fotango.com>
8266              
8267              (the intrpvar.h addition moved to the end for bincompat)
8268      Branch: perl
8269            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
8270 ____________________________________________________________________________
8271 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
8272         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
8273      Branch: perl
8274           !> README.win32
8275 ____________________________________________________________________________
8276 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
8277         Log: fix URLs for fcrypt.c
8278      Branch: maint-5.6/perl
8279            ! README.win32
8280 ____________________________________________________________________________
8281 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
8282         Log: Yet another way to say Infinity: HP-UX calls its "++".
8283      Branch: perl
8284            ! lib/Math/BigInt/t/bigintpm.t
8285 ____________________________________________________________________________
8286 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
8287         Log: Update Changes.
8288      Branch: perl
8289            ! Changes patchlevel.h
8290 ____________________________________________________________________________
8291 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
8292         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
8293      Branch: perl
8294            ! pod/perlfaq5.pod
8295 ____________________________________________________________________________
8296 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
8297         Log: The #11593 wasn't right.
8298      Branch: perl
8299            ! lib/Math/BigInt/t/bigintpm.t
8300 ____________________________________________________________________________
8301 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
8302         Log: Subject: [PATCH: perl@11564] introducing perlivp
8303              From: Prymmer/Kahn <pvhp@best.com>
8304              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
8305              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
8306              
8307              Subject: Re: [PATCH: perl@11564] introducing perlivp
8308              From: Prymmer/Kahn <pvhp@best.com>
8309              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
8310              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
8311      Branch: perl
8312            + utils/perlivp.PL
8313            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
8314            ! win32/Makefile win32/makefile.mk
8315 ____________________________________________________________________________
8316 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
8317         Log: libcs are confused what to call Infinity.
8318      Branch: perl
8319            ! lib/Math/BigInt/t/bigintpm.t
8320 ____________________________________________________________________________
8321 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
8322         Log: Avoid SIGFPE in Tru64.
8323      Branch: perl
8324            ! numeric.c
8325 ____________________________________________________________________________
8326 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
8327         Log: Upgrade to Math::BigInt 1.40.
8328              
8329              NOTE: this patch necessitates doing something about
8330              infinity handling since the new bigintpm.t tests use
8331              infinity, which causes SIGFPEs at least in Tru64.
8332      Branch: perl
8333            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8334            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8335            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
8336            ! lib/Math/BigInt/t/mbimbf.t
8337 ____________________________________________________________________________
8338 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
8339         Log: remove hardcoded cmd shell in testsuite
8340      Branch: perl
8341            ! t/op/glob.t t/op/magic.t t/op/stat.t
8342 ____________________________________________________________________________
8343 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
8344         Log: 4-arg select() was busted on windows because change#8178 didn't
8345              make it into mainline
8346      Branch: perl
8347            ! perl.h win32/include/sys/socket.h
8348 ____________________________________________________________________________
8349 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
8350         Log: Rename the Getopt::Long tests to be as they are
8351              in the Getopt::Long official distribution.
8352      Branch: perl
8353            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
8354            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
8355            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
8356            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
8357            ! MANIFEST
8358 ____________________________________________________________________________
8359 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
8360         Log: Upgrade to Getopt::Long 2.26.
8361      Branch: perl
8362            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
8363            ! MANIFEST lib/Getopt/Long.pm
8364 ____________________________________________________________________________
8365 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
8366         Log: Retract #10874 (the hack should be unnecessary by now)
8367      Branch: perl
8368            ! lib/Test/Harness.pm
8369 ____________________________________________________________________________
8370 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
8371         Log: avoid temp file littering in tests
8372      Branch: perl
8373            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
8374 ____________________________________________________________________________
8375 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
8376         Log: Subject: warning in sv.c: double format, NV arg
8377              From: "Philip Newton" <Philip.Newton@gmx.net>
8378              Date: Sun, 5 Aug 2001 19:41:07 +0200
8379              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
8380      Branch: perl
8381            ! sv.c
8382 ____________________________________________________________________________
8383 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
8384         Log: fix POSIX.t#13 for windos
8385      Branch: perl
8386            ! ext/POSIX/POSIX.t
8387 ____________________________________________________________________________
8388 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
8389         Log: Add a test for PerlIO::Via.
8390      Branch: perl
8391            + ext/PerlIO/t/via.t
8392            ! MANIFEST ext/PerlIO/Via/Via.pm
8393 ____________________________________________________________________________
8394 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
8395         Log: flock() and link() are not available on Windows 9x
8396      Branch: perl
8397            ! win32/config_sh.PL
8398 ____________________________________________________________________________
8399 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
8400         Log: Some Tru64 C compilers have C++ components that confuse
8401              the ccversion parsing.
8402      Branch: perl
8403            ! hints/dec_osf.sh
8404 ____________________________________________________________________________
8405 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
8406         Log: (Reintroduce #11125)
8407              
8408              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
8409              From: Alan Burlison <Alan.Burlison@sun.com> 
8410              Date: Tue, 03 Jul 2001 15:20:13 +0100   
8411              Message-ID: <3B41D49D.A923D4F9@sun.com> 
8412      Branch: perl
8413            ! lib/ExtUtils/MM_Unix.pm
8414 ____________________________________________________________________________
8415 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
8416         Log: Little pointer juggling for HP-UX cc to avoid
8417              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
8418              followed by
8419              "error 1549: Modifiable lvalue required for assignment operator."
8420      Branch: perl
8421            ! hv.c
8422 ____________________________________________________________________________
8423 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
8424         Log: Continuation of #11575: SANY_SEEN completely deprecated,
8425              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
8426              plus a fix for the bug.
8427      Branch: perl
8428            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
8429 ____________________________________________________________________________
8430 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
8431         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
8432              From: Doug MacEachern <dougm@covalent.net>
8433              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
8434              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
8435      Branch: perl
8436            ! sv.c
8437 ____________________________________________________________________________
8438 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
8439         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
8440              the new CANY is the \C.  The problem reported and the
8441              test case supplied in
8442              
8443              Subject: UTF-8 bugs in string length & single line regex matches
8444              From: "Daniel P. Berrange" <dan@berrange.com>
8445              Date: Fri, 3 Aug 2001 11:39:33 +0100
8446              Message-ID: <20010803113932.A19318@berrange.com>
8447      Branch: perl
8448            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
8449            ! t/op/pat.t
8450 ____________________________________________________________________________
8451 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
8452         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
8453              From: Doug MacEachern <dougm@covalent.net>
8454              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
8455              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
8456      Branch: perl
8457            ! perl.c regexec.c
8458 ____________________________________________________________________________
8459 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
8460         Log: The #11572 didn't up the test count.
8461      Branch: perl
8462            ! t/op/length.t
8463 ____________________________________________________________________________
8464 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
8465         Log: Subject: UTF-8 bugs in string length & single line regex matches
8466              From: "Daniel P. Berrange" <dan@berrange.com>
8467              Date: Fri, 3 Aug 2001 11:39:33 +0100         
8468              Message-ID: <20010803113932.A19318@berrange.com>
8469              
8470              (the mg_length() fix)
8471      Branch: perl
8472            ! mg.c t/op/length.t
8473 ____________________________________________________________________________
8474 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
8475         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8476              From: Abhijit Menon-Sen <ams@wiw.org>
8477              Date: Sat, 4 Aug 2001 16:56:35 +0530
8478              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
8479      Branch: perl
8480            ! hv.c
8481 ____________________________________________________________________________
8482 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
8483         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8484              From: Abhijit Menon-Sen <ams@wiw.org>
8485              Date: Sat, 4 Aug 2001 16:16:03 +0530
8486              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
8487      Branch: perl
8488            ! hv.c
8489 ____________________________________________________________________________
8490 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
8491         Log: Subject: Re: [patch] refcount re ops
8492              From: Abhijit Menon-Sen <ams@wiw.org>
8493              Date: Sat, 4 Aug 2001 08:54:55 +0530
8494              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
8495      Branch: perl
8496            ! sv.c
8497 ____________________________________________________________________________
8498 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
8499         Log: Subject: [patch] refcount re ops
8500              From: Doug MacEachern <dougm@covalent.net>
8501              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
8502              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
8503      Branch: perl
8504            ! regcomp.c sv.c
8505 ____________________________________________________________________________
8506 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
8507         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
8508              From: Doug MacEachern <dougm@covalent.net>
8509              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
8510              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
8511      Branch: perl
8512            ! perl.c regexec.c
8513 ____________________________________________________________________________
8514 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
8515         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
8516              From: "Craig A. Berry" <craigberry@mac.com> 
8517              Date: Fri, 03 Aug 2001 16:16:16 -0500
8518              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
8519      Branch: perl
8520            ! t/op/misc.t
8521 ____________________________________________________________________________
8522 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
8523         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
8524              From: John Kristian <jmk2001@engineer.com>
8525              Date: Fri, 03 Aug 2001 00:59:08 -0700
8526              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
8527      Branch: perl
8528            ! win32/win32.c
8529 ____________________________________________________________________________
8530 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
8531         Log: Update Changes.
8532      Branch: perl
8533            ! Changes patchlevel.h
8534 ____________________________________________________________________________
8535 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
8536         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
8537              From: "Craig A. Berry" <craigberry@mac.com>
8538              Date: Thu, 02 Aug 2001 23:15:24 -0500
8539              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
8540      Branch: perl
8541            ! ext/B/Stash.t
8542 ____________________________________________________________________________
8543 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
8544         Log: Subject: [patch] plug PL_cshname leak
8545              From: Doug MacEachern <dougm@covalent.net>
8546              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
8547              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
8548      Branch: perl
8549            ! sv.c
8550 ____________________________________________________________________________
8551 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
8552         Log: Subject: [patch] plug PL_sh_path leak
8553              From: Doug MacEachern <dougm@covalent.net>
8554              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
8555              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
8556      Branch: perl
8557            ! sv.c
8558 ____________________________________________________________________________
8559 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
8560         Log: Subject: [patch] plug PL_regex_padav leaks
8561              From: Doug MacEachern <dougm@covalent.net>
8562              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
8563              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
8564      Branch: perl
8565            ! op.c op.h perl.c
8566 ____________________________________________________________________________
8567 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
8568         Log: Subject: [patch] plug PL_origargv leak
8569              From: Doug MacEachern <dougm@covalent.net>
8570              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
8571              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
8572      Branch: perl
8573            ! perl.c
8574 ____________________________________________________________________________
8575 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
8576         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8577              From: Abhijit Menon-Sen <ams@wiw.org>
8578              Date: Fri, 3 Aug 2001 06:38:11 +0530
8579              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
8580      Branch: perl
8581            ! hv.c
8582 ____________________________________________________________________________
8583 [ 11557] By: nick                                  on 2001/08/03  08:17:38
8584         Log: Integrate mainline
8585      Branch: perlio
8586           +> (branch 47 files)
8587            - lib/Switch/test.pl
8588           !> (integrate 49 files)
8589 ____________________________________________________________________________
8590 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
8591         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
8592              From: "Craig A. Berry" <craigberry@mac.com>
8593              Date: Thu, 02 Aug 2001 12:56:19 -0500
8594              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
8595      Branch: perl
8596            ! ext/B/Showlex.t
8597 ____________________________________________________________________________
8598 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
8599         Log: Be more careful about non-existent files.
8600      Branch: perl
8601            ! lib/File/Copy.pm
8602 ____________________________________________________________________________
8603 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
8604         Log: Subject: [PATCH resend] deparse empty formats
8605              From: Robin Houston <robin@kitsite.com> 
8606              Date: Thu, 2 Aug 2001 14:32:36 +0100
8607              Message-ID: <20010802143236.A894@robin.kitsite.com>
8608      Branch: perl
8609            ! ext/B/B/Deparse.pm
8610 ____________________________________________________________________________
8611 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
8612         Log: Subject: [patch] ithreads + refto fix improvement
8613              From: Doug MacEachern <dougm@covalent.net>
8614              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
8615              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
8616      Branch: perl
8617            ! pp.c
8618 ____________________________________________________________________________
8619 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
8620         Log: Readability nit from Abhijit.
8621      Branch: perl
8622            ! op.c
8623 ____________________________________________________________________________
8624 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
8625         Log: setproctitle() API version nit from Anton Berezin.
8626      Branch: perl
8627            ! mg.c
8628 ____________________________________________________________________________
8629 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
8630         Log: Add PerlCE to the docs.
8631      Branch: perl
8632            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8633            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8634 ____________________________________________________________________________
8635 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
8636         Log: Integrate the PerlCE (WinCE Perl) port;
8637              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
8638      Branch: perl
8639            + README.ce wince/FindExt.pm wince/Makefile.ce
8640            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
8641            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
8642            + wince/bin/search.pl wince/config.ce wince/config.h
8643            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
8644            + wince/dl_win32.xs wince/include/arpa/inet.h
8645            + wince/include/cectype.h wince/include/errno.h
8646            + wince/include/netdb.h wince/include/sys/socket.h
8647            + wince/include/sys/stat.h wince/include/sys/types.h
8648            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
8649            + wince/perl.rc wince/perldll.def wince/perllib.c
8650            + wince/perlmain.c wince/registry.bat wince/runperl.c
8651            + wince/splittree.pl wince/win32.h wince/win32iop.h
8652            + wince/win32thread.c wince/win32thread.h wince/wince.c
8653            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
8654            + wince/xdistclean.ksh wince/xmakediffs.ksh
8655            ! MANIFEST perl.c perl.h perlio.c
8656 ____________________________________________________________________________
8657 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
8658         Log: setproctitle() made simpler.  (This assumes the string is
8659              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
8660              should be used.  Note len, not len + 1.)  BSD-fu from Anton
8661              Berezin.
8662      Branch: perl
8663            ! mg.c
8664 ____________________________________________________________________________
8665 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
8666         Log: Subject: [PATCH] -Wall cleanup: op.c
8667              From: Richard Soderberg <rs@oregonnet.com>
8668              Date: Thu, 2 Aug 2001 00:17:09 -0700
8669              Message-Id: <200108020717.AAA26895@oregonnet.com>
8670              
8671              Subject: [PATCH] -Wall cleanup: sv.c
8672              From: Richard Soderberg <rs@oregonnet.com>
8673              Date: Thu, 2 Aug 2001 00:49:21 -0700
8674              Message-Id: <200108020749.AAA27492@oregonnet.com>
8675      Branch: perl
8676            ! op.c sv.c
8677 ____________________________________________________________________________
8678 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
8679         Log: Update Changes.
8680      Branch: perl
8681            ! Changes patchlevel.h
8682 ____________________________________________________________________________
8683 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
8684         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
8685              From: Doug MacEachern <dougm@covalent.net>
8686              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
8687              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
8688      Branch: perl
8689            ! op.c
8690 ____________________________________________________________________________
8691 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
8692         Log: The #11541 didn't work under threads.
8693      Branch: perl
8694            ! op.c
8695 ____________________________________________________________________________
8696 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
8697         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
8698              From: Hugo <hv@crypt.compulink.co.uk>
8699              Date: Fri, 22 Jun 2001 01:19:08 +0100 
8700              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
8701              
8702              (Skip tests if accept() failed)
8703      Branch: perl
8704            ! ext/IO/lib/IO/t/io_unix.t
8705 ____________________________________________________________________________
8706 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
8707         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
8708              From: "Stian Seeberg" <sseeberg@nimsoft.no>
8709              Date: Mon, 30 Jul 2001 12:28:07 +0200
8710              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
8711      Branch: perl
8712            ! perl.h
8713 ____________________________________________________________________________
8714 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
8715         Log: Subject: Pluggable optimizer
8716              From: Simon Cozens <simon@netthink.co.uk>
8717              Date: Wed, 1 Aug 2001 13:57:02 -0700
8718              Message-ID: <20010801135702.I10442@netthink.co.uk>
8719      Branch: perl
8720            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
8721 ____________________________________________________________________________
8722 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
8723         Log: Subject: [ID 20010801.039] perlre.pod message typo
8724              From: Autrijus Tang <autrijus@geb.elixus.org>
8725              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
8726              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
8727      Branch: perl
8728            ! pod/perlre.pod
8729 ____________________________________________________________________________
8730 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
8731         Log: Test for change #11536.
8732      Branch: perl
8733            ! t/op/tiehandle.t
8734 ____________________________________________________________________________
8735 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
8736         Log: More test fixups for #11537.
8737      Branch: perl
8738            ! t/lib/warnings/4lint t/lib/warnings/9enabled
8739 ____________________________________________________________________________
8740 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
8741         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
8742              From: Doug MacEachern <dougm@covalent.net>
8743              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
8744              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
8745      Branch: perl
8746            ! op.c t/TestInit.pm
8747 ____________________________________________________________________________
8748 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
8749         Log: Subject: [patch] ithreads + refto bug
8750              From: Doug MacEachern <dougm@covalent.net>
8751              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
8752              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
8753              
8754              (Test in change #11539)
8755      Branch: perl
8756            ! pp.c
8757 ____________________________________________________________________________
8758 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
8759         Log: Subject: [PATCH: perl@11523] fixups for t/harness
8760              From: Prymmer/Kahn <pvhp@best.com>
8761              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
8762              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
8763      Branch: perl
8764            ! t/harness
8765 ____________________________________________________________________________
8766 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
8767         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
8768              From: Prymmer/Kahn <pvhp@best.com>
8769              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
8770              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
8771      Branch: perl
8772            ! win32/Makefile win32/makefile.mk
8773 ____________________________________________________________________________
8774 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
8775         Log: Need to know the number of tests.
8776      Branch: perl
8777            ! t/run/exit.t
8778 ____________________________________________________________________________
8779 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
8780         Log: Subject: Re: new exit tests on VMS
8781              From: "Craig A. Berry" <craigberry@mac.com>
8782              Date: Tue, 31 Jul 2001 12:19:29 -0500
8783              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
8784      Branch: perl
8785            ! t/run/exit.t
8786 ____________________________________________________________________________
8787 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
8788         Log: Retract #11530 (the dTHX is needed under threads)
8789      Branch: perl
8790            ! perlio.c
8791 ____________________________________________________________________________
8792 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
8793         Log: (Retracted by #11531)
8794      Branch: perl
8795            ! perlio.c
8796 ____________________________________________________________________________
8797 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
8798         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
8799              From: Richard Soderberg <rs@crystalflame.net>
8800              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
8801              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
8802      Branch: perl
8803            ! unixish.h
8804 ____________________________________________________________________________
8805 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
8806         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
8807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8808              Date: Tue, 31 Jul 2001 05:39:09 -0400
8809              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
8810              
8811              (with a note about the case of UV being equal to long long)
8812      Branch: perl
8813            ! utils/h2xs.PL
8814 ____________________________________________________________________________
8815 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
8816         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
8817              From: "Craig A. Berry" <craigberry@mac.com>
8818              Date: Tue, 31 Jul 2001 14:57:43 -0500
8819              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
8820      Branch: perl
8821            ! t/io/fs.t
8822 ____________________________________________________________________________
8823 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
8824         Log: Fix for
8825              
8826              Subject: [ID 20010116.001] File::Copy truncates orig file 
8827              From: arbor@al37al08.telecel.pt
8828              Date: Tue, 16 Jan 2001 11:43:02 GMT
8829              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
8830              
8831              (copy($foo, $foo) would truncate $foo)
8832      Branch: perl
8833            ! lib/File/Copy.pm lib/File/Copy.t
8834 ____________________________________________________________________________
8835 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
8836         Log: Metaconfig unit change for #11524.
8837      Branch: metaconfig/U/perl
8838            ! Extras.U
8839 ____________________________________________________________________________
8840 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
8841         Log: Multiple modules didn't work; plus typo fixes.
8842      Branch: perl
8843            ! Configure
8844 ____________________________________________________________________________
8845 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
8846         Log: Update Changes.
8847      Branch: perl
8848            ! Changes patchlevel.h
8849 ____________________________________________________________________________
8850 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
8851         Log: Regen perlapi.
8852      Branch: perl
8853            ! pod/perlapi.pod
8854 ____________________________________________________________________________
8855 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
8856         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
8857              From: Dave Mitchell <davem@fdgroup.co.uk>
8858              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
8859              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
8860      Branch: perl
8861            ! sv.c
8862 ____________________________________________________________________________
8863 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
8864         Log: Regen toc.
8865      Branch: perl
8866            ! pod/perltoc.pod
8867 ____________________________________________________________________________
8868 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
8869         Log: Regen Porting stuff.
8870      Branch: perl
8871            ! Porting/Glossary Porting/config.sh Porting/config_H
8872 ____________________________________________________________________________
8873 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
8874         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
8875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8876              Date: Tue, 31 Jul 2001 05:34:38 -0400
8877              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
8878      Branch: perl
8879            ! utils/h2xs.PL
8880 ____________________________________________________________________________
8881 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
8882         Log: Metaconfig unit change for #11516. 
8883      Branch: metaconfig/U/perl
8884            ! gccvers.U
8885 ____________________________________________________________________________
8886 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
8887         Log: Add -Wall in cflags, not in Configure.
8888              (This way -Wall affects only the core and the core XS,
8889              not user modules' XS.  Concern from Paul Marquess,
8890              implementation idea from Andy Dougherty.)
8891      Branch: perl
8892            ! Configure cflags.SH
8893 ____________________________________________________________________________
8894 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
8895         Log: Metaconfig unit changes for #11514.
8896      Branch: metaconfig
8897            + U/modified/sysman.U
8898            ! U/installdirs/man1dir.U
8899 ____________________________________________________________________________
8900 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
8901         Log: Subject: Configure's detection of system manual
8902              From: Sean Dague <sean@dague.net> 
8903              Date: Sun, 13 May 2001 15:53:15 -0400
8904              Message-ID: <20010513155315.A15833@underhill.dague.net>
8905      Branch: perl
8906            ! Configure
8907 ____________________________________________________________________________
8908 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
8909         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
8910              From: Autrijus Tang <autrijus@autrijus.org> 
8911              Date: Thu, 21 Jun 2001 23:56:48 +0800
8912              Message-Id: <20010621235648.A57340@not.autrijus.org>
8913      Branch: perl
8914            ! pod/perlobj.pod
8915 ____________________________________________________________________________
8916 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
8917         Log: Subject: Typo in DB_File.pm
8918              From: "Philip Newton" <Philip.Newton@gmx.net>
8919              Date: Tue, 31 Jul 2001 06:19:35 +0200
8920              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
8921      Branch: perl
8922            ! ext/DB_File/DB_File.pm
8923 ____________________________________________________________________________
8924 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
8925         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
8926              From: "Stephen P. Potter" <spp@spotter.yi.org>
8927              Date: Wed, 30 May 2001 13:59:34 -0400
8928              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
8929      Branch: perl
8930            ! pod/perlre.pod
8931 ____________________________________________________________________________
8932 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
8933         Log: eval "format foo=" would loop indefinitely; reported in
8934              
8935              Subject: A load of old rubbish
8936              From: Mike Guy <mjtg@cam.ac.uk>
8937              Date: Mon, 14 May 2001 16:12:22 +0100
8938              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
8939              
8940              (The core dumps reported in there already fixed.)
8941      Branch: perl
8942            ! toke.c
8943 ____________________________________________________________________________
8944 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
8945         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
8946      Branch: perl
8947            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
8948            + lib/Switch/t/switch_case.t
8949            - lib/Switch/test.pl
8950            ! MANIFEST lib/Switch.pm
8951 ____________________________________________________________________________
8952 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
8953         Log: Subject: [PATCH @11505] DB_File-1.78
8954              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8955              Date: Mon, 30 Jul 2001 22:54:37 +0100
8956              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
8957      Branch: perl
8958            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8959            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
8960 ____________________________________________________________________________
8961 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
8962         Log: Explain in more detail why -pipe and -fno-common are good.
8963      Branch: perl
8964            ! hints/darwin.sh
8965 ____________________________________________________________________________
8966 [ 11506] By: nick                                  on 2001/07/30  14:32:23
8967         Log: Integrate mainline
8968      Branch: perlio
8969           !> INSTALL Makefile.SH doio.c hints/darwin.sh
8970 ____________________________________________________________________________
8971 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
8972         Log: Perl hasn't been putting man pages into $prefix/lib for
8973              a long time now; pointed out by Andy Dougherty. 
8974      Branch: perl
8975            ! hints/darwin.sh
8976 ____________________________________________________________________________
8977 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
8978         Log: Document the extras Configure option.
8979      Branch: perl
8980            ! INSTALL
8981 ____________________________________________________________________________
8982 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
8983         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
8984              everywhere.
8985      Branch: perl
8986           !> doio.c
8987 ____________________________________________________________________________
8988 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
8989         Log: Doubly guard against invoking CPAN if no extras defined,
8990              pointed out by H. Merijn Brand.
8991      Branch: perl
8992            ! Makefile.SH
8993 ____________________________________________________________________________
8994 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
8995         Log: Fix O_RDONLY check to check for O_RDONLY.
8996      Branch: maint-5.6/macperl
8997            ! doio.c
8998 ____________________________________________________________________________
8999 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
9000         Log: Integrate miscellaneous changes from maint-5.6/perl.
9001      Branch: maint-5.6/macperl
9002           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
9003 ____________________________________________________________________________
9004 [ 11499] By: nick                                  on 2001/07/30  06:52:42
9005         Log: Integrate mainline
9006      Branch: perlio
9007           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
9008           +> win32/sync_ext.pl
9009            - win32/sncfnmcs.pl
9010           !> (integrate 71 files)
9011 ____________________________________________________________________________
9012 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
9013         Log: Update Changes.
9014      Branch: perl
9015            ! Changes patchlevel.h
9016 ____________________________________________________________________________
9017 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
9018         Log: Now Configure -Dextras=Foo::Bar and "make install" will
9019              fetch and install Foo::Bar.
9020      Branch: perl
9021            ! Makefile.SH
9022 ____________________________________________________________________________
9023 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
9024         Log: Metaconfig unit change for #11495.
9025      Branch: metaconfig/U/perl
9026            ! Extras.U
9027 ____________________________________________________________________________
9028 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
9029         Log: extras.make, extras.test, and extras.install make targets.
9030      Branch: perl
9031            ! Configure Makefile.SH
9032 ____________________________________________________________________________
9033 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
9034         Log: Metaconfig unit change for #11493.
9035      Branch: metaconfig/U/perl
9036            ! Extras.U
9037 ____________________________________________________________________________
9038 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
9039         Log: Better to have the list of extras in $extras than 'define'.
9040      Branch: perl
9041            ! Configure
9042 ____________________________________________________________________________
9043 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
9044         Log: The metaconfig unit change for #11490.
9045      Branch: metaconfig/U/perl
9046            + Extras.U
9047 ____________________________________________________________________________
9048 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
9049         Log: Missed from #11490 (the required dependency).
9050      Branch: perl
9051            ! Makefile.SH
9052 ____________________________________________________________________________
9053 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
9054         Log: Add the support of asking for extra modules or bundles of modules
9055              to be fetched from the CPAN and installed as a part of the Perl
9056              build process.  None of this installation is yet really done;
9057              only the list is asked, and saved away in extras.lst for
9058              the build and installation process to worry about later.
9059      Branch: perl
9060            ! Configure
9061 ____________________________________________________________________________
9062 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
9063         Log: Beginnings of better Inf and NaN support.
9064              At least toke.c and sv.c still need quite a bit of work.
9065      Branch: perl
9066            ! numeric.c perl.h
9067 ____________________________________________________________________________
9068 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
9069         Log: Top-level Makefile didn't honour OPTIMIZE.
9070      Branch: perl
9071            ! Makefile.SH
9072 ____________________________________________________________________________
9073 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
9074         Log: Update Changes.
9075      Branch: perl
9076            ! Changes patchlevel.h
9077 ____________________________________________________________________________
9078 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
9079         Log: Use Search::Dict 1.02 interface for charinfo().
9080      Branch: perl
9081            ! lib/UnicodeCD.pm
9082 ____________________________________________________________________________
9083 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
9084         Log: Now also allow transforming the read lines before comparing them.
9085              (This will help UnicodeCD.) 
9086      Branch: perl
9087            ! lib/Search/Dict.pm
9088 ____________________________________________________________________________
9089 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
9090         Log: Remove tiehandle code.
9091      Branch: perl
9092            ! lib/UnicodeCD.pm
9093 ____________________________________________________________________________
9094 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
9095         Log: Allow specifying a comparison function for Search::Dict::look().
9096      Branch: perl
9097            ! lib/Search/Dict.pm
9098 ____________________________________________________________________________
9099 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
9100         Log: Small UnicodeCD tweaks.
9101      Branch: perl
9102            ! lib/UnicodeCD.pm lib/UnicodeCD.t
9103 ____________________________________________________________________________
9104 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
9105         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
9106              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9107              Date: Tue, 24 Jul 2001 01:51:32 +0900
9108              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
9109      Branch: perl
9110            ! lib/UnicodeCD.pm lib/UnicodeCD.t
9111 ____________________________________________________________________________
9112 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
9113         Log: Subject: [PATCH] installperl
9114              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
9115              Date: Fri, 27 Jul 2001 19:05:04 -0700
9116              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
9117      Branch: perl
9118            ! installperl
9119 ____________________________________________________________________________
9120 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
9121         Log: Subject: [PATCH] Set proper compatibility versions in core
9122              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
9123              Date: Fri, 27 Jul 2001 20:01:49 -0700
9124              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
9125      Branch: perl
9126            ! Makefile.SH
9127 ____________________________________________________________________________
9128 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
9129         Log: Metaconfig unit change for #11477.
9130      Branch: metaconfig/U/perl
9131            ! dlsrc.U
9132 ____________________________________________________________________________
9133 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
9134         Log: Subject: [PATCH] Darwin: -fpic not so good
9135              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
9136              Date: Fri, 27 Jul 2001 18:57:38 -0700
9137              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
9138      Branch: perl
9139            ! Configure
9140 ____________________________________________________________________________
9141 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
9142         Log: Subject: [PATCH] Clean up Darwin hints
9143              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
9144              Date: Fri, 27 Jul 2001 19:13:15 -0700
9145              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
9146      Branch: perl
9147            ! hints/darwin.sh
9148 ____________________________________________________________________________
9149 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
9150         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
9151              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9152              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
9153              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
9154      Branch: perl
9155            ! pod/perlfunc.pod pp.c t/op/split.t
9156 ____________________________________________________________________________
9157 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
9158         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
9159              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9160              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
9161              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
9162      Branch: perl
9163            ! pod/perlvar.pod
9164 ____________________________________________________________________________
9165 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
9166         Log: Subject: [PATCH] fixes to constant.pm documentation
9167              From: Ilmari Karonen <iltzu@sci.fi>
9168              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
9169              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
9170      Branch: perl
9171            ! lib/constant.pm
9172 ____________________________________________________________________________
9173 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
9174         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
9175              From: "Philip Newton" <Philip.Newton@gmx.net>
9176              Date: Fri, 27 Jul 2001 07:51:10 +0200
9177              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
9178      Branch: perl
9179            ! pod/perlport.pod
9180 ____________________________________________________________________________
9181 [ 11471] By: nick                                  on 2001/07/26  06:23:32
9182         Log: Subject:  [PATCH] Doc fix for perlguts / threading
9183              From:  Arthur Bergman <arthur@contiller.se>
9184              Date:  Wed, 25 Jul 2001 11:28:23 +0200
9185              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
9186      Branch: perl
9187            ! pod/perlguts.pod
9188 ____________________________________________________________________________
9189 [ 11470] By: nick                                  on 2001/07/26  06:21:06
9190         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
9191              From:  Philip Newton <Philip.Newton@gmx.net>
9192              Date:  Wed, 25 Jul 2001 08:19:47 +0200
9193              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
9194      Branch: perl
9195            ! INSTALL
9196 ____________________________________________________________________________
9197 [ 11469] By: nick                                  on 2001/07/26  06:20:25
9198         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
9199              From:  Philip Newton <Philip.Newton@gmx.net>
9200              Date:  Wed, 25 Jul 2001 08:12:48 +0200
9201              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
9202      Branch: perl
9203            ! INSTALL
9204 ____________________________________________________________________________
9205 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
9206         Log: More +x.
9207      Branch: perl
9208            ! Porting/makerel
9209 ____________________________________________________________________________
9210 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
9211         Log: Update Changes.
9212      Branch: perl
9213            ! Changes patchlevel.h
9214 ____________________________________________________________________________
9215 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
9216         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
9217              From: "Philip Newton" <Philip.Newton@gmx.net>
9218              Date: Tue, 24 Jul 2001 06:45:55 +0200
9219              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
9220      Branch: perl
9221            ! os2/perlrexx.c
9222 ____________________________________________________________________________
9223 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
9224         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
9225              From: Peter Prymmer <pvhp@forte.com>
9226              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
9227              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
9228      Branch: perl
9229            ! pod/perlport.pod t/io/fs.t vms/test.com
9230 ____________________________________________________________________________
9231 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
9232         Log: Workaround on Cwd bootstrap problem.
9233      Branch: perl
9234            ! lib/ExtUtils/MakeMaker.pm
9235 ____________________________________________________________________________
9236 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
9237         Log: When in Rome, quote like the Romans do.
9238      Branch: perl
9239            ! cflags.SH
9240 ____________________________________________________________________________
9241 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
9242         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
9243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9244              Date: Mon, 23 Jul 2001 19:29:49 -0400
9245              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
9246      Branch: perl
9247            + os2/perlrexx.c
9248            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
9249            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
9250            ! t/op/write.t
9251 ____________________________________________________________________________
9252 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
9253         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
9254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9255              Date: Mon, 23 Jul 2001 18:43:42 -0400
9256              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
9257      Branch: perl
9258            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9259 ____________________________________________________________________________
9260 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
9261         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
9262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9263              Date: Mon, 23 Jul 2001 18:33:16 -0400
9264              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
9265      Branch: perl
9266            ! lib/ExtUtils/MakeMaker.pm
9267 ____________________________________________________________________________
9268 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
9269         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
9270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9271              Date: Mon, 23 Jul 2001 18:20:35 -0400
9272              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
9273      Branch: perl
9274            ! Makefile.SH cflags.SH
9275 ____________________________________________________________________________
9276 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
9277         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
9278              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
9279              Date: Mon, 23 Jul 2001 11:32:17 -0500
9280              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
9281      Branch: perl
9282            ! lib/ExtUtils/MakeMaker.pm
9283 ____________________________________________________________________________
9284 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
9285         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
9286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9287              Date: Mon, 23 Jul 2001 18:13:20 -0400
9288              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
9289      Branch: perl
9290            ! lib/perl5db.pl
9291 ____________________________________________________________________________
9292 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
9293         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
9294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9295              Date: Mon, 23 Jul 2001 18:07:40 -0400
9296              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
9297      Branch: perl
9298            ! op.c
9299 ____________________________________________________________________________
9300 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
9301         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
9302              From: "Craig A. Berry" <craigberry@mac.com>
9303              Date: Mon, 23 Jul 2001 15:35:06 -0500
9304              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
9305      Branch: perl
9306            ! util.c
9307 ____________________________________________________________________________
9308 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
9309         Log: Subject: [PATCH perlfaq9.pod typo]
9310              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
9311              Date: Mon, 23 Jul 2001 07:49:05 -0700
9312              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
9313      Branch: perl
9314            ! pod/perlfaq9.pod
9315 ____________________________________________________________________________
9316 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
9317         Log: Subject: win32\sncfnmcs.pl corrections
9318              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9319              Date: Mon, 23 Jul 2001 12:56:54 +0200
9320              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
9321              
9322              Rename the script a little bit more sensibly.
9323      Branch: perl
9324            + win32/sync_ext.pl
9325            - win32/sncfnmcs.pl
9326            ! MANIFEST README.win32
9327 ____________________________________________________________________________
9328 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
9329         Log: Test tweak.
9330      Branch: perl
9331            ! ext/B/Deparse.t
9332 ____________________________________________________________________________
9333 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
9334         Log: Metaconfig unit tweak for #11450.
9335      Branch: metaconfig/U/perl
9336            ! Mksymlinks.U
9337 ____________________________________________________________________________
9338 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
9339         Log: Too volatile failsafe check.
9340      Branch: perl
9341            ! Configure
9342 ____________________________________________________________________________
9343 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
9344         Log: Further doc tweaks.
9345      Branch: perl
9346            ! lib/UnicodeCD.pm
9347 ____________________________________________________________________________
9348 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
9349         Log: Doc tweaks.
9350      Branch: perl
9351            ! lib/UnicodeCD.pm
9352 ____________________________________________________________________________
9353 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
9354         Log: Doc tweakery from Abhijit.
9355      Branch: perl
9356            ! Porting/repository.pod
9357 ____________________________________________________________________________
9358 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
9359         Log: An accidental empty line.
9360      Branch: perl
9361            ! MANIFEST
9362 ____________________________________________________________________________
9363 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
9364         Log: Missing MANIFESTations.
9365      Branch: perl
9366            ! MANIFEST
9367 ____________________________________________________________________________
9368 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
9369         Log: Update Changes.
9370      Branch: perl
9371            ! Changes patchlevel.h
9372 ____________________________________________________________________________
9373 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
9374         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
9375              From: Mike Guy <mjtg@cam.ac.uk>
9376              Date: Fri, 20 Jul 2001 16:12:49 +0100
9377              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
9378      Branch: perl
9379            ! Porting/pumpkin.pod
9380 ____________________________________________________________________________
9381 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
9382         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
9383              From: Peter Prymmer <pvhp@forte.com>
9384              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
9385              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
9386      Branch: perl
9387            ! pod/perlhack.pod
9388 ____________________________________________________________________________
9389 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
9390         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
9391              From: Michael G Schwern <schwern@pobox.com>
9392              Date: Fri, 20 Jul 2001 20:22:35 -0400
9393              Message-ID: <20010720202235.O4498@blackrider>
9394      Branch: perl
9395            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
9396            ! lib/Test/t/todo.t
9397 ____________________________________________________________________________
9398 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
9399         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
9400              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9401              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
9402              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
9403      Branch: perl
9404            ! ext/POSIX/POSIX.pod
9405 ____________________________________________________________________________
9406 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
9407         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
9408              From: Mark-Jason Dominus <mjd@plover.com>
9409              Date: Fri, 20 Jul 2001 23:16:54 -0400
9410              Message-ID: <20010721031654.21877.qmail@plover.com>
9411      Branch: perl
9412            ! ext/POSIX/POSIX.pod
9413 ____________________________________________________________________________
9414 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
9415         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
9416              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9417              Date: Sun, 22 Jul 2001 14:56:09 +0200
9418              Message-ID: <20010722145609.A766@rafael>
9419      Branch: perl
9420            ! ext/B/O.pm
9421 ____________________________________________________________________________
9422 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
9423         Log: Subject: regexec.c #define cleanup
9424              From: Mark-Jason Dominus <mjd@plover.com>
9425              Date: Sat, 21 Jul 2001 18:33:25 -0400
9426              Message-ID: <20010721223325.3069.qmail@plover.com>
9427      Branch: perl
9428            ! regexec.c
9429 ____________________________________________________________________________
9430 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
9431         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
9432              From: Prymmer/Kahn <pvhp@best.com>
9433              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
9434              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
9435      Branch: perl
9436            ! t/io/fs.t
9437 ____________________________________________________________________________
9438 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
9439         Log: Typo in #11432.
9440      Branch: perl
9441            ! ext/POSIX/POSIX.t
9442 ____________________________________________________________________________
9443 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
9444         Log: Integrate (manually) change #11424 from macperl.
9445      Branch: perl
9446            ! ext/Filter/t/call.t
9447 ____________________________________________________________________________
9448 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
9449         Log: Integrate change #11408 from macperl.
9450      Branch: perl
9451           !> README.macos pod/perlport.pod
9452 ____________________________________________________________________________
9453 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
9454         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
9455      Branch: perl
9456           +> macos/MacPerlTests.cmd macos/xsubpp.patch
9457            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9458            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
9459            ! ext/POSIX/POSIX.t
9460 ____________________________________________________________________________
9461 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
9462         Log: pod/*.t tests not picked up by t/TEST either
9463      Branch: maint-5.6/perl
9464            ! t/TEST
9465 ____________________________________________________________________________
9466 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
9467         Log: better tweak for change#11429 (windows has both / and \ separated
9468              paths in @INC at that point)
9469      Branch: maint-5.6/perl
9470            ! t/pod/testp2pt.pl
9471 ____________________________________________________________________________
9472 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
9473         Log: MacOS pod test tweak needs \Escape
9474      Branch: maint-5.6/perl
9475            ! t/pod/testp2pt.pl
9476 ____________________________________________________________________________
9477 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
9478         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
9479              resulting duplicate output, but t/harness isn't)
9480      Branch: maint-5.6/perl
9481            ! t/run/runenv.t
9482 ____________________________________________________________________________
9483 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
9484         Log: t/harness wasn't picking up all the tests
9485      Branch: maint-5.6/perl
9486            ! t/harness
9487 ____________________________________________________________________________
9488 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
9489         Log: update MANIFEST for new file
9490      Branch: maint-5.6/perl
9491            ! MANIFEST
9492 ____________________________________________________________________________
9493 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
9494         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
9495              the exception of the macperl/macos/... tree
9496      Branch: maint-5.6/perl
9497           +> t/lib/filefind-taint.t
9498           !> (integrate 72 files)
9499 ____________________________________________________________________________
9500 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
9501         Log: Fix test.
9502      Branch: maint-5.6/macperl
9503            ! macos/bundled_ext/Filter/t/call.t
9504 ____________________________________________________________________________
9505 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
9506         Log: Make perl fork()-safe (in a slightly limited way) even on
9507              platforms that don't have pthread_atfork() (extension of
9508              the fix in change#11151).
9509              
9510              Note that this will not help extensions that call fork()
9511              directly in C, or that link to libraries that call fork()
9512              directly.  Such cases must be fixed to either call
9513              PerlProc_fork(), or call atfork_lock() in parent before the
9514              calling the function that forks and call atfork_unlock()
9515              in both parent and child immediately after the fork().
9516              (There are no worries if C code calls exec() in the child
9517              immediately after a fork().  Only cases where the child
9518              calls perl's API functions (including New()) after the
9519              fork() are problematic.)
9520              
9521              This change also eliminates the use of vfork() from perl,
9522              since all such uses were violating the severe restrictions
9523              on modifying the state of the process between the vfork()
9524              and the exec().
9525              
9526              This is a modified version of patches suggested by Abhijit
9527              Menon-Sen and Richard Soderberg.
9528      Branch: perl
9529            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
9530            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
9531 ____________________________________________________________________________
9532 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
9533         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
9534              Switch, and Text::Balanced.
9535      Branch: maint-5.6/macperl
9536            + macos/bundled_ext/Filter/Util/Call/Call.pm
9537            + macos/bundled_ext/Filter/Util/Call/Call.xs
9538            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
9539            + macos/bundled_ext/Filter/t/MyFilter.pm
9540            + macos/bundled_ext/Filter/t/call.t
9541            + macos/bundled_ext/Filter/t/filter-util.pl
9542            + macos/bundled_lib/blib/lib/Class/ISA.pm
9543            + macos/bundled_lib/blib/lib/Digest.pm
9544            + macos/bundled_lib/blib/lib/Filter/Simple.pm
9545            + macos/bundled_lib/blib/lib/Switch.pm
9546            + macos/bundled_lib/blib/lib/Text/Balanced.pm
9547            + macos/bundled_lib/blib/lib/Text/Balanced.pod
9548            + macos/bundled_lib/t/Class/ISA/test.pl
9549            + macos/bundled_lib/t/Digest/Digest.t
9550            + macos/bundled_lib/t/Filter/Simple/test.pl
9551            + macos/bundled_lib/t/Switch/test.pl
9552            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
9553            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
9554            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
9555            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
9556            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
9557            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
9558            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
9559            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
9560 ____________________________________________________________________________
9561 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
9562         Log: Add Filter::Util::Call to config/make files; edit utils
9563              to recognize the module (it was descended too far down).
9564              Bump version to 5.6.1a4.
9565      Branch: maint-5.6/macperl
9566            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
9567            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
9568            ! macos/macperl/Makefile.mk macos/xsubpp.patch
9569 ____________________________________________________________________________
9570 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
9571         Log: Make DB_File the default for MLDBM on MacOS.
9572      Branch: maint-5.6/macperl
9573            ! macos/bundled_lib/blib/lib/MLDBM.pm
9574 ____________________________________________________________________________
9575 [ 11419] By: nick                                  on 2001/07/20  14:51:03
9576         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
9577              From:  Simon Cozens <simon@netthink.co.uk>
9578              Date:  Fri, 20 Jul 2001 11:42:35 -0400
9579              Message-Id:  <20010720114235.A5235@netthink.co.uk>
9580      Branch: perl
9581            ! lib/UnicodeCD.pm
9582 ____________________________________________________________________________
9583 [ 11418] By: nick                                  on 2001/07/20  14:48:12
9584         Log: Subject:  [PATCH regcomp.h] adds a comment
9585              From:  Abhijit Menon-Sen <ams@wiw.org>
9586              Date:  Fri, 20 Jul 2001 21:05:37 +0530
9587              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
9588      Branch: perl
9589            ! regcomp.h
9590 ____________________________________________________________________________
9591 [ 11417] By: nick                                  on 2001/07/20  14:16:38
9592         Log: Subject:  [PATCH 5.7.2] INSTALL updates
9593              From:  Andy Dougherty <doughera@lafayette.edu>
9594              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
9595              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
9596      Branch: perl
9597            ! INSTALL
9598 ____________________________________________________________________________
9599 [ 11416] By: nick                                  on 2001/07/20  06:44:44
9600         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
9601              From:  Russ Allbery <rra@stanford.edu>
9602              Date:  19 Jul 2001 15:52:37 -0700
9603              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
9604      Branch: perl
9605            ! lib/Pod/Man.pm
9606 ____________________________________________________________________________
9607 [ 11415] By: nick                                  on 2001/07/20  06:35:11
9608         Log: Subject:  [PATCH] defer op_seq allocation
9609              From:  Abhijit Menon-Sen <ams@wiw.org>
9610              Date:  Thu, 19 Jul 2001 22:12:24 +0530
9611              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
9612      Branch: perl
9613            ! op.c
9614 ____________________________________________________________________________
9615 [ 11414] By: nick                                  on 2001/07/20  06:23:36
9616         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
9617              From:  Abhijit Menon-Sen <ams@wiw.org>
9618              Date:  Fri, 20 Jul 2001 01:18:50 +0530
9619              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
9620              (Private e-mail)
9621      Branch: perl
9622            ! ext/Time/HiRes/HiRes.xs
9623 ____________________________________________________________________________
9624 [ 11413] By: nick                                  on 2001/07/20  06:18:53
9625         Log: Integrate mainline
9626      Branch: perlio
9627           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
9628            - t/base/commonsense.t
9629           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
9630           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
9631           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
9632           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
9633           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
9634           !> win32/win32.c
9635 ____________________________________________________________________________
9636 [ 11412] By: nick                                  on 2001/07/19  06:44:27
9637         Log: Integrate win32/perlhost.h from maintenance branch.
9638              (Rest of $ENV{PATH} / system() fix.)
9639      Branch: perl
9640           !> win32/perlhost.h
9641 ____________________________________________________________________________
9642 [ 11411] By: nick                                  on 2001/07/19  06:41:34
9643         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
9644              From:  Philip Newton <Philip.Newton@gmx.net>
9645              Date:  Wed, 18 Jul 2001 21:43:57 +0200
9646              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
9647      Branch: perl
9648            ! pod/perlhack.pod
9649 ____________________________________________________________________________
9650 [ 11410] By: nick                                  on 2001/07/19  06:39:35
9651         Log: Subject:  Security hole in taint checking in open()
9652              From:  deekoo@tentacle.net
9653              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
9654              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
9655      Branch: perl
9656            ! doio.c
9657 ____________________________________________________________________________
9658 [ 11409] By: nick                                  on 2001/07/19  06:28:08
9659         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
9660              From:  Abhijit Menon-Sen <ams@wiw.org>
9661              Date:  Thu, 19 Jul 2001 04:30:43 +0530
9662              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
9663      Branch: perl
9664            ! ext/Time/HiRes/HiRes.xs
9665 ____________________________________________________________________________
9666 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
9667         Log: Update docs with latest implementation information and new URLs.
9668      Branch: maint-5.6/macperl
9669            ! README.macos pod/perlport.pod
9670 ____________________________________________________________________________
9671 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
9672         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
9673              Fix BuildRules to accept optimization variables.
9674      Branch: maint-5.6/macperl
9675            + macos/bundled_ext/Digest/MD5/Makefile.mk
9676            ! macos/BuildRules.mk macos/Makefile.mk
9677            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
9678            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
9679 ____________________________________________________________________________
9680 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
9681         Log: Integrate changes 11399,11401
9682      Branch: maint-5.6/macperl
9683           !> win32/perlhost.h win32/win32.c
9684 ____________________________________________________________________________
9685 [ 11405] By: nick                                  on 2001/07/18  06:50:33
9686         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
9687              from perl5.6*
9688      Branch: perl
9689           !> win32/perlhost.h win32/win32.c
9690 ____________________________________________________________________________
9691 [ 11404] By: nick                                  on 2001/07/18  06:43:59
9692         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
9693              From:  hv@crypt0.demon.co.uk
9694              Date:  Wed, 18 Jul 2001 05:58:46 +0100
9695              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
9696      Branch: perl
9697            ! ext/POSIX/POSIX.t
9698 ____________________________________________________________________________
9699 [ 11403] By: nick                                  on 2001/07/18  06:38:57
9700         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
9701              From:  hv@crypt0.demon.co.uk
9702              Date:  Wed, 18 Jul 2001 05:21:54 +0100
9703              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
9704      Branch: perl
9705            ! numeric.c t/op/arith.t
9706 ____________________________________________________________________________
9707 [ 11402] By: nick                                  on 2001/07/18  06:19:17
9708         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
9709              From:  mjd@plover.com
9710              Date:  17 Jul 2001 17:59:20 -0000
9711              Message-Id:  <20010717175920.8177.qmail@plover.com>
9712      Branch: perl
9713            ! pod/perlre.pod
9714 ____________________________________________________________________________
9715 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
9716         Log: thinko in change#11400 (duh)
9717      Branch: maint-5.6/perl
9718            ! win32/perlhost.h
9719 ____________________________________________________________________________
9720 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
9721         Log: change#11399 revealed another unrelated bug; this is just a temporary
9722              bandaid
9723      Branch: maint-5.6/perl
9724            ! win32/perlhost.h
9725 ____________________________________________________________________________
9726 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
9727         Log: fix bugs in handling of the virtualized environment under windows;
9728              there were bugs in propagating any changes to %ENV down to the real
9729              environment when such changes happened in the toplevel process
9730              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
9731              problem identification, and for a part of the fix)
9732      Branch: maint-5.6/perl
9733            ! win32/perlhost.h win32/win32.c
9734 ____________________________________________________________________________
9735 [ 11398] By: nick                                  on 2001/07/17  08:26:35
9736         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
9737              From: Peter Prymmer <pvhp@forte.com>
9738              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
9739              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
9740              
9741              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
9742              should not depend on existance of Config.pm
9743      Branch: perl
9744           +> t/lib/commonsense.t
9745            - t/base/commonsense.t
9746            ! MANIFEST t/README
9747 ____________________________________________________________________________
9748 [ 11397] By: nick                                  on 2001/07/17  08:09:58
9749         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
9750              From:  Michael G Schwern <schwern@pobox.com>
9751              Date:  Mon, 16 Jul 2001 18:20:31 -0400
9752              Message-Id:  <20010716182031.A1128@blackrider>
9753      Branch: perl
9754            ! pod/perlhack.pod
9755 ____________________________________________________________________________
9756 [ 11396] By: nick                                  on 2001/07/17  08:04:11
9757         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
9758              From:  Gwyn Judd <b.judd@xtra.co.nz>
9759              Date:  Tue, 17 Jul 2001 20:55:58 +1200
9760              Message-Id:  <20010717205558.A3107@thislove>
9761      Branch: perl
9762            ! pod/perlfunc.pod
9763 ____________________________________________________________________________
9764 [ 11395] By: nick                                  on 2001/07/17  08:02:22
9765         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
9766              From:  Peter Prymmer <pvhp@forte.com>
9767              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
9768              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
9769      Branch: perl
9770            ! t/op/sprintf.t
9771 ____________________________________________________________________________
9772 [ 11394] By: nick                                  on 2001/07/17  07:57:06
9773         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
9774              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
9775              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
9776              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
9777      Branch: perl
9778            ! gv.c
9779 ____________________________________________________________________________
9780 [ 11392] By: nick                                  on 2001/07/17  07:50:12
9781         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
9782              From:  Coral <coral@moonlight.crystalflame.net>
9783              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
9784              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
9785      Branch: perl
9786            ! pp_sys.c thread.h
9787 ____________________________________________________________________________
9788 [ 11391] By: nick                                  on 2001/07/17  07:34:28
9789         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
9790              From:  Jonathan Stowe <gellyfish@gellyfish.com>
9791              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
9792              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
9793      Branch: perl
9794            ! utils/h2xs.PL
9795 ____________________________________________________________________________
9796 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
9797         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
9798              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
9799              and Mac::Apps::Launch, which don't work, and Time::HiRes and
9800              Time::Piece, which don't yet work.
9801      Branch: maint-5.6/macperl
9802            + (add 154 files)
9803 ____________________________________________________________________________
9804 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
9805         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
9806              Also add hack to get around missing setenv for PERL5DB.
9807      Branch: maint-5.6/macperl
9808            ! macos/macish.c macos/macish.h
9809 ____________________________________________________________________________
9810 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
9811         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
9812      Branch: maint-5.6/macperl
9813            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
9814            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
9815 ____________________________________________________________________________
9816 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
9817         Log: Fix up some configuration and make options, add extra
9818              extensions.
9819      Branch: maint-5.6/macperl
9820            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
9821            ! macos/macperl/Makefile.mk
9822 ____________________________________________________________________________
9823 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
9824         Log: From Change 11374 in maintperl.
9825      Branch: maint-5.6/macperl
9826           !> utils/h2ph.PL
9827 ____________________________________________________________________________
9828 [ 11385] By: nick                                  on 2001/07/16  14:12:58
9829         Log: Back out change to h2xs till it passes its test.
9830      Branch: perl
9831            ! utils/h2xs.PL
9832 ____________________________________________________________________________
9833 [ 11384] By: nick                                  on 2001/07/16  14:00:10
9834         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
9835              From:  Jonathan Stowe <gellyfish@gellyfish.com>
9836              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
9837              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
9838      Branch: perl
9839            ! utils/h2xs.PL
9840 ____________________________________________________________________________
9841 [ 11383] By: nick                                  on 2001/07/16  13:53:12
9842         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
9843              From:  Robin Houston <robin@kitsite.com>
9844              Date:  Sun, 15 Jul 2001 18:22:31 +0100
9845              Message-Id:  <20010715182230.A11174@robin>
9846      Branch: perl
9847            ! hints/darwin.sh
9848 ____________________________________________________________________________
9849 [ 11382] By: nick                                  on 2001/07/16  13:52:49
9850         Log: Subject:  [PATCH perl@11372] re_dup
9851              From:  Radu Greab <radu@netsoft.ro>
9852              Date:  Sun, 15 Jul 2001 04:50:06 +0300
9853              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
9854      Branch: perl
9855            ! sv.c
9856 ____________________________________________________________________________
9857 [ 11379] By: nick                                  on 2001/07/16  13:35:39
9858         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
9859              From:  Robin Houston <robin@kitsite.com>
9860              Date:  Sat, 14 Jul 2001 14:28:50 +0100
9861              Message-Id:  <20010714142850.A10205@robin>
9862      Branch: perl
9863            ! ext/B/B/Deparse.pm
9864 ____________________________________________________________________________
9865 [ 11378] By: nick                                  on 2001/07/16  13:30:36
9866         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
9867              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
9868              Date:  Sat, 14 Jul 2001 22:17:42 +0900
9869              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
9870      Branch: perl
9871            + ext/Encode/Encode/euc-jp-0212.enc
9872            ! ext/Encode/Encode/Tcl.pm
9873 ____________________________________________________________________________
9874 [ 11377] By: nick                                  on 2001/07/16  13:17:28
9875         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
9876              From:  Andy Dougherty <doughera@lafayette.edu>
9877              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
9878              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
9879      Branch: perl
9880            ! hints/darwin.sh hints/rhapsody.sh
9881 ____________________________________________________________________________
9882 [ 11376] By: nick                                  on 2001/07/16  09:05:00
9883         Log: Integrate mainline
9884      Branch: perlio
9885           +> ext/Encode/Encode/7bit-greek.enc
9886           +> ext/Encode/Encode/7bit-latin1.enc
9887           +> ext/Encode/Encode/cns11643-1.enc
9888           +> ext/Encode/Encode/cns11643-2.enc
9889           +> ext/Encode/Encode/iso2022-cn.enc
9890           +> ext/Encode/Encode/iso2022-jp1.enc
9891           +> ext/Encode/Encode/iso2022-jp2.enc
9892           !> Changes Configure MANIFEST Makefile.SH
9893           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
9894           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
9895           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
9896           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
9897           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
9898 ____________________________________________________________________________
9899 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
9900         Log: integrate change#11374 from maint-5.6
9901              
9902              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
9903      Branch: perl
9904           !> utils/h2ph.PL
9905 ____________________________________________________________________________
9906 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
9907         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
9908      Branch: maint-5.6/perl
9909            ! utils/h2ph.PL
9910 ____________________________________________________________________________
9911 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
9912         Log: Update Changes.
9913      Branch: perl
9914            ! Changes patchlevel.h
9915 ____________________________________________________________________________
9916 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
9917         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
9918              From: Jonathan Stowe <gellyfish@gellyfish.com>
9919              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
9920              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
9921      Branch: perl
9922            ! utils/h2xs.PL
9923 ____________________________________________________________________________
9924 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
9925         Log: Subject: patch to add DEL to [:cntrl:]
9926              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9927              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
9928              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
9929      Branch: perl
9930            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
9931 ____________________________________________________________________________
9932 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
9933         Log: Metaconfig unit change for #11369; plus a dependency nit.
9934      Branch: metaconfig
9935            ! U/compline/nblock_io.U
9936      Branch: metaconfig/U/perl
9937            ! Extensions.U
9938 ____________________________________________________________________________
9939 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
9940         Log: #include <stdlib.h> so that exit() is prototyped,
9941              noticed by Hugo.
9942      Branch: perl
9943            ! Configure
9944 ____________________________________________________________________________
9945 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
9946         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
9947              From: Peter Prymmer <pvhp@forte.com>
9948              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
9949              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
9950      Branch: perl
9951            ! t/op/sprintf.t
9952 ____________________________________________________________________________
9953 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
9954         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
9955              From: Peter Prymmer <pvhp@forte.com>
9956              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
9957              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
9958      Branch: perl
9959            ! ext/Encode/Encode/Tcl.t
9960 ____________________________________________________________________________
9961 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
9962         Log: Add information about gcc 3.0 basic block profiling.
9963      Branch: perl
9964            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
9965 ____________________________________________________________________________
9966 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
9967         Log: Subject: Error in lib/PerlIO/Via.pm ?
9968              From: Mark-Jason Dominus <mjd@plover.com>
9969              Date: Fri, 13 Jul 2001 15:55:41 -0400
9970              Message-ID: <20010713195541.26751.qmail@plover.com>
9971      Branch: perl
9972            ! ext/PerlIO/Via/Via.pm
9973 ____________________________________________________________________________
9974 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
9975         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
9976              section from the Compiler section.
9977      Branch: perl
9978            ! myconfig.SH
9979 ____________________________________________________________________________
9980 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
9981         Log: Handle glibc style of constant definitions using enum
9982              with intervening #defines; from Brendan O'Dea.
9983      Branch: perl
9984            ! utils/h2ph.PL
9985 ____________________________________________________________________________
9986 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
9987         Log: Add LC_MESSAGES to the locale_h export tag (it already is
9988              in the Makefile.PL and thusly eligible for an XS constant)
9989              (see also maintperl #10543)
9990      Branch: perl
9991            ! ext/POSIX/POSIX.pm
9992 ____________________________________________________________________________
9993 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
9994         Log: Subject: Re: [patch] re_dup
9995              From: Abhijit Menon-Sen <ams@wiw.org>
9996              Date: Fri, 13 Jul 2001 21:41:09 +0530
9997              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
9998      Branch: perl
9999            ! sv.c
10000 ____________________________________________________________________________
10001 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
10002         Log: Subject: [patch] re_dup
10003              From: Doug MacEachern <dougm@covalent.net>
10004              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
10005              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
10006      Branch: perl
10007            ! sv.c
10008 ____________________________________________________________________________
10009 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
10010         Log: Update Changes.
10011      Branch: perl
10012            ! Changes patchlevel.h
10013 ____________________________________________________________________________
10014 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
10015         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
10016              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
10017              Date: Sat, 14 Jul 2001 00:06:30 +0900
10018              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
10019      Branch: perl
10020            + ext/Encode/Encode/7bit-greek.enc
10021            + ext/Encode/Encode/7bit-latin1.enc
10022            + ext/Encode/Encode/cns11643-1.enc
10023            + ext/Encode/Encode/cns11643-2.enc
10024            + ext/Encode/Encode/iso2022-cn.enc
10025            + ext/Encode/Encode/iso2022-jp1.enc
10026            + ext/Encode/Encode/iso2022-jp2.enc
10027            ! MANIFEST ext/Encode/Encode/Tcl.pm
10028            ! ext/Encode/Encode/iso2022-kr.enc
10029 ____________________________________________________________________________
10030 [ 11357] By: nick                                  on 2001/07/13  14:24:06
10031         Log: Blind integrate mainline (as of 5.7.2?)
10032      Branch: perlio
10033           !> AUTHORS Changes Porting/config.sh Porting/config_H
10034           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
10035           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
10036           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10037           !> win32/makefile.mk
10038 ____________________________________________________________________________
10039 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
10040         Log: Snip away the devel patchlevel.
10041      Branch: perl
10042            ! patchlevel.h
10043 ____________________________________________________________________________
10044 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
10045         Log: Bump the version to 5.7.2.
10046      Branch: perl
10047            ! Porting/config.sh Porting/config_H patchlevel.h
10048            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
10049            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10050            ! win32/makefile.mk
10051 ____________________________________________________________________________
10052 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
10053         Log: Update Changes.
10054      Branch: perl
10055            ! Changes
10056 ____________________________________________________________________________
10057 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
10058         Log: Reword.
10059      Branch: perl
10060            ! AUTHORS
10061 ____________________________________________________________________________
10062 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
10063         Log: AUTHORS update.
10064      Branch: perl
10065            ! AUTHORS
10066 ____________________________________________________________________________
10067 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
10068         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
10069              unless ithreads.
10070      Branch: perl
10071            ! makedef.pl
10072 ____________________________________________________________________________
10073 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
10074         Log: Integrate perlio.
10075      Branch: perl
10076           !> win32/distclean.bat
10077 ____________________________________________________________________________
10078 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
10079         Log: Test the encoding transform only iff we have PerlIO,
10080              noticed by H. Merijn Brand.
10081      Branch: perl
10082            ! ext/PerlIO/t/encoding.t
10083 ____________________________________________________________________________
10084 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
10085         Log: README.netware tweaks from Ananth Kesari.
10086      Branch: perl
10087            ! README.netware
10088 ____________________________________________________________________________
10089 [ 11346] By: nick                                  on 2001/07/13  09:18:51
10090         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
10091              to avoid /unicode vs /Unicode issues.
10092      Branch: perlio
10093            ! win32/distclean.bat
10094 ____________________________________________________________________________
10095 [ 11345] By: nick                                  on 2001/07/13  06:24:18
10096         Log: Integrate mainline
10097      Branch: perlio
10098           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
10099            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
10100           !> (integrate 63 files)
10101 ____________________________________________________________________________
10102 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
10103         Log: Add d_bincompat5005 information to perl -V.
10104      Branch: perl
10105            ! myconfig.SH
10106 ____________________________________________________________________________
10107 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
10108         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
10109              From: Abhijit Menon-Sen <ams@wiw.org>
10110              Date: Fri, 13 Jul 2001 07:12:36 +0530
10111              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
10112      Branch: perl
10113            ! sv.c
10114 ____________________________________________________________________________
10115 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
10116         Log: Remove unicode::distinct, as per Inaba Hiroto.
10117      Branch: perl
10118            - lib/unicode/distinct.pm
10119            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
10120            ! t/lib/1_compile.t
10121 ____________________________________________________________________________
10122 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
10123         Log: Paging for Dr Octothorpe.
10124      Branch: perl
10125            ! pod/perlfaq4.pod
10126 ____________________________________________________________________________
10127 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
10128         Log: cut-n-paste error noticed by mjd.
10129      Branch: perl
10130            ! pod/perlfaq4.pod
10131 ____________________________________________________________________________
10132 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
10133         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
10134              From: Peter Prymmer <pvhp@forte.com>
10135              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
10136              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
10137      Branch: perl
10138            ! pod/perlfaq4.pod
10139 ____________________________________________________________________________
10140 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
10141         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
10142              From: Randall Gellens <randy@qualcomm.com>
10143              Date: Thu, 12 Jul 2001 16:56:23 -0700
10144              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
10145      Branch: perl
10146            ! Porting/repository.pod
10147 ____________________________________________________________________________
10148 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
10149         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
10150      Branch: perl
10151            ! thread.h
10152 ____________________________________________________________________________
10153 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
10154         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
10155              From: coral <coral@moonlight.crystalflame.net>
10156              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
10157              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
10158      Branch: perl
10159            ! thread.h
10160 ____________________________________________________________________________
10161 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
10162         Log: Metaconfig unit change for #11134.
10163      Branch: metaconfig
10164            + U/threads/d_pthread_atfork.U
10165 ____________________________________________________________________________
10166 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
10167         Log: Add HAS_PTHREAD_ATFORK.
10168      Branch: perl
10169            ! Configure NetWare/config.wc NetWare/config_H.wc
10170            ! Porting/Glossary Porting/config.sh Porting/config_H
10171            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
10172            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
10173            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10174            ! win32/config.gc win32/config.vc win32/config_H.bc
10175            ! win32/config_H.gc win32/config_H.vc
10176 ____________________________________________________________________________
10177 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
10178         Log: Subject: [PATCH] File::Copy fails on tied handles
10179              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
10180              Date: Thu, 12 Jul 2001 15:18:51 -0700
10181              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
10182      Branch: perl
10183            ! lib/File/Copy.pm
10184 ____________________________________________________________________________
10185 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
10186         Log: Subject: [PATCH] Langinfo.t
10187              From: Nicholas Clark <nick@ccl4.org>
10188              Date: Thu, 12 Jul 2001 23:55:38 +0100
10189              Message-ID: <20010712235538.M5827@plum.flirble.org>
10190      Branch: perl
10191            ! ext/I18N/Langinfo/Langinfo.t
10192 ____________________________________________________________________________
10193 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
10194         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
10195              From: Peter Prymmer <pvhp@forte.com>
10196              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
10197              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
10198      Branch: perl
10199            ! pod/perl572delta.pod
10200 ____________________________________________________________________________
10201 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
10202         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
10203              From: Abhijit Menon-Sen <ams@wiw.org>
10204              Date: Fri, 13 Jul 2001 05:21:16 +0530
10205              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
10206      Branch: perl
10207            ! sv.c
10208 ____________________________________________________________________________
10209 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
10210         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
10211              From: Abhijit Menon-Sen <ams@wiw.org>
10212              Date: Fri, 13 Jul 2001 03:04:25 +0530
10213              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
10214      Branch: perl
10215            ! av.c
10216 ____________________________________________________________________________
10217 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
10218         Log: s/^M$//g
10219      Branch: perl
10220            ! win32/Makefile win32/makefile.mk
10221 ____________________________________________________________________________
10222 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
10223         Log: Update Changes.
10224      Branch: perl
10225            ! Changes patchlevel.h
10226 ____________________________________________________________________________
10227 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
10228         Log: Typo spotted by Philip Newton.
10229      Branch: perl
10230            ! pod/perl572delta.pod
10231 ____________________________________________________________________________
10232 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
10233         Log: Subject: [PATCH] fixes perl_clone of perl_clone
10234              From: Artur Bergman <artur@contiller.se>
10235              Date: Thu, 12 Jul 2001 20:57:09 +0200
10236              Message-ID: <B773BFA4.236B%artur@contiller.se>
10237      Branch: perl
10238            ! sv.c
10239 ____________________________________________________________________________
10240 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
10241         Log: Add README.uts from Hal Morris.
10242      Branch: perl
10243            + README.uts
10244            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
10245            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10246 ____________________________________________________________________________
10247 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
10248         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
10249              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10250              Date: Thu, 12 Jul 2001 20:32:37 +0200
10251              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
10252      Branch: perl
10253            ! hints/aix.sh
10254 ____________________________________________________________________________
10255 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
10256         Log: Subject: Patch: document reg_data.what member
10257              From: Mark-Jason Dominus <mjd@plover.com>
10258              Message-ID: <20010712182532.14821.qmail@plover.com>
10259              Date: Thu, 12 Jul 2001 14:25:32 -0400
10260      Branch: perl
10261            ! regcomp.c regcomp.h
10262 ____________________________________________________________________________
10263 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
10264         Log: Subject: [PATCH] Perl_re_dup()
10265              From: Abhijit Menon-Sen <ams@wiw.org>
10266              Date: Thu, 12 Jul 2001 23:54:32 +0530
10267              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
10268      Branch: perl
10269            ! embed.h embed.pl perlapi.c proto.h sv.c
10270 ____________________________________________________________________________
10271 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
10272         Log: Regen Configure, modlib, toc.
10273      Branch: perl
10274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10275            ! pod/perlmodlib.pod pod/perltoc.pod
10276 ____________________________________________________________________________
10277 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
10278         Log: The problem seems to be in PerlIO::Layer::->find() not
10279              accepting the ":encoding(blurflur)" arguments.
10280      Branch: perl
10281            ! lib/PerlIO.pm lib/open.pm
10282 ____________________________________________________________________________
10283 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
10284         Log: AIX doc update.
10285      Branch: perl
10286            ! README.aix pod/perl572delta.pod
10287 ____________________________________________________________________________
10288 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
10289         Log: Subject: AIX README update
10290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10291              Date: Thu, 12 Jul 2001 19:28:30 +0200
10292              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
10293      Branch: perl
10294            ! README.aix
10295 ____________________________________________________________________________
10296 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
10297         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
10298              From: Norton Allen <allen@huarp.harvard.edu>
10299              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
10300              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
10301      Branch: perl
10302            ! ext/IO/lib/IO/t/io_unix.t
10303 ____________________________________________________________________________
10304 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
10305         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10306              From: Norton Allen <allen@huarp.harvard.edu>
10307              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
10308              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
10309      Branch: perl
10310            ! README.qnx hints/qnx.sh
10311 ____________________________________________________________________________
10312 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
10313         Log: Subject: [patch] faster PM_GETRE
10314              From: Doug MacEachern <dougm@covalent.net>
10315              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
10316              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
10317      Branch: perl
10318            ! op.h
10319 ____________________________________________________________________________
10320 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
10321         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
10322              From: Doug MacEachern <dougm@covalent.net>
10323              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
10324              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
10325      Branch: perl
10326            ! op.c
10327 ____________________________________________________________________________
10328 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
10329         Log: Tell where the nice Estonian database is.
10330      Branch: perl
10331            ! lib/open.pm
10332 ____________________________________________________________________________
10333 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
10334         Log: Retract #11309 since #11310 is a better fix.
10335      Branch: perl
10336            ! t/lib/1_compile.t
10337 ____________________________________________________________________________
10338 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
10339         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
10340              change#11300 needs to return the status of failed win32_spawnvp())
10341              
10342              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
10343              splitting correctly; remove unused variables; 'require' at run time
10344              rather than 'use' at compile time for I18N::Langinfo, since it
10345              isn't everyware
10346      Branch: perl
10347            ! lib/open.pm win32/win32.c
10348 ____________________________________________________________________________
10349 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
10350         Log: Temporary workaround.
10351      Branch: perl
10352            ! t/lib/1_compile.t
10353 ____________________________________________________________________________
10354 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
10355         Log: UCD typo in #11306 and add also more known-to-be-tested
10356              modules to the skip list.
10357      Branch: perl
10358            ! t/lib/1_compile.t
10359 ____________________________________________________________________________
10360 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
10361         Log: Rename Unicode::UCD to UnicodeCD to avoid
10362              messups with case-insensitive filesystems.
10363      Branch: perl
10364            + lib/UnicodeCD.pm lib/UnicodeCD.t
10365            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
10366            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
10367 ____________________________________________________________________________
10368 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
10369         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
10370              From: daniel@biz.bitpusher.com
10371              Date: Wed, 11 Jul 2001 23:25:47 -0700
10372              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
10373      Branch: perl
10374            ! lib/Tie/Array.pm t/op/splice.t
10375 ____________________________________________________________________________
10376 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
10377         Log: Subject: [PATCH] More accurate line numbers in messages
10378              From: Paul Johnson <paul@pjcj.net>
10379              Date: Thu, 12 Jul 2001 04:14:11 +0200
10380              Message-ID: <20010712041411.A3467@pjcj.net>
10381              
10382              (With prototyping and multiplicity tweaks.)
10383      Branch: perl
10384            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
10385 ____________________________________________________________________________
10386 [ 11304] By: nick                                  on 2001/07/12  12:53:40
10387         Log: Integrate mainline
10388      Branch: perlio
10389           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
10390           !> regexec.c thread.h
10391 ____________________________________________________________________________
10392 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
10393         Log: Cut-and-pasto in #11298.
10394      Branch: perl
10395            ! ext/ByteLoader/bytecode.h
10396 ____________________________________________________________________________
10397 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
10398         Log: Update the AIX known problems section.
10399      Branch: perl
10400            ! pod/perl572delta.pod
10401 ____________________________________________________________________________
10402 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
10403         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
10404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10405              Date: Thu, 12 Jul 2001 12:16:16 +0200
10406              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
10407      Branch: perl
10408            ! hints/aix.sh
10409 ____________________________________________________________________________
10410 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
10411         Log: Integrate perlio.
10412      Branch: perl
10413           !> makedef.pl win32/win32.c
10414 ____________________________________________________________________________
10415 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
10416         Log: Subject: [PATCH] fix for PMOP threadness failures
10417              From: Artur Bergman <artur@contiller.se>
10418              Date: Thu, 12 Jul 2001 09:48:06 +0200
10419              Message-ID: <B77322D6.22DD%artur@contiller.se>
10420      Branch: perl
10421            ! regexec.c
10422 ____________________________________________________________________________
10423 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
10424         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
10425              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10426              Date: Thu, 12 Jul 2001 09:09:48 +0200
10427              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
10428              
10429              More parentheses to keep bcc happy.
10430      Branch: perl
10431            ! ext/ByteLoader/bytecode.h
10432 ____________________________________________________________________________
10433 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
10434         Log: Subject: Re: [patch] pthread_atfork bandaid
10435              From: Doug MacEachern <dougm@covalent.net>
10436              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
10437              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
10438      Branch: perl
10439            ! thread.h
10440 ____________________________________________________________________________
10441 [ 11296] By: nick                                  on 2001/07/12  11:55:48
10442         Log: Exclude reentrant_buffer from .def file
10443      Branch: perlio
10444            ! makedef.pl
10445 ____________________________________________________________________________
10446 [ 11295] By: nick                                  on 2001/07/12  11:11:44
10447         Log: Honour void-ness of my_exit()
10448      Branch: perlio
10449            ! win32/win32.c
10450 ____________________________________________________________________________
10451 [ 11294] By: nick                                  on 2001/07/12  07:51:04
10452         Log: Integrate mainline
10453      Branch: perlio
10454           +> uts/sprintf_wrap.c
10455           !> (integrate 35 files)
10456 ____________________________________________________________________________
10457 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
10458         Log: Retract #11289.
10459      Branch: perl
10460            ! embed.h embed.pl perl.c proto.h thread.h
10461 ____________________________________________________________________________
10462 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
10463         Log: Now the :locale pseudolayer *almost* works...
10464      Branch: perl
10465            ! lib/open.pm
10466 ____________________________________________________________________________
10467 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
10468         Log: Locale encoding tweaks.
10469      Branch: perl
10470            ! lib/open.pm
10471 ____________________________________________________________________________
10472 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
10473         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
10474              From: Mark-Jason Dominus <mjd@plover.com>
10475              Date: Thu, 12 Jul 2001 00:59:31 -0400
10476              Message-ID: <20010712045931.8543.qmail@plover.com>
10477              
10478              Remove the chmod/umask leading zero warning.
10479      Branch: perl
10480            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
10481            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
10482 ____________________________________________________________________________
10483 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
10484         Log: (Retracted by #11289.)
10485      Branch: perl
10486            ! embed.h embed.pl perl.c proto.h thread.h
10487 ____________________________________________________________________________
10488 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
10489         Log: Needed by #11283.
10490      Branch: perl
10491            ! intrpvar.h
10492 ____________________________________________________________________________
10493 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
10494         Log: Metaconfig unit change for #11286.
10495      Branch: metaconfig/U/perl
10496            ! patchlevel.U
10497 ____________________________________________________________________________
10498 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
10499         Log: Subject: Re: [PATCH Configure] perl -V broken
10500              From: Andy Dougherty <doughera@lafayette.edu>
10501              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
10502              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
10503      Branch: perl
10504            ! Configure myconfig.SH
10505 ____________________________________________________________________________
10506 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
10507         Log: Retract #11166 (and #11237).
10508      Branch: perl
10509            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
10510            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
10511            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
10512 ____________________________________________________________________________
10513 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
10514         Log: UTS tweaks for Hal Morris.
10515      Branch: perl
10516            + uts/sprintf_wrap.c
10517            ! MANIFEST hints/uts.sh perl.h
10518 ____________________________________________________________________________
10519 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
10520         Log: Subject: [PATCH] Use reentrant API glibc
10521              From: Artur Bergman <artur@contiller.se>
10522              Date: Thu, 12 Jul 2001 00:58:21 +0200
10523              Message-ID: <B772A6AD.2288%artur@contiller.se>
10524      Branch: perl
10525            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
10526            ! sv.c
10527 ____________________________________________________________________________
10528 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
10529         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
10530              From: barries <barries@slaysys.com>
10531              Date: Wed, 11 Jul 2001 15:11:46 -0400
10532              Message-ID: <20010711151146.G24560@jester.slaysys.com>
10533      Branch: perl
10534            ! pp_sys.c t/lib/warnings/doio win32/win32.c
10535 ____________________________________________________________________________
10536 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
10537         Log: Subject: [patch] pthread_atfork bandaid
10538              From: Doug MacEachern <dougm@covalent.net>
10539              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
10540              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
10541      Branch: perl
10542            ! miniperlmain.c perl.c
10543 ____________________________________________________________________________
10544 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
10545         Log: Subject: [patch] perl_clone leaks
10546              From: Doug MacEachern <dougm@covalent.net>
10547              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
10548              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
10549      Branch: perl
10550            ! sv.c
10551 ____________________________________________________________________________
10552 [ 11279] By: nick                                  on 2001/07/11  15:49:38
10553         Log: Integrate mainline
10554      Branch: perlio
10555           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
10556           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
10557           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
10558           +> lib/Term/ANSIColor/README
10559           !> (integrate 54 files)
10560 ____________________________________________________________________________
10561 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
10562         Log: Update Changes.
10563      Branch: perl
10564            ! Changes patchlevel.h
10565 ____________________________________________________________________________
10566 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
10567         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
10568              From: Peter Prymmer <pvhp@forte.com>
10569              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
10570              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
10571              
10572              Backport of embed.pl to 5.003.
10573      Branch: perl
10574            ! embed.pl
10575 ____________________________________________________________________________
10576 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
10577         Log: Subject: Re: POSIX test #14 on UTS 
10578              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10579              Date: Wed, 11 Jul 2001 03:02:14 +0100
10580              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
10581      Branch: perl
10582            ! ext/POSIX/POSIX.t
10583 ____________________________________________________________________________
10584 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
10585         Log: Make the I32 an IV to preserve structure alignment and size.
10586      Branch: perl
10587            ! op.h
10588 ____________________________________________________________________________
10589 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
10590         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
10591              From: "Artur Bergman" <artur@contiller.se>
10592              Date: Wed, 11 Jul 2001 14:23:37 +0200
10593              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
10594              
10595              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
10596      Branch: perl
10597            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
10598            ! pod/perlapi.pod sv.c
10599 ____________________________________________________________________________
10600 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
10601         Log: Tweak until Pod::Parser gets updated.
10602      Branch: perl
10603            ! t/pod/special_seqs.xr
10604 ____________________________________________________________________________
10605 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
10606         Log: File::Spec usage tweak.
10607      Branch: perl
10608            ! lib/ExtUtils.t
10609 ____________________________________________________________________________
10610 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
10611         Log: Integrate #11263 from macperl; macos and macosx updates.
10612      Branch: perl
10613           !> pod/perlport.pod
10614 ____________________________________________________________________________
10615 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
10616         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
10617              From: Peter Prymmer <pvhp@forte.com>
10618              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
10619              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
10620      Branch: perl
10621            + ext/Time/HiRes/hints/dynixptx.pl
10622            ! MANIFEST hints/dynixptx.sh
10623 ____________________________________________________________________________
10624 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
10625         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
10626              From: Nicholas Clark <nick@ccl4.org>
10627              Date: Tue, 10 Jul 2001 23:17:43 +0100
10628              Message-ID: <20010710231742.B59620@plum.flirble.org>
10629      Branch: perl
10630            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
10631 ____________________________________________________________________________
10632 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
10633         Log: Subject: [DOC PATCH] Pluggable runops
10634              From: Paul Johnson <paul@pjcj.net>
10635              Date: Tue, 10 Jul 2001 21:53:28 +0200
10636              Message-ID: <20010710215328.B26577@pjcj.net>
10637      Branch: perl
10638            ! pod/perlguts.pod
10639 ____________________________________________________________________________
10640 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
10641         Log: Subject: [PATCH] Authors
10642              From: Artur Bergman <artur@contiller.se>
10643              Date: Tue, 10 Jul 2001 20:39:12 +0200
10644              Message-ID: <B771186F.21CD%artur@contiller.se>
10645      Branch: perl
10646            ! AUTHORS
10647 ____________________________________________________________________________
10648 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
10649         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
10650              From: Doug MacEachern <dougm@covalent.net>
10651              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
10652              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
10653      Branch: perl
10654            ! pp_ctl.c
10655 ____________________________________________________________________________
10656 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
10657         Log: Subject: doc patch; times() in scalar context
10658              From: mjd@plover.com
10659              Date: 10 Jul 2001 18:01:17 -0000
10660              Message-ID: <20010710180117.12477.qmail@plover.com>
10661      Branch: perl
10662            ! pod/perlfunc.pod
10663 ____________________________________________________________________________
10664 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
10665         Log: Subject: [PATCH] Small fix to pp_gmtime
10666              From: Artur Bergman <artur@contiller.se>
10667              Date: Tue, 10 Jul 2001 19:54:52 +0200
10668              Message-ID: <B7710E0B.21C5%artur@contiller.se>
10669      Branch: perl
10670            ! pp_sys.c
10671 ____________________________________________________________________________
10672 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
10673         Log: Integrate changes from mainline perl, add notes about
10674              Mac OS X and Mac OS.
10675      Branch: maint-5.6/macperl
10676            ! pod/perlport.pod
10677 ____________________________________________________________________________
10678 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
10679         Log: A proof of the dangers of package; ?
10680      Branch: perl
10681            ! t/lib/warnings/op
10682 ____________________________________________________________________________
10683 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
10684         Log: Regen toc and modlib.
10685      Branch: perl
10686            ! pod/perlmodlib.pod pod/perltoc.pod
10687 ____________________________________________________________________________
10688 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
10689         Log: Add compexcl(), casefold(), and casespec() interfaces;
10690              and make all interfaces to return hash references instead
10691              of hashes. 
10692      Branch: perl
10693            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10694 ____________________________________________________________________________
10695 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
10696         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
10697              From: "Philip Newton" <Philip.Newton@gmx.net>
10698              Date: Tue, 10 Jul 2001 09:55:59 +0200
10699              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
10700              
10701              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
10702              From: "Philip Newton" <Philip.Newton@gmx.net>
10703              Date: Tue, 10 Jul 2001 09:56:37 +0200
10704              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
10705      Branch: perl
10706            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10707            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
10708 ____________________________________________________________________________
10709 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
10710         Log: Subject: [patch] undef &xsub for 1,2
10711              From: Doug MacEachern <dougm@covalent.net>
10712              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
10713              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
10714              
10715              (This version of the patch with a comment from Gisle.)
10716      Branch: perl
10717            ! op.c
10718 ____________________________________________________________________________
10719 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
10720         Log: Mention package; deprecation and the Win32 problems.
10721      Branch: perl
10722            ! pod/perl572delta.pod
10723 ____________________________________________________________________________
10724 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
10725         Log: Subject: [PATCH] deprecate package with no arguments
10726              From: Robin Houston <robin@kitsite.com>
10727              Date: Tue, 10 Jul 2001 13:33:40 +0100
10728              Message-ID: <20010710133340.A13452@robin.kitsite.com>
10729      Branch: perl
10730            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
10731 ____________________________________________________________________________
10732 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
10733         Log: Upgrade to podlators 1.10.
10734      Branch: perl
10735            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
10736            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
10737            ! pod/pod2man.PL pod/pod2text.PL
10738 ____________________________________________________________________________
10739 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
10740         Log: Upgrade to Term::ANSIColor 1.04.
10741      Branch: perl
10742            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
10743            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
10744 ____________________________________________________________________________
10745 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
10746         Log: Integrate perlio (the right fix for the ":layer(args)")
10747      Branch: perl
10748           !> perlio.c
10749 ____________________________________________________________________________
10750 [ 11252] By: nick                                  on 2001/07/10  06:58:14
10751         Log: Fix open(...,"...:layer(xxx)",...)
10752              - use memEQ not strEQ as there is '(' not '\0'
10753      Branch: perlio
10754            ! perlio.c
10755 ____________________________________________________________________________
10756 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
10757         Log: Telling the number of tests helps.
10758      Branch: perl
10759            ! ext/PerlIO/t/encoding.t
10760 ____________________________________________________________________________
10761 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
10762         Log: Require I18N::Langinfo, not use.
10763      Branch: perl
10764            ! lib/open.pm
10765 ____________________________________________________________________________
10766 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
10767         Log: Add a test for for PerlIO ":encoding(...)" layer.
10768      Branch: perl
10769            + ext/PerlIO/t/encoding.t
10770            ! MANIFEST ext/Encode/Encode.pm
10771 ____________________________________________________________________________
10772 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
10773         Log: PerlIO ":encoding(foobar)" temporary fix.
10774              Not really correct, I think, since the change means
10775              that prefixes match.
10776      Branch: perl
10777            ! perlio.c
10778 ____________________________________________________________________________
10779 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
10780         Log: Update to Math::BigInt 1.36.  The biggest news is
10781              the separation of the backend; now the pure Perl
10782              implementation is in Math::BigInt::Calc, but one
10783              can plugin, say, Math::BigInt::BitVect, and get
10784              considerable speedup.
10785      Branch: perl
10786            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
10787            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10788            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
10789            ! lib/Math/BigInt/t/mbimbf.t
10790 ____________________________________________________________________________
10791 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
10792         Log: Subject: Re: compatibility question
10793              From: Peter Prymmer <pvhp@forte.com>
10794              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
10795              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
10796      Branch: perl
10797            ! lib/ExtUtils/MM_VMS.pm
10798 ____________________________________________________________________________
10799 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
10800         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
10801              From: Norton Allen <allen@huarp.harvard.edu>
10802              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
10803              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
10804      Branch: perl
10805            ! ext/File/Glob/t/basic.t
10806 ____________________________________________________________________________
10807 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
10808         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
10809              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10810              Date: Tue, 10 Jul 2001 00:29:55 +0900
10811              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
10812      Branch: perl
10813            + ext/Encode/Encode/HZ.enc
10814            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
10815            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
10816            ! ext/Encode/Encode/iso2022-jp.enc
10817            ! ext/Encode/Encode/iso2022-kr.enc
10818 ____________________________________________________________________________
10819 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
10820         Log: Add in all them there macos/ files.
10821      Branch: maint-5.6/macperl
10822            + (add 577 files)
10823 ____________________________________________________________________________
10824 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
10825         Log: Add the new modules to the list of having those own tests.
10826      Branch: perl
10827            ! t/lib/1_compile.t
10828 ____________________________________________________________________________
10829 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
10830         Log: Add INOUT to control both ways at the same time.
10831      Branch: perl
10832            ! lib/open.pm
10833 ____________________________________________________________________________
10834 [ 11240] By: nick                                  on 2001/07/09  16:33:50
10835         Log: Integrate mainline
10836      Branch: perlio
10837           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10838           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
10839           !> (integrate 41 files)
10840 ____________________________________________________________________________
10841 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
10842         Log: More encoding mapping magic.
10843      Branch: perl
10844            ! lib/open.pm
10845 ____________________________________________________________________________
10846 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
10847         Log: Update Changes.
10848      Branch: perl
10849            ! Changes patchlevel.h
10850 ____________________________________________________________________________
10851 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
10852         Log: (Retracted by #11285).
10853              
10854              Subject: [PATCH] OPpCONST_OCTAL fixes
10855              From: Abhijit Menon-Sen <ams@wiw.org>
10856              Date: Mon, 9 Jul 2001 07:38:45 +0530
10857              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
10858      Branch: perl
10859            ! op.c
10860 ____________________________________________________________________________
10861 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
10862         Log: Add a pseudolayer ":locale" to the open pragma which
10863              will get the encoding from the locale.  Yet undocumented
10864              because I can't get the PerlIO :encoding(foobar) to work.
10865      Branch: perl
10866            ! ext/Encode/Encode.pm lib/open.pm
10867 ____________________________________________________________________________
10868 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
10869         Log: Add more encoding mappings.
10870      Branch: perl
10871            ! ext/Encode/Encode.pm
10872 ____________________________________________________________________________
10873 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
10874         Log: Document that using :encoding layer requires using Encode.
10875      Branch: perl
10876            ! ext/Encode/Encode.pm lib/PerlIO.pm
10877 ____________________________________________________________________________
10878 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
10879         Log: Netware tweak from Ananth Kesari.
10880      Branch: perl
10881            ! NetWare/netware.h
10882 ____________________________________________________________________________
10883 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
10884         Log: t/harness doesn't know about run/*.t
10885      Branch: perl
10886            ! t/harness
10887 ____________________________________________________________________________
10888 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
10889         Log: run/exit.t busted on windows
10890      Branch: perl
10891            ! t/run/exit.t
10892 ____________________________________________________________________________
10893 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
10894         Log: fix a couple of UCD.t tests that fail due to bad case
10895      Branch: perl
10896            ! lib/Unicode/UCD.t
10897 ____________________________________________________________________________
10898 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
10899         Log: test skip logic was broken
10900      Branch: perl
10901            ! ext/I18N/Langinfo/Langinfo.t
10902 ____________________________________________________________________________
10903 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
10904         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
10905              failure of ExtUtils.t#27 when built in debug mode)
10906      Branch: perl
10907            ! lib/ExtUtils/MM_Win32.pm
10908 ____________________________________________________________________________
10909 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
10910         Log: I18N::Langinfo is not available on windows
10911      Branch: perl
10912            ! win32/FindExt.pm
10913 ____________________________________________________________________________
10914 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
10915         Log: save a dTHX
10916      Branch: perl
10917            ! ext/POSIX/POSIX.xs
10918 ____________________________________________________________________________
10919 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
10920         Log: Update Changes.
10921      Branch: perl
10922            ! Changes patchlevel.h
10923 ____________________________________________________________________________
10924 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
10925         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
10926              as pointed out by Sarathy.
10927      Branch: perl
10928            ! ext/I18N/Langinfo/Langinfo.xs
10929 ____________________________________________________________________________
10930 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
10931         Log: Retract #11212.
10932      Branch: perl
10933            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
10934 ____________________________________________________________________________
10935 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
10936         Log: Bump up the VERSION of Cwd.xs.
10937      Branch: perl
10938            ! ext/Cwd/Makefile.PL
10939 ____________________________________________________________________________
10940 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
10941         Log: Retract #11220, the problem wasn't the missing leading zero.
10942              Here's the problem:
10943              $ ./perl -we 'chmod(oct("755"), ".")'
10944              Non-octal literal mode (493) specified at -e line 1.
10945              (Did you mean 0493 instead?)
10946      Branch: perl
10947            ! lib/ExtUtils/MM_Unix.pm
10948 ____________________________________________________________________________
10949 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
10950         Log: (Retracted by #11221)
10951              Change the PERM_RW and PERM_RWX to 0644 and 0755
10952              (add the leading zero).
10953      Branch: perl
10954            ! lib/ExtUtils/MM_Unix.pm
10955 ____________________________________________________________________________
10956 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
10957         Log: Integrate changes #11193, 11205, 11209 from macperl.
10958              
10959              Fix up AutoLoader to fudge for Mac paths in import().
10960              
10961              Allow symbols in try_symbol() to begin with "_".
10962              
10963              Small portability fix for Mac OS.
10964      Branch: perl
10965           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
10966 ____________________________________________________________________________
10967 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
10968         Log: Metaconfig unit change for #11217.
10969      Branch: metaconfig/U/perl
10970            ! Extensions.U
10971 ____________________________________________________________________________
10972 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
10973         Log: Detypo, problem noticed by Gerrit P. Haase.
10974      Branch: perl
10975            ! Configure config_h.SH
10976 ____________________________________________________________________________
10977 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
10978         Log: Cwd cleanups.
10979      Branch: perl
10980            ! ext/Cwd/Cwd.xs
10981 ____________________________________________________________________________
10982 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
10983         Log: Slight tweaks on #11213.
10984      Branch: perl
10985            ! toke.c
10986 ____________________________________________________________________________
10987 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
10988         Log: A missing dTHX noticed by Gerrit P. Haase.
10989      Branch: perl
10990            ! ext/POSIX/POSIX.xs
10991 ____________________________________________________________________________
10992 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
10993         Log: Subject: [PATCH toke.c] Simplify yytoke()
10994              From: Simon Cozens <simon@netthink.co.uk>
10995              Date: Sun, 8 Jul 2001 13:24:34 +0100
10996              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
10997              
10998              Split out pending_ident().
10999      Branch: perl
11000            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
11001 ____________________________________________________________________________
11002 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
11003         Log: (Retracted by #11223.)
11004              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
11005              Date: Wed, 05 Nov 1997 17:22:34 -0600
11006              From: Graham Barr <gbarr@ti.com>
11007              Message-Id: <3460FFBA.6DA51F46@ti.com>
11008      Branch: perl
11009            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
11010 ____________________________________________________________________________
11011 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
11012         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
11013      Branch: perl
11014            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11015            ! pod/perllocale.pod
11016 ____________________________________________________________________________
11017 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
11018         Log: Really do the test under the C locale.
11019      Branch: perl
11020            ! ext/I18N/Langinfo/Langinfo.t
11021 ____________________________________________________________________________
11022 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
11023         Log: Small portability fix for Mac OS.
11024      Branch: maint-5.6/macperl
11025            ! lib/Cwd.pm
11026 ____________________________________________________________________________
11027 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
11028         Log: Metaconfig unit change for #11207.
11029      Branch: metaconfig/U/perl
11030            ! Extensions.U
11031 ____________________________________________________________________________
11032 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
11033         Log: Add I18N::Langinfo, which is basically a wrapper around
11034              nl_langinfo(), which is an additional way to query locale
11035              specific information.
11036      Branch: perl
11037            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11038            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
11039            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
11040 ____________________________________________________________________________
11041 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
11042         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
11043              used in File::Find tests; replace with if.t.
11044      Branch: maint-5.6/macperl
11045            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
11046            ! t/pragma/warn/op
11047 ____________________________________________________________________________
11048 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
11049         Log: Allow symbols in try_symbol() to begin with "_".
11050      Branch: maint-5.6/macperl
11051            ! makedef.pl
11052 ____________________________________________________________________________
11053 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
11054         Log: Sync up the File::Find changes from the rewrite by
11055              Thomas Wegner, et al.
11056      Branch: maint-5.6/macperl
11057            + t/lib/filefind-taint.t
11058            ! lib/File/Find.pm t/lib/filefind.t
11059 ____________________________________________________________________________
11060 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
11061         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
11062              From: Thomas Wegner <wegner_thomas@yahoo.com>
11063              Date: Thu, 5 Jul 2001 20:31:25 +0200
11064              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
11065      Branch: maint-5.6/macperl
11066            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
11067 ____________________________________________________________________________
11068 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
11069         Log: Some more test portability fixes.
11070      Branch: maint-5.6/macperl
11071            ! t/lib/filecopy.t t/pragma/warn/pp_sys
11072 ____________________________________________________________________________
11073 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
11074         Log: The #11200 removed wrong (non-existent) target.  Duh.
11075      Branch: perl
11076            ! Makefile.SH
11077 ____________________________________________________________________________
11078 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
11079         Log: Zap the lib/re.pm before creating it.
11080      Branch: perl
11081            ! Makefile.SH
11082 ____________________________________________________________________________
11083 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
11084         Log: Another test.  Please ignore.
11085      Branch: maint-5.6/macperl
11086            ! README.macos
11087 ____________________________________________________________________________
11088 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
11089         Log: Portability fixes for a lot of tests, especially IO-related
11090              tests, and warnings, and the harness script.
11091      Branch: maint-5.6/macperl
11092            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
11093            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
11094            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
11095            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
11096            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
11097            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
11098            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
11099            ! t/pragma/warnings.t
11100 ____________________________________________________________________________
11101 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
11102         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
11103              From: Nicholas Clark <nick@ccl4.org>
11104              Date: Sat, 7 Jul 2001 21:00:17 +0100
11105              Message-ID: <20010707210017.H59620@plum.flirble.org>
11106      Branch: perl
11107            ! lib/h2xs.t
11108 ____________________________________________________________________________
11109 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
11110         Log: The UNICOS/mk SysV IPC problem has been fixed.
11111      Branch: perl
11112            ! pod/perl572delta.pod
11113 ____________________________________________________________________________
11114 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
11115         Log: Slight update tweaks on perlunicode.pod.
11116      Branch: perl
11117            ! pod/perlunicode.pod
11118 ____________________________________________________________________________
11119 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
11120         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
11121              From: Mark-Jason Dominus <mjd@plover.com>
11122              Date: Sat, 07 Jul 2001 13:04:04 -0400
11123              Message-ID: <20010707170404.32694.qmail@plover.com>
11124      Branch: perl
11125            ! ext/DB_File/DB_File.pm
11126 ____________________________________________________________________________
11127 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
11128         Log: Fix up AutoLoader to fudge for Mac paths in import().
11129      Branch: maint-5.6/macperl
11130            ! lib/AutoLoader.pm
11131 ____________________________________________________________________________
11132 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
11133         Log: Try to force the lib/re.pm to be there before entering
11134              the extensions builds, should help for parallel makes.
11135      Branch: perl
11136            ! Makefile.SH
11137 ____________________________________________________________________________
11138 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
11139         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
11140              From: Norton Allen <allen@huarp.harvard.edu>
11141              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
11142              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
11143      Branch: perl
11144            ! ext/POSIX/POSIX.xs
11145 ____________________________________________________________________________
11146 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
11147         Log: Subject: [PATCH] Re: op/arith.t
11148              From: Nicholas Clark <nick@ccl4.org>
11149              Date: Sat, 7 Jul 2001 13:04:54 +0100
11150              Message-ID: <20010707130454.D59620@plum.flirble.org>
11151      Branch: perl
11152            ! numeric.c toke.c
11153 ____________________________________________________________________________
11154 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
11155         Log: Subject: [PATCH] h2xs
11156              From: Nicholas Clark <nick@ccl4.org>
11157              Date: Fri, 6 Jul 2001 23:25:14 +0100
11158              Message-ID: <20010706232514.X59620@plum.flirble.org>
11159      Branch: perl
11160            ! utils/h2xs.PL
11161 ____________________________________________________________________________
11162 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
11163         Log: Subject: Re: bleedperl perl_alloc..free leakage
11164              From: Radu Greab <radu@netsoft.ro>
11165              Date: Fri, 6 Jul 2001 19:48:54 +0300
11166              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
11167              
11168              Leak-be-gone.
11169      Branch: perl
11170            ! op.c
11171 ____________________________________________________________________________
11172 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
11173         Log: Test again.  Please ignore.
11174      Branch: maint-5.6/macperl
11175            ! README.macos
11176 ____________________________________________________________________________
11177 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
11178         Log: Test.  Please ignore.
11179      Branch: maint-5.6/macperl
11180            ! README.macos
11181 ____________________________________________________________________________
11182 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
11183         Log: Include changes already sent in separately as patches,
11184              before branch was created.
11185      Branch: maint-5.6/macperl
11186            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
11187            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
11188            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
11189            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
11190            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
11191            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
11192            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
11193            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
11194            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
11195            ! t/pragma/strict.t
11196 ____________________________________________________________________________
11197 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
11198         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
11199              From: Norton Allen <allen@huarp.harvard.edu>
11200              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
11201              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
11202      Branch: perl
11203            ! utf8.h
11204 ____________________________________________________________________________
11205 [ 11183] By: nick                                  on 2001/07/06  16:27:40
11206         Log: Integrate mainline
11207      Branch: perlio
11208           +> (branch 42 files)
11209            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
11210            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
11211            - win32/bin/mdelete.bat
11212           !> (integrate 215 files)
11213 ____________________________________________________________________________
11214 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
11215         Log: The #11166 needed also these updated.
11216      Branch: perl
11217            ! lib/warnings.pm warnings.h
11218 ____________________________________________________________________________
11219 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
11220         Log: Update Changes.
11221      Branch: perl
11222            ! Changes patchlevel.h
11223 ____________________________________________________________________________
11224 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
11225         Log: Regen toc.
11226      Branch: perl
11227            ! pod/perltoc.pod
11228 ____________________________________________________________________________
11229 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
11230         Log: Nit from Abhijit.
11231      Branch: perl
11232            ! lib/CPAN.pm
11233 ____________________________________________________________________________
11234 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
11235         Log: Retract #11172.
11236      Branch: perl
11237            ! t/op/method.t
11238 ____________________________________________________________________________
11239 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
11240         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
11241              From: Norton Allen <allen@huarp.harvard.edu>
11242              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
11243              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
11244      Branch: perl
11245            ! lib/Cwd.pm
11246 ____________________________________________________________________________
11247 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
11248         Log: (Accidentally empty check-in.)
11249      Branch: perl
11250            ! utf8.h
11251 ____________________________________________________________________________
11252 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
11253         Log: Retract #11165 since Sarathy pointed out it'll not
11254              work properly under threads, the problem should be
11255              solved using "the savestack, either via SSNEW() or
11256              using a newSVpv()+SAVEFREESV() combo."
11257      Branch: perl
11258            ! ext/POSIX/POSIX.xs
11259 ____________________________________________________________________________
11260 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
11261         Log: Retract #11125 since NI-S pointed out it'll not work in
11262              cases where the extension has their own handcrafted INC
11263              et alia.
11264      Branch: perl
11265            ! lib/ExtUtils/MM_Unix.pm
11266 ____________________________________________________________________________
11267 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
11268         Log: Subject: RE: [PATCH] -I and MakeMaker again
11269              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11270              Date: Fri, 6 Jul 2001 09:18:29 +0200
11271              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
11272      Branch: perl
11273            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
11274            ! lib/ExtUtils/MM_Win32.pm
11275 ____________________________________________________________________________
11276 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
11277         Log: (Retracted by #11178)
11278              Subject: [PATCH t/op/method.t] SUPER:: strangeness
11279              From: Piers Cawley <pdcawley@iterative-software.com>
11280              Date: 06 Jul 2001 10:49:01 +0100
11281              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
11282      Branch: perl
11283            ! t/op/method.t
11284 ____________________________________________________________________________
11285 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
11286         Log: VOS README update from Paul Green.
11287      Branch: perl
11288            ! README.vos
11289 ____________________________________________________________________________
11290 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
11291         Log: Subject: [PATCH README.qnx hints/qnx.sh]
11292              From: Norton Allen <allen@huarp.harvard.edu>
11293              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
11294              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
11295      Branch: perl
11296            ! README.qnx hints/qnx.sh
11297 ____________________________________________________________________________
11298 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
11299         Log: Subject: [PATCH] Doc patch for Tie::Hash
11300              From: Artur Bergman <artur@contiller.se>
11301              Date: Thu, 05 Jul 2001 22:51:18 +0200
11302              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
11303      Branch: perl
11304            ! lib/Tie/Hash.pm
11305 ____________________________________________________________________________
11306 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
11307         Log: Subject: [PATCH] perlfaq4.pod
11308              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
11309              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
11310              Date: Thu, 5 Jul 2001 18:44:10 +0100 
11311      Branch: perl
11312            ! pod/perlfaq4.pod
11313 ____________________________________________________________________________
11314 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
11315         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
11316              From: Robin Houston <robin@kitsite.com>
11317              Date: Thu, 5 Jul 2001 18:33:21 +0100
11318              Message-ID: <20010705183321.A27345@robin.kitsite.com>
11319      Branch: perl
11320            ! ext/B/B/Deparse.pm
11321 ____________________________________________________________________________
11322 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
11323         Log: (Retracted by #11285.)
11324              
11325              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
11326              From: Abhijit Menon-Sen <ams@wiw.org>
11327              Date: Fri, 6 Jul 2001 01:26:32 +0530
11328              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
11329      Branch: perl
11330            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
11331            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
11332            ! warnings.pl
11333 ____________________________________________________________________________
11334 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
11335         Log: (Retracted by #11175)
11336              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
11337              From: Norton Allen <allen@huarp.harvard.edu>
11338              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
11339              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
11340      Branch: perl
11341            ! ext/POSIX/POSIX.xs
11342 ____________________________________________________________________________
11343 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
11344         Log: Unterminated C< (noticed by Richard Hatch), and few other
11345              small Unicode doc tweaks.
11346      Branch: perl
11347            ! pod/perlretut.pod
11348 ____________________________________________________________________________
11349 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
11350         Log: More flexible argument understanding; add charblocks() and
11351              charscripts(); make charblock() and charscript() two-way;
11352              add charinrange(); separate the $Unicode::UCD::VERSION and
11353              the version of the Unicode by adding UnicodeVersion().
11354      Branch: perl
11355            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11356 ____________________________________________________________________________
11357 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
11358         Log: Update Unicode::UCD on \p{In...}.
11359      Branch: perl
11360            ! lib/Unicode/UCD.pm
11361 ____________________________________________________________________________
11362 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
11363         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
11364              From: Norton Allen <allen@huarp.harvard.edu>
11365              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
11366              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
11367      Branch: perl
11368            ! lib/ExtUtils/MM_Unix.pm
11369 ____________________________________________________________________________
11370 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
11371         Log: POSIX-BC tweaks from Thomas Dorner.
11372      Branch: perl
11373            ! hints/posix-bc.sh perlio.h
11374 ____________________________________________________________________________
11375 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
11376         Log: Module updates for the delta.
11377      Branch: perl
11378            ! pod/perl572delta.pod
11379 ____________________________________________________________________________
11380 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
11381         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
11382              From: Norton Allen <allen@huarp.harvard.edu>
11383              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
11384              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
11385      Branch: perl
11386            ! ext/IO/lib/IO/t/io_sock.t
11387 ____________________________________________________________________________
11388 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
11389         Log: Subject: [PATCH perldiag.pod] Quick fixes
11390              From: Simon Cozens <simon@netthink.co.uk>
11391              Date: Wed, 4 Jul 2001 20:22:12 +0100
11392              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
11393      Branch: perl
11394            ! pod/perldiag.pod
11395 ____________________________________________________________________________
11396 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
11397         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
11398              From: Radu Greab <radu@netsoft.ro>
11399              Date: Wed, 4 Jul 2001 22:13:31 +0300
11400              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
11401      Branch: perl
11402            ! op.c sv.c t/op/pos.t
11403 ____________________________________________________________________________
11404 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
11405         Log: Subject: [PATCH] -I and MakeMaker again
11406              From: Michael G Schwern <schwern@pobox.com>
11407              Date: Wed, 4 Jul 2001 15:03:07 -0400
11408              Message-ID: <20010704150307.I20340@blackrider>
11409              
11410              (and retract #11145)
11411      Branch: perl
11412            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
11413            ! lib/ExtUtils/MakeMaker.pm
11414 ____________________________________________________________________________
11415 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
11416         Log: Subject: Re: PERFORCE change 11142 for review
11417              From: "Philip Newton" <Philip.Newton@gmx.net>
11418              Date: Wed, 4 Jul 2001 20:46:26 +0200
11419              Message-Id: <200107041841.VAA25380@taas.iki.fi>
11420      Branch: perl
11421            ! lib/ExtUtils/MakeMaker.pm
11422 ____________________________________________________________________________
11423 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
11424         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
11425              From: Jonathan Stowe <gellyfish@gellyfish.com>
11426              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
11427              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
11428      Branch: perl
11429            ! utils/pl2pm.PL
11430 ____________________________________________________________________________
11431 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
11432         Log: fix the binary compatibility issue when building with/without
11433              usemymalloc by exporting Perl_malloc() et al as simple wrappers
11434              around the system functions (this allows most extensions built
11435              using one mode to coexist with perls built in the other mode)
11436              
11437              XXX the Perl_mfree() wrapper might need to do return(free()) on
11438              platforms where Free_t isn't "void"
11439      Branch: perl
11440            ! embed.h embed.pl makedef.pl proto.h util.c
11441 ____________________________________________________________________________
11442 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
11443         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
11444              since it doesn't ensure threads other than the one calling fork()
11445              aren't holding any locks; the fix is to use pthread_atfork() to
11446              hold global locks
11447              
11448              building perl with -Dusemymalloc exacerbates the problem since
11449              Perl_malloc() holds a mutex, and perl's exec() calls New()
11450              
11451              XXX the code in win32thread.h may be needed on platforms that have
11452              no pthread_atfork()
11453      Branch: perl
11454            ! perl.c thread.h win32/win32thread.h
11455 ____________________________________________________________________________
11456 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
11457         Log: Integrate #11009 from maintperl.
11458      Branch: maint-5.6/macperl
11459           !> lib/ExtUtils/Manifest.pm
11460 ____________________________________________________________________________
11461 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
11462         Log: Flexing my Perforce muscles.
11463      Branch: maint-5.6/macperl
11464            ! README.macos
11465 ____________________________________________________________________________
11466 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
11467         Log: Update Changes.
11468      Branch: perl
11469            ! Changes patchlevel.h
11470 ____________________________________________________________________________
11471 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
11472         Log: Metaconfig unit change for #11146.
11473      Branch: metaconfig/U/perl
11474            ! d_fcntl_can_lock.U
11475 ____________________________________________________________________________
11476 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
11477         Log: Somehow the #ifdefs of the added code (in #11093) made
11478              HP-UX to fail the fcntl locking test, without the ifdefs
11479              the test seems to be working again.  Reason unknown:
11480              HP-UX cc doesn't complain either way.
11481      Branch: perl
11482            ! Configure
11483 ____________________________________________________________________________
11484 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
11485         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
11486      Branch: perl
11487            ! lib/ExtUtils/MM_Unix.pm
11488 ____________________________________________________________________________
11489 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
11490         Log: gcc -Wall nit.
11491      Branch: perl
11492            ! pp_hot.c
11493 ____________________________________________________________________________
11494 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
11495         Log: When removing tests updating the test count is a good idea, too.
11496      Branch: perl
11497            ! lib/Net/t/require.t
11498 ____________________________________________________________________________
11499 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
11500         Log: Document #11134 and add the new symbols to the list of
11501              of MakeMaker known ones.
11502      Branch: perl
11503            ! lib/ExtUtils/MakeMaker.pm
11504 ____________________________________________________________________________
11505 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
11506         Log: Microperl update.
11507      Branch: perl
11508            ! uconfig.h
11509 ____________________________________________________________________________
11510 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
11511         Log: Update the libnet tests as per #11138.
11512      Branch: perl
11513            - lib/Net/t/ph.t
11514            ! MANIFEST lib/Net/t/require.t
11515 ____________________________________________________________________________
11516 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
11517         Log: Regen toc and modlib.
11518      Branch: perl
11519            ! pod/perlmodlib.pod pod/perltoc.pod
11520 ____________________________________________________________________________
11521 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
11522         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
11523              Graham's request.
11524      Branch: perl
11525            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
11526            ! MANIFEST
11527 ____________________________________________________________________________
11528 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
11529         Log: Add the OS/390 harness results to the delta.
11530      Branch: perl
11531            ! pod/perl572delta.pod
11532 ____________________________________________________________________________
11533 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
11534         Log: Avoid the two study tests in OS/390 until the bug has been solved.
11535      Branch: perl
11536            ! t/op/study.t
11537 ____________________________________________________________________________
11538 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
11539         Log: DOS/DJGPP tweaks from Laszlo Molnar.
11540      Branch: perl
11541            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
11542 ____________________________________________________________________________
11543 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
11544         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
11545              From: Michael G Schwern <schwern@pobox.com>
11546              Date: Wed, 4 Jul 2001 00:01:16 -0400
11547              Message-ID: <20010704000116.C591@blackrider>
11548      Branch: perl
11549            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
11550 ____________________________________________________________________________
11551 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
11552         Log: The #11132 missed singleton characters (not part
11553              of a unilo..unihi range) in Unicode scripts.
11554      Branch: perl
11555            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
11556            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
11557            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
11558            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
11559            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
11560            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
11561            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
11562            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
11563            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
11564            ! lib/unicode/mktables.PL t/op/pat.t
11565 ____________________________________________________________________________
11566 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
11567         Log: Support preferentially the Unicode 'scripts' definition
11568              in the \p{In...} notation since according to Unicode the
11569              scripts concept is more natural for matching than using
11570              the somewhat artificial block names.  The block names are
11571              still available, though, and if there's a name conflict,
11572              the scripts one wins and the blocks one has to do with
11573              'Block' appended to its name.  For more information see
11574              
11575              http://www.unicode.org/unicode/reports/tr24/
11576      Branch: perl
11577            + lib/unicode/In/100.pl lib/unicode/In/101.pl
11578            + lib/unicode/In/102.pl lib/unicode/In/103.pl
11579            + lib/unicode/In/104.pl lib/unicode/In/105.pl
11580            + lib/unicode/In/106.pl lib/unicode/In/107.pl
11581            + lib/unicode/In/108.pl lib/unicode/In/109.pl
11582            + lib/unicode/In/110.pl lib/unicode/In/111.pl
11583            + lib/unicode/In/112.pl lib/unicode/In/113.pl
11584            + lib/unicode/In/114.pl lib/unicode/In/115.pl
11585            + lib/unicode/In/116.pl lib/unicode/In/117.pl
11586            + lib/unicode/In/118.pl lib/unicode/In/119.pl
11587            + lib/unicode/In/120.pl lib/unicode/In/121.pl
11588            + lib/unicode/In/122.pl lib/unicode/In/123.pl
11589            + lib/unicode/In/124.pl lib/unicode/In/125.pl
11590            + lib/unicode/In/126.pl lib/unicode/In/127.pl
11591            + lib/unicode/In/128.pl lib/unicode/In/129.pl
11592            + lib/unicode/In/130.pl lib/unicode/In/131.pl
11593            + lib/unicode/In/132.pl lib/unicode/In/133.pl
11594            + lib/unicode/In/134.pl lib/unicode/In/135.pl
11595            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
11596            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
11597            ! (edit 106 files)
11598 ____________________________________________________________________________
11599 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
11600         Log: Better document the difference between a block and a script.
11601      Branch: perl
11602            ! lib/Unicode/UCD.pm
11603 ____________________________________________________________________________
11604 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
11605         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
11606              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11607              Date: Tue, 3 Jul 2001 15:04:23 -0500
11608              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
11609      Branch: perl
11610            ! lib/CPAN.pm
11611 ____________________________________________________________________________
11612 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
11613         Log: Add tests for charscript().
11614      Branch: perl
11615            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11616 ____________________________________________________________________________
11617 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
11618         Log: Add charscript() to get the UTR#24 script names of characters.
11619      Branch: perl
11620            ! lib/Unicode/UCD.pm
11621 ____________________________________________________________________________
11622 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
11623         Log: Todo updates.
11624      Branch: perl
11625            ! pod/perltodo.pod
11626 ____________________________________________________________________________
11627 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
11628         Log: Unicode::UCD updates.
11629      Branch: perl
11630            ! lib/Unicode/UCD.pm
11631 ____________________________________________________________________________
11632 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
11633         Log: (Retracted by #11174)
11634              Subject: MakeMaker should pass through DEFINE and INC to subdirs
11635              From: Alan Burlison <Alan.Burlison@sun.com>
11636              Date: Tue, 03 Jul 2001 15:20:13 +0100
11637              Message-ID: <3B41D49D.A923D4F9@sun.com>
11638      Branch: perl
11639            ! lib/ExtUtils/MM_Unix.pm
11640 ____________________________________________________________________________
11641 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
11642         Log: Subject: Patch needed for UTS
11643              From: hom00@utsglobal.com (Hal Morris)
11644              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
11645              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
11646              
11647              Replace #11113 with a better version.
11648      Branch: perl
11649            ! perl.h
11650 ____________________________________________________________________________
11651 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
11652         Log: Subject: Re: POINTERRIGOR
11653              From: Andy Dougherty <doughera@lafayette.edu>
11654              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
11655              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
11656      Branch: perl
11657            ! util.c
11658 ____________________________________________________________________________
11659 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
11660         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
11661              From: "Philip Newton" <pnewton@gmx.de>
11662              Date: Tue, 3 Jul 2001 17:03:34 +0200
11663              Message-ID: <3B41FAE6.29564.660E117@localhost>
11664      Branch: perl
11665            ! pp_hot.c
11666 ____________________________________________________________________________
11667 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
11668         Log: Typos.
11669      Branch: perl
11670            ! INSTALL
11671 ____________________________________________________________________________
11672 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
11673         Log: Subject: [PATCH 5.6.1] debugger fixes
11674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11675              Date: Tue, 3 Jul 2001 03:38:18 -0400
11676              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
11677              
11678              The $^S is working again.
11679      Branch: perl
11680            ! lib/perl5db.pl
11681 ____________________________________________________________________________
11682 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
11683         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
11684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11685              Date: Tue, 3 Jul 2001 03:34:06 -0400
11686              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
11687      Branch: perl
11688            ! os2/OS2/Process/Process.pm
11689 ____________________________________________________________________________
11690 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
11691         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
11692              From: "Philip Newton" <Philip.Newton@gmx.net>
11693              Date: Tue, 3 Jul 2001 09:11:27 +0200
11694              Message-Id: <200107030706.KAA04596@taas.iki.fi>
11695      Branch: perl
11696            ! lib/FindBin.pm
11697 ____________________________________________________________________________
11698 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
11699         Log: Delta delta.
11700      Branch: perl
11701            ! pod/perl572delta.pod
11702 ____________________________________________________________________________
11703 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
11704         Log: Metaconfig unit change for 11115.
11705      Branch: metaconfig
11706            ! U/modified/libc.U
11707 ____________________________________________________________________________
11708 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
11709         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
11710              (from Richard Hatch) (this was the cause of pipes() and
11711              times() myeteriously not being found)
11712      Branch: perl
11713            ! Configure
11714 ____________________________________________________________________________
11715 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
11716         Log: Retract #10142, the real culprit found by Richard Hatch,
11717              coming soon to Configure near you.
11718      Branch: perl
11719            ! hints/aix.sh
11720 ____________________________________________________________________________
11721 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
11722         Log: (Replaced by #11124) UTS workaround from Hal Morris.
11723      Branch: perl
11724            ! perl.h
11725 ____________________________________________________________________________
11726 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
11727         Log: Subject: [PATCH] grok not grocking correctly
11728              From: Nicholas Clark <nick@ccl4.org>
11729              Date: Tue, 3 Jul 2001 00:19:08 +0100
11730              Message-ID: <20010703001908.H59620@plum.flirble.org>
11731      Branch: perl
11732            ! numeric.c
11733 ____________________________________________________________________________
11734 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
11735         Log: Subject: [PATCH Deparse.t] test just-posted patches
11736              From: Robin Houston <robin@kitsite.com>
11737              Date: Mon, 2 Jul 2001 23:46:15 +0100
11738              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
11739      Branch: perl
11740            ! ext/B/Deparse.t
11741 ____________________________________________________________________________
11742 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
11743         Log: Subject: [PATCH toke.c] autosplit into @F
11744              From: Robin Houston <robin@kitsite.com>
11745              Date: Mon, 2 Jul 2001 23:18:20 +0100
11746              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
11747      Branch: perl
11748            ! perl.c toke.c
11749 ____________________________________________________________________________
11750 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
11751         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
11752              From: Robin Houston <robin@kitsite.com>
11753              Date: Mon, 2 Jul 2001 23:00:48 +0100
11754              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
11755      Branch: perl
11756            ! ext/B/B/Deparse.pm
11757 ____________________________________________________________________________
11758 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
11759         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
11760              From: "Philip Newton" <Philip.Newton@gmx.net>
11761              Date: Mon, 2 Jul 2001 22:06:22 +0200
11762              (no Message-Id)
11763      Branch: perl
11764            ! ext/NDBM_File/hints/linux.pl
11765 ____________________________________________________________________________
11766 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
11767         Log: Subject: Re: Fixed pack problem - sort of
11768              From: Nicholas Clark <nick@ccl4.org>
11769              Date: Mon, 2 Jul 2001 20:59:20 +0100
11770              Message-ID: <20010702205919.F59620@plum.flirble.org>
11771      Branch: perl
11772            ! pp_pack.c t/op/pack.t
11773 ____________________________________________________________________________
11774 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
11775         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
11776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11777              Date: Mon, 2 Jul 2001 15:45:41 -0400
11778              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
11779      Branch: perl
11780            ! os2/os2.c
11781 ____________________________________________________________________________
11782 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
11783         Log: (Mistaken retraction)
11784      Branch: perl
11785            ! utils/pl2pm.PL
11786 ____________________________________________________________________________
11787 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
11788         Log: Detypo in #11103.
11789      Branch: perl
11790            ! utils/pl2pm.PL
11791 ____________________________________________________________________________
11792 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
11793         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
11794              From: Jonathan Stowe <gellyfish@gellyfish.com>
11795              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
11796              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
11797      Branch: perl
11798            ! utils/pl2pm.PL
11799 ____________________________________________________________________________
11800 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
11801         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
11802              From: "Craig A. Berry" <craigberry@mac.com>
11803              Date: Mon, 02 Jul 2001 14:11:23 -0500
11804              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
11805      Branch: perl
11806            ! lib/Unicode/UCD.pm
11807 ____________________________________________________________________________
11808 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
11809         Log: Subject: [PATCH] Re: op/numconvert.t failures
11810              From: Nicholas Clark <nick@ccl4.org>
11811              Date: Mon, 2 Jul 2001 20:10:48 +0100
11812              Message-ID: <20010702201048.E59620@plum.flirble.org>
11813      Branch: perl
11814            ! t/op/numconvert.t
11815 ____________________________________________________________________________
11816 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
11817         Log: Update Changes.
11818      Branch: perl
11819            ! Changes patchlevel.h
11820 ____________________________________________________________________________
11821 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
11822         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
11823              The real fix must be more involved.  The line of code all the leaky
11824              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
11825              line of Perl_newPMOP().
11826      Branch: perl
11827            ! op.h
11828 ____________________________________________________________________________
11829 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
11830         Log: Based on
11831              
11832              Subject: Re: sizeof(struct sembuf)
11833              From: Nicholas Clark <nick@ccl4.org>
11834              Date: Sun, 1 Jul 2001 22:26:48 +0100
11835              Message-ID: <20010701222648.W59620@plum.flirble.org>
11836              
11837              but do semop() always the slow way.
11838      Branch: perl
11839            ! doio.c
11840 ____________________________________________________________________________
11841 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
11842         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
11843              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11844              Date: Tue, 03 Jul 2001 00:56:30 +0900
11845              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
11846      Branch: perl
11847            ! ext/Encode/Encode/Tcl.t
11848 ____________________________________________________________________________
11849 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
11850         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
11851              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11852              Date: Tue, 03 Jul 2001 00:55:46 +0900
11853              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
11854      Branch: perl
11855            ! ext/Encode/Encode/Tcl.pm
11856 ____________________________________________________________________________
11857 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
11858         Log: Regen api and toc.
11859      Branch: perl
11860            ! pod/perlapi.pod pod/perltoc.pod
11861 ____________________________________________________________________________
11862 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
11863         Log: Metaconfig unit change for #11093.
11864      Branch: metaconfig/U/perl
11865            ! d_fcntl_can_lock.U
11866 ____________________________________________________________________________
11867 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
11868         Log: The fcntl locking test may hang if NFS locking messed up;
11869              break out with alarm(10).
11870      Branch: perl
11871            ! Configure
11872 ____________________________________________________________________________
11873 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
11874         Log: Move the mdelete.bat from win32/bin to win32.
11875      Branch: perl
11876            ! MANIFEST
11877 ____________________________________________________________________________
11878 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
11879         Log: Typo in #11083.
11880      Branch: perl
11881            ! ext/Time/Piece/Piece.t
11882 ____________________________________________________________________________
11883 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
11884         Log: Netware tweaks from Guruprasad.
11885      Branch: perl
11886            - NetWare/perlsdio.h
11887            ! MANIFEST NetWare/Makefile NetWare/interface.c
11888            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
11889            ! perlsdio.h
11890 ____________________________________________________________________________
11891 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
11892         Log: Subject: Re: [PATH] shared -> unique;
11893              From: Abhijit Menon-Sen <ams@wiw.org>
11894              Date: Wed, 27 Jun 2001 03:51:27 +0530
11895              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
11896      Branch: perl
11897            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
11898 ____________________________________________________________________________
11899 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
11900         Log: Subject: Re: AIX / gcc-3.0
11901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11902              Date: Mon, 02 Jul 2001 15:20:21 +0200
11903              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
11904      Branch: perl
11905            ! hints/aix.sh
11906 ____________________________________________________________________________
11907 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
11908         Log: Subject: Re: Bug report: split splits on wrong pattern
11909              From: Abhijit Menon-Sen <ams@wiw.org>
11910              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
11911              Date: Mon, 2 Jul 2001 16:31:33 +0530
11912      Branch: perl
11913            ! pp_ctl.c
11914 ____________________________________________________________________________
11915 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
11916         Log: Subject: [PATCH 5.6.1] test harness
11917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11918              Date: Mon, 2 Jul 2001 06:29:21 -0400
11919              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
11920      Branch: perl
11921            ! lib/Test/Harness.pm
11922 ____________________________________________________________________________
11923 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
11924         Log: Subject: [PATCH 5.6.1] debugger goof
11925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11926              Date: Mon, 2 Jul 2001 06:27:22 -0400
11927              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
11928      Branch: perl
11929            ! lib/perl5db.pl
11930 ____________________________________________________________________________
11931 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
11932         Log: Subject: [PATCH 5.6.1] OS/2 cwd
11933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11934              Date: Mon, 2 Jul 2001 06:21:17 -0400
11935              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
11936      Branch: perl
11937            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
11938 ____________________________________________________________________________
11939 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
11940         Log: Make #11082 more OS/2-specific.
11941      Branch: perl
11942            ! ext/Time/Piece/Piece.t
11943 ____________________________________________________________________________
11944 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
11945         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
11946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11947              Date: Mon, 2 Jul 2001 06:06:34 -0400
11948              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
11949      Branch: perl
11950            ! ext/Time/Piece/Piece.t
11951 ____________________________________________________________________________
11952 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
11953         Log: Subject: [PATCH B::Deparse] version number & changes
11954              From: Robin Houston <robin@kitsite.com>  
11955              Date: Sun, 1 Jul 2001 17:17:29 +0100
11956              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
11957      Branch: perl
11958            ! ext/B/B/Deparse.pm
11959 ____________________________________________________________________________
11960 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
11961         Log: Subject: a small fix.
11962              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11963              Date: Mon, 2 Jul 2001 12:17:53 +0200
11964              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
11965      Branch: perl
11966            ! ext/Thread/Thread.xs
11967 ____________________________________________________________________________
11968 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
11969         Log: Subject: RE: perl@10907
11970              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11971              Date: Mon, 2 Jul 2001 12:06:16 +0200
11972              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
11973              
11974              Borland C vs PerlIO.
11975      Branch: perl
11976            ! win32/config.bc win32/config_H.bc
11977 ____________________________________________________________________________
11978 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
11979         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
11980              From: "H.M. Brand" <merijn@l1.procura.nl>
11981              Date: Mon, 02 Jul 2001 11:18:57 +0200
11982              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
11983      Branch: perl
11984            ! t/op/write.t
11985 ____________________________________________________________________________
11986 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
11987         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
11988              From: Michael G Schwern <schwern@pobox.com>
11989              Date: Mon, 2 Jul 2001 00:26:24 -0400
11990              Message-ID: <20010702002624.A18302@blackrider>
11991      Branch: perl
11992            - ext/util/mkbootstrap
11993 ____________________________________________________________________________
11994 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
11995         Log: Subject: [PATCH op.h] v minor comment tweak
11996              From: Robin Houston <robin@puffinry.freeserve.co.uk>
11997              Date: Mon, 2 Jul 2001 00:42:01 +0100
11998              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
11999      Branch: perl
12000            ! op.h
12001 ____________________________________________________________________________
12002 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
12003         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
12004      Branch: perl
12005            ! pod/perlfunc.pod
12006 ____________________________________________________________________________
12007 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
12008         Log: Subject: Re: sizeof(struct sembuf)
12009              From: Nicholas Clark <nick@ccl4.org>
12010              Date: Sun, 1 Jul 2001 19:23:16 +0100
12011              Message-ID: <20010701192316.V59620@plum.flirble.org>
12012              
12013              s/signaling/signalling/
12014      Branch: perl
12015            ! pod/perlfunc.pod
12016 ____________________________________________________________________________
12017 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
12018         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
12019              From: "Philip Newton" <Philip.Newton@gmx.net>
12020              Date: Sun, 1 Jul 2001 09:37:56 +0200
12021              Message-Id: <200107010733.KAA03920@taas.iki.fi>
12022      Branch: perl
12023            ! pod/perlvar.pod
12024 ____________________________________________________________________________
12025 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
12026         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
12027              From: "Philip Newton" <Philip.Newton@gmx.net>
12028              Date: Sun, 1 Jul 2001 09:37:56 +0200
12029              Message-Id: <200107010733.KAA03925@taas.iki.fi>
12030      Branch: perl
12031            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
12032 ____________________________________________________________________________
12033 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
12034         Log: Metaconfig unit change for #11070.
12035      Branch: metaconfig
12036            ! U/compline/randfunc.U
12037 ____________________________________________________________________________
12038 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
12039         Log: Subject: [PATCH perlsnap] its --> it's --> its
12040              From: "Philip Newton" <Philip.Newton@gmx.net>
12041              Date: Sun, 1 Jul 2001 09:37:56 +0200
12042              Message-Id: <200107010733.KAA03914@taas.iki.fi>
12043      Branch: perl
12044            ! Porting/config_H
12045 ____________________________________________________________________________
12046 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
12047         Log: Sync with Sarathy; integrate with perlio.
12048      Branch: perl
12049           !> gv.c
12050 ____________________________________________________________________________
12051 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
12052         Log: regenerate win32/config_H.?c files
12053      Branch: perl
12054            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12055 ____________________________________________________________________________
12056 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
12057         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
12058              naming discipline
12059              
12060              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
12061              because of this)
12062              
12063              fix a warning about "fd" being used without being set in Cwd.xs
12064      Branch: perl
12065            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
12066            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
12067            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
12068            ! win32/config.vc
12069 ____________________________________________________________________________
12070 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
12071         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
12072              within macro arguments") and warnings ("unary minus applied to
12073              unsigned type", among others)
12074      Branch: perl
12075            ! gv.c hv.c op.c pp.c sv.c toke.c
12076 ____________________________________________________________________________
12077 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
12078         Log: win32 fixes: more spurious CRs
12079      Branch: perl
12080            ! win32/mdelete.bat
12081 ____________________________________________________________________________
12082 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
12083         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
12084              from win32/bin (or it gets deleted by distclean); don't delete
12085              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
12086              NT (should be made Win9x specific, and added to makefile.mk)
12087      Branch: perl
12088           +> win32/mdelete.bat
12089            - win32/bin/mdelete.bat
12090            ! win32/Makefile win32/makefile.mk
12091 ____________________________________________________________________________
12092 [ 11063] By: nick                                  on 2001/07/01  18:54:09
12093         Log: Quick for for #ifdef mess
12094      Branch: perlio
12095            ! gv.c
12096 ____________________________________________________________________________
12097 [ 11062] By: nick                                  on 2001/07/01  18:47:42
12098         Log: Raw integrate - does not build #if mess in gv.c
12099      Branch: perlio
12100           !> (integrate 29 files)
12101 ____________________________________________________________________________
12102 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
12103         Log: Make 'compile' target a little less broken.
12104              Still very broken, though: -Wall warnings from
12105              the generated code, boot_Foo prototypes missing,
12106              can't autoload Fcntl::SEEK_CUR et alia, ...
12107      Branch: perl
12108            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
12109            ! utils/perlcc.PL x2p/Makefile.SH
12110 ____________________________________________________________________________
12111 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
12112         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
12113      Branch: perl
12114            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12115            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
12116 ____________________________________________________________________________
12117 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
12118         Log: Update Changes.
12119      Branch: perl
12120            ! Changes patchlevel.h
12121 ____________________________________________________________________________
12122 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
12123         Log: Still one typo, regen toc.
12124      Branch: perl
12125            ! lib/Unicode/UCD.pm pod/perltoc.pod
12126 ____________________________________________________________________________
12127 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
12128         Log: Detypos and regen toc.
12129      Branch: perl
12130            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
12131 ____________________________________________________________________________
12132 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
12133         Log: VERSION tweak.
12134      Branch: perl
12135            ! ext/List/Util/lib/List/Util.pm
12136 ____________________________________________________________________________
12137 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
12138         Log: Attempt at plugging the leak under ithreads detected by Doug.
12139      Branch: perl
12140            ! op.h
12141 ____________________________________________________________________________
12142 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
12143         Log: gcc -Wall lint after #11051.
12144      Branch: perl
12145            ! pp_sys.c
12146 ____________________________________________________________________________
12147 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
12148         Log: Integrate perlio.
12149      Branch: perl
12150           !> lib/File/Find/taint.t
12151 ____________________________________________________________________________
12152 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
12153         Log: Don't use the v-strings for module VERSIONs.
12154      Branch: perl
12155            ! lib/Unicode/UCD.pm
12156 ____________________________________________________________________________
12157 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
12158         Log: Code cleanup based on turning off the -woffs in IRIX.
12159              Not all of the gripes cleaned up (hairy code in hv.c and
12160              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
12161              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
12162              to the IRIX hints)
12163      Branch: perl
12164            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
12165            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
12166            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
12167            ! regcomp.c sv.c
12168 ____________________________________________________________________________
12169 [ 11050] By: nick                                  on 2001/06/30  20:46:46
12170         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
12171      Branch: perlio
12172            ! lib/File/Find/taint.t
12173 ____________________________________________________________________________
12174 [ 11049] By: nick                                  on 2001/06/30  18:13:33
12175         Log: Integrate mainline
12176      Branch: perlio
12177           +> NetWare/nwstdio.h NetWare/perlsdio.h
12178           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
12179           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
12180           +> lib/Unicode/UCD.t t/run/exit.t
12181           !> (integrate 60 files)
12182 ____________________________________________________________________________
12183 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
12184         Log: Delta delta.
12185      Branch: perl
12186            ! pod/perl572delta.pod
12187 ____________________________________________________________________________
12188 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
12189         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
12190              by CPAN.pm, use rather _00.
12191      Branch: perl
12192            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
12193            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
12194            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
12195            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
12196            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
12197            ! lib/ExtUtils/Embed.pm lib/Test.pm
12198 ____________________________________________________________________________
12199 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
12200         Log: Add a simple Unicode character database interface, Unicode::UCD.
12201      Branch: perl
12202            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
12203            ! MANIFEST
12204 ____________________________________________________________________________
12205 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
12206         Log: Subject: [PATCH] op/numconver.t
12207              From: Nicholas Clark <nick@ccl4.org>
12208              Date: Sat, 30 Jun 2001 15:40:10 +0100
12209              Message-ID: <20010630154010.I59620@plum.flirble.org>
12210      Branch: perl
12211            ! t/op/numconvert.t
12212 ____________________________________________________________________________
12213 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
12214         Log: The $^N is now taken (by #11038).
12215      Branch: perl
12216            ! t/base/lex.t
12217 ____________________________________________________________________________
12218 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
12219         Log: The #11040 had slipped to a wrong function...
12220      Branch: perl
12221            ! sv.c
12222 ____________________________________________________________________________
12223 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
12224         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
12225              the Configure library symbol probe mysteriously finds all
12226              symbols but those of pipe() and times().
12227      Branch: perl
12228            ! hints/aix.sh
12229 ____________________________________________________________________________
12230 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
12231         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
12232              From: Nicholas Clark <nick@ccl4.org>
12233              Date: Fri, 29 Jun 2001 23:49:07 +0100
12234              Message-ID: <20010629234907.D59620@plum.flirble.org>
12235      Branch: perl
12236            ! lib/ExtUtils.t
12237 ____________________________________________________________________________
12238 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
12239         Log: Subject: [PATCH] weakref fix 2, not yet there
12240              From: Artur Bergman <artur@contiller.se>
12241              Date: Sat, 30 Jun 2001 01:18:16 +0200
12242              Message-ID: <B762D957.1CC9%artur@contiller.se>
12243      Branch: perl
12244            ! sv.c
12245 ____________________________________________________________________________
12246 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
12247         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
12248              From: Michael G Schwern <schwern@pobox.com>
12249              Date: Fri, 29 Jun 2001 19:39:11 -0400
12250              Message-ID: <20010629193910.D25304@blackrider>
12251      Branch: perl
12252            + t/run/exit.t
12253            ! MANIFEST
12254 ____________________________________________________________________________
12255 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
12256         Log: Add support for $^N, the most-recently closed group.
12257      Branch: perl
12258            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
12259            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
12260            ! thrdvar.h
12261 ____________________________________________________________________________
12262 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
12263         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
12264              From: lvirden@cas.org
12265              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
12266              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
12267              
12268              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
12269              From: lvirden@cas.org
12270              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
12271              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
12272      Branch: perl
12273            ! README.solaris
12274 ____________________________________________________________________________
12275 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
12276         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
12277              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12278              Date: Sat, 30 Jun 2001 07:33:37 +0900
12279              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
12280              
12281              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
12282              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12283              Date: Sat, 30 Jun 2001 21:38:14 +0900
12284              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
12285      Branch: perl
12286            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
12287            + ext/Encode/Encode/7bit-kr.enc
12288            ! MANIFEST ext/Encode/Encode/Tcl.pm
12289 ____________________________________________________________________________
12290 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
12291         Log: NetWare tweaks from Guruprasad.
12292      Branch: perl
12293            + NetWare/nwstdio.h NetWare/perlsdio.h
12294            ! MANIFEST NetWare/Makefile NetWare/config.wc
12295            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
12296            ! NetWare/t/Readme.txt
12297 ____________________________________________________________________________
12298 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
12299         Log: More module $VERSION bump-ups.
12300      Branch: perl
12301            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
12302            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
12303            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
12304 ____________________________________________________________________________
12305 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
12306         Log: Doc update due to #11032.
12307      Branch: perl
12308            ! pod/perl572delta.pod
12309 ____________________________________________________________________________
12310 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
12311         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
12312              From: Peter Prymmer <pvhp@forte.com>
12313              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
12314              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
12315      Branch: perl
12316            ! ext/Time/HiRes/HiRes.xs
12317 ____________________________________________________________________________
12318 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
12319         Log: -lpthreads missing in AIX.
12320      Branch: perl
12321            ! hints/aix.sh
12322 ____________________________________________________________________________
12323 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
12324         Log: Subject: [PATCH] CLONE && weakrefs
12325              From: Artur Bergman <artur@contiller.se>
12326              Date: Fri, 29 Jun 2001 17:02:00 +0200
12327              Message-ID: <B7626508.1CA0%artur@contiller.se>
12328      Branch: perl
12329            ! sv.c
12330 ____________________________________________________________________________
12331 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
12332         Log: Subject: Re: Bug report: split splits on wrong pattern
12333              From: Radu Greab <radu@netsoft.ro>
12334              Date: Wed, 27 Jun 2001 21:50:52 +0300
12335              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
12336      Branch: perl
12337            ! pp_ctl.c t/op/split.t
12338 ____________________________________________________________________________
12339 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
12340         Log: Metaconfig unit change for #11027.
12341      Branch: metaconfig/U/perl
12342            ! d_modfl.U
12343 ____________________________________________________________________________
12344 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
12345         Log: I thought this Configure glitch for AIX was just recently fixed?
12346      Branch: perl
12347            ! Configure
12348 ____________________________________________________________________________
12349 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
12350         Log: Update Changes.
12351      Branch: perl
12352            ! Changes patchlevel.h
12353 ____________________________________________________________________________
12354 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
12355         Log: Subject: Re: perl@10967, File::Find, and Cwd
12356              From: Mike Guy <mjtg@cam.ac.uk>
12357              Date: Fri, 29 Jun 2001 14:56:49 +0100
12358              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
12359      Branch: perl
12360            ! lib/File/Find/taint.t
12361 ____________________________________________________________________________
12362 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
12363         Log: Update the sv_pvprintify() spec.
12364      Branch: perl
12365            ! pod/perltodo.pod
12366 ____________________________________________________________________________
12367 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
12368         Log: Known test failures update.
12369      Branch: perl
12370            ! pod/perl572delta.pod
12371 ____________________________________________________________________________
12372 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
12373         Log: Based on
12374              
12375              Subject: [PATCH @11016] More );) fixes
12376              From: Richard Soderberg <rs@crystalflame.net>
12377              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
12378              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
12379      Branch: perl
12380            ! ext/Thread/Thread.xs ext/Thread/typemap
12381 ____________________________________________________________________________
12382 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
12383         Log: Subject: [PATCH @11016] Fixes compile errors in four files
12384              From: Richard Soderberg <rs@crystalflame.net>
12385              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
12386              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
12387      Branch: perl
12388            ! mg.c pp.c pp_hot.c util.c
12389 ____________________________________________________________________________
12390 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
12391         Log: AIX hints tweaking continues, from Merijn Brand.
12392      Branch: perl
12393            ! hints/aix.sh
12394 ____________________________________________________________________________
12395 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
12396         Log: HP-UX needs gccversion sooner, from Merijn Brand.
12397      Branch: perl
12398            ! hints/hpux.sh
12399 ____________________________________________________________________________
12400 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
12401         Log: Subject: [PATCH 5.6.1] OS/2 docs
12402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12403              Date: Fri, 29 Jun 2001 02:34:12 -0400
12404              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
12405      Branch: perl
12406            ! README.os2 os2/Changes
12407 ____________________________________________________________________________
12408 [ 11017] By: nick                                  on 2001/06/29  10:20:30
12409         Log: Integrate mainline
12410      Branch: perlio
12411           +> (branch 37 files)
12412            - ext/ODBM_File/sdbm.t
12413           !> (integrate 211 files)
12414 ____________________________________________________________________________
12415 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
12416         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
12417              the modules found using a script written by Larry Schatzer Jr.
12418      Branch: perl
12419            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
12420            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
12421            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12422            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
12423            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
12424            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
12425            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
12426            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
12427            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
12428            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
12429            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
12430            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
12431            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
12432            ! lib/constant.pm lib/fields.pm lib/strict.pm
12433 ____________________________________________________________________________
12434 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
12435         Log: The latest JPL from the anoncvs.
12436      Branch: perl
12437            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
12438 ____________________________________________________________________________
12439 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
12440         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
12441      Branch: perl
12442            ! t/op/pat.t
12443 ____________________________________________________________________________
12444 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
12445         Log: Worrying about insecure directories now is a bit too late.
12446      Branch: perl
12447            ! lib/File/Find/taint.t
12448 ____________________________________________________________________________
12449 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
12450         Log: Cannot DIE() in a void function,
12451              from Richard Hatch <rhatch@austin.ibm.com>.
12452      Branch: perl
12453            ! ext/IPC/SysV/SysV.xs
12454 ____________________________________________________________________________
12455 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
12456         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
12457              From: Peter Prymmer <pvhp@forte.com>
12458              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
12459              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
12460              
12461              (unfinished: time/hires tests 3, 5, 14 failing, but better
12462              than wholesale failure)
12463      Branch: perl
12464            ! ext/Time/HiRes/HiRes.xs
12465 ____________________________________________________________________________
12466 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
12467         Log: Subject: [PATCH 5.6.1] OS/2 improvements
12468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12469              Date: Thu, 28 Jun 2001 16:03:14 -0400
12470              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
12471      Branch: perl
12472            + os2/os2_base.t
12473            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
12474            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
12475            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
12476            ! os2/os2ish.h
12477 ____________________________________________________________________________
12478 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
12479         Log: Subject: Incrementing Extutils::Manifest's $VERSION
12480              From: Michael G Schwern <schwern@pobox.com>
12481              Date: Thu, 28 Jun 2001 13:13:49 -0400
12482              Message-ID: <20010628131349.A14738@blackrider>
12483      Branch: maint-5.6/perl
12484            ! lib/ExtUtils/Manifest.pm
12485 ____________________________________________________________________________
12486 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
12487         Log: AIX tweak from Merijn Brand.
12488      Branch: perl
12489            ! hints/aix.sh
12490 ____________________________________________________________________________
12491 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
12492         Log: Create the macperl branch.
12493      Branch: maint-5.6/macperl
12494           +> (branch 1728 files)
12495 ____________________________________________________________________________
12496 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
12497         Log: Update Changes.
12498      Branch: perl
12499            ! Changes patchlevel.h
12500 ____________________________________________________________________________
12501 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
12502         Log: More Perforce lore.
12503      Branch: perl
12504            ! Porting/repository.pod
12505 ____________________________________________________________________________
12506 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
12507         Log: Metaconfig unit changes for #11003.
12508      Branch: metaconfig/U/perl
12509            + d_nl_langinfo.U i_langinfo.U
12510 ____________________________________________________________________________
12511 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
12512         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
12513              Expected not to exist in non-UNIX excepting in VMS, where
12514              according to a quick web survey they just might.
12515      Branch: perl
12516            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
12517            ! Porting/config_H config_h.SH configure.com epoc/config.sh
12518            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
12519            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12520            ! win32/config.bc win32/config.gc win32/config.vc
12521 ____________________________________________________________________________
12522 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
12523         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
12524              in AIX is one is doing a 64-bit build.
12525      Branch: perl
12526            ! hints/aix.sh
12527 ____________________________________________________________________________
12528 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
12529         Log: Metaconfig unit changes for #11000.
12530      Branch: metaconfig/U/perl
12531            ! use64bits.U uselfs.U
12532 ____________________________________________________________________________
12533 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
12534         Log: Move use64bitint and use64bitall before uselargefiles.
12535      Branch: perl
12536            ! Configure
12537 ____________________________________________________________________________
12538 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
12539         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
12540              From: Robert Spier <rspier@pobox.com>
12541              Message-ID: <15162.41164.618712.841415@rls.cx>
12542              Date: Wed, 27 Jun 2001 23:13:16 -0400
12543      Branch: perl
12544            ! doio.c
12545 ____________________________________________________________________________
12546 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
12547         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
12548              From: Peter Prymmer <pvhp@forte.com>
12549              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
12550              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
12551      Branch: perl
12552            ! numeric.c
12553 ____________________________________________________________________________
12554 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
12555         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
12556              From: Peter Prymmer <pvhp@forte.com>
12557              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
12558              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
12559      Branch: perl
12560            ! configure.com ext/Digest/MD5/Makefile.PL
12561 ____________________________________________________________________________
12562 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
12563         Log: Update Changes.
12564      Branch: perl
12565            ! Changes patchlevel.h
12566 ____________________________________________________________________________
12567 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
12568         Log: Tiny EPOC updates.
12569      Branch: perl
12570            ! epoc/config.sh
12571 ____________________________________________________________________________
12572 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
12573         Log: The Test::More and Test::Simple tests required help
12574              thanks to our schizophrenic test scheme.
12575      Branch: perl
12576            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12577            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12578            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12579            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
12580            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
12581 ____________________________________________________________________________
12582 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
12583         Log: Upgrade to Test::Simple 0.09.
12584      Branch: perl
12585            + lib/Test/Simple/Changes
12586            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
12587            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
12588            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
12589            ! lib/Test/Simple/t/plan_is_noplan.t
12590 ____________________________________________________________________________
12591 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
12592         Log: Upgrade to Test::More 0.07.
12593      Branch: perl
12594            + lib/Test/More/Changes
12595            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
12596            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
12597            ! lib/Test/More/t/skipall.t
12598 ____________________________________________________________________________
12599 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
12600         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
12601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12602              Date: Wed, 27 Jun 2001 18:40:04 +0200
12603              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
12604      Branch: perl
12605            ! hints/hpux.sh
12606 ____________________________________________________________________________
12607 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
12608         Log: Subject: [PATCH README.qnx hints/qnx.sh]
12609              From: Norton Allen <allen@huarp.harvard.edu>
12610              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
12611              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
12612      Branch: perl
12613            ! README.qnx hints/qnx.sh
12614 ____________________________________________________________________________
12615 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
12616         Log: Subject: [PATCH] two little documentation nits
12617              From: Abhijit Menon-Sen <ams@wiw.org>
12618              Date: Wed, 27 Jun 2001 20:07:50 +0530
12619              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
12620      Branch: perl
12621            ! sv.c sv.h
12622 ____________________________________________________________________________
12623 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
12624         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
12625              From: Norton Allen <allen@huarp.harvard.edu>
12626              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
12627              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
12628      Branch: perl
12629            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
12630 ____________________________________________________________________________
12631 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
12632         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
12633              From: Michael G Schwern <schwern@pobox.com>
12634              Date: Wed, 27 Jun 2001 02:34:58 -0400
12635              Message-ID: <20010627023458.K23874@blackrider>
12636      Branch: perl
12637            ! vms/test.com
12638 ____________________________________________________________________________
12639 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
12640         Log: Add perl_clone_host() for Netware.
12641      Branch: perl
12642            ! NetWare/nw5.c
12643 ____________________________________________________________________________
12644 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
12645         Log: GCC 3.0 hints for HP-UX.
12646      Branch: perl
12647            ! hints/hpux.sh
12648 ____________________________________________________________________________
12649 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
12650         Log: In some Linux distributions the libndbm is broken
12651              (no null key support), therefore link with libgdbm
12652              (if available), since it has a working ndbm emulation,
12653              from Jonathan Stowe.
12654      Branch: perl
12655            + ext/NDBM_File/hints/linux.pl
12656            ! MANIFEST
12657 ____________________________________________________________________________
12658 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
12659         Log: Subject: [PATCH perl@10930] find.t hack for VMS
12660              From: "Craig A. Berry" <craigberry@mac.com>
12661              Date: Tue, 26 Jun 2001 23:40:25 -0500
12662              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
12663      Branch: perl
12664            ! lib/File/Find/find.t
12665 ____________________________________________________________________________
12666 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
12667         Log: AUTHORS updates.
12668      Branch: perl
12669            ! AUTHORS
12670 ____________________________________________________________________________
12671 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
12672         Log: Metaconfig unit change like #10980.
12673      Branch: metaconfig
12674            ! U/compline/d_stdstdio.U
12675 ____________________________________________________________________________
12676 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
12677         Log: "lose the it's", from Abhijit Menon-Sen.
12678              ("It's" not searched, pods not searched.)
12679      Branch: perl
12680            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
12681            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
12682            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
12683            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
12684            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12685            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
12686 ____________________________________________________________________________
12687 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
12688         Log: "lose the looses", from Abhijit Menon-Sen.
12689      Branch: perl
12690            ! ext/B/B/Assembler.pm gv.c
12691 ____________________________________________________________________________
12692 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
12693         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
12694      Branch: perl
12695            ! hints/os390.sh
12696 ____________________________________________________________________________
12697 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
12698         Log: DEC C 5.3 on the VAX simply doesn't seem to like
12699              compiling the MD5 extension, disable it there for now,
12700              from Peter Prymmer.
12701      Branch: perl
12702            ! configure.com
12703 ____________________________________________________________________________
12704 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
12705         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
12706              From: Jonathan Stowe <gellyfish@gellyfish.com>
12707              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
12708              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
12709      Branch: perl
12710            ! pod/perlfaq3.pod
12711 ____________________________________________________________________________
12712 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
12713         Log: Subject: [PATCH 5.6.1] perlxs misprints
12714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12715              Date: Tue, 26 Jun 2001 17:20:00 -0400
12716              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
12717      Branch: perl
12718            ! pod/perlxs.pod
12719 ____________________________________________________________________________
12720 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
12721         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
12722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12723              Date: Tue, 26 Jun 2001 17:27:07 -0400
12724              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
12725      Branch: perl
12726            ! lib/ExtUtils/MM_Unix.pm
12727 ____________________________________________________________________________
12728 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
12729         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
12730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12731              Date: Tue, 26 Jun 2001 17:23:24 -0400
12732              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
12733      Branch: perl
12734            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
12735 ____________________________________________________________________________
12736 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
12737         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
12738              by Olaf Flebbe.
12739      Branch: perl
12740            ! perl.h
12741 ____________________________________________________________________________
12742 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
12743         Log: Detypo.
12744      Branch: perl
12745            ! lib/Memoize/t/tie_sdbm.t
12746 ____________________________________________________________________________
12747 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
12748         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
12749      Branch: perl
12750            ! win32/perllib.c
12751 ____________________________________________________________________________
12752 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
12753         Log: Subject: [patch] perl_clone+CvFILE
12754              From: Doug MacEachern <dougm@covalent.net>
12755              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
12756              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
12757      Branch: perl
12758            ! sv.c
12759 ____________________________________________________________________________
12760 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
12761         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
12762              From: Mark-Jason Dominus <mjd@plover.com>
12763              Date: Tue, 26 Jun 2001 12:33:01 -0400
12764              Message-ID: <20010626163301.31298.qmail@plover.com>
12765      Branch: perl
12766            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12767 ____________________________________________________________________________
12768 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
12769         Log: Update Changes.
12770      Branch: perl
12771            ! Changes patchlevel.h
12772 ____________________________________________________________________________
12773 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
12774         Log: Also catfile() needs now to explicitly exported.
12775      Branch: perl
12776            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12777 ____________________________________________________________________________
12778 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
12779         Log: Regen toc.
12780      Branch: perl
12781            ! pod/perltoc.pod
12782 ____________________________________________________________________________
12783 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
12784         Log: Nonexistent pod command.
12785      Branch: perl
12786            ! pod/perl572delta.pod
12787 ____________________________________________________________________________
12788 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
12789         Log: Be more portable in the quest for tmpdir.
12790      Branch: perl
12791            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12792 ____________________________________________________________________________
12793 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
12794         Log: Be more portable in finding out the home directory,
12795              and use File::Spec to do the concat.
12796              (Come to think of it, couldn't File::Spec provide
12797              for a ->homedir method?)
12798      Branch: perl
12799            ! lib/Net/Config.pm
12800 ____________________________________________________________________________
12801 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
12802         Log: Doc patch for #10959.
12803      Branch: perl
12804            ! pod/perlfunc.pod
12805 ____________________________________________________________________________
12806 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
12807         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
12808              From: "Philip Newton" <pnewton@gmx.de>
12809              Date: Tue, 26 Jun 2001 16:26:47 +0200
12810              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
12811      Branch: perl
12812            ! pod/perldata.pod
12813 ____________________________________________________________________________
12814 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
12815         Log: Subject: [PATH] shared -> unique;
12816              From: "Artur Bergman" <artur@contiller.se>
12817              Date: Tue, 26 Jun 2001 16:18:40 +0200
12818              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
12819              
12820              Because "shared" isn't: it's read-only.
12821      Branch: perl
12822            ! toke.c xsutils.c
12823 ____________________________________________________________________________
12824 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
12825         Log: Escape multiline croak messages.
12826      Branch: perl
12827            ! t/op/ver.t
12828 ____________________________________________________________________________
12829 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
12830         Log: No more pragma/*.t for minitest.
12831      Branch: perl
12832            ! Makefile.SH
12833 ____________________________________________________________________________
12834 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
12835         Log: AUTHORS updates.
12836      Branch: perl
12837            ! AUTHORS
12838 ____________________________________________________________________________
12839 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
12840         Log: delta updates.
12841      Branch: perl
12842            ! pod/perl572delta.pod
12843 ____________________________________________________________________________
12844 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
12845         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
12846              From: Artur Bergman <artur@contiller.se> 
12847              Date: Tue, 26 Jun 2001 15:32:53 +0200
12848              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
12849      Branch: perl
12850            ! makedef.pl sv.c sv.h win32/perllib.c
12851 ____________________________________________________________________________
12852 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
12853         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
12854              From: Jonathan Stowe <gellyfish@gellyfish.com>
12855              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
12856              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
12857              
12858              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
12859      Branch: perl
12860            + ext/Time/HiRes/hints/sco.pl
12861            ! MANIFEST
12862 ____________________________________________________________________________
12863 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
12864         Log: Subject: [PATCH 5.6.1] static build
12865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12866              Date: Tue, 26 Jun 2001 04:22:25 -0400
12867              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
12868      Branch: perl
12869            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
12870            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
12871 ____________________________________________________________________________
12872 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
12873         Log: DJGPP patches from Laszlo Molnar.
12874      Branch: perl
12875            ! djgpp/djgpp.c perl.c util.c
12876 ____________________________________________________________________________
12877 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
12878         Log: Netware patches from Ananth Kesari.
12879      Branch: perl
12880            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
12881            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
12882            ! NetWare/nwtinfo.h
12883 ____________________________________________________________________________
12884 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
12885         Log: Detypo.
12886      Branch: perl
12887            ! ext/Errno/Errno_pm.PL
12888 ____________________________________________________________________________
12889 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
12890         Log: There seems to be two ways of spelling the $^O in *STEP.
12891      Branch: perl
12892            ! ext/Errno/Errno_pm.PL
12893 ____________________________________________________________________________
12894 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
12895         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
12896              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
12897      Branch: perl
12898            ! ext/Errno/Errno_pm.PL
12899 ____________________________________________________________________________
12900 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
12901         Log: Known bugs update.
12902      Branch: perl
12903            ! pod/perl572delta.pod
12904 ____________________________________________________________________________
12905 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
12906         Log: The default installation of Cygwin has 500 as root's uid.
12907      Branch: perl
12908            ! lib/User/pwent.t
12909 ____________________________________________________________________________
12910 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
12911         Log: Be even more relaxed (re-allow having only one entry).
12912      Branch: perl
12913            ! t/op/grent.t t/op/pwent.t
12914 ____________________________________________________________________________
12915 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
12916         Log: Test failure updates.
12917      Branch: perl
12918            ! pod/perl572delta.pod
12919 ____________________________________________________________________________
12920 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
12921         Log: MPE/iX test tweaks from Mark Bixby.
12922      Branch: perl
12923            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
12924            ! t/io/fs.t t/op/stat.t
12925 ____________________________________________________________________________
12926 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
12927         Log: Microperl findings.
12928      Branch: perl
12929            ! perl.h pp_sys.c
12930 ____________________________________________________________________________
12931 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
12932         Log: Touch uconfig.h.
12933      Branch: perl
12934            ! uconfig.h
12935 ____________________________________________________________________________
12936 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
12937         Log: Subject: [PATCH] Proposed fix for Pod::Man
12938              From: Rob Napier <rnapier@employees.org>
12939              Date: Mon, 25 Jun 2001 15:49:24 -0400
12940              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
12941              
12942              Cater for Solaris nroff brokenness (shortchanges daisywheel
12943              printers, but hey, we also no more support PDPs.)
12944      Branch: perl
12945            ! lib/Pod/Man.pm
12946 ____________________________________________________________________________
12947 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
12948         Log: Typo in #10937.
12949      Branch: perl
12950            ! ext/POSIX/sigaction.t
12951 ____________________________________________________________________________
12952 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
12953         Log: SIGCONT not trappable in VMS.
12954      Branch: perl
12955            ! ext/POSIX/sigaction.t
12956 ____________________________________________________________________________
12957 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
12958         Log: Subject: [DRAFT] Encode-Tcl.t
12959              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12960              Date: Tue, 26 Jun 2001 03:38:08 +0900
12961              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
12962      Branch: perl
12963            + ext/Encode/Encode/Tcl.t
12964            ! MANIFEST ext/Encode/Encode/Tcl.pm
12965 ____________________________________________________________________________
12966 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
12967         Log: Because of #10932 retract also the perlfunc hunk of #10910.
12968      Branch: perl
12969            ! pod/perlfunc.pod
12970 ____________________________________________________________________________
12971 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
12972         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
12973              by Ilya Zakharevich in
12974              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
12975      Branch: perl
12976            ! XSUB.h
12977 ____________________________________________________________________________
12978 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
12979         Log: Typo in #10889.
12980      Branch: perl
12981            ! hints/uts.sh
12982 ____________________________________________________________________________
12983 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
12984         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
12985              From: Abhijit Menon-Sen <ams@wiw.org>
12986              Date: Mon, 25 Jun 2001 23:45:45 +0530
12987              Message-ID: <20010625234545.A5022@lustre.linux.in>
12988      Branch: perl
12989            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
12990 ____________________________________________________________________________
12991 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
12992         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
12993              From: Michael G Schwern <schwern@pobox.com>
12994              Date: Mon, 25 Jun 2001 14:35:51 -0400
12995              Message-ID: <20010625143551.H13819@blackrider>
12996      Branch: perl
12997            ! lib/Test.pm
12998 ____________________________________________________________________________
12999 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
13000         Log: Update Changes.
13001      Branch: perl
13002            ! Changes patchlevel.h
13003 ____________________________________________________________________________
13004 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
13005         Log: Regen toc and modlib.
13006      Branch: perl
13007            ! pod/perlmodlib.pod pod/perltoc.pod
13008 ____________________________________________________________________________
13009 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
13010         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
13011              for the benefit of C++ compilers, as suggested by Guruprasad.
13012      Branch: perl
13013            ! embed.pl proto.h
13014 ____________________________________________________________________________
13015 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
13016         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
13017              From: Jonathan Stowe <gellyfish@gellyfish.com>
13018              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
13019              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
13020      Branch: perl
13021            ! pod/perlfaq5.pod
13022 ____________________________________________________________________________
13023 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
13024         Log: Missed from #10925.
13025      Branch: perl
13026            ! gv.c
13027 ____________________________________________________________________________
13028 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
13029         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
13030              From: Robin Houston <robin@kitsite.com>
13031              Date: Sat, 19 May 2001 16:19:34 +0100
13032              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
13033      Branch: perl
13034            ! cv.h gv.h op.c
13035 ____________________________________________________________________________
13036 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
13037         Log: Netware README tweak.
13038      Branch: perl
13039            ! README.netware
13040 ____________________________________________________________________________
13041 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
13042         Log: Subject: [PATCH] Re: overload.t fails
13043              From: Abhijit Menon-Sen <ams@wiw.org>
13044              Date: Mon, 25 Jun 2001 14:52:20 +0530
13045              Message-ID: <20010625145220.A24114@lustre.linux.in>
13046      Branch: perl
13047            ! lib/overload.t
13048 ____________________________________________________________________________
13049 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
13050         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
13051              From: Mike Guy <mjtg@cam.ac.uk>
13052              Date: Mon, 25 Jun 2001 11:43:23 +0100
13053              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
13054      Branch: perl
13055            ! lib/Carp.pm
13056 ____________________________________________________________________________
13057 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
13058         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
13059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13060              Date: Sun, 24 Jun 2001 05:17:05 -0400
13061              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
13062      Branch: perl
13063            ! os2/os2ish.h
13064 ____________________________________________________________________________
13065 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
13066         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
13067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13068              Date: Mon, 25 Jun 2001 05:52:27 -0400
13069              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
13070      Branch: perl
13071            ! hints/os2.sh
13072 ____________________________________________________________________________
13073 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
13074         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
13075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13076              Date: Mon, 25 Jun 2001 05:23:35 -0400
13077              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
13078      Branch: perl
13079            ! os2/os2.c
13080 ____________________________________________________________________________
13081 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
13082         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
13083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13084              Date: Mon, 25 Jun 2001 05:04:32 -0400
13085              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
13086      Branch: perl
13087            ! os2/OS2/REXX/DLL/DLL.pm
13088 ____________________________________________________________________________
13089 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
13090         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
13091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13092              Date: Mon, 25 Jun 2001 05:02:36 -0400
13093              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
13094      Branch: perl
13095            ! mg.c os2/dl_os2.c os2/os2.c
13096 ____________________________________________________________________________
13097 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
13098         Log: Subject: Re: [PATCH 5.6.1] misprints
13099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13100              Date: Mon, 25 Jun 2001 04:50:50 -0400
13101              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
13102      Branch: perl
13103            ! os2/os2.c pp_sys.c
13104 ____________________________________________________________________________
13105 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
13106         Log: Add Test::More and Test::Simple to the delta.
13107      Branch: perl
13108            ! pod/perl572delta.pod
13109 ____________________________________________________________________________
13110 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
13111         Log: Add Test::More, from Michael G Schwern.
13112      Branch: perl
13113            + lib/Test/More.pm lib/Test/More/t/More.t
13114            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13115            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13116            + t/lib/Test/More/Catch.pm
13117            ! MANIFEST
13118 ____________________________________________________________________________
13119 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
13120         Log: Add Test::Simple from Michael G Schwern.
13121      Branch: perl
13122            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
13123            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
13124            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
13125            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
13126            + t/lib/Test/Simple/Catch.pm
13127            + t/lib/Test/Simple/sample_tests/death.plx
13128            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
13129            + t/lib/Test/Simple/sample_tests/extras.plx
13130            + t/lib/Test/Simple/sample_tests/five_fail.plx
13131            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
13132            + t/lib/Test/Simple/sample_tests/one_fail.plx
13133            + t/lib/Test/Simple/sample_tests/require.plx
13134            + t/lib/Test/Simple/sample_tests/success.plx
13135            + t/lib/Test/Simple/sample_tests/too_few.plx
13136            + t/lib/Test/Simple/sample_tests/two_fail.plx
13137            ! MANIFEST
13138 ____________________________________________________________________________
13139 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
13140         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
13141              From: "Craig A. Berry" <craigberry@mac.com>
13142              Date: Sun, 24 Jun 2001 23:41:36 -0500
13143              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
13144      Branch: perl
13145            ! pp_sys.c
13146 ____________________________________________________________________________
13147 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
13148         Log: Upgrade to Attribute::Handlers 0.70.
13149      Branch: perl
13150            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
13151            ! MANIFEST lib/Attribute/Handlers.pm
13152 ____________________________________________________________________________
13153 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
13154         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
13155              From: Abhijit Menon-Sen <ams@wiw.org>
13156              Date: Sat, 23 Jun 2001 05:17:44 +0530
13157              Message-ID: <20010623051744.A18583@lustre.linux.in>
13158              
13159              (Can't think of a good place to put tests.)
13160      Branch: perl
13161            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
13162 ____________________________________________________________________________
13163 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
13164         Log: Subject: [PATCH] t/op/pat.t typo fix
13165              From: Richard Soderberg <rs@crystalflame.net>
13166              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
13167              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
13168      Branch: perl
13169            ! t/op/pat.t
13170 ____________________________________________________________________________
13171 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
13172         Log: Move the pack warnings to their own file, as pointed
13173              out by Spider.
13174      Branch: perl
13175            + t/lib/warnings/pp_pack
13176            ! MANIFEST t/lib/warnings/pp
13177 ____________________________________________________________________________
13178 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
13179         Log: Update Changes.
13180      Branch: perl
13181            ! Changes patchlevel.h
13182 ____________________________________________________________________________
13183 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
13184         Log: Partially fix a problem noticed by IRIX compiler:
13185              the initialization of parse_start was bypassed by
13186              several gotos.  Now initialized to zero, which may
13187              not be the best choice.
13188      Branch: perl
13189            ! regcomp.c
13190 ____________________________________________________________________________
13191 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
13192         Log: Relax the group and password tests back to moaning only
13193              if no matches at all are found.  (Even with a small sample
13194              I could find many sites where there are, umm, anomalies in
13195              the said databases.)       
13196      Branch: perl
13197            ! t/op/grent.t t/op/pwent.t
13198 ____________________________________________________________________________
13199 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
13200         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
13201      Branch: perl
13202            ! pp_ctl.c
13203 ____________________________________________________________________________
13204 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
13205         Log: De-cut-and-pasto in #10902.
13206      Branch: perl
13207            ! pp_ctl.c
13208 ____________________________________________________________________________
13209 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
13210         Log: The #10771 didn't take?
13211      Branch: perl
13212            ! pp_ctl.c
13213 ____________________________________________________________________________
13214 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
13215         Log: Undo the filetests part of #10900, under multiplicity
13216              weird errors take place.
13217      Branch: perl
13218            ! pp_sys.c
13219 ____________________________________________________________________________
13220 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
13221         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
13222      Branch: perl
13223            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
13224 ____________________________________________________________________________
13225 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
13226         Log: (Replaced by #10922)
13227              
13228              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
13229              From: Tony Bowden <tony@kasei.com>
13230              Date: Sun, 24 Jun 2001 17:32:40 +0100
13231              Message-ID: <20010624173240.A16293@blackstar.co.uk>
13232              
13233              Document (well, mention) shortmess() and longmess()
13234              to rob people of their fun of reinventing the weel.
13235      Branch: perl
13236            ! lib/Carp.pm
13237 ____________________________________________________________________________
13238 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
13239         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
13240              From: Brian Jepson <bjepson@oreilly.com>
13241              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
13242              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
13243      Branch: perl
13244            ! pp_sys.c
13245 ____________________________________________________________________________
13246 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
13247         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
13248              From: Robin Barker <rmb1@cise.npl.co.uk> 
13249              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
13250              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
13251      Branch: perl
13252            ! lib/CPAN.pm
13253 ____________________________________________________________________________
13254 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
13255         Log: Memoize patch from mjd.
13256      Branch: perl
13257            ! lib/Memoize/t/tie_storable.t
13258 ____________________________________________________________________________
13259 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
13260         Log: Spec the sv_pvprintify() a bit more.
13261      Branch: perl
13262            ! pod/perltodo.pod
13263 ____________________________________________________________________________
13264 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
13265         Log: Upgrade to Memoize 0.65.
13266      Branch: perl
13267            + lib/Memoize/t/array_confusion.t
13268            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
13269            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
13270            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
13271            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
13272            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
13273            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
13274            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13275            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
13276            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
13277            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
13278            ! lib/Memoize/t/tie_storable.t
13279 ____________________________________________________________________________
13280 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
13281         Log: Metaconfig unit change for #10892.
13282      Branch: metaconfig
13283            ! U/modified/Options.U
13284 ____________________________________________________________________________
13285 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
13286         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
13287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13288              Date: Sun, 24 Jun 2001 05:24:40 -0400
13289              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
13290      Branch: perl
13291            ! Configure hints/os2.sh
13292 ____________________________________________________________________________
13293 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
13294         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
13295              From: Mike Guy <mjtg@cam.ac.uk>
13296              Date: Sun, 24 Jun 2001 15:28:39 +0100
13297              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
13298              
13299              Fix an ancient (5.002) bug.
13300      Branch: perl
13301            ! lib/Carp/Heavy.pm
13302 ____________________________________________________________________________
13303 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
13304         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
13305              variables.
13306      Branch: perl
13307            ! pp_sys.c
13308 ____________________________________________________________________________
13309 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
13310         Log: Make UTS as per #10888.
13311      Branch: perl
13312            ! hints/uts.sh
13313 ____________________________________________________________________________
13314 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
13315         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
13316      Branch: perl
13317            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
13318            ! mpeix/mpeixish.h perl.h unixish.h
13319 ____________________________________________________________________________
13320 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
13321         Log: AUTHORS update.
13322      Branch: perl
13323            ! AUTHORS
13324 ____________________________________________________________________________
13325 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
13326         Log: Subject: Encode::Tcl for multibyte doesnot work
13327              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13328              Date: Sun, 24 Jun 2001 22:48:21 +0900
13329              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
13330      Branch: perl
13331            ! ext/Encode/Encode/Tcl.pm
13332 ____________________________________________________________________________
13333 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
13334         Log: Subject: [PATCH] Remove tautology in error messages
13335              From: Mike Guy <mjtg@cam.ac.uk>
13336              Date: Sun, 24 Jun 2001 13:31:00 +0100
13337              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
13338      Branch: perl
13339            ! pp_sys.c
13340 ____________________________________________________________________________
13341 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
13342         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
13343      Branch: perl
13344            ! hints/darwin.sh
13345 ____________________________________________________________________________
13346 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
13347         Log: Subject: Re: [PATCH 5.6.1] test suite
13348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13349              Date: Sun, 24 Jun 2001 05:47:05 -0400
13350              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
13351              
13352              Test suite fixes.
13353      Branch: perl
13354            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
13355 ____________________________________________________________________________
13356 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
13357         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
13358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13359              Date: Sun, 24 Jun 2001 05:37:19 -0400
13360              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
13361      Branch: perl
13362            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
13363 ____________________________________________________________________________
13364 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
13365         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
13366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13367              Date: Sun, 24 Jun 2001 05:34:50 -0400
13368              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
13369              
13370              Pacify compiler warnings.
13371      Branch: perl
13372            ! pp_sys.c
13373 ____________________________________________________________________________
13374 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
13375         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
13376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13377              Date: Sun, 24 Jun 2001 05:21:18 -0400
13378              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
13379              
13380              Enable compression of executables during link time.
13381      Branch: perl
13382            ! hints/os2.sh
13383 ____________________________________________________________________________
13384 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
13385         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
13386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13387              Date: Sun, 24 Jun 2001 05:15:11 -0400
13388              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
13389              
13390              Add ordinals to the export list for Perl DLL.
13391              (Breaks intra-version DLL compatibility.)
13392      Branch: perl
13393            ! makedef.pl
13394 ____________________________________________________________________________
13395 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
13396         Log: Allow (displaying and) re-editing the Subject in perlbug.
13397              Also abstract the Subject quality control into a function.
13398      Branch: perl
13399            ! utils/perlbug.PL
13400 ____________________________________________________________________________
13401 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
13402         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
13403      Branch: perl
13404            ! utils/perlbug.PL
13405 ____________________________________________________________________________
13406 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
13407         Log: Regen toc and modlib.
13408      Branch: perl
13409            ! pod/perlmodlib.pod pod/perltoc.pod
13410 ____________________________________________________________________________
13411 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
13412         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
13413              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
13414              attribute semantics as much as possible, or 'ntsec' which uses
13415              native NTFS semantics.)  (See also #10877.)
13416      Branch: perl
13417            ! perl.c
13418 ____________________________________________________________________________
13419 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
13420         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
13421      Branch: perl
13422            ! lib/Test/Harness.pm
13423 ____________________________________________________________________________
13424 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
13425         Log: Just zap the -uPerlio.
13426      Branch: perl
13427            ! ext/B/Stash.t
13428 ____________________________________________________________________________
13429 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
13430         Log: Do not test PerlIO if PerlIO not used.
13431      Branch: perl
13432            ! ext/PerlIO/PerlIO.t
13433 ____________________________________________________________________________
13434 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
13435         Log: Regen perlapi.
13436      Branch: perl
13437            ! pod/perlapi.pod
13438 ____________________________________________________________________________
13439 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
13440         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
13441              From: Nicholas Clark <nick@ccl4.org>
13442              Date: Sat, 23 Jun 2001 22:55:47 +0100
13443              Message-ID: <20010623225547.Z98663@plum.flirble.org>
13444      Branch: perl
13445            ! numeric.c
13446 ____________________________________________________________________________
13447 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
13448         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
13449              From: Prymmer/Kahn <pvhp@best.com>
13450              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
13451              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
13452      Branch: perl
13453            ! lib/h2xs.t
13454 ____________________________________________________________________________
13455 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
13456         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
13457              cygwin does not taint cwd, just like win32.
13458      Branch: perl
13459            ! lib/File/Find/taint.t t/op/taint.t
13460 ____________________________________________________________________________
13461 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
13462         Log: Retract #10865, the patch should be unnecessary.
13463              (But seemingly helpful in Cygwin?  Strange.)
13464      Branch: perl
13465            ! lib/Memoize/t/tie_ndbm.t
13466 ____________________________________________________________________________
13467 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
13468         Log: Misplaced test file; plus Cygwin filesystem semantics.
13469      Branch: perl
13470            + ext/SDBM_File/sdbm.t
13471            - ext/ODBM_File/sdbm.t
13472            ! MANIFEST
13473 ____________________________________________________________________________
13474 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
13475         Log: (Retracted by #10867.)
13476      Branch: perl
13477            ! lib/Memoize/t/tie_ndbm.t
13478 ____________________________________________________________________________
13479 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
13480         Log: Metaconfig unit change for #10863.
13481      Branch: metaconfig/U/perl
13482            ! Extensions.U
13483 ____________________________________________________________________________
13484 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
13485         Log: In Cygwin do not build NDBM_File and ODBM_File unless
13486              -lndbm and -ldbm are available.
13487      Branch: perl
13488            ! Configure config_h.SH
13489 ____________________________________________________________________________
13490 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
13491         Log: More Cygwin filesystem semantics.
13492      Branch: perl
13493            ! t/io/fs.t t/op/stat.t
13494 ____________________________________________________________________________
13495 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
13496         Log: More DOSish permission semantics for Cygwin.
13497      Branch: perl
13498            ! lib/AnyDBM_File.t
13499 ____________________________________________________________________________
13500 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
13501         Log: Cygwin too has different permission semantics.
13502      Branch: perl
13503            ! ext/GDBM_File/gdbm.t
13504 ____________________________________________________________________________
13505 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
13506         Log: The group (and assumedly passwd) databases can have
13507              only one entry (this is the case in cygwin).
13508      Branch: perl
13509            ! t/op/grent.t t/op/pwent.t
13510 ____________________________________________________________________________
13511 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
13512         Log: Also in Cygwin use Socket to figure out domainname
13513              (if any) (avoids trying to call external 'domainname',
13514              which doesn't at the moment exist in Cygwin)
13515      Branch: perl
13516            ! lib/Net/Domain.pm
13517 ____________________________________________________________________________
13518 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
13519         Log: Remove also the lib$Foo.def, not just $Foo.def.
13520      Branch: perl
13521            ! lib/ExtUtils/MM_Unix.pm
13522 ____________________________________________________________________________
13523 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
13524         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
13525      Branch: perl
13526            ! unixish.h
13527 ____________________________________________________________________________
13528 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
13529         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
13530              to match the whole isprint(), only the space character.
13531      Branch: perl
13532            ! handy.h pod/perlre.pod t/op/pat.t
13533 ____________________________________________________________________________
13534 [ 10854] By: nick                                  on 2001/06/23  08:09:33
13535         Log: Integrate mainline
13536      Branch: perlio
13537           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
13538           !> lib/ExtUtils.t lib/File/Find/taint.t
13539           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
13540           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
13541           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
13542 ____________________________________________________________________________
13543 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
13544         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
13545              with its floats    in os390 and s390 (UTS).
13546      Branch: perl
13547            ! lib/Math/BigInt/t/bigintpm.t
13548 ____________________________________________________________________________
13549 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
13550         Log: Add also UTS (s390) to the non-IEEE float platforms.
13551      Branch: perl
13552            ! t/op/sprintf.t
13553 ____________________________________________________________________________
13554 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
13555         Log: Subject: RFC: what are applicable standards for exponent sizes?
13556              From: Peter Prymmer <pvhp@forte.com>
13557              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
13558              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
13559      Branch: perl
13560            ! t/op/sprintf.t
13561 ____________________________________________________________________________
13562 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
13563         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
13564              From: Peter Prymmer <pvhp@forte.com>
13565              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
13566              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
13567      Branch: perl
13568            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
13569 ____________________________________________________________________________
13570 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
13571         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
13572              From: Peter Prymmer <pvhp@forte.com>
13573              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
13574              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
13575      Branch: perl
13576            ! lib/ExtUtils.t
13577 ____________________________________________________________________________
13578 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
13579         Log: Retract #10845.
13580      Branch: perl
13581            ! lib/File/Find/taint.t
13582 ____________________________________________________________________________
13583 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
13584         Log: Yet another error message.
13585      Branch: perl
13586            ! t/op/mkdir.t
13587 ____________________________________________________________________________
13588 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
13589         Log: The croak message for nonexistent socket functions may vary.
13590      Branch: perl
13591            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
13592 ____________________________________________________________________________
13593 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
13594         Log: (Retracted by #10848.)
13595      Branch: perl
13596            ! lib/File/Find/taint.t
13597 ____________________________________________________________________________
13598 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
13599         Log: Integrate perlio.
13600      Branch: perl
13601           !> lib/File/Find/taint.t t/op/write.t
13602 ____________________________________________________________________________
13603 [ 10843] By: nick                                  on 2001/06/22  21:24:51
13604         Log: Back out debug in taint.t
13605      Branch: perlio
13606            ! lib/File/Find/taint.t
13607 ____________________________________________________________________________
13608 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
13609         Log: setitimer() does not exist in Unicos, despite of what
13610              Configure thinks, from Mark P. Lutz.
13611      Branch: perl
13612            ! hints/unicos.sh
13613 ____________________________________________________________________________
13614 [ 10841] By: nick                                  on 2001/06/22  21:19:36
13615         Log: Skip cwd test on Win32 ???
13616      Branch: perlio
13617            ! lib/File/Find/taint.t
13618 ____________________________________________________________________________
13619 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
13620         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
13621              and Tru64 gcc -Wall happy.
13622      Branch: perl
13623            ! mg.c
13624 ____________________________________________________________________________
13625 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
13626         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
13627      Branch: perl
13628            ! ext/IPC/SysV/Semaphore.pm
13629 ____________________________________________________________________________
13630 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
13631         Log: Metaconfig unit change for #10837.
13632      Branch: metaconfig/U/perl
13633            ! Cross.U
13634 ____________________________________________________________________________
13635 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
13636         Log: Cleanup of the cross-compilation unit.
13637      Branch: perl
13638            ! Configure
13639 ____________________________________________________________________________
13640 [ 10836] By: nick                                  on 2001/06/22  20:45:12
13641         Log: Skip |- based op/write.t on Win32 as well as VMS
13642      Branch: perlio
13643            ! t/op/write.t
13644 ____________________________________________________________________________
13645 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
13646         Log: Integrate perlio.
13647      Branch: perl
13648           !> util.c
13649 ____________________________________________________________________________
13650 [ 10834] By: nick                                  on 2001/06/22  20:41:54
13651         Log: Integrate mainline
13652      Branch: perlio
13653           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13654           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
13655           !> vos/config.ga.h
13656 ____________________________________________________________________________
13657 [ 10833] By: nick                                  on 2001/06/22  20:22:58
13658         Log: Patcho fix.
13659      Branch: perlio
13660            ! util.c
13661 ____________________________________________________________________________
13662 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
13663         Log: Metaconfig unit changes for #10831.
13664      Branch: metaconfig
13665            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
13666 ____________________________________________________________________________
13667 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
13668         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
13669              From: Andy Dougherty <doughera@lafayette.edu>
13670              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
13671              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
13672      Branch: perl
13673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13674            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
13675 ____________________________________________________________________________
13676 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
13677         Log: MPE/iX prototype nits from Mark Bixby.
13678      Branch: perl
13679            ! pp_sys.c
13680 ____________________________________________________________________________
13681 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
13682         Log: Detypo.
13683      Branch: perl
13684            ! util.c
13685 ____________________________________________________________________________
13686 [ 10828] By: nick                                  on 2001/06/22  15:33:37
13687         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
13688      Branch: perlio
13689           +> lib/h2xs.t
13690           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
13691           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
13692           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
13693           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
13694           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13695           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
13696           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
13697           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
13698           !> vms/vmsish.h
13699 ____________________________________________________________________________
13700 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
13701         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
13702              Date: Fri, 22 Jun 2001 10:08:35 -0500
13703              From: "Craig A. Berry" <craigberry@mac.com>
13704              Message-Id: <a05101001b75908704194@[192.168.56.145]>
13705      Branch: perl
13706            ! vms/vms.c vms/vmsish.h
13707 ____________________________________________________________________________
13708 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
13709         Log: NetWare scripts tweak from Ananth Kesari.
13710      Branch: perl
13711            ! NetWare/t/NWScripts.pl
13712 ____________________________________________________________________________
13713 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
13714         Log: Update Changes.
13715      Branch: perl
13716            ! Changes patchlevel.h
13717 ____________________________________________________________________________
13718 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
13719         Log: Add .i and .s targets.
13720      Branch: perl
13721            ! Makefile.SH
13722 ____________________________________________________________________________
13723 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
13724         Log: Upgrade to Locale::Maketext 1.03.
13725      Branch: perl
13726            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13727            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
13728 ____________________________________________________________________________
13729 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
13730         Log: Upgrade to I18N::LangTags 0.26.
13731      Branch: perl
13732            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13733            ! lib/I18N/LangTags/test.pl
13734 ____________________________________________________________________________
13735 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
13736         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
13737              Philip Newton.
13738      Branch: perl
13739            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13740            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13741 ____________________________________________________________________________
13742 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
13743         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
13744              From: Prymmer/Kahn <pvhp@best.com>
13745              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
13746              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
13747      Branch: perl
13748            + lib/h2xs.t
13749            ! MANIFEST utils/h2xs.PL
13750 ____________________________________________________________________________
13751 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
13752         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
13753              From: Prymmer/Kahn <pvhp@best.com>
13754              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
13755              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
13756      Branch: perl
13757            ! lib/ExtUtils.t
13758 ____________________________________________________________________________
13759 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
13760         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
13761              From: Prymmer/Kahn <pvhp@best.com>
13762              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
13763              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
13764      Branch: perl
13765            ! t/pod/plainer.t
13766 ____________________________________________________________________________
13767 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
13768         Log: AUTHORS update.
13769      Branch: perl
13770            ! AUTHORS
13771 ____________________________________________________________________________
13772 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
13773         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
13774              From: "Craig A. Berry" <craigberry@mac.com>
13775              Date: Thu, 21 Jun 2001 18:20:38 -0500
13776              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
13777      Branch: perl
13778            ! ext/POSIX/POSIX.xs
13779 ____________________________________________________________________________
13780 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
13781         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
13782              From: "Craig A. Berry" <craigberry@mac.com>
13783              Date: Thu, 21 Jun 2001 09:58:52 -0500
13784              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
13785      Branch: perl
13786            ! ext/B/Deparse.t t/op/write.t
13787 ____________________________________________________________________________
13788 [ 10814] By: nick                                  on 2001/06/22  08:13:09
13789         Log: Integrate mainline.
13790      Branch: perlio
13791           !> (integrate 46 files)
13792 ____________________________________________________________________________
13793 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
13794         Log: Change the prefixes only if $prefix is unset,
13795              as originally patched by Marcel Grunauer.
13796      Branch: perl
13797            ! hints/darwin.sh hints/rhapsody.sh
13798 ____________________________________________________________________________
13799 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
13800         Log: Subject: Re: Patch for hints/darwin.sh
13801              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
13802              Date: Thu, 21 Jun 2001 11:23:46 -0700
13803              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
13804      Branch: perl
13805            ! hints/darwin.sh hints/rhapsody.sh
13806 ____________________________________________________________________________
13807 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
13808         Log: Add .PHONY targets for non-file targets,
13809              from Wilfredo Sánchez.  Should help saying
13810              "make install" on case-insensitive filesystems.
13811      Branch: perl
13812            ! Makefile.SH
13813 ____________________________________________________________________________
13814 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
13815         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
13816              From: Doug MacEachern <dougm@covalent.net>
13817              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
13818              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
13819              
13820              plus reword the getcwd() comment, plus use getcwd() buffer
13821              size minus one.
13822      Branch: perl
13823            ! util.c
13824 ____________________________________________________________________________
13825 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
13826         Log: More gprofing from Doug MacEachern.
13827      Branch: perl
13828            ! Makefile.SH
13829 ____________________________________________________________________________
13830 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
13831         Log: Metaconfig unit change for #10807.
13832      Branch: metaconfig/U/perl
13833            ! d_sfio.U
13834 ____________________________________________________________________________
13835 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
13836         Log: Tell that you are removing the unneeded -lsfio.
13837      Branch: perl
13838            ! Configure
13839 ____________________________________________________________________________
13840 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
13841         Log: More MPE/iX tweaks from Mark Bixby.
13842      Branch: perl
13843            ! perl.c t/op/magic.t
13844 ____________________________________________________________________________
13845 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
13846         Log: The fchdir() proto is supposed to live in <unistd.h>.
13847      Branch: perl
13848            ! ext/Cwd/Cwd.xs
13849 ____________________________________________________________________________
13850 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
13851         Log: This town is too small for the Cwd extension and me,
13852              it would seem...
13853      Branch: perl
13854            ! ext/Cwd/Cwd.xs
13855 ____________________________________________________________________________
13856 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
13857         Log: Metaconfig unit change for #10802.
13858      Branch: metaconfig/U/perl
13859            ! d_modfl.U
13860 ____________________________________________________________________________
13861 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
13862         Log: More d'ohs.
13863      Branch: perl
13864            ! Configure
13865 ____________________________________________________________________________
13866 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
13867         Log: Off-by-one.  I'm so classic.
13868      Branch: perl
13869            ! util.c
13870 ____________________________________________________________________________
13871 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
13872         Log: Update Changes.
13873      Branch: perl
13874            ! Changes patchlevel.h
13875 ____________________________________________________________________________
13876 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
13877         Log: Subject: Documentation patch for Net::FTP
13878              From: Marcel Grunauer <marcel@codewerk.com>
13879              Date: Wed, 20 Jun 2001 23:03:26 +0200
13880              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
13881      Branch: perl
13882            ! lib/Net/FTP.pm
13883 ____________________________________________________________________________
13884 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
13885         Log: Retract the #10417 mg.c and embed.pl parts because of
13886              strange SEGVs in 64bit x86 FreeBSD observed by
13887              Nicholas Clark.
13888      Branch: perl
13889            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
13890 ____________________________________________________________________________
13891 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
13892         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
13893      Branch: perl
13894            ! Configure NetWare/config.wc NetWare/config_H.wc
13895            ! Porting/Glossary Porting/config.sh Porting/config_H
13896            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13897            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13898            ! vos/config.ga.h win32/config.bc win32/config.gc
13899            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13900            ! win32/config_H.vc
13901 ____________________________________________________________________________
13902 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
13903         Log: Cwd tweak from Doug MacEachern.
13904      Branch: perl
13905            ! ext/Cwd/Cwd.xs
13906 ____________________________________________________________________________
13907 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
13908         Log: Protect the fchdir() and lstat() with ifdefs.
13909              fchdir() needs a Configure probe.
13910      Branch: perl
13911            ! ext/Cwd/Cwd.xs
13912 ____________________________________________________________________________
13913 [ 10794] By: nick                                  on 2001/06/21  17:11:35
13914         Log: Integrate mainline
13915      Branch: perlio
13916           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
13917           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
13918           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
13919           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
13920           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
13921           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
13922           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
13923           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
13924            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
13925            - lib/File/Glob/case.t lib/File/Glob/global.t
13926            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
13927            - lib/File/Temp/posix.t lib/File/Temp/security.t
13928            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
13929            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
13930            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
13931            - lib/Text/Wrap/wrap.t
13932           !> (integrate 41 files)
13933 ____________________________________________________________________________
13934 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
13935         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
13936              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13937              Date: Thu, 21 Jun 2001 13:04:54 -0500
13938              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
13939      Branch: perl
13940            ! ext/Cwd/Cwd.xs
13941 ____________________________________________________________________________
13942 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
13943         Log: Subject: [PATCH pod] overlong =item
13944              From: Robin Barker <rmb1@cise.npl.co.uk>
13945              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
13946              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
13947      Branch: perl
13948            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13949            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13950 ____________________________________________________________________________
13951 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
13952         Log: Subject: [PATCH perlio.c] format 
13953              From: Robin Barker <rmb1@cise.npl.co.uk>
13954              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
13955              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
13956      Branch: perl
13957            ! perlio.c
13958 ____________________________________________________________________________
13959 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
13960         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
13961              From: Radu Greab <radu@netsoft.ro>
13962              Date: Thu, 21 Jun 2001 19:06:02 +0300
13963              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
13964      Branch: perl
13965            ! pod/perlapi.pod sv.c
13966 ____________________________________________________________________________
13967 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
13968         Log: The metaconfig unit changes for #10788.
13969      Branch: metaconfig/U/perl
13970            ! Cross.U fflushall.U
13971 ____________________________________________________________________________
13972 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
13973         Log: Cross-configuration changes: make $from to rm the files
13974              before copying them over (this means that he rm can be
13975              removed from the fflushall test), create $targetmkdir      
13976              (not documented in install since it is supposed to internal
13977              use only), make $run to copy over the executable only if
13978              a stamp file .xok doesn't already exist (to avoid unnecessary
13979              copying of the executable)
13980      Branch: perl
13981            ! Configure Makefile.SH
13982 ____________________________________________________________________________
13983 [ 10787] By: nick                                  on 2001/06/21  14:16:18
13984         Log: Integrate mainline
13985      Branch: perlio
13986           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
13987           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
13988           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
13989            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
13990           !> (integrate 34 files)
13991 ____________________________________________________________________________
13992 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
13993         Log: Re-add the files as text.
13994      Branch: perl
13995            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
13996 ____________________________________________________________________________
13997 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
13998         Log: Delete the binary files.
13999      Branch: perl
14000            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
14001 ____________________________________________________________________________
14002 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
14003         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
14004              From: Andy Dougherty <doughera@lafayette.edu>
14005              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
14006              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
14007      Branch: perl
14008            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
14009            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
14010            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
14011            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
14012 ____________________________________________________________________________
14013 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
14014         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
14015              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
14016              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
14017              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
14018              
14019              Setting umask to something friendlier.
14020      Branch: perl
14021            ! installman installperl
14022 ____________________________________________________________________________
14023 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
14024         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
14025              Resort MANIFEST with sort -f, looks much better.
14026      Branch: perl
14027            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
14028            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
14029            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
14030            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
14031            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
14032            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
14033            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
14034            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
14035            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
14036            - lib/File/Glob/case.t lib/File/Glob/global.t
14037            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
14038            - lib/File/Temp/posix.t lib/File/Temp/security.t
14039            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
14040            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
14041            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
14042            - lib/Text/Wrap/wrap.t
14043            ! MANIFEST
14044 ____________________________________________________________________________
14045 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
14046         Log: Upgrade to I18N::LangTags 0.25.
14047      Branch: perl
14048            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14049            ! lib/I18N/LangTags/List.pm
14050 ____________________________________________________________________________
14051 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
14052         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
14053              From: Richard Soderberg <rs@crystalflame.net>
14054              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
14055              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
14056      Branch: perl
14057            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
14058            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
14059 ____________________________________________________________________________
14060 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
14061         Log: Test obsoleted by change #10777.
14062      Branch: perl
14063            ! t/op/sub_lval.t
14064 ____________________________________________________________________________
14065 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
14066         Log: Case of confused test numbering.
14067      Branch: perl
14068            ! t/op/pat.t
14069 ____________________________________________________________________________
14070 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
14071         Log: Subject: Re: Opinion on undef lvalue
14072              From: Abhijit Menon-Sen <ams@wiw.org>
14073              Date: Sun, 17 Jun 2001 13:04:46 +0530
14074              Message-ID: <20010617130446.B27925@lustre.linux.in>
14075              
14076              Allow lvalue subs to return undef in array context.
14077      Branch: perl
14078            ! pp_hot.c
14079 ____________________________________________________________________________
14080 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
14081         Log: Just a guess that using the same hack for cygwin as
14082              for win32 might help.
14083      Branch: perl
14084            ! lib/File/Find/find.t
14085 ____________________________________________________________________________
14086 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
14087         Log: NetWare tweaks from Guruprasad.
14088      Branch: perl
14089            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
14090            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
14091            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
14092            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
14093 ____________________________________________________________________________
14094 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
14095         Log: Subject: Re: perl@10722: Bogus warnings on REs 
14096              From: Hugo <hv@crypt.compulink.co.uk>
14097              Date: Thu, 21 Jun 2001 09:51:17 +0100
14098              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
14099              
14100              Unroll to avoid a UTS compiler bug.
14101      Branch: perl
14102            ! regcomp.c
14103 ____________________________________________________________________________
14104 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
14105         Log: Subject: Re: [PATCH] Make /o work under i?threads
14106              From: Artur Bergman <artur@contiller.se>
14107              Date: Thu, 21 Jun 2001 14:38:03 +0200
14108              Message-ID: <B757B74A.184D%artur@contiller.se>
14109      Branch: perl
14110            ! t/op/pat.t
14111 ____________________________________________________________________________
14112 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
14113         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
14114              From: Artur Bergman <artur@contiller.se> 
14115              Date: Thu, 21 Jun 2001 14:27:33 +0200
14116              Message-ID: <B757B4D4.1849%artur@contiller.se>
14117              
14118              Plus extra parentheses.
14119      Branch: perl
14120            ! op.h
14121 ____________________________________________________________________________
14122 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
14123         Log: Subject: [PATCH] Make /o work under i?threads
14124              From: Richard Soderberg <rs@crystalflame.net>
14125              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
14126              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
14127      Branch: perl
14128            ! pp_ctl.c
14129 ____________________________________________________________________________
14130 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
14131         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
14132              From: Artur Bergman <artur@contiller.se>
14133              Date: Thu, 21 Jun 2001 14:04:54 +0200
14134              Message-ID: <B757AF86.1842%artur@contiller.se>
14135      Branch: perl
14136            ! op.h
14137 ____________________________________________________________________________
14138 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
14139         Log: Subject: Re: perl@10765: sv.c not OK on win32
14140              From: Artur Bergman <artur@contiller.se>
14141              Date: Thu, 21 Jun 2001 10:31:06 +0200
14142              Message-ID: <B7577D69.182C%artur@contiller.se>
14143      Branch: perl
14144            ! sv.c
14145 ____________________________________________________________________________
14146 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
14147         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
14148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14149              Date: Thu, 21 Jun 2001 06:23:56 -0400
14150              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
14151              
14152              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
14153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14154              Date: Thu, 21 Jun 2001 06:32:21 -0400
14155              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
14156      Branch: perl
14157            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
14158 ____________________________________________________________________________
14159 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
14160         Log: Subject: [PATCH] make syslog test more verbose
14161              From: Robert Spier <rspier@pobox.com>
14162              Date: Thu, 21 Jun 2001 00:54:32 -0400
14163              Message-ID: <15153.32264.295807.333073@rls.cx>
14164      Branch: perl
14165            ! ext/Sys/Syslog/syslog.t
14166 ____________________________________________________________________________
14167 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
14168         Log: Subject: op/study.t refinements
14169              From: Hugo <hv@crypt.compulink.co.uk>
14170              Date: Thu, 21 Jun 2001 00:29:07 +0100
14171              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
14172      Branch: perl
14173            ! t/op/study.t
14174 ____________________________________________________________________________
14175 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
14176         Log: Update Changes.
14177      Branch: perl
14178            ! Changes patchlevel.h
14179 ____________________________________________________________________________
14180 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
14181         Log: Subject: Re: [PATCH] djgpp updates
14182              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
14183              Date: Wed, 20 Jun 2001 10:05:15 +0200
14184              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
14185      Branch: perl
14186            ! djgpp/config.over
14187 ____________________________________________________________________________
14188 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
14189         Log: Fix for ID 20010619.002 "When building hash, hash keys that
14190              are function calls are not being called", from Abhijit.
14191      Branch: perl
14192            ! t/base/lex.t toke.c
14193 ____________________________________________________________________________
14194 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
14195         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
14196      Branch: perl
14197            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
14198            + lib/Locale/Maketext/test.pl
14199            - lib/Locale/Maketext.t
14200            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14201            ! lib/Locale/Maketext/TPJ13.pod
14202 ____________________________________________________________________________
14203 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
14204         Log: Metaconfig unit change for #10760.
14205      Branch: metaconfig
14206            ! U/modified/Cppsym.U
14207 ____________________________________________________________________________
14208 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
14209         Log: Do not remove the ccsym* Cppsym* files since
14210              they are useful for metaconfig units coming after us.
14211              (This is the Configure nit mentioned in #10752.)
14212      Branch: perl
14213            ! Configure
14214 ____________________________________________________________________________
14215 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
14216         Log: Update to I18N::LangTags 0.24, from Sean Burke.
14217      Branch: perl
14218            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
14219            + lib/I18N/LangTags/README
14220            - lib/I18N/LangTags/List.pod
14221            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
14222 ____________________________________________________________________________
14223 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
14224         Log: Regen headers.
14225      Branch: perl
14226            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
14227            ! pod/perlapi.pod proto.h
14228 ____________________________________________________________________________
14229 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
14230         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
14231              From: Artur Bergman <artur@contiller.se>
14232              Date: Wed, 20 Jun 2001 11:31:32 +0200
14233              Message-ID: <B7563A14.17D8%artur@contiller.se>
14234      Branch: perl
14235            ! embed.pl hv.c intrpvar.h sv.c sv.h
14236 ____________________________________________________________________________
14237 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
14238         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
14239              From: Tim Sweetman <tim@aldigital.co.uk> 
14240              Date: Wed, 13 Jun 2001 14:25:17 +0100 
14241              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
14242      Branch: perl
14243            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
14244 ____________________________________________________________________________
14245 [ 10755] By: nick                                  on 2001/06/20  16:12:37
14246         Log: Integrate mainline
14247      Branch: perlio
14248           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
14249           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
14250           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
14251           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
14252           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
14253           !> t/op/study.t util.c
14254 ____________________________________________________________________________
14255 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
14256         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
14257              but not Makefile)
14258      Branch: maint-5.6/perl
14259            ! win32/Makefile
14260 ____________________________________________________________________________
14261 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
14262         Log: Security tweak on readlink().
14263      Branch: perl
14264            ! pp_sys.c
14265 ____________________________________________________________________________
14266 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
14267         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
14268      Branch: perl
14269            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
14270            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
14271            ! mpeix/relink t/op/pwent.t
14272 ____________________________________________________________________________
14273 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
14274         Log: Reinstate #10725 (with probe for alarm()).
14275      Branch: perl
14276            ! t/op/study.t
14277 ____________________________________________________________________________
14278 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
14279         Log: Replace our implementation of realpath() with OpenBSD's
14280              (src/lib/libc/stdlib/realpath.c 1.4).
14281      Branch: perl
14282            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
14283            ! pod/perldiag.pod proto.h util.c
14284 ____________________________________________________________________________
14285 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
14286         Log: Integrate perlio.
14287      Branch: perl
14288           !> perlio.c
14289 ____________________________________________________________________________
14290 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
14291         Log: No point in going into memory-saving contortions
14292              with getcwd() since there's a danger of buffer overflow.
14293              Also make the POSIX extension to use sv_getcwd().
14294              Finally, a missed proto.h fragment.
14295      Branch: perl
14296            ! ext/POSIX/POSIX.xs proto.h util.c
14297 ____________________________________________________________________________
14298 [ 10747] By: nick                                  on 2001/06/20  12:38:26
14299         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
14300      Branch: perlio
14301            ! perlio.c
14302 ____________________________________________________________________________
14303 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
14304         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
14305              From: Graham Barr <gbarr@pobox.com>
14306              Date: Wed, 20 Jun 2001 11:05:49 +0100
14307              Message-ID: <20010620110549.I19188@pobox.com>
14308              
14309              reported in        
14310              
14311              Subject: Bug in IO::Socket::INET module (repeat)
14312              From: "Harmon S. Nine" <hnine@netarx.com>
14313              Date: Tue, 19 Jun 2001 09:41:35 -0400
14314              Message-ID: <3B2F568F.8080605@netarx.com>
14315              
14316              The bug was that the IO::Socket::INET constructor
14317              did not allow a 'LocalPort' of 0.
14318      Branch: perl
14319            ! ext/IO/lib/IO/Socket/INET.pm
14320 ____________________________________________________________________________
14321 [ 10745] By: nick                                  on 2001/06/20  08:56:39
14322         Log: Integrate mainline.
14323      Branch: perlio
14324           !> (integrate 37 files)
14325 ____________________________________________________________________________
14326 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
14327         Log: After some reading I don't think we can blindly
14328              use systems' realpath().  Too many security problems,
14329              too many buggy implementations.
14330              
14331              TODO: the realpath() emulation code in util.c doesn't
14332              seem fully operational?  (readlink(), for example?)
14333      Branch: perl
14334            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
14335            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
14336            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
14337            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
14338            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
14339            ! win32/config_H.gc win32/config_H.vc
14340 ____________________________________________________________________________
14341 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
14342         Log: Metaconfig unit change for #10738.
14343      Branch: metaconfig
14344            ! U/compline/d_gconvert.U
14345 ____________________________________________________________________________
14346 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
14347         Log: Integrate change #10739 from maintperl:
14348              
14349              C<eval "/x$\r\n/x"> fails to compile correctly 
14350      Branch: perl
14351           !> t/op/pat.t toke.c
14352 ____________________________________________________________________________
14353 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
14354         Log: Retract #10725 (Hugo asked NOT to apply the patch)
14355      Branch: perl
14356            ! t/op/study.t
14357 ____________________________________________________________________________
14358 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
14359         Log: The test.third results were funnily named because of the
14360              new test scheme.
14361      Branch: perl
14362            ! t/TEST
14363 ____________________________________________________________________________
14364 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
14365         Log: C<eval "/x$\r\n/x"> fails to compile correctly
14366      Branch: maint-5.6/perl
14367            ! t/op/pat.t toke.c
14368 ____________________________________________________________________________
14369 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
14370         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
14371              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14372              Date: Tue, 19 Jun 2001 19:15:40 -0400
14373              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
14374              
14375              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
14376              because "1e+129" being expected but "1.e+129" being returned.
14377              The culprit (at least in Tru64) is the use of gcvt().
14378      Branch: perl
14379            ! Configure
14380 ____________________________________________________________________________
14381 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
14382         Log: Subject: [PATCH perl@10722] test hunting on VMS
14383              From: "Craig A. Berry" <craigberry@mac.com>
14384              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
14385              Date: Tue, 19 Jun 2001 18:59:01 -0500
14386      Branch: perl
14387            ! vms/test.com
14388 ____________________________________________________________________________
14389 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
14390         Log: Subject: [PATCH] s/typos//
14391              From: Abhijit Menon-Sen <ams@wiw.org>
14392              Date: Wed, 20 Jun 2001 02:15:02 +0530
14393              Message-ID: <20010620021502.A14541@lustre.linux.in>
14394              
14395              Without the op.h s/bearword/bareword/ hunk, see
14396              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
14397      Branch: perl
14398            ! util.c
14399 ____________________________________________________________________________
14400 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
14401         Log: Metaconfig unit change for #10732 and #10733.
14402      Branch: metaconfig/U/perl
14403            ! fflushall.U
14404 ____________________________________________________________________________
14405 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
14406         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
14407              From: "Craig A. Berry" <craigberry@mac.com>
14408              Date: Tue, 19 Jun 2001 17:19:48 -0500
14409              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
14410      Branch: perl
14411            ! configure.com vms/descrip_mms.template
14412 ____________________________________________________________________________
14413 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
14414         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
14415              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14416              Date: Tue, 19 Jun 2001 16:48:07 -0400
14417              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
14418              
14419              Further fixes to fflush(NULL) detection.
14420      Branch: perl
14421            ! Configure
14422 ____________________________________________________________________________
14423 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
14424         Log: AIX test -s hangs with non-existent files?
14425              (A genuine logic bug in Configure, but AIX also broken?)
14426      Branch: perl
14427            ! Configure
14428 ____________________________________________________________________________
14429 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
14430         Log: AUTHORS updates.
14431      Branch: perl
14432            ! AUTHORS
14433 ____________________________________________________________________________
14434 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
14435         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
14436              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14437              Date: Tue, 19 Jun 2001 15:33:25 -0400
14438              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
14439      Branch: perl
14440            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
14441            ! t/lib/warnings/pp
14442 ____________________________________________________________________________
14443 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
14444         Log: Integrate perlio.
14445      Branch: perl
14446           !> lib/File/Find/find.t win32/distclean.bat
14447 ____________________________________________________________________________
14448 [ 10728] By: nick                                  on 2001/06/19  18:24:53
14449         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
14450      Branch: perlio
14451            ! lib/File/Find/find.t win32/distclean.bat
14452 ____________________________________________________________________________
14453 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
14454         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
14455              also add information how to find out whether one has PerlIO.
14456      Branch: perl
14457            ! pod/perlfunc.pod
14458 ____________________________________________________________________________
14459 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
14460         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
14461              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14462              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
14463              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
14464      Branch: perl
14465            ! pod/perlfunc.pod
14466 ____________________________________________________________________________
14467 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
14468         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
14469              From: Hugo <hv@crypt.compulink.co.uk>
14470              Date: Tue, 19 Jun 2001 12:37:30 +0100
14471              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
14472      Branch: perl
14473            ! t/op/study.t
14474 ____________________________________________________________________________
14475 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
14476         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
14477              From: Hugo <hv@crypt.compulink.co.uk>
14478              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
14479              Date: Tue, 19 Jun 2001 13:15:17 +0100
14480      Branch: perl
14481            ! util.c
14482 ____________________________________________________________________________
14483 [ 10723] By: nick                                  on 2001/06/19  14:46:15
14484         Log: Integrate mainline
14485      Branch: perlio
14486           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
14487           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
14488           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
14489           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
14490           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
14491           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
14492            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14493            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14494            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14495            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14496            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14497            - ext/Thread/unsync4.t
14498           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
14499           !> djgpp/config.over djgpp/fixpmain
14500           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
14501           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
14502           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
14503 ____________________________________________________________________________
14504 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
14505         Log: Update Changes.
14506      Branch: perl
14507            ! Changes patchlevel.h
14508 ____________________________________________________________________________
14509 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
14510         Log: The existence shall be MANIFESted.
14511      Branch: perl
14512            ! MANIFEST
14513 ____________________________________________________________________________
14514 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
14515         Log: The old libnet.cfg is first searched from the current directory,
14516              only then from the module path.
14517      Branch: perl
14518            ! utils/libnetcfg.PL
14519 ____________________________________________________________________________
14520 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
14521         Log: NetWare tweaks from Guruprasad.
14522      Branch: perl
14523            ! NetWare/Makefile NetWare/config.wc
14524 ____________________________________________________________________________
14525 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
14526         Log: Subject: [PATCH] djgpp updates
14527              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
14528              Date: Tue, 19 Jun 2001 10:59:06 +0200
14529              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
14530      Branch: perl
14531            ! djgpp/config.over djgpp/fixpmain
14532 ____________________________________________________________________________
14533 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
14534         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
14535              From: Prymmer/Kahn <pvhp@best.com>
14536              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
14537              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
14538      Branch: perl
14539            ! win32/Makefile
14540 ____________________________________________________________________________
14541 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
14542         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
14543              to happen right after the inclusion of <inttypes.h>,
14544              from Edward Moy.
14545      Branch: perl
14546            ! handy.h perl.h
14547 ____________________________________________________________________________
14548 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
14549         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
14550              From: Doug MacEachern <dougm@covalent.net>
14551              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
14552              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
14553      Branch: perl
14554            ! ext/DynaLoader/DynaLoader_pm.PL
14555 ____________________________________________________________________________
14556 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
14557         Log: Revert #10656 for perfomance reasons but leave in the
14558              use of Hv*() macros -- in comments, so that grepping the
14559              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
14560              suggested by Sarathy, also by Abhijit.)
14561      Branch: perl
14562            ! hv.c
14563 ____________________________________________________________________________
14564 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
14565         Log: Subject: [patch] .s MakeMaker suffix
14566              From: Doug MacEachern <dougm@covalent.net>
14567              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
14568              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
14569      Branch: perl
14570            ! lib/ExtUtils/MM_Unix.pm
14571 ____________________________________________________________________________
14572 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
14573         Log: One test lost in the big shuffle restored.
14574      Branch: perl
14575            + ext/IPC/SysV/ipcsysv.t
14576            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
14577 ____________________________________________________________________________
14578 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
14579         Log: Rename the old non-standard threads tests so that
14580              they won't be invoked.
14581      Branch: perl
14582            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
14583            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
14584            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
14585            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
14586            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
14587            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
14588            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14589            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14590            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14591            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14592            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14593            - ext/Thread/unsync4.t
14594            ! MANIFEST
14595 ____________________________________________________________________________
14596 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
14597         Log: Integrate perlio.
14598      Branch: perl
14599           !> win32/config_sh.PL
14600 ____________________________________________________________________________
14601 [ 10709] By: nick                                  on 2001/06/19  08:18:18
14602         Log: Integrate mainline
14603      Branch: perlio
14604           +> (branch 40 files)
14605            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
14606            - lib/strict/subs lib/strict/vars lib/warnings/1global
14607            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
14608            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
14609            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
14610            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
14611            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
14612            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
14613            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
14614            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
14615            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
14616            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
14617            - lib/warnings/utf8 lib/warnings/util
14618           !> (integrate 57 files)
14619 ____________________________________________________________________________
14620 [ 10708] By: nick                                  on 2001/06/19  07:57:10
14621         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
14622      Branch: perlio
14623            ! win32/config_sh.PL
14624 ____________________________________________________________________________
14625 [ 10707] By: nick                                  on 2001/06/19  07:05:07
14626         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
14627      Branch: perl
14628            ! perly.c perly.y perly_c.diff vms/perly_c.vms
14629 ____________________________________________________________________________
14630 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
14631         Log: More perl572delta tweaks.
14632      Branch: perl
14633            ! pod/perl572delta.pod
14634 ____________________________________________________________________________
14635 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
14636         Log: Update perl572delta.
14637      Branch: perl
14638            ! pod/perl572delta.pod
14639 ____________________________________________________________________________
14640 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
14641         Log: VOS updates from Paul Green.
14642      Branch: perl
14643            ! vos/Changes vos/build.cm vos/perl.bind
14644 ____________________________________________________________________________
14645 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
14646         Log: Update the vos/config.*.* files.
14647      Branch: perl
14648            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14649            ! vos/config.ga.h
14650 ____________________________________________________________________________
14651 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
14652         Log: Add a makefile for more painless adding of symbols to the
14653              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
14654              takes care of the adding)
14655      Branch: perl
14656            + vos/Makefile
14657 ____________________________________________________________________________
14658 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
14659         Log: Make libnetcfg by default display the libnet configuration,
14660              -c to change, add -i for old config, document all options,
14661              regen toc.
14662      Branch: perl
14663            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
14664 ____________________________________________________________________________
14665 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
14666         Log: gcc -Wall sweep.
14667      Branch: perl
14668            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
14669 ____________________________________________________________________________
14670 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
14671         Log: So there.
14672      Branch: perl
14673            ! universal.c
14674 ____________________________________________________________________________
14675 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
14676         Log: Document the need for sv_printify().
14677              
14678              Document that 'use utf8' has been considered.
14679              
14680              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
14681      Branch: perl
14682            ! pod/perltodo.pod universal.c
14683 ____________________________________________________________________________
14684 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
14685         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
14686              From: Nicholas Clark <nick@ccl4.org>
14687              Date: Mon, 18 Jun 2001 23:29:23 +0100
14688              Message-ID: <20010618232923.I98663@plum.flirble.org>
14689      Branch: perl
14690            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
14691            ! ext/Sys/Syslog/Makefile.PL
14692 ____________________________________________________________________________
14693 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
14694         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
14695              From: Scott.L.Miller@Compaq.com
14696              Date: Mon, 18 Jun 2001 10:12:27 -0500
14697              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
14698      Branch: perl
14699            ! lib/perl5db.pl pod/perldebug.pod
14700 ____________________________________________________________________________
14701 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
14702         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
14703              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
14704              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
14705              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
14706      Branch: perl
14707            ! lib/Carp/Heavy.pm
14708 ____________________________________________________________________________
14709 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
14710         Log: Subject: [PATCH] Documentation changes for CLONE
14711              From: Artur Bergman <artur@contiller.se>
14712              Date: Mon, 18 Jun 2001 22:06:37 +0200
14713              Message-ID: <B7542BEC.1719%artur@contiller.se>
14714      Branch: perl
14715            ! pod/perlmod.pod pod/perlsub.pod
14716 ____________________________________________________________________________
14717 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
14718         Log: Subject: Re: configure.com
14719              From: "Craig A. Berry" <craigberry@mac.com>
14720              Date: Mon, 18 Jun 2001 16:04:38 -0500
14721              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
14722      Branch: perl
14723            ! configure.com
14724 ____________________________________________________________________________
14725 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
14726         Log: Subject: PL_nullstash + perl_clone()
14727              From: Doug MacEachern <dougm@covalent.net>
14728              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
14729              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
14730      Branch: perl
14731            ! sv.c
14732 ____________________________________________________________________________
14733 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
14734         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
14735              From: davem@fdgroup.co.uk
14736              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
14737              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
14738      Branch: perl
14739            ! embed.pl pod/perlapi.pod
14740 ____________________________________________________________________________
14741 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
14742         Log: More cross-compilation defaults gleaned from -Dcc
14743              if it is CPU-OS-gcc.
14744      Branch: metaconfig
14745            ! U/modified/libc.U
14746      Branch: metaconfig/U/perl
14747            ! Cross.U
14748      Branch: perl
14749            ! Configure INSTALL
14750 ____________________________________________________________________________
14751 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
14752         Log: Update Changes.
14753      Branch: perl
14754            ! Changes patchlevel.h
14755 ____________________________________________________________________________
14756 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
14757         Log: Subject: [PATCH 5.7.1] sv.c documentation
14758              From: davem@fdgroup.co.uk
14759              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
14760              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
14761      Branch: perl
14762            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
14763            ! sv.c sv.h
14764 ____________________________________________________________________________
14765 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
14766         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
14767              From: "Jon Gunnip" <jongunnip@hotmail.com>
14768              Date: Sun, 17 Jun 2001 18:24:29 -0400
14769              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
14770      Branch: perl
14771            ! pod/perlvar.pod
14772 ____________________________________________________________________________
14773 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
14774         Log: Move the locale/strict/warnings helper files back
14775              under the t/lib; this way the amount of non-installabled
14776              stuff under lib/ stays smaller.
14777      Branch: perl
14778            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
14779            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
14780            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
14781            + t/lib/warnings/5nolint t/lib/warnings/6default
14782            + t/lib/warnings/7fatal t/lib/warnings/8signal
14783            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
14784            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
14785            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
14786            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
14787            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
14788            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
14789            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
14790            + t/lib/warnings/taint t/lib/warnings/toke
14791            + t/lib/warnings/universal t/lib/warnings/utf8
14792            + t/lib/warnings/util
14793            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
14794            - lib/strict/subs lib/strict/vars lib/warnings/1global
14795            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
14796            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
14797            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
14798            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
14799            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
14800            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
14801            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
14802            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
14803            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
14804            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
14805            - lib/warnings/utf8 lib/warnings/util
14806            ! MANIFEST installperl lib/locale.t lib/strict.t
14807 ____________________________________________________________________________
14808 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
14809         Log: Split off the pack/unpack code, from Nicholas Clark.
14810      Branch: perl
14811            + pp_pack.c
14812            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
14813            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
14814            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14815 ____________________________________________________________________________
14816 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
14817         Log: Guard the SysV IPC tests against being invoked in
14818              SysV-IPC-less places.
14819      Branch: perl
14820            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
14821 ____________________________________________________________________________
14822 [ 10683] By: nick                                  on 2001/06/18  12:24:42
14823         Log: Integrate mainline (new test scheme now ok on Linux).
14824      Branch: perlio
14825           +> lib/warnings.t
14826           !> dump.c sv.c
14827 ____________________________________________________________________________
14828 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
14829         Log: Add the locale.c and numeric.c to the microperl sources.
14830      Branch: perl
14831            ! Makefile.micro win32/Makefile
14832 ____________________________________________________________________________
14833 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
14834         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
14835              From: Abhijit Menon-Sen <ams@wiw.org>
14836              Date: Mon, 18 Jun 2001 14:23:44 +0530
14837              Message-ID: <20010618142344.A13136@lustre.linux.in>
14838      Branch: perl
14839            ! dump.c
14840 ____________________________________________________________________________
14841 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
14842         Log: Subject: Re: [PATCH] more anonymous stash cleanups
14843              From: Abhijit Menon-Sen <ams@wiw.org>
14844              Date: Mon, 18 Jun 2001 15:50:32 +0530
14845              Message-ID: <20010618155032.A13223@lustre.linux.in>
14846              
14847              Plus the comment left in as suggested by NI-S.
14848      Branch: perl
14849            ! sv.c
14850 ____________________________________________________________________________
14851 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
14852         Log: One missed file.
14853      Branch: perl
14854            + lib/warnings.t
14855 ____________________________________________________________________________
14856 [ 10678] By: nick                                  on 2001/06/18  08:05:29
14857         Log: Integrate mainline (part2 - the deletes)
14858      Branch: perlio
14859            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
14860            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
14861            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
14862            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
14863            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
14864            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
14865            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
14866            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
14867            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
14868            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
14869            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
14870 ____________________________________________________________________________
14871 [ 10677] By: nick                                  on 2001/06/18  08:04:44
14872         Log: Integrate mainline (part1)
14873      Branch: perlio
14874           +> (branch 376 files)
14875            - (delete 219 files)
14876           !> (integrate 151 files)
14877 ____________________________________________________________________________
14878 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
14879         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
14880              No doubt I made some mistakes like missed some files or
14881              misnamed some files.  The naming rules were more or less:
14882              (1) if the module is from CPAN, follows its ways, be it
14883              t/*.t or test.pl.
14884              (2) otherwise if there are multiple tests for a module
14885              put them in a t/
14886              (3) otherwise if there's only one test put it in Module.t
14887              (4) helper files go to module/ (locale, strict, warnings)
14888              (5) use longer filenames now that we can (but e.g. the
14889              compat-0.6.t and the Text::Balanced test files still
14890              were renamed to be more civil against the 8.3 people)
14891              installperl was updated appropriately not to install the
14892              *.t files or the help files from under lib.
14893              
14894              TODO: some helper files still remain under t/ that could
14895              follow their 'masters'.  UPDATE: On second thoughts, why
14896              should they.  They can continue to live under t/lib, and
14897              in fact the locale/strict/warnings helpers that were moved
14898              could be moved back.  This way the amount of non-installable
14899              stuff under lib/ stays smaller.
14900      Branch: perl
14901            + (add 253 files)
14902            - (delete 254 files)
14903            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
14904 ____________________________________________________________________________
14905 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
14906         Log: The warning no more comes from util.c, it comes from numeric.c.
14907      Branch: perl
14908            ! README.tru64
14909 ____________________________________________________________________________
14910 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
14911         Log: Subject: Re: anyone good at casting spells?
14912              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14913              Date: Sun, 17 Jun 2001 21:21:04 -0400
14914              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
14915      Branch: perl
14916            ! ext/POSIX/POSIX.xs hv.h
14917 ____________________________________________________________________________
14918 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
14919         Log: Protect the (original) thread tests against testing if no 5.005
14920              threads have been configured.
14921      Branch: perl
14922            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14923            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14924            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14925            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14926            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14927            ! ext/Thread/unsync4.t
14928 ____________________________________________________________________________
14929 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
14930         Log: Try the new test scanning scheme on Text::Abbrev.
14931      Branch: perl
14932            + lib/Text/Abbrev.t
14933            - lib/Text/Abbrev/t/abbrev.t
14934            ! MANIFEST
14935 ____________________________________________________________________________
14936 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
14937         Log: Change the scan policy of the *.t and test.pl files,
14938              now the *.t do not need to live in a t/ directory.
14939      Branch: perl
14940            ! t/TEST t/harness
14941 ____________________________________________________________________________
14942 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
14943         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
14944              From: Ilmari Karonen <iltzu@sci.fi>
14945              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
14946              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
14947      Branch: perl
14948            ! pod/perlfaq7.pod
14949 ____________________________________________________________________________
14950 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
14951         Log: Quench the warnings from Tru64; the HP-UX is still
14952              broken because it really, REALLY, doesn't like the
14953              HvARRAY() being lvalue:
14954              
14955              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
14956              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
14957      Branch: perl
14958            ! hv.c
14959 ____________________________________________________________________________
14960 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
14961         Log: Integrate change #10667 from maintperl:
14962              
14963              change#10449 broke the special-case that makes lexicals inside the
14964              eval"" within DB::DB() visible
14965      Branch: perl
14966           !> op.c
14967 ____________________________________________________________________________
14968 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
14969         Log: change#10449 broke the special-case that makes lexicals inside the
14970              eval"" within DB::DB() visible
14971      Branch: maint-5.6/perl
14972            ! op.c
14973 ____________________________________________________________________________
14974 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
14975         Log: Still spurious output; indent the code a bit.
14976              
14977              TODO1: separate the utility functions like MkDir
14978              into a helper script?
14979              
14980              TODO2: I see a lot of repetition in the filepath()
14981              and dirpath() calls.
14982      Branch: perl
14983            ! t/lib/filefind.t t/lib/findtaint.t
14984 ____________________________________________________________________________
14985 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
14986         Log: Regen modlib, toc.
14987      Branch: perl
14988            ! pod/perlmodlib.pod pod/perltoc.pod
14989 ____________________________________________________________________________
14990 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
14991         Log: Add libnetcfg to perlutil.
14992      Branch: perl
14993            ! pod/perlutil.pod
14994 ____________________________________________________________________________
14995 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
14996         Log: Initial integration of libnet-1.0703.
14997              The Configure script renamed as libnetcfg, will be
14998              installed along other utilities.
14999      Branch: perl
15000            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
15001            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
15002            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
15003            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
15004            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
15005            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
15006            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
15007            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
15008            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
15009            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
15010            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
15011            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15012            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
15013            + utils/libnetcfg.PL
15014            ! MANIFEST utils.lst utils/Makefile
15015 ____________________________________________________________________________
15016 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
15017         Log: Less potentially test-harness-confusing output.
15018      Branch: perl
15019            ! lib/Memoize/t/expire_module_t.t
15020 ____________________________________________________________________________
15021 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
15022         Log: The final print annoys make test.
15023      Branch: perl
15024            ! t/lib/filefind.t t/lib/findtaint.t
15025 ____________________________________________________________________________
15026 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
15027         Log: Add an option for handling dangling symbolic links.
15028      Branch: perl
15029            ! lib/File/Find.pm t/lib/filefind.t
15030 ____________________________________________________________________________
15031 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
15032         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
15033              From: Thomas Wegner <wegner_thomas@yahoo.com>
15034              Date: Sun, 17 Jun 2001 14:43:11 +0200
15035              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
15036      Branch: perl
15037            + t/lib/findtaint.t
15038            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
15039 ____________________________________________________________________________
15040 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
15041         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
15042              From: Jonathan Stowe <gellyfish@gellyfish.com>
15043              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
15044              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
15045      Branch: perl
15046            ! lib/ExtUtils/MM_Unix.pm
15047 ____________________________________________________________________________
15048 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
15049         Log: Subject: [PATCH] more anonymous stash cleanups
15050              From: Abhijit Menon-Sen <ams@wiw.org>
15051              Date: Sun, 17 Jun 2001 11:44:06 +0530
15052              Message-ID: <20010617114406.A25203@lustre.linux.in>
15053      Branch: perl
15054            ! op.c
15055 ____________________________________________________________________________
15056 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
15057         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
15058              From: Abhijit Menon-Sen <ams@wiw.org>
15059              Date: Sun, 17 Jun 2001 08:02:59 +0530
15060              Message-ID: <20010617080259.A28776@lustre.linux.in>
15061              
15062              Subject: [PATCH #2/7] xhv_eiter
15063              From: Abhijit Menon-Sen <ams@wiw.org>
15064              Date: Sun, 17 Jun 2001 08:13:18 +0530
15065              Message-ID: <20010617081318.B28776@lustre.linux.in>
15066              
15067              Subject: [PATCH #3/7] xhv_fill
15068              From: Abhijit Menon-Sen <ams@wiw.org>
15069              Date: Sun, 17 Jun 2001 08:25:16 +0530
15070              Message-ID: <20010617082516.C28776@lustre.linux.in>
15071              
15072              Subject: [PATCH #4/7] xhv_keys
15073              From: Abhijit Menon-Sen <ams@wiw.org>
15074              Date: Sun, 17 Jun 2001 08:36:17 +0530
15075              Message-ID: <20010617083617.D28776@lustre.linux.in>
15076              
15077              Subject: [PATCH #5/7] xhv_max
15078              From: Abhijit Menon-Sen <ams@wiw.org>
15079              Date: Sun, 17 Jun 2001 08:39:48 +0530
15080              Message-ID: <20010617083948.E28776@lustre.linux.in>
15081              
15082              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
15083              From: Abhijit Menon-Sen <ams@wiw.org>
15084              Date: Sun, 17 Jun 2001 08:51:11 +0530
15085              Message-ID: <20010617085111.F28776@lustre.linux.in>
15086      Branch: perl
15087            ! hv.c
15088 ____________________________________________________________________________
15089 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
15090         Log: Update Changes.
15091      Branch: perl
15092            ! Changes patchlevel.h
15093 ____________________________________________________________________________
15094 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
15095         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
15096              From: Abhijit Menon-Sen <ams@wiw.org>
15097              Date: Sat, 16 Jun 2001 07:41:19 +0530
15098              Message-ID: <20010616074119.A24720@lustre.linux.in>
15099      Branch: perl
15100            ! hv.c perl.c vms/vmsish.h win32/win32.h
15101 ____________________________________________________________________________
15102 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
15103         Log: Document tests failing when threaded, since we now have more.
15104      Branch: perl
15105            ! pod/perl572delta.pod
15106 ____________________________________________________________________________
15107 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
15108         Log: -Wall cleanup.
15109      Branch: perl
15110            ! ext/Thread/Thread.xs
15111 ____________________________________________________________________________
15112 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
15113         Log: pthread_attr_setstacksize() isn't absolutely necessary
15114              to call, only iff THREAD_CREATE_NEEDS_STACK.
15115      Branch: perl
15116            ! ext/Thread/Thread.xs
15117 ____________________________________________________________________________
15118 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
15119         Log: -Wall strays.
15120      Branch: perl
15121            ! perl.c util.c
15122 ____________________________________________________________________________
15123 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
15124         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
15125              (and INT64_MIN) brokenness.
15126      Branch: perl
15127            ! hints/darwin.sh perl.h
15128 ____________________________________________________________________________
15129 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
15130         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
15131              From: Nicholas Clark <nick@ccl4.org>
15132              Date: Sun, 17 Jun 2001 00:16:05 +0100
15133              Message-ID: <20010617001605.V98663@plum.flirble.org>
15134      Branch: perl
15135            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
15136            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
15137            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15138 ____________________________________________________________________________
15139 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
15140         Log: Add perlnetware to docs; regen toc; supply skeleton
15141              docs for some Memoize submodules.
15142      Branch: perl
15143            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
15144            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15145            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
15146            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
15147            ! win32/Makefile win32/makefile.mk
15148 ____________________________________________________________________________
15149 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
15150         Log: pod cleanup.
15151      Branch: perl
15152            ! README.netware
15153 ____________________________________________________________________________
15154 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
15155         Log: Integrate Memoize 0.64.  Few tweaks were required in
15156              the test scripts.  Note that the speed and expire*
15157              tests take several dozen seconds to run.
15158      Branch: perl
15159            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15160            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
15161            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15162            + lib/Memoize/README lib/Memoize/SDBM_File.pm
15163            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
15164            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
15165            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
15166            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
15167            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
15168            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
15169            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
15170            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
15171            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
15172            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
15173            ! MANIFEST t/lib/1_compile.t
15174 ____________________________________________________________________________
15175 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
15176         Log: Document the cross-compilation options.
15177      Branch: perl
15178            ! Cross/README INSTALL
15179 ____________________________________________________________________________
15180 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
15181         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
15182      Branch: perl
15183            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
15184            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
15185            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
15186            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
15187            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
15188            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
15189            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
15190            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
15191            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
15192            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
15193            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
15194            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
15195            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
15196            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
15197            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
15198            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
15199            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
15200            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
15201            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
15202            + lib/ExtUtils/MM_NW5.pm
15203            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
15204            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
15205            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15206            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
15207            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
15208            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
15209            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
15210            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
15211            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
15212            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
15213            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
15214            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
15215            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
15216            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
15217            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
15218            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
15219            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
15220            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
15221            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
15222            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
15223            ! util.h x2p/a2py.c
15224 ____________________________________________________________________________
15225 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
15226         Log: Resort MANIFEST.
15227      Branch: perl
15228            ! MANIFEST
15229 ____________________________________________________________________________
15230 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
15231         Log: Integrate perlio.
15232      Branch: perl
15233           +> win32/win32io.c
15234           !> MANIFEST perlio.c perliol.h win32/makefile.mk
15235 ____________________________________________________________________________
15236 [ 10640] By: nick                                  on 2001/06/16  18:38:31
15237         Log: Disable :win32 layer as default till I get it working
15238      Branch: perlio
15239            ! MANIFEST perlio.c
15240 ____________________________________________________________________________
15241 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
15242         Log: Try the new scheme by moving the Text::Abbrev test
15243              to a new place under lib.
15244      Branch: perl
15245            + lib/Text/Abbrev/t/abbrev.t
15246            - t/lib/abbrev.t
15247            ! MANIFEST
15248 ____________________________________________________________________________
15249 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
15250         Log: Make the code even more dynamical so that testname
15251              suffix length can change.
15252      Branch: perl
15253            ! lib/Test/Harness.pm t/TEST
15254 ____________________________________________________________________________
15255 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
15256         Log: Allow for deeper t/ and also a single test.pl.
15257      Branch: perl
15258            ! t/TEST t/harness
15259 ____________________________________________________________________________
15260 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
15261         Log: #define fix from Nicholas Clark.
15262      Branch: perl
15263            ! ext/POSIX/POSIX.xs
15264 ____________________________________________________________________________
15265 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
15266         Log: Initialization is nice.
15267      Branch: perl
15268            ! lib/Test/Harness.pm
15269 ____________________________________________________________________________
15270 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
15271         Log: Make t/TEST and t/harness to test also the t/ tests
15272              under the main lib/ and ext/ directories.  Fix Test::Harness
15273              to dynamically change the width of its "foo/bar....ok" output.
15274      Branch: perl
15275            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
15276 ____________________________________________________________________________
15277 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
15278         Log: Subject: [PATCH] Re: perl@10611 
15279              From: Nicholas Clark <nick@ccl4.org>
15280              Date: Sat, 16 Jun 2001 16:52:47 +0100
15281              Message-ID: <20010616165247.O98663@plum.flirble.org>
15282              
15283              The .xs parts, too.
15284      Branch: perl
15285            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
15286            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
15287 ____________________________________________________________________________
15288 [ 10632] By: nick                                  on 2001/06/16  16:44:35
15289         Log: Work-in-progress win32 layer semi-functional, checking 
15290              for UNIX breakage.
15291      Branch: perlio
15292            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
15293 ____________________________________________________________________________
15294 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
15295         Log: Subject: [PATCH] Re: perl@10611 
15296              From: Nicholas Clark <nick@ccl4.org>
15297              Date: Sat, 16 Jun 2001 16:52:47 +0100
15298              Message-ID: <20010616165247.O98663@plum.flirble.org>
15299      Branch: perl
15300            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
15301            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
15302            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
15303            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
15304            ! lib/ExtUtils/Constant.pm
15305 ____________________________________________________________________________
15306 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
15307         Log: Metaconfig unit change for #10629.
15308      Branch: metaconfig
15309            ! U/modified/Finish.U
15310 ____________________________________________________________________________
15311 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
15312         Log: The extraction changed directories.
15313      Branch: perl
15314            ! Configure
15315 ____________________________________________________________________________
15316 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
15317         Log: Math::BigInt 1.35 from Tels.
15318      Branch: perl
15319            + t/lib/mbimbf.t
15320            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15321            ! t/lib/bigfltpm.t t/lib/bigintpm.t
15322 ____________________________________________________________________________
15323 [ 10627] By: nick                                  on 2001/06/16  14:54:52
15324         Log: Work in progress UNIX-side edit of win32 PerLIO layer
15325      Branch: perlio
15326            + win32/win32io.c
15327            ! perlio.c win32/makefile.mk
15328 ____________________________________________________________________________
15329 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
15330         Log: Subject: [PATCH 5.6.1] os2/diff-configure
15331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15332              Date: Fri, 15 Jun 2001 01:19:36 -0400
15333              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
15334              
15335              Empty all of it because I think #10624 made even the
15336              last patch hunk unnecessary.
15337      Branch: perl
15338            ! os2/diff.configure
15339 ____________________________________________________________________________
15340 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
15341         Log: Metaconfig unit change for 10624.
15342      Branch: metaconfig
15343            ! U/modified/libc.U
15344      Branch: perl
15345            ! config_h.SH
15346 ____________________________________________________________________________
15347 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
15348         Log: Move the initialization of libnames to the beginning so
15349              that can one 'seed' it (as OS/2 does.)
15350      Branch: perl
15351            ! Configure
15352 ____________________________________________________________________________
15353 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
15354         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
15355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15356              Date: Fri, 15 Jun 2001 19:10:57 -0400
15357              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
15358      Branch: perl
15359            ! os2/OS2/REXX/DLL/DLL.pm
15360 ____________________________________________________________________________
15361 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
15362         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
15363              From: "Craig A. Berry" <craigberry@mac.com>
15364              Date: Fri, 15 Jun 2001 17:00:03 -0500
15365              Message-Id: <a05101007b750342599be@[172.16.52.1]>
15366      Branch: perl
15367            ! vms/descrip_mms.template
15368 ____________________________________________________________________________
15369 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
15370         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
15371              From: "Craig A. Berry" <craigberry@mac.com>
15372              Date: Fri, 15 Jun 2001 18:39:42 -0500
15373              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
15374      Branch: perl
15375            ! lib/File/Spec/VMS.pm t/lib/extutils.t
15376 ____________________________________________________________________________
15377 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
15378         Log: Integrate perlio.
15379      Branch: perl
15380           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
15381           !> t/io/utf8.t t/lib/io_scalar.t
15382 ____________________________________________________________________________
15383 [ 10619] By: nick                                  on 2001/06/15  21:05:19
15384         Log: Generated files
15385      Branch: perlio
15386            ! embed.h proto.h
15387 ____________________________________________________________________________
15388 [ 10618] By: nick                                  on 2001/06/15  20:27:42
15389         Log: Fix open.pm to work via XS-implemented method calls rather
15390              than *open::layers variables which caused all the HV/AV hassle.
15391      Branch: perlio
15392            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
15393            ! t/lib/io_scalar.t
15394 ____________________________________________________________________________
15395 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
15396         Log: Integrate perlio.
15397      Branch: perl
15398           !> lib/ExtUtils/Constant.pm
15399 ____________________________________________________________________________
15400 [ 10616] By: nick                                  on 2001/06/15  18:46:47
15401         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
15402      Branch: perlio
15403            ! lib/ExtUtils/Constant.pm
15404 ____________________________________________________________________________
15405 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
15406         Log: Integrate perlio.
15407      Branch: perl
15408           !> ext/Socket/Socket.xs
15409 ____________________________________________________________________________
15410 [ 10614] By: nick                                  on 2001/06/15  18:33:37
15411         Log: MULTIPLICITY fix for Socket.xs
15412      Branch: perlio
15413            ! ext/Socket/Socket.xs
15414 ____________________________________________________________________________
15415 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
15416         Log: Subject: Re: perl@10611
15417              From: Doug MacEachern <dougm@covalent.net>
15418              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
15419              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
15420      Branch: perl
15421            ! ext/Socket/Socket.xs
15422 ____________________________________________________________________________
15423 [ 10612] By: nick                                  on 2001/06/15  16:14:38
15424         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
15425      Branch: perlio
15426           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15427           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
15428           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
15429           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
15430           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
15431           !> utils/h2ph.PL
15432 ____________________________________________________________________________
15433 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
15434         Log: Update Changes.
15435      Branch: perl
15436            ! Changes patchlevel.h
15437 ____________________________________________________________________________
15438 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
15439         Log: Upping the test count.
15440      Branch: perl
15441            ! t/lib/filefind.t
15442 ____________________________________________________________________________
15443 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
15444         Log: Integrate perlio.
15445      Branch: perl
15446           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15447 ____________________________________________________________________________
15448 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
15449         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
15450              From: andreas.koenig@anima.de (Andreas J. Koenig)
15451              Date: 15 Jun 2001 13:30:39 +0200
15452              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
15453              
15454              Record the grim history.
15455      Branch: perl
15456            ! lib/File/Find.pm
15457 ____________________________________________________________________________
15458 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
15459         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
15460              From: Brian McCauley <nobull@mail.com>
15461              Date: 15 Jun 2001 07:51:26 +0100
15462              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
15463      Branch: perl
15464            ! lib/File/Find.pm t/lib/filefind.t
15465 ____________________________________________________________________________
15466 [ 10606] By: nick                                  on 2001/06/15  14:00:08
15467         Log: regen_config_h for Win32.
15468      Branch: perlio
15469            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15470 ____________________________________________________________________________
15471 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
15472         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
15473              From: Peter Prymmer <pvhp@forte.com>
15474              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
15475              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
15476      Branch: perl
15477            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
15478 ____________________________________________________________________________
15479 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
15480         Log: Some filesystems require writability for rename/unlink.
15481      Branch: perl
15482            ! opcode.pl
15483 ____________________________________________________________________________
15484 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
15485         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
15486              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
15487              Date: Fri, 15 Jun 2001 12:08:53 +0200
15488              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
15489      Branch: perl
15490            ! perlio.c
15491 ____________________________________________________________________________
15492 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
15493         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
15494              From: Mike Guy <mjtg@cam.ac.uk>
15495              Date: Fri, 15 Jun 2001 14:11:49 +0100
15496              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
15497      Branch: perl
15498            ! opcode.pl
15499 ____________________________________________________________________________
15500 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
15501         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
15502              From: Nicholas Clark <nick@ccl4.org>
15503              Date: Thu, 14 Jun 2001 23:52:56 +0100
15504              Message-ID: <20010614235256.G98663@plum.flirble.org>
15505      Branch: perl
15506            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
15507            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15508 ____________________________________________________________________________
15509 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
15510         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
15511              From: Russ Allbery <rra@stanford.edu>
15512              Date: 14 Jun 2001 13:24:43 -0700
15513              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
15514      Branch: perl
15515            ! ext/GDBM_File/GDBM_File.pm
15516 ____________________________________________________________________________
15517 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
15518         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
15519              From: Nicholas Clark <nick@ccl4.org>
15520              Date: Thu, 14 Jun 2001 20:37:47 +0100
15521              Message-ID: <20010614203747.F98663@plum.flirble.org>
15522      Branch: perl
15523            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15524            ! t/lib/gdbm.t
15525 ____________________________________________________________________________
15526 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
15527         Log: Integrate perlio.
15528      Branch: perl
15529           !> makedef.pl sv.c
15530 ____________________________________________________________________________
15531 [ 10597] By: nick                                  on 2001/06/15  11:08:13
15532         Log: Check that HVs with HvNAME() != NULL are really stashes before
15533              treating them as such. Also be more defensive on the GvCV.
15534              Win32 fork and dprof now working again. 
15535      Branch: perlio
15536            ! sv.c
15537 ____________________________________________________________________________
15538 [ 10596] By: nick                                  on 2001/06/15  10:11:20
15539         Log: Integrate mainline.
15540      Branch: perlio
15541           +> Cross/README
15542           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
15543           !> Porting/config_H config_h.SH configure.com epoc/config.sh
15544           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
15545           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15546           !> vos/config.ga.h win32/config.bc win32/config.gc
15547           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15548           !> win32/config_H.vc
15549 ____________________________________________________________________________
15550 [ 10595] By: nick                                  on 2001/06/15  09:37:17
15551         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
15552              - Win32 (VC++) now builds but fails:
15553              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
15554              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
15555              write.t    - open(...,"|-") not implemented on Win32 
15556      Branch: perlio
15557            ! makedef.pl
15558 ____________________________________________________________________________
15559 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
15560         Log: Integrate perlio.
15561      Branch: perl
15562           !> perlio.c win32/makefile.mk
15563 ____________________________________________________________________________
15564 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
15565         Log: Metaconfig unit changes for #10592.
15566      Branch: metaconfig
15567            + U/modified/i_varhdr.U U/modified/startsh.U
15568            - U/a_dvisory/crosscompile.U U/target/Target.U
15569            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
15570            ! U/compline/bitpbyte.U U/compline/byteorder.U
15571            ! U/compline/ccflags.U U/compline/charsize.U
15572            ! U/compline/d_casti32.U U/compline/d_castneg.U
15573            ! U/compline/d_closedir.U U/compline/d_fd_set.U
15574            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
15575            ! U/compline/d_keepsig.U U/compline/d_open3.U
15576            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
15577            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
15578            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
15579            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
15580            ! U/compline/doublesize.U U/compline/floatsize.U
15581            ! U/compline/nblock_io.U U/compline/orderlib.U
15582            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
15583            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
15584            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
15585            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
15586            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
15587            ! U/modified/spitshell.U U/threads/archname.U
15588            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
15589            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
15590            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
15591            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
15592            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
15593      Branch: metaconfig/U/perl
15594            + Cross.U
15595            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
15596            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
15597            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
15598            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
15599            ! stdio_streams.U uselfs.U
15600 ____________________________________________________________________________
15601 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
15602         Log: The first steps towards cross-compilation.
15603              
15604              Abstract execution of compiled test executables with $run,
15605              and abstract transfer of files with $to and $from.
15606              
15607              Under cross-compilation the $run, $to, and $from will point
15608              to appropriate wrapper scripts, by default ssh and scp,
15609              but also rsh, rcp, and cp are supported.  If not
15610              cross-compiling, they will be set to '', ':', and ':',
15611              respectively.
15612              
15613              With these patches I was able to get Configure for
15614              iPAQ ARM Linux on an Intel Linux about 95% right
15615              (only a few tests failed to execute or they produced
15616              incorrect results), and I was able to compile
15617              a functional miniperl.
15618              
15619              The symbol crosscompile renamed to be usecrosscompile,
15620              the corresponding C symbol from CROSSCOMPILE to
15621              USE_CROSS_COMPILE.
15622      Branch: perl
15623            ! Configure Cross/README Makefile.SH Porting/Glossary
15624            ! Porting/config.sh Porting/config_H config_h.SH configure.com
15625            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
15626            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15627            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15628            ! win32/config.gc win32/config.vc win32/config_H.bc
15629            ! win32/config_H.gc win32/config_H.vc
15630 ____________________________________________________________________________
15631 [ 10591] By: nick                                  on 2001/06/14  20:00:12
15632         Log: Steps along the road toward Win32 building again.
15633      Branch: perlio
15634            ! perlio.c win32/makefile.mk
15635 ____________________________________________________________________________
15636 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
15637         Log: Integrate perlio.
15638      Branch: perl
15639           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15640 ____________________________________________________________________________
15641 [ 10589] By: nick                                  on 2001/06/14  13:54:07
15642         Log: Routine regen_config_h for Win32
15643      Branch: perlio
15644            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15645 ____________________________________________________________________________
15646 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
15647         Log: Integrate perlio.
15648      Branch: perl
15649           +> perlyline.pl
15650           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
15651 ____________________________________________________________________________
15652 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
15653         Log: A placeholder.
15654      Branch: perl
15655            + Cross/README
15656 ____________________________________________________________________________
15657 [ 10586] By: nick                                  on 2001/06/14  08:25:07
15658         Log: Add new step to run_byacc which:
15659              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
15660              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
15661      Branch: perlio
15662            + perlyline.pl
15663            ! MANIFEST Makefile.SH perly.c
15664 ____________________________________________________________________________
15665 [ 10585] By: nick                                  on 2001/06/14  08:22:29
15666         Log: Integrate mainline
15667      Branch: perlio
15668           +> locale.c numeric.c
15669           !> Changes cygwin/Makefile.SHs embed.h embed.pl
15670           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
15671           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
15672           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
15673           !> x2p/Makefile.SH
15674 ____________________________________________________________________________
15675 [ 10584] By: nick                                  on 2001/06/14  08:05:53
15676         Log: Hack to remove insecure directories from PATH so test will run.
15677      Branch: perlio
15678            ! t/lib/filefind.t
15679 ____________________________________________________________________________
15680 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
15681         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
15682      Branch: perl
15683            - t/lib/mbimbf.t
15684            ! MANIFEST
15685 ____________________________________________________________________________
15686 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
15687         Log: Detypo.
15688      Branch: perl
15689            ! x2p/Makefile.SH
15690 ____________________________________________________________________________
15691 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
15692         Log: de-$CONFIG continues.
15693      Branch: perl
15694            ! cygwin/Makefile.SHs x2p/Makefile.SH
15695 ____________________________________________________________________________
15696 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
15697         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
15698              From: Nicholas Clark <nick@ccl4.org>
15699              Date: Wed, 13 Jun 2001 21:20:13 +0100
15700              Message-ID: <20010613212013.D98663@plum.flirble.org>
15701      Branch: perl
15702            ! opcode.pl
15703 ____________________________________________________________________________
15704 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
15705         Log: Subject: splitting util.c
15706              From: Hugo <hv@crypt.compulink.co.uk>
15707              Date: Thu, 14 Jun 2001 00:41:08 +0100
15708              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
15709      Branch: perl
15710            + locale.c numeric.c
15711            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
15712            ! pod/perlapi.pod proto.h util.c
15713 ____________________________________________________________________________
15714 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
15715         Log: Upgrade to Math::BigInt 1.34 from Tels.
15716      Branch: perl
15717            + t/lib/mbimbf.t
15718            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15719            ! t/lib/bigfltpm.t t/lib/bigintpm.t
15720 ____________________________________________________________________________
15721 [ 10577] By: nick                                  on 2001/06/13  19:02:48
15722         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
15723      Branch: perlio
15724           !> (integrate 125 files)
15725 ____________________________________________________________________________
15726 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
15727         Log: Update Changes.
15728      Branch: perl
15729            ! Changes patchlevel.h
15730 ____________________________________________________________________________
15731 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
15732         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
15733              From: "Craig A. Berry" <craigberry@mac.com>
15734              Date: Wed, 13 Jun 2001 13:24:28 -0500
15735              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
15736      Branch: perl
15737            ! ext/re/Makefile.PL
15738 ____________________________________________________________________________
15739 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
15740         Log: Mc.u.c. for #10573.
15741      Branch: metaconfig
15742            ! U/threads/usethreads.U
15743 ____________________________________________________________________________
15744 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
15745         Log: It would be also be good if I could type.
15746      Branch: perl
15747            ! Configure
15748 ____________________________________________________________________________
15749 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
15750         Log: Metaconfig unit change for #10571.
15751      Branch: metaconfig
15752            ! U/threads/usethreads.U
15753 ____________________________________________________________________________
15754 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
15755         Log: A non-empty default is a good thing.
15756      Branch: perl
15757            ! Configure
15758 ____________________________________________________________________________
15759 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
15760         Log: Metaconfig unit change for #10569.
15761      Branch: metaconfig
15762            ! U/threads/usethreads.U
15763 ____________________________________________________________________________
15764 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
15765         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
15766              extremely experimental, not even prompted for.
15767      Branch: perl
15768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15769            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
15770            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15771            ! win32/config.bc win32/config.gc win32/config.vc
15772 ____________________________________________________________________________
15773 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
15774         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
15775      Branch: perl
15776            ! pod/perlfaq6.pod
15777 ____________________________________________________________________________
15778 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
15779         Log: Integrate perlio; conflicts, accept Nick's versions.
15780      Branch: perl
15781           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15782           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
15783 ____________________________________________________________________________
15784 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
15785         Log: Subject: Re: ext/ + -Wall
15786              From: Doug MacEachern <dougm@covalent.net>
15787              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
15788              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
15789      Branch: perl
15790            ! XSUB.h lib/ExtUtils/xsubpp perl.h
15791 ____________________________________________________________________________
15792 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
15793         Log: Similar logic as DB_File.xs, using the modern macros and
15794              defines them to older ones for older Perls where PERL_VERSION
15795              is not defined, from Doug MacEachern.
15796      Branch: perl
15797            ! ext/Storable/Storable.xs
15798 ____________________________________________________________________________
15799 [ 10564] By: nick                                  on 2001/06/13  15:22:01
15800         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
15801              and using that instead (name lookups are sequential search for now).
15802      Branch: perlio
15803            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15804            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
15805 ____________________________________________________________________________
15806 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
15807         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
15808              From: "Richard Soderberg" <rs@crystalflame.net>
15809              Date: Sat, 26 May 2001 06:44:20 -0700
15810              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
15811      Branch: perl
15812            ! sv.c t/op/glob.t
15813 ____________________________________________________________________________
15814 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
15815         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
15816              From: "Craig A. Berry" <craigberry@mac.com>
15817              Date: Tue, 12 Jun 2001 23:55:26 -0500
15818              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
15819      Branch: perl
15820            ! ext/re/Makefile.PL ext/re/re.xs
15821 ____________________________________________________________________________
15822 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
15823         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
15824              suggested by NI-S.
15825      Branch: perl
15826            ! XSUB.h malloc.c perl.h
15827 ____________________________________________________________________________
15828 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
15829         Log: Regen toc.
15830      Branch: perl
15831            ! pod/perltoc.pod
15832 ____________________________________________________________________________
15833 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
15834         Log: Subject: [patch] perl.gprof control
15835              From: Doug MacEachern <dougm@covalent.net>
15836              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
15837              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
15838      Branch: perl
15839            ! miniperlmain.c perl.h
15840 ____________________________________________________________________________
15841 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
15842         Log: Subject: Re: ext/ + -Wall
15843              From: Doug MacEachern <dougm@covalent.net>
15844              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
15845              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
15846              
15847              Document ax and break up dXSARGS.
15848      Branch: perl
15849            ! XSUB.h pod/perlapi.pod
15850 ____________________________________________________________________________
15851 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
15852         Log: More AIX tweakage from Merijn.
15853      Branch: perl
15854            ! hints/aix.sh
15855 ____________________________________________________________________________
15856 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
15857         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
15858              From: "Craig A. Berry" <craigberry@mac.com>
15859              Date: Tue, 12 Jun 2001 22:57:45 -0500
15860              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
15861      Branch: perl
15862            ! vms/descrip_mms.template
15863 ____________________________________________________________________________
15864 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
15865         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
15866              From: "Craig A. Berry" <craigberry@mac.com>
15867              Date: Tue, 12 Jun 2001 22:21:39 -0500
15868              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
15869      Branch: perl
15870            ! configure.com util.c
15871 ____________________________________________________________________________
15872 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
15873         Log: New AIX dynaloading code from Jens-Uwe Mager.
15874              Does break binary compatibility.
15875      Branch: perl
15876            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
15877 ____________________________________________________________________________
15878 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
15879         Log: VMS DEC C compiler found nits by Peter Prymmer.
15880      Branch: perl
15881            ! util.c
15882 ____________________________________________________________________________
15883 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
15884         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
15885              From: Peter Prymmer <pvhp@forte.com>
15886              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
15887              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
15888      Branch: perl
15889            ! t/lib/filecomp.t
15890 ____________________________________________________________________________
15891 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
15892         Log: I wonder how many $CONFIGs still lurk in the shadows.
15893      Branch: perl
15894            ! pod/Makefile.SH x2p/cflags.SH
15895 ____________________________________________________________________________
15896 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
15897         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
15898      Branch: perl
15899            ! pod/checkpods.PL
15900 ____________________________________________________________________________
15901 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
15902         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
15903      Branch: perl
15904            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
15905 ____________________________________________________________________________
15906 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
15907         Log: Subject: [patch] rid local_patches warnings
15908              From: Doug MacEachern <dougm@covalent.net>
15909              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
15910              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
15911      Branch: perl
15912            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
15913 ____________________________________________________________________________
15914 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
15915         Log: Subject: Re: ext/ + -Wall
15916              From: Doug MacEachern <dougm@covalent.net>
15917              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
15918              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
15919      Branch: perl
15920            ! ext/attrs/attrs.xs
15921 ____________________________________________________________________________
15922 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
15923         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
15924              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15925              Date: Tue, 12 Jun 2001 14:36:20 -0400
15926              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
15927      Branch: perl
15928            ! pod/perlretut.pod
15929 ____________________________________________________________________________
15930 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
15931         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
15932              From: Mike Guy <mjtg@cam.ac.uk>
15933              Date: Tue, 12 Jun 2001 19:10:31 +0100
15934              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
15935              
15936              Subject: Re: [ID 20010612.001] out of memory during regex compilation
15937              From: Mike Guy <mjtg@cam.ac.uk>
15938              Date: Tue, 12 Jun 2001 19:21:01 +0100
15939              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
15940      Branch: perl
15941            ! pod/perlop.pod
15942 ____________________________________________________________________________
15943 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
15944         Log: AIX tweaks from Merijn H. Brand.
15945      Branch: perl
15946            ! hints/aix.sh
15947 ____________________________________________________________________________
15948 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
15949         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
15950              From: "Brendan O'Dea" <bod@compusol.com.au>
15951              Date: Wed, 13 Jun 2001 05:16:47 +1000
15952              Message-ID: <20010613051647.A8945@compusol.com.au>
15953      Branch: maint-5.6/perl
15954            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15955 ____________________________________________________________________________
15956 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
15957         Log: Subject: Small bcopy cleanup
15958              From: Andy Dougherty <doughera@lafayette.edu>
15959              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
15960              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
15961      Branch: perl
15962            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
15963 ____________________________________________________________________________
15964 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
15965         Log: Subject: [PATCH] Re: ext/ + -Wall
15966              From: Nicholas Clark <nick@ccl4.org>
15967              Date: Wed, 13 Jun 2001 00:04:30 +0100
15968              Message-ID: <20010613000430.M5901@plum.flirble.org>
15969      Branch: perl
15970            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15971 ____________________________________________________________________________
15972 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
15973         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
15974              From: Nicholas Clark <nick@ccl4.org>
15975              Date: Tue, 12 Jun 2001 23:53:07 +0100
15976              Message-ID: <20010612235307.L5901@plum.flirble.org>
15977      Branch: perl
15978            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15979 ____________________________________________________________________________
15980 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
15981         Log: MPE/iX tweaks from Mark Bixby.
15982      Branch: perl
15983            ! hints/mpeix.sh mpeix/mpeixish.h util.c
15984 ____________________________________________________________________________
15985 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
15986         Log: Update Changes.
15987      Branch: perl
15988            ! Changes patchlevel.h
15989 ____________________________________________________________________________
15990 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
15991         Log: One less -Wall whine (found under DEBUGGING).
15992      Branch: perl
15993            ! x2p/Makefile.SH x2p/a2p.c
15994 ____________________________________________________________________________
15995 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
15996         Log: s/case-independent/case-insensitive/g
15997      Branch: perl
15998            ! pod/perldebug.pod
15999 ____________________________________________________________________________
16000 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
16001         Log: As suggested in    
16002              
16003              Subject: Re: ext/ + -Wall
16004              From: Gurusamy Sarathy <gsar@ActiveState.com>
16005              Date: Mon, 11 Jun 2001 23:34:31 -0700
16006              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
16007      Branch: perl
16008            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
16009            ! perl.h
16010 ____________________________________________________________________________
16011 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
16012         Log: Subject: ext/ + -Wall
16013              From: Doug MacEachern <dougm@covalent.net>
16014              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
16015              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
16016      Branch: perl
16017            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
16018            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
16019            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
16020            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
16021            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
16022            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
16023            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
16024            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
16025            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
16026            ! lib/ExtUtils/xsubpp
16027 ____________________________________________________________________________
16028 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
16029         Log: Subject: [PATCH] anonymous stashes
16030              From: Abhijit Menon-Sen <ams@wiw.org>
16031              Date: Tue, 12 Jun 2001 12:47:04 +0530
16032              Message-ID: <20010612124704.A29029@lustre.linux.in>
16033      Branch: perl
16034            ! dump.c gv.c sv.c xsutils.c
16035 ____________________________________________________________________________
16036 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
16037         Log: One more test for $^S.
16038      Branch: perl
16039            ! t/op/magic.t
16040 ____________________________________________________________________________
16041 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
16042         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
16043              From: Abhijit Menon-Sen <ams@wiw.org>
16044              Date: Tue, 12 Jun 2001 17:35:55 +0530
16045              Message-ID: <20010612173555.A32426@lustre.linux.in>
16046      Branch: perl
16047            ! mg.c t/op/magic.t
16048 ____________________________________________________________________________
16049 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
16050         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
16051              From: Mike Guy <mjtg@cam.ac.uk>
16052              Date: Tue, 12 Jun 2001 13:14:15 +0100
16053              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
16054      Branch: perl
16055            ! pod/perlop.pod
16056 ____________________________________________________________________________
16057 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
16058         Log: AUTHORS updates.
16059      Branch: perl
16060            ! AUTHORS
16061 ____________________________________________________________________________
16062 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
16063         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
16064              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
16065              Content-Transfer-Encoding: 7bit
16066              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
16067      Branch: perl
16068            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
16069 ____________________________________________________________________________
16070 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
16071         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
16072              From: "Philip Newton" <Philip.Newton@gmx.net>
16073              Date: Mon, 11 Jun 2001 07:08:03 +0200
16074              Message-Id: <200106120802.LAA08992@taas.iki.fi>
16075      Branch: perl
16076            ! t/base/term.t
16077 ____________________________________________________________________________
16078 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
16079         Log: Cleanup the a2p.c for -Wall.
16080      Branch: perl
16081            ! x2p/Makefile.SH x2p/a2p.c
16082 ____________________________________________________________________________
16083 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
16084         Log: File::Find update for MacOS from Chris Nandor.
16085      Branch: perl
16086            ! lib/File/Find.pm t/lib/filefind.t
16087 ____________________________________________________________________________
16088 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
16089         Log: gcc -Wall nits picked out by a non-UNIX system
16090              (courtesy of Mark Bixby)
16091      Branch: perl
16092            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
16093            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
16094            ! pp_sys.c util.c
16095 ____________________________________________________________________________
16096 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
16097         Log: Metaconfig unit change for #10522.  (The d_modfl changes
16098              placate metalint.)
16099      Branch: metaconfig/U/perl
16100            ! d_modfl.U d_u32align.U
16101 ____________________________________________________________________________
16102 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
16103         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
16104              be "./try 2>&1 >/dev/null".
16105      Branch: perl
16106            ! Configure
16107 ____________________________________________________________________________
16108 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
16109         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
16110              From: "Craig A. Berry" <craigberry@mac.com>
16111              Date: Mon, 11 Jun 2001 14:00:32 -0500
16112              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
16113      Branch: perl
16114            ! configure.com
16115 ____________________________________________________________________________
16116 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
16117         Log: Move the full \p\P lists to perlunicode.
16118      Branch: perl
16119            ! pod/perlretut.pod pod/perlunicode.pod
16120 ____________________________________________________________________________
16121 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
16122         Log: VOS build tweak for 5.6.1 from Paul Green.
16123      Branch: maint-5.6/perl
16124            ! vos/build.cm
16125 ____________________________________________________________________________
16126 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
16127         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
16128              From: "Craig A. Berry" <craigberry@mac.com>
16129              Date: Fri, 8 Jun 2001 18:08:18 -0500
16130              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
16131      Branch: perl
16132            ! vms/vms.c
16133 ____________________________________________________________________________
16134 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
16135         Log: Update Changes.
16136      Branch: perl
16137            ! Changes patchlevel.h
16138 ____________________________________________________________________________
16139 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
16140         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
16141      Branch: perl
16142            ! vos/config.alpha.h vos/config.ga.h
16143 ____________________________________________________________________________
16144 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
16145         Log: VOS updates from Paul Green for @10476.
16146      Branch: perl
16147            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16148            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16149            ! vos/config.ga.h vos/configure_perl.cm
16150 ____________________________________________________________________________
16151 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
16152         Log: Subject: [PATCH] Not many people know this ...
16153              From: Mike Guy <mjtg@cam.ac.uk>
16154              Date: Mon, 11 Jun 2001 14:55:15 +0100
16155              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
16156      Branch: perl
16157            ! pod/perldebug.pod
16158 ____________________________________________________________________________
16159 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
16160         Log: Add final commas to lists as suggested by Philip Newton.
16161      Branch: perl
16162            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16163 ____________________________________________________________________________
16164 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
16165         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
16166              Date: Sun, 10 Jun 2001 23:35:38 -0400
16167              From: Chris Nandor <pudge@pobox.com>
16168              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
16169      Branch: perl
16170            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
16171            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
16172            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
16173            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
16174            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
16175            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
16176            ! t/op/write.t t/pragma/strict.t
16177 ____________________________________________________________________________
16178 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
16179         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
16180              From: Chris Nandor <pudge@pobox.com>
16181              Date: Mon, 11 Jun 2001 08:24:28 -0400
16182              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
16183      Branch: perl
16184            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
16185            ! t/lib/io_dir.t
16186 ____________________________________________________________________________
16187 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
16188         Log: One more run_byacc (a hand-tweaked version had slipped in).
16189      Branch: perl
16190            ! perly.c vms/perly_c.vms
16191 ____________________________________________________________________________
16192 [ 10509] By: nick                                  on 2001/06/11  07:49:15
16193         Log: Integrate mainline
16194      Branch: perlio
16195           !> Makefile.SH embed.h embed.pl global.sym
16196           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
16197           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
16198           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
16199           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
16200 ____________________________________________________________________________
16201 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
16202         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
16203              From: Mike Guy <mjtg@cam.ac.uk>
16204              Reply-To: mjtg@cam.ac.uk
16205              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
16206      Branch: perl
16207            ! lib/ExtUtils/Manifest.pm
16208 ____________________________________________________________________________
16209 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
16210         Log: Subject: [PATCH] ExtUtils::Constant
16211              From: Nicholas Clark <nick@ccl4.org>
16212              Date: Sun, 10 Jun 2001 23:25:41 +0100
16213              Message-ID: <20010610232540.C76396@plum.flirble.org>
16214      Branch: perl
16215            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16216 ____________________________________________________________________________
16217 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
16218         Log: Integrate perlio.
16219      Branch: perl
16220           !> iperlsys.h
16221 ____________________________________________________________________________
16222 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
16223         Log: Move the grok_number and its lieutenant grok_numeric_radix
16224              from sv.c statics to util.c and public.
16225      Branch: perl
16226            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
16227            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
16228 ____________________________________________________________________________
16229 [ 10504] By: nick                                  on 2001/06/10  17:47:06
16230         Log: Fix (valid) -Wall warnings in perlio.c
16231      Branch: perlio
16232            ! iperlsys.h
16233 ____________________________________________________________________________
16234 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
16235         Log: Update perly_c.diff, update perly.fixer to edit away
16236              some of the -Wall noise.
16237      Branch: perl
16238            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
16239 ____________________________________________________________________________
16240 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
16241         Log: Check the version of byacc.
16242      Branch: perl
16243            ! Makefile.SH
16244 ____________________________________________________________________________
16245 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
16246         Log: Subject: [PATCH] perly.y overhaul
16247              From: Simon Cozens <simon@netthink.co.uk>
16248              Date: Sun, 10 Jun 2001 16:56:54 +0100
16249              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
16250              
16251              Plus make run_byacc.
16252      Branch: perl
16253            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
16254 ____________________________________________________________________________
16255 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
16256         Log: Integrate perlio.
16257      Branch: perl
16258           !> perlio.c perlsfio.h
16259 ____________________________________________________________________________
16260 [ 10499] By: nick                                  on 2001/06/10  15:01:08
16261         Log: Integrate mainline
16262      Branch: perlio
16263           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
16264           !> t/pragma/locale.t util.c
16265 ____________________________________________________________________________
16266 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
16267         Log: Put some meat on the perl572delta bones.  The list of
16268              selected bug fixes needs more work, as does still the
16269              whole document.
16270      Branch: perl
16271            ! pod/perl572delta.pod
16272 ____________________________________________________________________________
16273 [ 10497] By: nick                                  on 2001/06/10  12:27:51
16274         Log: Paper over a crack or two with USE_SFIO
16275      Branch: perlio
16276            ! perlio.c perlsfio.h
16277 ____________________________________________________________________________
16278 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
16279         Log: Update Changes.
16280      Branch: perl
16281            ! Changes patchlevel.h
16282 ____________________________________________________________________________
16283 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
16284         Log: Subject: Re: pragma/locale.t #107
16285              From: Hugo <hv@crypt.compulink.co.uk>
16286              Date: Sun, 10 Jun 2001 11:23:30 +0100
16287              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
16288              
16289              Encapsulate the scan of the decimal radix separator.
16290      Branch: perl
16291            ! embed.h embed.pl proto.h sv.c
16292 ____________________________________________________________________________
16293 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
16294         Log: Try to grok numbers both with the locale specific separator
16295              and with the usual "." (if different from the lss); add a test
16296              to locale.t to do also a little bit of math in addition to just
16297              equalness testing; remove extraneous logic as suggested in
16298              
16299              Subject: Re: pragma/locale.t #107
16300              From: Nicholas Clark <nick@ccl4.org>
16301              Date: Sat, 9 Jun 2001 22:37:36 +0100
16302              Message-ID: <20010609223735.Y76396@plum.flirble.org>
16303      Branch: perl
16304            ! sv.c t/pragma/locale.t
16305 ____________________________________________________________________________
16306 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
16307         Log: Metaconfig unit change for #10492.
16308      Branch: metaconfig/U/perl
16309            ! Extensions.U
16310 ____________________________________________________________________________
16311 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
16312         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
16313              From: Artur Bergman <artur@contiller.se> 
16314              Date: Sat, 09 Jun 2001 21:03:51 +0200
16315              Message-ID: <B7483FB6.1398%artur@contiller.se>
16316      Branch: perl
16317            ! Configure
16318 ____________________________________________________________________________
16319 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
16320         Log: Integrate perlio.
16321      Branch: perl
16322           !> perlsfio.h
16323 ____________________________________________________________________________
16324 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
16325         Log: Do locale specific separator if only in locale.
16326      Branch: perl
16327            ! util.c
16328 ____________________________________________________________________________
16329 [ 10489] By: nick                                  on 2001/06/09  19:13:25
16330         Log: Make XS/Typemap compile (but fail) with sfio
16331      Branch: perlio
16332            ! perlsfio.h
16333 ____________________________________________________________________________
16334 [ 10488] By: nick                                  on 2001/06/09  19:12:51
16335         Log: Re-integrate mainline
16336      Branch: perlio
16337           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
16338           !> proto.h sv.c util.c
16339 ____________________________________________________________________________
16340 [ 10487] By: nick                                  on 2001/06/09  16:26:29
16341         Log: Integrate mainline
16342      Branch: perlio
16343           !> (integrate 31 files)
16344 ____________________________________________________________________________
16345 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
16346         Log: Subject: [PATCH] New attempt to clone callack
16347              From: Artur Bergman <artur@contiller.se> 
16348              Date: Thu, 07 Jun 2001 11:52:16 +0200
16349              Message-ID: <B7451B6F.12B7%artur@contiller.se>
16350      Branch: perl
16351            ! embedvar.h intrpvar.h perlapi.h sv.c
16352 ____________________________________________________________________________
16353 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
16354         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
16355      Branch: perl
16356            ! embed.h embed.pl perl.h proto.h sv.c util.c
16357 ____________________________________________________________________________
16358 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
16359         Log: Subject: Re: pragma/locale.t #107
16360              From: Nicholas Clark <nick@ccl4.org>
16361              Date: Sat, 9 Jun 2001 16:26:10 +0100
16362              Message-ID: <20010609162609.V76396@plum.flirble.org>
16363              
16364              A missing NVification.
16365      Branch: perl
16366            ! sv.c
16367 ____________________________________________________________________________
16368 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
16369         Log: Redo the #10482, there already was a test script for formats.
16370      Branch: perl
16371            - t/io/format.t
16372            ! MANIFEST t/op/write.t
16373 ____________________________________________________________________________
16374 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
16375         Log: Twisted format testing, from Merijn.
16376      Branch: perl
16377            + t/io/format.t
16378            ! MANIFEST
16379 ____________________________________________________________________________
16380 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
16381         Log: More \p{In...} testing, combined with \N{...}.
16382      Branch: perl
16383            ! lib/utf8_heavy.pl t/op/pat.t
16384 ____________________________________________________________________________
16385 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
16386         Log: Metaconfig changes for #10479.
16387      Branch: metaconfig
16388            ! U/Glossary.patch
16389      Branch: metaconfig/U/perl
16390            ! d_modfl.U
16391 ____________________________________________________________________________
16392 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
16393         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
16394      Branch: perl
16395            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16396            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
16397            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16398            ! win32/config.bc win32/config.gc win32/config.vc
16399 ____________________________________________________________________________
16400 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
16401         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
16402              From: "Craig A. Berry" <craigberry@mac.com>
16403              Date: Thu, 7 Jun 2001 14:27:20 -0500
16404              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
16405      Branch: perl
16406            ! vms/perlvms.pod
16407 ____________________________________________________________________________
16408 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
16409         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
16410              From: Gisle Aas <gisle@ActiveState.com>
16411              Date: 07 Jun 2001 17:04:29 -0700
16412              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
16413      Branch: perl
16414            ! ext/re/re.xs
16415 ____________________________________________________________________________
16416 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
16417         Log: Update Changes.
16418      Branch: perl
16419            ! Changes patchlevel.h
16420 ____________________________________________________________________________
16421 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
16422         Log: Regen Glossary et alia.
16423      Branch: perl
16424            ! Porting/Glossary Porting/config.sh Porting/config_H
16425 ____________________________________________________________________________
16426 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
16427         Log: Metaconfig unit changes for #10473.
16428      Branch: metaconfig/U/perl
16429            ! d_modfl.U
16430 ____________________________________________________________________________
16431 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
16432         Log: Harumph, also AIX will spill its guts (i.e. dump core)
16433              if an executable contains modfl() but it hasn't been
16434              compiled right (in the case of AIX, with cc -qlongdouble).
16435      Branch: perl
16436            ! Configure
16437 ____________________________________________________________________________
16438 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
16439         Log: integrate change#10471 from mainline
16440              
16441              in change#10451, check that CvOUTSIDE is a CV before looking in
16442              (it can apparently be SVt_NULL during global destruction)
16443      Branch: maint-5.6/perl
16444           !> op.c
16445 ____________________________________________________________________________
16446 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
16447         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
16448              (it can apparently be SVt_NULL during global destruction)
16449      Branch: perl
16450            ! op.c
16451 ____________________________________________________________________________
16452 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
16453         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
16454              From: Robin Barker <rmb1@cise.npl.co.uk>
16455              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
16456              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
16457      Branch: perl
16458            ! lib/diagnostics.pm pod/perldiag.pod
16459 ____________________________________________________________________________
16460 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
16461         Log: Subject: [PATCH perl@10439] long =item
16462              From: Robin Barker <rmb1@cise.npl.co.uk>
16463              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
16464              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
16465      Branch: perl
16466            ! README.amiga lib/Attribute/Handlers.pm
16467            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16468 ____________________________________________________________________________
16469 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
16470         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
16471              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
16472              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
16473              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
16474      Branch: perl
16475            ! pod/perlguts.pod
16476 ____________________________________________________________________________
16477 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
16478         Log: Integrate perlio.
16479      Branch: perl
16480           !> sv.c
16481 ____________________________________________________________________________
16482 [ 10466] By: nick                                  on 2001/06/07  10:25:40
16483         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
16484              whitespace tweaks.
16485              Still coredumps in pragma/overload.t - what a nice hard fail that is...
16486      Branch: perlio
16487            ! sv.c
16488 ____________________________________________________________________________
16489 [ 10465] By: nick                                  on 2001/06/07  08:41:58
16490         Log: Raw integrate of mainline for S_grok_number debug
16491              (sv.c has MULTIPLICITY issues as well as whatever else ...)
16492      Branch: perlio
16493            - plan9/perlplan9.doc plan9/perlplan9.pod
16494           !> (integrate 46 files)
16495 ____________________________________________________________________________
16496 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
16497         Log: The proper prototyping for #10463.
16498      Branch: perl
16499            ! embed.h embed.pl proto.h sv.c
16500 ____________________________________________________________________________
16501 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
16502         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
16503              From: Nicholas Clark <nick@ccl4.org>
16504              Date: Thu, 7 Jun 2001 00:29:59 +0100
16505              Message-ID: <20010607002959.Z76396@plum.flirble.org>
16506      Branch: perl
16507            ! sv.c
16508 ____________________________________________________________________________
16509 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
16510         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
16511              From: "Craig A. Berry" <craigberry@mac.com>
16512              Date: Wed, 06 Jun 2001 17:54:30 -0500
16513              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
16514      Branch: perl
16515            ! vms/perlvms.pod
16516 ____________________________________________________________________________
16517 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
16518         Log: Podify the remaining README.platform files;
16519              merge README.plan9 and plan9/perlplan9.pod;
16520              delete plan9/perlplan9.* (the perlplan.doc needs to
16521              be regenerated in Plan 9); make the =head1 and =head2
16522              in the README.platform to be a little more verbose
16523              (skipped README.os2 not to anger Ilya) so that they
16524              look better in the toc; regen toc.
16525      Branch: perl
16526            - plan9/perlplan9.doc plan9/perlplan9.pod
16527            ! MANIFEST README.aix README.amiga README.apollo README.beos
16528            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
16529            ! README.hpux README.hurd README.machten README.macos
16530            ! README.micro README.mint README.mpeix README.os390
16531            ! README.plan9 README.qnx README.solaris README.threads
16532            ! README.tru64 README.vmesa README.vms README.vos README.win32
16533            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
16534            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16535 ____________________________________________________________________________
16536 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
16537         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
16538              From: Mike Guy <mjtg@cam.ac.uk>
16539              Reply-To: mjtg@cam.ac.uk
16540              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
16541      Branch: perl
16542            ! pod/perlguts.pod
16543 ____________________________________________________________________________
16544 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
16545         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
16546              From: Mike Guy <mjtg@cam.ac.uk>
16547              Reply-To: mjtg@cam.ac.uk
16548              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
16549      Branch: perl
16550            ! pod/perlsec.pod
16551 ____________________________________________________________________________
16552 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
16553         Log: Disable long doubles from pre-5.0 Tru64s.
16554      Branch: perl
16555            ! README.tru64 hints/dec_osf.sh
16556 ____________________________________________________________________________
16557 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
16558         Log: The #10455 exposed that modfl() is fundamentally busted
16559              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
16560              testing it.
16561      Branch: perl
16562            ! hints/dec_osf.sh
16563 ____________________________________________________________________________
16564 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
16565         Log: Metaconfig unit change for #10455.
16566      Branch: metaconfig/U/perl
16567            ! d_modfl.U
16568 ____________________________________________________________________________
16569 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
16570         Log: Configure check for geborken modfl(), inspired by
16571              
16572              Subject: Re: [20010118.017] op/int.t failure 
16573              From: Hugo <hv@crypt.compulink.co.uk>
16574              Date: Tue, 05 Jun 2001 13:43:27 +0100
16575              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
16576      Branch: perl
16577            ! Configure
16578 ____________________________________________________________________________
16579 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
16580         Log: Integrate changes #10450 and #10451 from maintperl:
16581              
16582              optimize change#10448 slightly (don't repeat search in eval""s lexical
16583              scope, since that has already been searched)
16584              
16585              change#9108 needs subtler treatment for case of closures created
16586              within eval""
16587      Branch: perl
16588           !> op.c t/op/misc.t
16589 ____________________________________________________________________________
16590 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
16591         Log: MakeMaker magic to compile (when no dynamic loading)
16592              List/Util.xsc as (ListUtil.c and) ListUtil.o since
16593              POSIX-BC (BS2000) linker has an evil limitation of
16594              being unable to include in the same executable several
16595              object files with the same name - case-insensitively -
16596              because otherwise we conflict with util.c.
16597              Strictly speaking currently required only in POSIX-BC
16598              but probably will do no harm elsewhere where static
16599              linking is required.
16600      Branch: perl
16601            ! ext/List/Util/Makefile.PL
16602 ____________________________________________________________________________
16603 [ 10452] By: nick                                  on 2001/06/06  08:59:51
16604         Log: Integrate mainline.
16605      Branch: perlio
16606           +> lib/Attribute/Handlers/demo/Demo.pm
16607           +> lib/Attribute/Handlers/demo/Descriptions.pm
16608           +> lib/Attribute/Handlers/demo/MyClass.pm
16609           +> lib/Attribute/Handlers/demo/demo.pl
16610           +> lib/Attribute/Handlers/demo/demo2.pl
16611           +> lib/Attribute/Handlers/demo/demo3.pl
16612           +> lib/Attribute/Handlers/demo/demo4.pl
16613           +> lib/Attribute/Handlers/demo/demo_call.pl
16614           +> lib/Attribute/Handlers/demo/demo_chain.pl
16615           +> lib/Attribute/Handlers/demo/demo_cycle.pl
16616           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
16617           +> lib/Attribute/Handlers/demo/demo_phases.pl
16618           +> lib/Attribute/Handlers/demo/demo_range.pl
16619           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
16620           +> uts/strtol_wrap.c
16621           !> (integrate 91 files)
16622 ____________________________________________________________________________
16623 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
16624         Log: change#9108 needs subtler treatment for case of closures created
16625              within eval""
16626      Branch: maint-5.6/perl
16627            ! op.c t/op/misc.t
16628 ____________________________________________________________________________
16629 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
16630         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
16631              scope, since that has already been searched)
16632      Branch: maint-5.6/perl
16633            ! op.c
16634 ____________________________________________________________________________
16635 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
16636         Log: Integrate change #10448 from maintperl; lexicals
16637              outside an eval"" weren't resolved correctly inside a subroutine
16638              definition inside the eval"" if they were not already referenced
16639              in the toplevel of the eval""-ed code
16640      Branch: perl
16641           !> cop.h op.c pp_ctl.c t/op/misc.t
16642 ____________________________________________________________________________
16643 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
16644         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
16645              outside an eval"" weren't resolved correctly inside a subroutine
16646              definition inside the eval"" if they were not already referenced
16647              in the toplevel of the eval""-ed code
16648      Branch: maint-5.6/perl
16649            ! cop.h op.c pp_ctl.c t/op/misc.t
16650 ____________________________________________________________________________
16651 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
16652         Log: Subject: [PATCH] perl570delta.pod
16653              From: Peter Scott <Peter@PSDT.com> 
16654              Date: Tue, 05 Jun 2001 18:51:02 -0700
16655              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
16656      Branch: perl
16657            ! pod/perl570delta.pod
16658 ____________________________________________________________________________
16659 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
16660         Log: The fudge factor is no more needed.  I hope.
16661      Branch: perl
16662            ! t/lib/posix.t
16663 ____________________________________________________________________________
16664 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
16665         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
16666              From: Hugo <hv@crypt.compulink.co.uk>
16667              Date: Tue, 05 Jun 2001 12:58:19 +0100
16668              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
16669      Branch: perl
16670            ! util.c
16671 ____________________________________________________________________________
16672 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
16673         Log: Make up prototypes only for those who have the functions
16674              but not the prototypes.
16675      Branch: perl
16676            ! perl.h
16677 ____________________________________________________________________________
16678 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
16679         Log: Subject: Re: Not OK: perl@10439 on win32 
16680              From: Prymmer/Kahn <pvhp@best.com> 
16681              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
16682              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
16683      Branch: perl
16684            ! perl.h util.c
16685 ____________________________________________________________________________
16686 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
16687         Log: The metaconfig units changes for #10441.
16688      Branch: metaconfig
16689            ! U/modified/Extract.U U/modified/Extractall.U
16690            ! U/modified/Finish.U
16691 ____________________________________________________________________________
16692 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
16693         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
16694      Branch: perl
16695            ! Configure
16696 ____________________________________________________________________________
16697 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
16698         Log: Unnecessary fuzziness undone, noted by Mike Guy.
16699      Branch: perl
16700            ! t/op/tr.t
16701 ____________________________________________________________________________
16702 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
16703         Log: Update Changes.
16704      Branch: perl
16705            ! Changes patchlevel.h
16706 ____________________________________________________________________________
16707 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
16708         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
16709              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
16710              leakage patch.
16711      Branch: perl
16712            ! t/op/misc.t
16713 ____________________________________________________________________________
16714 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
16715         Log: Test case for #10433/#10424.
16716      Branch: perl
16717            ! t/op/misc.t
16718 ____________________________________________________________________________
16719 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
16720         Log: Subject: One fix for strtoul not setting errno
16721              From: hom00@utsglobal.com (Hal Morris)
16722              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
16723              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
16724      Branch: perl
16725            + uts/strtol_wrap.c
16726            ! MANIFEST hints/uts.sh
16727 ____________________________________________________________________________
16728 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
16729         Log: Metaconfig units changes for #10434.
16730      Branch: metaconfig
16731            ! U/modified/Cppsym.U
16732      Branch: metaconfig/U/perl
16733            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
16734            + d_syscallproto.U d_usleepproto.U
16735            ! longdblfio.U quadfio.U
16736 ____________________________________________________________________________
16737 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
16738         Log: Configure tweaks; add prototype probes, make the cpp symbols
16739              probe to cast, not whine; test for %Ld and %Lf before %lld and
16740              %llf because the L is the ANSI way.
16741      Branch: perl
16742            ! Configure config_h.SH configure.com epoc/config.sh
16743            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
16744            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16745            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
16746 ____________________________________________________________________________
16747 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
16748         Log: Sigh.  This is what #10424 was supposed to check in.
16749      Branch: perl
16750            ! op.c sv.c sv.h
16751 ____________________________________________________________________________
16752 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
16753         Log: More verbose failure.
16754      Branch: perl
16755            ! t/op/ver.t
16756 ____________________________________________________________________________
16757 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
16758         Log: The .pm changes to go with #10428.
16759      Branch: perl
16760            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
16761            ! ext/Sys/Syslog/Syslog.pm
16762 ____________________________________________________________________________
16763 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
16764         Log: On second thoughts show to utf8 skippage message only
16765              on failures, it's too confusing otherwise,
16766      Branch: perl
16767            ! t/pragma/locale.t
16768 ____________________________________________________________________________
16769 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
16770         Log: Do not import anything from Encode.
16771      Branch: perl
16772            ! ext/MIME/Base64/QuotedPrint.pm
16773 ____________________________________________________________________________
16774 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
16775         Log: The #10402 didn't take.  Weird.
16776      Branch: perl
16777            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
16778            ! ext/Sys/Syslog/Syslog.xs
16779 ____________________________________________________________________________
16780 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
16781         Log: Eradicate traces of 'asciirange' re subpragma.
16782      Branch: perl
16783            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
16784            ! pod/perldiag.pod
16785 ____________________________________________________________________________
16786 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
16787         Log: use is a compile-time thing.
16788      Branch: perl
16789            ! ext/MIME/Base64/QuotedPrint.pm
16790 ____________________________________________________________________________
16791 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
16792         Log: Subject: [PATCH perl@10419] -Wall casting patch
16793              From: Robin Barker <rmb1@cise.npl.co.uk>
16794              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
16795              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
16796      Branch: perl
16797            ! ext/Devel/DProf/DProf.xs mg.c
16798 ____________________________________________________________________________
16799 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
16800         Log: Subject: [PATCH #2] introducing SVpad_TYPED
16801              From: Abhijit Menon-Sen <ams@wiw.org>
16802              Date: Mon, 4 Jun 2001 12:26:02 +0530
16803              Message-ID: <20010604122602.A5775@lustre.linux.in>
16804      Branch: perl
16805            ! op.c sv.c sv.h
16806 ____________________________________________________________________________
16807 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
16808         Log: testsuite for change#10192 (from Gisle Aas)
16809      Branch: perl
16810            + t/op/override.t
16811            ! MANIFEST
16812 ____________________________________________________________________________
16813 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
16814         Log: integrate changes#10414-10416 from mainline
16815              
16816              Potential buffer overrun if the radix separator is more than
16817              one byte.  Also, under locales, prefer the locale-specific
16818              separator over the old boring ".".
16819              
16820              "10.", that is, decimal numbers can have no decimal part at all.
16821              
16822              The non-locale places need love, too.
16823      Branch: maint-5.6/perl
16824           !> perl.h sv.c
16825 ____________________________________________________________________________
16826 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
16827         Log: Missed from #10420.
16828      Branch: perl
16829            ! epoc/config.sh
16830 ____________________________________________________________________________
16831 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
16832         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
16833              often this prototype goes with HAS_SETRESUID_PROTO.
16834      Branch: perl
16835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16836            ! config_h.SH configure.com perl.h uconfig.h
16837 ____________________________________________________________________________
16838 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
16839         Log: Update Changes.
16840      Branch: perl
16841            ! Changes patchlevel.h
16842 ____________________________________________________________________________
16843 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
16844         Log: -Wall "subscript has type `char'" cleanup.
16845      Branch: perl
16846            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
16847 ____________________________________________________________________________
16848 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
16849         Log: Various "cast to pointer from integer of different size"
16850              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
16851              wide but I32 (int) only 32 bits wide).
16852              
16853              WARNING: the classnum and tagnum changes in Storable.xs
16854              may not be wise, they may be breaking binary compatibility
16855              (in 64-bit platforms), asked Raphael Manfredi about the changes.
16856      Branch: perl
16857            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
16858            ! mg.c proto.h
16859 ____________________________________________________________________________
16860 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
16861         Log: The non-locale places need love, too.
16862      Branch: perl
16863            ! perl.h
16864 ____________________________________________________________________________
16865 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
16866         Log: "10.", that is, decimal numbers can have no decimal part at all.
16867      Branch: perl
16868            ! perl.h
16869 ____________________________________________________________________________
16870 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
16871         Log: Potential buffer overrun if the radix separator is more than
16872              one byte.  Also, under locales, prefer the locale-specific
16873              separator over the old boring ".".
16874      Branch: perl
16875            ! perl.h sv.c
16876 ____________________________________________________________________________
16877 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
16878         Log: Integrate change #10412 from maintperl; locale is now
16879              per-cop, not per-op; plus retweak the locale.t to always
16880              list the skipped utf8 locales.
16881      Branch: perl
16882            ! t/pragma/locale.t
16883           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
16884           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
16885 ____________________________________________________________________________
16886 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
16887         Log: rationalize locale handling to fix the bugs uncovered by change#10394
16888              
16889              the major issue was that the runtime was looking at PL_hints rather
16890              than op_private to notice whether locale was enabled
16891              
16892              the secondary issue was that many locale-sensitive numeric ops didn't
16893              have HINT_LOCALE propagated into their op_private
16894              
16895              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
16896              instead of per-op, just like HINT_BYTE and the hints for lexical
16897              warnings (this makes the hint available to every op via PL_curcop)
16898              
16899              pragma/locale.t may need to be reworked with these fixes in mind
16900              (it currently passes its tests)
16901      Branch: maint-5.6/perl
16902            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
16903            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
16904 ____________________________________________________________________________
16905 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
16906         Log: More verbose debugging.
16907      Branch: perl
16908            ! t/pragma/locale.t
16909 ____________________________________________________________________________
16910 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
16911         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
16912              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16913              Date: Sat, 2 Jun 2001 22:53:33 +0100
16914              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
16915      Branch: perl
16916            ! regcomp.c t/pragma/warn/regcomp
16917 ____________________________________________________________________________
16918 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
16919         Log: Mention that lexicalizing $a or $b is a bad idea if one
16920              wants to use sort().
16921      Branch: perl
16922            ! pod/perlvar.pod
16923 ____________________________________________________________________________
16924 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
16925         Log: Tweak the test to be happy if the accuracy is 'good enough'.
16926      Branch: perl
16927            ! t/lib/posix.t
16928 ____________________________________________________________________________
16929 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
16930         Log: Upgrade to Attribute::Handlers 0.70.
16931              
16932              NOTE: this unearthed the "too late for CHECK block" bug,
16933              that's why the 1_compile.t change.
16934      Branch: perl
16935            + lib/Attribute/Handlers/demo/Demo.pm
16936            + lib/Attribute/Handlers/demo/Descriptions.pm
16937            + lib/Attribute/Handlers/demo/MyClass.pm
16938            + lib/Attribute/Handlers/demo/demo.pl
16939            + lib/Attribute/Handlers/demo/demo2.pl
16940            + lib/Attribute/Handlers/demo/demo3.pl
16941            + lib/Attribute/Handlers/demo/demo4.pl
16942            + lib/Attribute/Handlers/demo/demo_call.pl
16943            + lib/Attribute/Handlers/demo/demo_chain.pl
16944            + lib/Attribute/Handlers/demo/demo_cycle.pl
16945            + lib/Attribute/Handlers/demo/demo_hashdir.pl
16946            + lib/Attribute/Handlers/demo/demo_phases.pl
16947            + lib/Attribute/Handlers/demo/demo_range.pl
16948            + lib/Attribute/Handlers/demo/demo_rawdata.pl
16949            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
16950            ! t/lib/attrhand.t
16951 ____________________________________________________________________________
16952 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
16953         Log: One less -Wall whine.
16954      Branch: perl
16955            ! regcomp.c
16956 ____________________________________________________________________________
16957 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
16958         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
16959      Branch: perl
16960           !> t/op/eval.t
16961 ____________________________________________________________________________
16962 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
16963         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
16964              aren't "normally" visible inside eval""s contained in subs unless
16965              a cloned reference to them already exists)
16966              
16967              strangely enough, t/harness didn't show this up as a failure
16968              (harness needs fixing?)
16969      Branch: maint-5.6/perl
16970            ! t/op/eval.t
16971 ____________________________________________________________________________
16972 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
16973         Log: Update to Text::Balanced 1.85.
16974      Branch: perl
16975            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
16976 ____________________________________________________________________________
16977 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
16978         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
16979              From: Nicholas Clark <nick@ccl4.org>
16980              Date: Sun, 3 Jun 2001 17:54:36 +0100
16981              Message-ID: <20010603175436.E76396@plum.flirble.org> 
16982      Branch: perl
16983            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
16984            ! ext/Sys/Syslog/Syslog.xs
16985 ____________________________________________________________________________
16986 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
16987         Log: Unused variables.
16988      Branch: perl
16989            ! util.c
16990 ____________________________________________________________________________
16991 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
16992         Log: Subject: [PATCH] APIfy op_clear 
16993              From: Simon Cozens <simon@netthink.co.uk>
16994              Date: Sun, 3 Jun 2001 13:51:46 +0100
16995              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
16996              
16997              (despite the subject line, op_null is APIfied by the patch)
16998      Branch: perl
16999            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17000 ____________________________________________________________________________
17001 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
17002         Log: Subject: [PATCH] t/lib/extutils.t
17003              From: Nicholas Clark <nick@ccl4.org>
17004              Date: Sat, 2 Jun 2001 23:57:05 +0100
17005              Message-ID: <20010602235705.Q12698@plum.flirble.org>
17006      Branch: perl
17007            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17008 ____________________________________________________________________________
17009 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
17010         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
17011              From: Prymmer/Kahn <pvhp@best.com>
17012              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
17013              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
17014      Branch: perl
17015            ! win32/Makefile win32/makefile.mk
17016 ____________________________________________________________________________
17017 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
17018         Log: Subject: Re: 'decimal digits' macro? 
17019              From: Hugo <hv@crypt.compulink.co.uk>
17020              Date: Sun, 03 Jun 2001 04:26:36 +0100
17021              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
17022      Branch: perl
17023            ! handy.h t/lib/posix.t t/op/tr.t
17024 ____________________________________________________________________________
17025 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
17026         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
17027              From: Hugo <hv@crypt.compulink.co.uk>
17028              Date: Sun, 03 Jun 2001 14:56:30 +0100
17029              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
17030      Branch: perl
17031            ! util.c
17032 ____________________________________________________________________________
17033 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
17034         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
17035      Branch: perl
17036           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
17037           !> vms/perly_c.vms
17038 ____________________________________________________________________________
17039 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
17040         Log: fix leakage of lexicals at file scope into subroutines that were
17041              declared before them; this appears to be a longstanding bug that
17042              meant that lexicals at file scope were never "deintroduced", meaning
17043              their scope range was never properly closed, and their visibility
17044              extended to all subsequent eval""s or requires
17045              
17046              added a test case
17047              
17048              seems to also fix a case of bogus duplicate warnings
17049      Branch: maint-5.6/perl
17050            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
17051            ! vms/perly_c.vms
17052 ____________________________________________________________________________
17053 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
17054         Log: More VMS tweaks from Craig A. Berry.
17055      Branch: perl
17056            ! configure.com t/lib/extutils.t
17057 ____________________________________________________________________________
17058 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
17059         Log: -Wall cleanup continues.
17060      Branch: perl
17061            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
17062            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
17063            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
17064            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
17065            ! run.c toke.c util.c
17066 ____________________________________________________________________________
17067 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
17068         Log: The metaconfig unit change for #10390.
17069      Branch: metaconfig/U/perl
17070            ! gccvers.U
17071 ____________________________________________________________________________
17072 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
17073         Log: Drop the -ansi from the default gcc flags.
17074              
17075              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
17076              that struct cannot be compared with a flat integer, such as STRLEN.
17077              The -ansi will also cause a lot of noise in Solaris because of:
17078              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
17079      Branch: perl
17080            ! Configure
17081 ____________________________________________________________________________
17082 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
17083         Log: Integrate perlio.
17084      Branch: perl
17085           !> pod/perlapi.pod util.c
17086 ____________________________________________________________________________
17087 [ 10388] By: nick                                  on 2001/06/02  08:01:12
17088         Log: Integrate mainline
17089      Branch: perlio
17090           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
17091           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
17092           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
17093           !> t/lib/1_compile.t t/lib/mimeqp.t
17094 ____________________________________________________________________________
17095 [ 10387] By: nick                                  on 2001/06/02  07:39:17
17096         Log: Tweak util.c's atof2 for MULTIPLICITY
17097      Branch: perlio
17098            ! util.c
17099 ____________________________________________________________________________
17100 [ 10386] By: nick                                  on 2001/06/02  07:38:33
17101         Log: Integrate mainline
17102      Branch: perlio
17103           !> (integrate 41 files)
17104 ____________________________________________________________________________
17105 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
17106         Log: Add Attribute::Handlers 0.61 from Damian Conway.
17107      Branch: perl
17108            + lib/Attribute/Handlers.pm t/lib/attrhand.t
17109            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
17110 ____________________________________________________________________________
17111 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
17112         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
17113              From: Peter Prymmer <pvhp@forte.com>
17114              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
17115              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
17116      Branch: perl
17117            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
17118 ____________________________________________________________________________
17119 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
17120         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
17121              From: Jeff Pinyan <jeffp@crusoe.net>
17122              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
17123              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
17124      Branch: perl
17125            ! lib/File/Find.pm
17126 ____________________________________________________________________________
17127 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
17128         Log: Subject: [PATCH perl@10381] configure.com tweaks
17129              From: "Craig A. Berry" <craigberry@mac.com>
17130              Date: Fri, 1 Jun 2001 13:55:43 -0500
17131              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
17132      Branch: perl
17133            ! configure.com
17134 ____________________________________________________________________________
17135 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
17136         Log: Update Changes.
17137      Branch: perl
17138            ! Changes patchlevel.h
17139 ____________________________________________________________________________
17140 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
17141         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
17142              From: Mike Guy <mjtg@cam.ac.uk>
17143              Date: Fri, 01 Jun 2001 18:17:02 +0100
17144              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
17145      Branch: perl
17146            ! lib/perl5db.pl
17147 ____________________________________________________________________________
17148 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
17149         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
17150              From: Hugo <hv@crypt.compulink.co.uk>
17151              Date: Thu, 31 May 2001 20:49:48 +0100
17152              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
17153      Branch: perl
17154            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
17155            ! util.c
17156 ____________________________________________________________________________
17157 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
17158         Log: Zero() is not available in x2p (or, rather, some of its
17159              implementations like memzero() might not be available.)
17160      Branch: perl
17161            ! x2p/hash.c
17162 ____________________________________________________________________________
17163 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
17164         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
17165              From: Michael G Schwern <schwern@pobox.com>
17166              Date: Fri, 1 Jun 2001 12:00:29 +0100
17167              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
17168              
17169              (But use Zero() instead of memset.)
17170      Branch: perl
17171            ! x2p/hash.c
17172 ____________________________________________________________________________
17173 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
17174         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
17175              From: Jeff Pinyan <jeffp@crusoe.net>
17176              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
17177              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
17178      Branch: perl
17179            ! pod/perldiag.pod regcomp.c t/op/pat.t
17180 ____________________________________________________________________________
17181 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
17182         Log: Retract #10324 and #10333; not needed.
17183      Branch: perl
17184            ! hints/irix_6.sh hints/linux.sh
17185 ____________________________________________________________________________
17186 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
17187         Log: The #10370 wasn't quite right.
17188      Branch: perl
17189            ! ext/XS/Typemap/Typemap.xs
17190 ____________________________________________________________________________
17191 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
17192         Log: The metaconfig units changes for #10372.
17193      Branch: metaconfig/U/perl
17194            + d_realpath.U d_sresgproto.U d_sresuproto.U
17195            ! gccvers.U i_db.U
17196 ____________________________________________________________________________
17197 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
17198         Log: Configure tweaks; record the Berkeley DB version,
17199              probe for realpath(), for setresuid() and setresgid()
17200              prototypes; use realpath() (try to be paranoid enough),
17201              use the setres[ug]id prototypes because glibc has the functions
17202              but not their prototypes; add -Wall -ansi to gcc ccflags;
17203              regen toc.
17204      Branch: perl
17205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17206            ! config_h.SH configure.com epoc/config.sh
17207            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
17208            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
17209            ! vos/config.ga.def win32/config.bc win32/config.gc
17210            ! win32/config.vc
17211 ____________________________________________________________________________
17212 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
17213         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
17214              From: Michael G Schwern <schwern@pobox.com>
17215              Date: Fri, 1 Jun 2001 11:28:14 +0100
17216              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
17217      Branch: perl
17218            ! lib/attributes.pm xsutils.c
17219 ____________________________________________________________________________
17220 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
17221         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
17222              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17223              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
17224              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
17225      Branch: perl
17226            ! ext/XS/Typemap/Typemap.xs
17227 ____________________________________________________________________________
17228 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
17229         Log: Subject: [patch] Cwd.xs optimizations/abstraction
17230              From: Doug MacEachern <dougm@covalent.net>
17231              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
17232              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
17233      Branch: perl
17234            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
17235            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
17236 ____________________________________________________________________________
17237 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
17238         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!])
17239              From: Nicholas Clark <nick@ccl4.org>
17240              Date: Thu, 31 May 2001 23:56:40 +0100
17241              Message-ID: <20010531235640.F12698@plum.flirble.org>
17242              
17243              Make the test work also under only static extensions
17244              (sh Configure -Uusedl fakes this nicely)
17245      Branch: perl
17246            ! t/lib/extutils.t
17247 ____________________________________________________________________________
17248 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
17249         Log: Subject: [PATCH hv.c] Eliminating trigraph
17250              From: Michael G Schwern <schwern@pobox.com>
17251              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
17252              Date: Fri, 1 Jun 2001 11:49:56 +0100
17253      Branch: perl
17254            ! hv.c
17255 ____________________________________________________________________________
17256 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
17257         Log: Subject: Re: [PATCH] Tests for File::Compare 
17258              From: "Philip Newton" <Philip.Newton@gmx.net>
17259              Date: Thu, 31 May 2001 19:44:05 +0200
17260              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
17261              
17262              Unnecessary "quotation marks".
17263      Branch: perl
17264            ! t/lib/filecomp.t
17265 ____________________________________________________________________________
17266 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
17267         Log: Integrate perlio.
17268      Branch: perl
17269           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
17270 ____________________________________________________________________________
17271 [ 10364] By: nick                                  on 2001/06/01  10:13:31
17272         Log: Cleanup dll.base and dll.exp created by GCC builds.
17273      Branch: perlio
17274            ! lib/ExtUtils/MM_Win32.pm
17275 ____________________________________________________________________________
17276 [ 10363] By: nick                                  on 2001/06/01  10:02:17
17277         Log: Make filecomp test work on CRLF platforms by adding binmode.
17278      Branch: perlio
17279            ! t/lib/filecomp.t
17280 ____________________________________________________________________________
17281 [ 10362] By: nick                                  on 2001/06/01  08:37:17
17282         Log: Integrate mainline
17283      Branch: perlio
17284           !> Changes Configure patchlevel.h perlio.c
17285 ____________________________________________________________________________
17286 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
17287         Log: panic:claustrophobia.
17288      Branch: perl
17289            ! perlio.c
17290 ____________________________________________________________________________
17291 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
17292         Log: Update Changes.
17293      Branch: perl
17294            ! Changes patchlevel.h
17295 ____________________________________________________________________________
17296 [ 10359] By: nick                                  on 2001/05/31  12:35:50
17297         Log: Integrate mainline.
17298      Branch: perlio
17299           +> t/lib/filecomp.t
17300           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
17301           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
17302 ____________________________________________________________________________
17303 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
17304         Log: Integrate perlio.
17305      Branch: perl
17306           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
17307           !> win32/config_H.vc
17308 ____________________________________________________________________________
17309 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
17310         Log: Metaconfig unit change for #10356.
17311      Branch: metaconfig
17312            ! U/installdirs/inc_version_list.U
17313 ____________________________________________________________________________
17314 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
17315         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
17316              (idea from Sarathy; implementation from Andy)
17317      Branch: perl
17318            ! Configure
17319 ____________________________________________________________________________
17320 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
17321         Log: More AUTHORS.
17322      Branch: perl
17323            ! AUTHORS
17324 ____________________________________________________________________________
17325 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
17326         Log: Subject: Re: [PATCH] Tests for File::Compare
17327              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
17328              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
17329              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
17330      Branch: perl
17331            + t/lib/filecomp.t
17332            ! MANIFEST t/lib/1_compile.t
17333 ____________________________________________________________________________
17334 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
17335         Log: Subject: [PATCH] DEBUG_* macro cleanups
17336              From: Abhijit Menon-Sen <ams@wiw.org>
17337              Date: Thu, 31 May 2001 12:16:22 +0530
17338              Message-ID: <20010531121622.B4829@lustre.linux.in>
17339              
17340              Subject: Re: [PATCH] DEBUG_* macro cleanups
17341              From: Abhijit Menon-Sen <ams@wiw.org>
17342              Date: Thu, 31 May 2001 13:57:01 +0530
17343              Message-ID: <20010531135701.A21775@lustre.linux.in>
17344              
17345              (The DEBUG_ definitions in perl.h changed to use the
17346              STMT_START and STMT_END.)
17347      Branch: perl
17348            ! perl.h pp_ctl.c sv.c toke.c
17349 ____________________________________________________________________________
17350 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
17351         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
17352              From: Abhijit Menon-Sen <ams@wiw.org>
17353              Date: Thu, 31 May 2001 08:27:55 +0530
17354              Message-ID: <20010531082755.A10018@lustre.linux.in>
17355      Branch: perl
17356            ! ext/Storable/Storable.xs gv.c perl.c
17357 ____________________________________________________________________________
17358 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
17359         Log: Subject: [PATCH] AUTHORS
17360              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17361              Date: Thu, 31 May 2001 01:27:59 -0500
17362              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
17363              
17364              Subject: Re: [PATCH] AUTHORS
17365              From: "Philip Newton" <Philip.Newton@gmx.net>
17366              Date: Thu, 31 May 2001 10:08:06 +0200
17367              (Message-Id missing?)
17368      Branch: perl
17369            ! AUTHORS
17370 ____________________________________________________________________________
17371 [ 10350] By: nick                                  on 2001/05/31  11:40:43
17372         Log: win32 - dmake regen_config_h
17373      Branch: perlio
17374            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17375 ____________________________________________________________________________
17376 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
17377         Log: Subject: Re: [PATCH util.c] More warning cleanups.
17378              From: "Philip Newton" <Philip.Newton@gmx.net>
17379              Date: Thu, 31 May 2001 07:41:36 +0200
17380              Message-Id: <200105310538.IAA25458@taku.hut.fi>
17381              
17382              Undo C++-ism that snekt in.
17383      Branch: perl
17384            ! util.c
17385 ____________________________________________________________________________
17386 [ 10348] By: nick                                  on 2001/05/31  11:36:46
17387         Log: Tolerate Win32 numerics
17388      Branch: perlio
17389            ! t/pragma/warn/toke
17390 ____________________________________________________________________________
17391 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
17392         Log: Integrate perlio.
17393      Branch: perl
17394           !> perlio.c win32/win32.h
17395 ____________________________________________________________________________
17396 [ 10346] By: nick                                  on 2001/05/31  10:54:55
17397         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
17398              perlio.c change 10255.
17399      Branch: perlio
17400            ! perlio.c
17401 ____________________________________________________________________________
17402 [ 10345] By: nick                                  on 2001/05/31  10:01:57
17403         Log: Conditionaly put back some "unused" dTHX which are used
17404              with PERL_IMPLICIT_SYS
17405      Branch: perlio
17406            ! perlio.c
17407 ____________________________________________________________________________
17408 [ 10344] By: nick                                  on 2001/05/31  10:00:59
17409         Log: Fix Win32 for new spelling IN_BYTES 
17410      Branch: perlio
17411            ! win32/win32.h
17412 ____________________________________________________________________________
17413 [ 10343] By: nick                                  on 2001/05/31  08:01:32
17414         Log: perlio.c -Wall cleaner under MULTIPLICITY
17415              - still minor noise with linux stdio
17416      Branch: perlio
17417            ! perlio.c
17418 ____________________________________________________________________________
17419 [ 10342] By: nick                                  on 2001/05/31  07:52:23
17420         Log: Integrate mainline.
17421      Branch: perlio
17422           !> (integrate 42 files)
17423 ____________________________________________________________________________
17424 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
17425         Log: AUTHORS updates.
17426      Branch: perl
17427            ! AUTHORS
17428 ____________________________________________________________________________
17429 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
17430         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
17431              From: Peter Prymmer <pvhp@forte.com>
17432              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
17433              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
17434      Branch: perl
17435            ! t/lib/md5-file.t
17436 ____________________________________________________________________________
17437 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
17438         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
17439              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
17440              to match the pragma name; various robustness cleanups.
17441      Branch: perl
17442            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
17443            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
17444 ____________________________________________________________________________
17445 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
17446         Log: More -Wall sweeping.
17447      Branch: perl
17448            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
17449            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
17450            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
17451            ! regcomp.c sv.c toke.c utf8.c
17452 ____________________________________________________________________________
17453 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
17454         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
17455              From: Nicholas Clark <nick@ccl4.org>
17456              Date: Wed, 30 May 2001 22:34:41 +0100
17457              Message-ID: <20010530223441.Y86445@plum.flirble.org>
17458      Branch: perl
17459            ! t/op/cmp.t
17460 ____________________________________________________________________________
17461 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
17462         Log: It's is not, it isn't ain't, and it's it's, not its,
17463              if you mean it is. If you don't, it's its. Then too,
17464              it's hers. It isn't her's. It isn't our's either.
17465              It's ours, and likewise yours and theirs.
17466              -- Oxford University Press, Edpress News
17467      Branch: perl
17468            ! lib/autouse.pm
17469 ____________________________________________________________________________
17470 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
17471         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
17472      Branch: perl
17473            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
17474            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
17475            ! x2p/str.c x2p/walk.c xsutils.c
17476 ____________________________________________________________________________
17477 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
17478         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
17479              From: Michael G Schwern <schwern@pobox.com>
17480              Date: Wed, 30 May 2001 17:10:38 +0100
17481              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
17482              
17483              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
17484              From: Abhijit Menon-Sen <ams@wiw.org>
17485              Date: Wed, 30 May 2001 23:16:13 +0530
17486              Message-ID: <20010530231613.A31933@lustre.linux.in>
17487      Branch: perl
17488            ! perl.c t/run/runenv.t
17489 ____________________________________________________________________________
17490 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
17491         Log: (Retracted by #10375.)
17492              
17493              IRIX hints patch from Merijn Broeren.
17494              
17495              TODO: (this and the earlier Linux hints patch) should be solved
17496              at Configure level.  Merijn: -ldb should not be used on any platform
17497              for perl, just when linking DBFile itself. Trying to be helpful here
17498              is counterproductive.
17499      Branch: perl
17500            ! hints/irix_6.sh
17501 ____________________________________________________________________________
17502 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
17503         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
17504              From: Nicholas Clark <nick@ccl4.org>
17505              Date: Wed, 30 May 2001 23:20:58 +0100
17506              Message-ID: <20010530232058.B86445@plum.flirble.org>
17507      Branch: perl
17508            ! doop.c
17509 ____________________________________________________________________________
17510 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
17511         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
17512              From: Michael G Schwern <schwern@pobox.com> 
17513              Date: Wed, 30 May 2001 15:24:20 +0100
17514              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
17515      Branch: perl
17516            ! t/pragma/autouse.t
17517 ____________________________________________________________________________
17518 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
17519         Log: The regex trick wasn't a good idea.
17520      Branch: perl
17521            ! pod/perlfaq4.pod
17522 ____________________________________________________________________________
17523 [ 10329] By: nick                                  on 2001/05/30  18:34:35
17524         Log: Integrate mainline
17525      Branch: perlio
17526           !> (integrate 40 files)
17527 ____________________________________________________________________________
17528 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
17529         Log: Update Changes.
17530      Branch: perl
17531            ! Changes patchlevel.h
17532 ____________________________________________________________________________
17533 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
17534         Log: The metaconfig unit change for #10325.
17535      Branch: metaconfig
17536            + U/modified/afs.U
17537 ____________________________________________________________________________
17538 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
17539         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
17540              is now wrong.
17541      Branch: perl
17542            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
17543 ____________________________________________________________________________
17544 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
17545         Log: Introduce $Config{afsroot}.
17546      Branch: perl
17547            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17548            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
17549            ! win32/config.gc win32/config.vc
17550 ____________________________________________________________________________
17551 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
17552         Log: (Retracted by #10375.)
17553              
17554              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
17555      Branch: perl
17556            ! hints/linux.sh
17557 ____________________________________________________________________________
17558 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
17559         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
17560              (Also Configure tweaks needed; coming up soon.)
17561      Branch: perl
17562            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
17563 ____________________________________________________________________________
17564 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
17565         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
17566              From: Michael G Schwern <schwern@pobox.com>
17567              Date: Sun, 27 May 2001 10:29:43 +0100
17568              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
17569      Branch: perl
17570            ! lib/perl5db.pl
17571 ____________________________________________________________________________
17572 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
17573         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
17574              and Abhijit Menon-Sen.
17575      Branch: perl
17576            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
17577            ! perl.c pp_sys.c regcomp.c
17578 ____________________________________________________________________________
17579 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
17580         Log: Fix the BOOT section to call myU2time properly.
17581      Branch: perl
17582            ! ext/Time/HiRes/HiRes.xs
17583 ____________________________________________________________________________
17584 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
17585         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
17586              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
17587              Date: Wed, 30 May 2001 09:44:29 -0400
17588              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
17589              
17590              Detypo; plus add one more trick.
17591      Branch: perl
17592            ! pod/perlfaq4.pod
17593 ____________________________________________________________________________
17594 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
17595         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)
17596              From: Michael G Schwern <schwern@pobox.com>
17597              Date: Wed, 30 May 2001 14:39:06 +0100
17598              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
17599      Branch: perl
17600            ! lib/autouse.pm t/pragma/autouse.t
17601 ____________________________________________________________________________
17602 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
17603         Log: Subject: Re: AIX and gcc (moving targets)
17604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17605              Date: Wed, 30 May 2001 15:25:08 +0200
17606              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
17607      Branch: perl
17608            ! ext/Time/HiRes/HiRes.xs
17609 ____________________________________________________________________________
17610 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
17611         Log: Subject: [PATCH t/TEST] sorting tests
17612              From: Michael G Schwern <schwern@pobox.com>
17613              Date: Wed, 30 May 2001 10:24:02 +0100
17614              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
17615      Branch: perl
17616            ! t/TEST
17617 ____________________________________________________________________________
17618 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
17619         Log: Subject: [ID 20010529.002] typos in man page perlre
17620              From: bart@cg681574-a.adubn1.nj.home.com 
17621              Date: Tue, 29 May 2001 13:58:59 -0500
17622              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
17623      Branch: perl
17624            ! pod/perlre.pod
17625 ____________________________________________________________________________
17626 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
17627         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
17628              From: "Craig A. Berry" <craigberry@mac.com>
17629              Date: Tue, 29 May 2001 23:23:45 -0500
17630              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
17631      Branch: perl
17632            ! t/lib/extutils.t t/pragma/autouse.t
17633 ____________________________________________________________________________
17634 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
17635         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)
17636              From: David Dyck <dcd@tc.fluke.com>
17637              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
17638              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
17639      Branch: perl
17640            ! t/lib/filefind.t
17641 ____________________________________________________________________________
17642 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
17643         Log: AIX hints update for gcc from Merijn H. Brand.
17644      Branch: perl
17645            ! hints/aix.sh
17646 ____________________________________________________________________________
17647 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
17648         Log: Retract #10295 and #10296: a more generic solution
17649              is needed (there's something funny with gcc on AIX).
17650      Branch: perl
17651            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
17652 ____________________________________________________________________________
17653 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
17654         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
17655              From: Hugo <hv@crypt.compulink.co.uk>
17656              Date: Wed, 30 May 2001 11:59:19 +0100
17657              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
17658              
17659              localizing $@ has unfortunate semantics - if you die past
17660              a local $@, the die message is lost.
17661      Branch: perl
17662            ! lib/utf8_heavy.pl
17663 ____________________________________________________________________________
17664 [ 10309] By: nick                                  on 2001/05/30  08:23:02
17665         Log: Integrate mainline (autouse works again.)
17666      Branch: perlio
17667           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
17668           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
17669           !> pod/perlvar.pod t/op/cmp.t
17670 ____________________________________________________________________________
17671 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
17672         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
17673              From: David Dyck <dcd@tc.fluke.com>
17674              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
17675              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
17676      Branch: perl
17677            ! lib/File/Find.pm
17678 ____________________________________________________________________________
17679 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
17680         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
17681              From: Nicholas Clark <nick@ccl4.org>
17682              Date: Tue, 29 May 2001 23:16:09 +0100
17683              Message-ID: <20010529231609.U86445@plum.flirble.org>
17684              
17685              Make the test output slightly clearer by distinguishing
17686              between '' and undef.
17687      Branch: perl
17688            ! t/op/cmp.t
17689 ____________________________________________________________________________
17690 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
17691         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
17692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17693              Date: Tue, 29 May 2001 19:15:19 -0400
17694              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
17695      Branch: perl
17696            ! hints/os2.sh
17697 ____________________________________________________________________________
17698 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
17699         Log: Subject: perlvar.pod addition
17700              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
17701              Date: Fri, 25 May 2001 20:23:12 +0200
17702              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
17703              
17704              Subject: Re: perlvar.pod addition
17705              From: "Abigail" <abigail@foad.org> 
17706              Date: Fri, 25 May 2001 22:00:39 +0200
17707              Message-ID: <20010525200039.28029.qmail@foad.org>
17708              
17709              Mention $a and $b in perlvar.
17710      Branch: perl
17711            ! pod/perlvar.pod
17712 ____________________________________________________________________________
17713 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
17714         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
17715              From: Jeff Pinyan <jeffp@crusoe.net>
17716              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
17717              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
17718      Branch: perl
17719            ! pod/perlvar.pod
17720 ____________________________________________________________________________
17721 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
17722         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
17723              From: Jeff Pinyan <jeffp@crusoe.net>
17724              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
17725              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
17726      Branch: perl
17727            ! pod/perlfaq6.pod
17728 ____________________________________________________________________________
17729 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
17730         Log: Mention Time::localtime and Time::gmtime.
17731      Branch: perl
17732            ! ext/Time/Piece/Piece.pm
17733 ____________________________________________________________________________
17734 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
17735         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
17736              From: Michael G Schwern <schwern@pobox.com>
17737              Date: Tue, 29 May 2001 18:51:32 +0100
17738              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
17739      Branch: perl
17740            ! pod/perlfaq4.pod
17741 ____________________________________________________________________________
17742 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
17743         Log: Retract #10243.
17744      Branch: perl
17745            ! lib/autouse.pm
17746 ____________________________________________________________________________
17747 [ 10299] By: nick                                  on 2001/05/29  18:41:19
17748         Log: Post weekend integrate mainline (fails one test pragma/autouse).
17749      Branch: perlio
17750           +> (branch 29 files)
17751           !> (integrate 91 files)
17752 ____________________________________________________________________________
17753 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
17754         Log: Update Changes.
17755      Branch: perl
17756            ! Changes patchlevel.h
17757 ____________________________________________________________________________
17758 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
17759         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
17760              before Perl_load_module/Perl_call_method and restore the value
17761              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
17762      Branch: perl
17763            ! utf8.c
17764 ____________________________________________________________________________
17765 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
17766         Log: Subject: Re: AIX and gcc (moving targets)
17767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17768              Date: Tue, 29 May 2001 17:59:40 +0200
17769              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
17770      Branch: perl
17771            ! ext/Storable/Makefile.PL
17772 ____________________________________________________________________________
17773 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
17774         Log: Subject: Re: AIX and gcc (moving targets)
17775              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17776              Date: Tue, 29 May 2001 12:32:57 +0200
17777              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
17778      Branch: perl
17779            ! ext/POSIX/Makefile.PL
17780 ____________________________________________________________________________
17781 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
17782         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
17783              From: Michael G Schwern <schwern@pobox.com>
17784              Date: Tue, 29 May 2001 09:53:29 +0100
17785              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
17786              
17787              (#10280 retracted)
17788      Branch: perl
17789            ! lib/Test/Harness.pm t/lib/test-harness.t
17790 ____________________________________________________________________________
17791 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
17792         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
17793              From: Michael G Schwern <schwern@pobox.com>
17794              Date: Tue, 29 May 2001 09:19:52 +0100
17795              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
17796      Branch: perl
17797            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
17798            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
17799            + t/lib/Test/todo.t
17800            ! MANIFEST lib/Test.pm t/TEST
17801 ____________________________________________________________________________
17802 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
17803         Log: From: Michael G Schwern <schwern@pobox.com>
17804              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
17805              Date: Tue, 29 May 2001 08:26:09 +0100
17806              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
17807      Branch: perl
17808            ! t/TEST
17809 ____________________________________________________________________________
17810 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
17811         Log: Add tests for Time::gmtime and Time::localtime.
17812      Branch: perl
17813            + t/lib/time-gmtime.t t/lib/time-localtime.t
17814            ! MANIFEST t/lib/1_compile.t
17815 ____________________________________________________________________________
17816 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
17817         Log: Add test for File::stat.
17818      Branch: perl
17819            + t/lib/filestat.t
17820            ! MANIFEST t/lib/1_compile.t
17821 ____________________________________________________________________________
17822 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
17823         Log: Add test for Net::servent.
17824      Branch: perl
17825            + t/lib/net-sent.t
17826            ! MANIFEST t/lib/1_compile.t
17827 ____________________________________________________________________________
17828 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
17829         Log: Add test for Net::protoent.
17830      Branch: perl
17831            + t/lib/net-pent.t
17832            ! MANIFEST t/lib/1_compile.t
17833 ____________________________________________________________________________
17834 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
17835         Log: Add test for Net::netent.
17836      Branch: perl
17837            + t/lib/net-nent.t
17838            ! MANIFEST t/lib/1_compile.t
17839 ____________________________________________________________________________
17840 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
17841         Log: Add test for User::grent.  Portability doubtful.
17842      Branch: perl
17843            + t/lib/user-grent.t
17844            ! MANIFEST t/lib/1_compile.t
17845 ____________________________________________________________________________
17846 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
17847         Log: Add test for User::pwent.
17848              Probably will fall down somewhere for portability reasons.
17849      Branch: perl
17850            + t/lib/user-pwent.t
17851            ! MANIFEST t/lib/1_compile.t
17852 ____________________________________________________________________________
17853 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
17854         Log: Metaconfig units changes for #10283.
17855      Branch: metaconfig
17856            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
17857            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
17858            ! U/installdirs/sitescript.U U/modified/Signal.U
17859 ____________________________________________________________________________
17860 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
17861         Log: Subject: [PATCH 5.6.1] signal names in Configure
17862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17863              Date: Tue, 29 May 2001 03:52:25 -0400
17864              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
17865              
17866              Subject: [PATCH 5.6.1] older perl in Configure
17867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17868              Date: Tue, 29 May 2001 03:55:40 -0400
17869              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
17870              
17871              Subject: [PATCH 5.6.1] goofs in Configure
17872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17873              Date: Tue, 29 May 2001 04:13:07 -0400
17874              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
17875              
17876              Configure portability tweaks.
17877      Branch: perl
17878            ! Configure
17879 ____________________________________________________________________________
17880 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
17881         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
17882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17883              Date: Tue, 29 May 2001 04:07:06 -0400
17884              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
17885      Branch: perl
17886            ! os2/os2.c
17887 ____________________________________________________________________________
17888 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
17889         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
17890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17891              Date: Tue, 29 May 2001 04:01:38 -0400
17892              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
17893      Branch: perl
17894            ! hints/os2.sh os2/Makefile.SHs
17895 ____________________________________________________________________________
17896 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
17897         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
17898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17899              Date: Tue, 29 May 2001 03:50:18 -0400
17900              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
17901      Branch: perl
17902            ! lib/Test/Harness.pm
17903 ____________________________________________________________________________
17904 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
17905         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
17906      Branch: perl
17907            ! lib/utf8_heavy.pl
17908 ____________________________________________________________________________
17909 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
17910         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
17911              From: Hugo <hv@crypt.compulink.co.uk>
17912              Date: Tue, 29 May 2001 03:03:45 +0100
17913              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
17914              
17915              Explanation why the $@ always gets the UTF8 flag when under use utf8--
17916              because we told it to have the flag when under use utf8.
17917      Branch: perl
17918            ! pp_ctl.c
17919 ____________________________________________________________________________
17920 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
17921         Log: At least a partial fix for 20010528.004.
17922      Branch: perl
17923            ! lib/utf8_heavy.pl
17924 ____________________________________________________________________________
17925 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
17926         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
17927              From: Nicholas Clark <nick@ccl4.org> 
17928              Date: Mon, 28 May 2001 23:39:38 +0100
17929              Message-ID: <20010528233938.M86445@plum.flirble.org>
17930              
17931              More portable non-zero UV.
17932      Branch: perl
17933            ! t/lib/extutils.t
17934 ____________________________________________________________________________
17935 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
17936         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
17937              From: Nicholas Clark <nick@ccl4.org>
17938              Date: Mon, 28 May 2001 22:46:09 +0100
17939              Message-ID: <20010528224608.L86445@plum.flirble.org>
17940              
17941              Test also "make clean".
17942      Branch: perl
17943            ! t/lib/extutils.t
17944 ____________________________________________________________________________
17945 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
17946         Log: Subject: Re: Would -Wno-unused -Wall be better?
17947              From: Michael G Schwern <schwern@pobox.com>
17948              Date: Tue, 29 May 2001 00:55:54 +0100
17949              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
17950      Branch: perl
17951            ! pp.h
17952 ____________________________________________________________________________
17953 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
17954         Log: Add a test for 20010528.007, fixed in #10272.
17955      Branch: perl
17956            ! t/op/misc.t toke.c
17957 ____________________________________________________________________________
17958 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
17959         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
17960              From: Hugo <hv@crypt.compulink.co.uk>
17961              Date: Tue, 29 May 2001 00:23:23 +0100
17962              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
17963      Branch: perl
17964            ! toke.c
17965 ____________________________________________________________________________
17966 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
17967         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
17968              From: Michael G Schwern <schwern@pobox.com>
17969              Date: Tue, 29 May 2001 00:42:59 +0100
17970              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
17971      Branch: perl
17972            ! t/pragma/autouse.t
17973 ____________________________________________________________________________
17974 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
17975         Log: Some shells seemingly arrange the signal handlers differently
17976              (bug id 20010521.004).
17977      Branch: perl
17978            ! t/lib/sigaction.t
17979 ____________________________________________________________________________
17980 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
17981         Log: Regen perlmodlib.
17982      Branch: perl
17983            ! pod/perlmodlib.pod
17984 ____________________________________________________________________________
17985 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
17986         Log: Update Changes.
17987      Branch: perl
17988            ! Changes patchlevel.h
17989 ____________________________________________________________________________
17990 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
17991         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
17992              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17993              Date: Mon, 28 May 2001 14:56:35 -0500
17994              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
17995      Branch: perl
17996            ! pod/perlnewmod.pod
17997 ____________________________________________________________________________
17998 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
17999         Log: Regen toc.
18000      Branch: perl
18001            ! pod/perltoc.pod
18002 ____________________________________________________________________________
18003 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
18004         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
18005              From: "Richard Soderberg" <rs@crystalflame.net>
18006              Date: Mon, 28 May 2001 12:31:23 -0700
18007              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
18008      Branch: perl
18009            ! t/op/splice.t
18010 ____________________________________________________________________________
18011 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
18012         Log: The #10260 was too bold: locales and utf8 still do not mix.
18013      Branch: perl
18014            ! t/pragma/locale.t
18015 ____________________________________________________________________________
18016 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
18017         Log: Subject: [PATCH] Pod nitpicks
18018              From: "Richard Soderberg" <rs@crystalflame.net>
18019              Date: Mon, 28 May 2001 10:08:58 -0700
18020              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
18021      Branch: perl
18022            ! pod/perl571delta.pod pod/perlapi.pod sv.h
18023 ____________________________________________________________________________
18024 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
18025         Log: Upgrade to I18N::LangTags 0.22.
18026      Branch: perl
18027            + lib/I18N/LangTags/List.pod
18028            ! MANIFEST lib/I18N/LangTags.pm
18029 ____________________________________________________________________________
18030 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
18031         Log: A slightly more serious bug found by -Mutf8; op/misc and
18032              lib/complex dumped core.
18033      Branch: perl
18034            ! regexec.c
18035 ____________________________________________________________________________
18036 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
18037         Log: Various buglets shaken out by -Mutf8.
18038      Branch: perl
18039            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
18040            ! t/pragma/locale.t
18041 ____________________________________________________________________________
18042 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
18043         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
18044      Branch: perl
18045            ! t/lib/carp.t
18046 ____________________________________________________________________________
18047 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
18048         Log: Subject: [PATCH] todo patch
18049              From: Artur Bergman <artur@contiller.se> 
18050              Date: Mon, 28 May 2001 17:03:51 +0200
18051              Message-ID: <B7383577.F34%artur@contiller.se>
18052      Branch: perl
18053            ! pod/perltodo.pod
18054 ____________________________________________________________________________
18055 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
18056         Log: Subject: typo in perlguts.pod
18057              From: "John P. Linderman" <jpl@research.att.com>
18058              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
18059              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
18060      Branch: perl
18061            ! pod/perlguts.pod
18062 ____________________________________________________________________________
18063 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
18064         Log: Subject: AIX and gcc (moving targets)
18065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18066              Date: Mon, 28 May 2001 12:54:04 +0200
18067              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
18068      Branch: perl
18069            ! hints/aix.sh
18070 ____________________________________________________________________________
18071 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
18072         Log: Subject: Re: perlio + multiple perl_alloc..destruct
18073              From: Doug MacEachern <dougm@covalent.net>
18074              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
18075              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
18076      Branch: perl
18077            ! perlio.c
18078 ____________________________________________________________________________
18079 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
18080         Log: The #10251 wasn't quite up-to-the-code.
18081      Branch: perl
18082            ! t/op/misc.t
18083 ____________________________________________________________________________
18084 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
18085         Log: Test case for bug 20010526.004, fixed in #10252.
18086      Branch: perl
18087            ! t/op/taint.t
18088 ____________________________________________________________________________
18089 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
18090         Log: Subject: Re: [ID 20010526.004] Taint looses value
18091              From: Hugo <hv@crypt.compulink.co.uk>
18092              Date: Sun, 27 May 2001 20:39:32 +0100
18093              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
18094      Branch: perl
18095            ! sv.c
18096 ____________________________________________________________________________
18097 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
18098         Log: Test case for 20010422.005, fixed by #10250.
18099      Branch: perl
18100            ! t/op/misc.t
18101 ____________________________________________________________________________
18102 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
18103         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
18104              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18105              Date: Mon, 28 May 2001 06:39:12 -0400
18106              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
18107      Branch: perl
18108            ! toke.c
18109 ____________________________________________________________________________
18110 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
18111         Log: Linerewrapping.
18112      Branch: perl
18113            ! lib/open.pm
18114 ____________________________________________________________________________
18115 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
18116         Log: Updates on the modules list.
18117      Branch: perl
18118            ! t/lib/1_compile.t
18119 ____________________________________________________________________________
18120 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
18121         Log: Add a test for PerlIO.
18122              
18123              (I probably got the crlf/raw thing wrong for clrfy platforms...)
18124      Branch: perl
18125            + t/lib/perlio.t
18126            ! MANIFEST lib/PerlIO.pm
18127 ____________________________________________________________________________
18128 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
18129         Log: Add a test for carp et alia.
18130      Branch: perl
18131            + t/lib/carp.t
18132            ! MANIFEST
18133 ____________________________________________________________________________
18134 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
18135         Log: Adding the new test would be swell.
18136      Branch: perl
18137            + t/pragma/autouse.t
18138 ____________________________________________________________________________
18139 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
18140         Log: Add a test for the autouse pragma.
18141      Branch: perl
18142            ! MANIFEST
18143 ____________________________________________________________________________
18144 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
18145         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
18146              From: dLux <dlux@spam.sch.bme.hu>
18147              Date: Sun, 27 May 2001 16:14:26 +0200
18148              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
18149      Branch: perl
18150            ! lib/autouse.pm
18151 ____________________________________________________________________________
18152 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
18153         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
18154              From: "Richard Soderberg" <rs@crystalflame.net>
18155              Date: Mon, 28 May 2001 03:56:36 -0700
18156              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
18157      Branch: perl
18158            ! utils/dprofpp.PL
18159 ____________________________________________________________________________
18160 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
18161         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
18162              From: "Stephen P. Potter" <spp@spotter.yi.org>
18163              Date: Tue, 22 May 2001 11:40:25 -0400
18164              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
18165              
18166              Subject: Re: [ID 20010522.003] Time::Local module bug
18167              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
18168              Date: Tue, 22 May 2001 11:50:19 -0400
18169              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
18170      Branch: perl
18171            ! lib/Time/Local.pm
18172 ____________________________________________________________________________
18173 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
18174         Log: The PERL_DL_NONLAZY can have whitespace in front.
18175      Branch: perl
18176            ! t/lib/extutils.t
18177 ____________________________________________________________________________
18178 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
18179         Log: Document strftime() and strptime().
18180      Branch: perl
18181            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
18182 ____________________________________________________________________________
18183 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
18184         Log: Make Time::Piece::strptime() to be a function, not a method.
18185      Branch: perl
18186            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
18187 ____________________________________________________________________________
18188 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
18189         Log: Tweak the test to be more portable.
18190      Branch: perl
18191            ! t/lib/extutils.t
18192 ____________________________________________________________________________
18193 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
18194         Log: Subject: PATCH: Re: Re: Attributes that tie
18195              From: Leon Brocard <acme@astray.com>
18196              Date: Sun, 27 May 2001 12:37:29 +0100
18197              Message-ID: <20010527123729.A22663@ns0.astray.com>
18198              
18199              Document that variable attributes are not currently usable
18200              for tieing.  (An ugly limitation that should be fixed.)
18201      Branch: perl
18202            ! lib/attributes.pm
18203 ____________________________________________________________________________
18204 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
18205         Log: Microperl tweaks.
18206      Branch: perl
18207            ! Makefile.micro uconfig.h uconfig.sh
18208 ____________________________________________________________________________
18209 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
18210         Log: Add make target for microperl (kind of silly, but convenient).
18211      Branch: perl
18212            ! Makefile.SH
18213 ____________________________________________________________________________
18214 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
18215         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
18216              for microperl.)
18217      Branch: perl
18218            ! doio.c
18219 ____________________________________________________________________________
18220 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
18221         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
18222              From: rspier@pobox.com (Robert Spier)
18223              Date: Sat, 26 May 2001 20:05:23 -0400
18224              Message-ID: <15120.17603.148648.12430@rls.cx>
18225              
18226              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
18227              From: rspier@pobox.com (Robert Spier)
18228              Date: Sun, 27 May 2001 00:23:12 -0400
18229              Message-ID: <15120.33072.511966.767230@rls.cx>
18230      Branch: perl
18231            ! doio.c pod/perlfunc.pod
18232 ____________________________________________________________________________
18233 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
18234         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
18235      Branch: perl
18236            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18237 ____________________________________________________________________________
18238 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
18239         Log: Add README.tru64.
18240      Branch: perl
18241            + README.tru64
18242 ____________________________________________________________________________
18243 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
18244         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
18245      Branch: perl
18246            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18247            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
18248            ! MANIFEST
18249 ____________________________________________________________________________
18250 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
18251         Log: Integrate I18N::LangTags from Sean Burke.
18252              
18253              TODO: the language list from RFC 3066 needs to be integrated
18254              and made available somehow.  The list is included in the
18255              I18N-LangTags 0.21 distribution, but it is undocumented
18256              and unconnected to the module.
18257      Branch: perl
18258            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
18259            ! MANIFEST
18260 ____________________________________________________________________________
18261 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
18262         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
18263              envisioned by Sarathy.
18264      Branch: perl
18265            ! t/op/ver.t toke.c
18266 ____________________________________________________________________________
18267 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
18268         Log: Subject: [ID 20010525.001] Pod typo nits fixed
18269              From: lvirden@cas.org
18270              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
18271              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
18272              
18273              minus the perlsolaris decimation plus the
18274              
18275              Subject: Re: [ID 20010525.001] Pod typo nits fixed
18276              From: "Philip Newton" <Philip.Newton@gmx.net>
18277              Date: Fri, 25 May 2001 18:05:55 +0200
18278              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
18279      Branch: perl
18280            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
18281            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
18282            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
18283            ! pod/perlutil.pod pod/perlxstut.pod
18284 ____________________________________________________________________________
18285 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
18286         Log: return clauses are nice.
18287      Branch: perl
18288            ! sv.c
18289 ____________________________________________________________________________
18290 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
18291         Log: Subject: change 10199 backwards?
18292              From: Doug MacEachern <dougm@covalent.net>
18293              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
18294              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
18295      Branch: perl
18296            ! sv.c
18297 ____________________________________________________________________________
18298 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
18299         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
18300              From: Hugo <hv@crypt.compulink.co.uk>
18301              Date: Sat, 26 May 2001 17:05:12 +0100
18302              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
18303      Branch: perl
18304            + t/op/gmagic.t
18305            ! MANIFEST doop.c embed.h embed.pl global.sym
18306            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
18307            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
18308 ____________________________________________________________________________
18309 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
18310         Log: Regen headers for #10221.
18311      Branch: perl
18312            ! global.sym objXSUB.h perlapi.c
18313 ____________________________________________________________________________
18314 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
18315         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
18316              From: Juha Laiho <juha.laiho@Elma.Net>
18317              Date: Thu, 3 May 2001 09:51:30 +0300
18318              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
18319      Branch: perl
18320            ! embed.pl
18321 ____________________________________________________________________________
18322 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
18323         Log: Subject: Re: [PATCH] Re: stability of sort()?
18324              From: "John P. Linderman" <jpl@research.att.com>
18325              Date: Sat, 26 May 2001 13:27:19 -0400
18326              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
18327      Branch: perl
18328            ! pod/perlfunc.pod
18329 ____________________________________________________________________________
18330 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
18331         Log: Integrate perlio.
18332      Branch: perl
18333           !> pod/perlguts.pod
18334 ____________________________________________________________________________
18335 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
18336         Log: Subject: [PATCH perl@10210] PerlIO for VMS
18337              From: "Craig A. Berry" <craigberry@mac.com>
18338              Date: Sat, 26 May 2001 09:34:11 -0500
18339              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
18340      Branch: perl
18341            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
18342            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
18343            ! vms/vmsish.h
18344 ____________________________________________________________________________
18345 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
18346         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
18347              From: David Dyck <dcd@tc.fluke.com>
18348              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
18349              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
18350      Branch: perl
18351            ! lib/perl5db.pl
18352 ____________________________________________________________________________
18353 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
18354         Log: Subject: utf8 regexp tests
18355              From: Hugo <hv@crypt.compulink.co.uk>
18356              Date: Fri, 25 May 2001 22:35:01 +0100
18357              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
18358      Branch: perl
18359            ! t/op/regexp.t
18360 ____________________________________________________________________________
18361 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
18362         Log: Subject: [PATCH] Re: stability of sort()?
18363              From: Nicholas Clark <nick@ccl4.org>
18364              Date: Fri, 25 May 2001 22:40:19 +0100
18365              Message-ID: <20010525224019.B86445@plum.flirble.org>
18366      Branch: perl
18367            ! pod/perlfunc.pod
18368 ____________________________________________________________________________
18369 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
18370         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
18371              From: John Peacock <jpeacock@rowman.com>
18372              Date: Thu, 24 May 2001 22:14:01 -0400
18373              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
18374      Branch: perl
18375            ! mg.c scope.c sv.c
18376 ____________________________________________________________________________
18377 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
18378         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
18379              From: Nicholas Clark <nick@ccl4.org>
18380              Date: Sun, 20 May 2001 19:24:13 +0100
18381              Message-ID: <20010520192413.G83222@plum.flirble.org>
18382      Branch: perl
18383            + lib/ExtUtils/Constant.pm t/lib/extutils.t
18384            ! MANIFEST utils/h2xs.PL
18385 ____________________________________________________________________________
18386 [ 10212] By: nick                                  on 2001/05/26  09:49:28
18387         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
18388              add a few more notes there on use of mortals on the stack.
18389      Branch: perlio
18390            ! pod/perlguts.pod
18391 ____________________________________________________________________________
18392 [ 10211] By: nick                                  on 2001/05/26  09:05:36
18393         Log: Integrate mainline
18394      Branch: perlio
18395           +> t/lib/fcntl.t t/pragma/vars.t
18396           !> (integrate 49 files)
18397 ____________________________________________________________________________
18398 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
18399         Log: Update Changes.
18400      Branch: perl
18401            ! Changes patchlevel.h
18402 ____________________________________________________________________________
18403 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
18404         Log: Based on
18405              
18406              Subject: [PATCH pp.c] Wrapping pack("C",256)
18407              From: Simon Cozens <simon@netthink.co.uk>
18408              Date: Sat, 12 May 2001 17:58:41 +0100
18409              Message-ID: <20010512175841.A6132@netthink.co.uk>
18410      Branch: perl
18411            ! pod/perldiag.pod pp.c t/pragma/warn/pp
18412 ____________________________________________________________________________
18413 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
18414         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
18415              From: "Brendan O'Dea" <bod@compusol.com.au>
18416              Date: Fri, 25 May 2001 11:18:29 +1000
18417              Message-ID: <20010525111829.A28411@compusol.com.au>
18418              
18419              (Slightly modified.)
18420      Branch: perl
18421            ! lib/Term/Cap.pm
18422 ____________________________________________________________________________
18423 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
18424         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
18425              From: Hugo <hv@crypt.compulink.co.uk>
18426              Date: Fri, 25 May 2001 02:13:25 +0100
18427              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
18428      Branch: perl
18429            ! t/op/misc.t
18430 ____________________________________________________________________________
18431 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
18432         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
18433              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
18434              Date: Fri, 25 May 2001 10:25:36 +0900
18435              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
18436      Branch: perl
18437            ! regcomp.c regexec.c
18438 ____________________________________________________________________________
18439 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
18440         Log: Subject: [PATCH #2] stash autovivification and method call error messages
18441              From: Ilmari Karonen <iltzu@sci.fi>
18442              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
18443              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
18444      Branch: perl
18445            ! gv.c pp_hot.c t/op/method.t
18446 ____________________________________________________________________________
18447 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
18448         Log: Add make target and documentation for gprof profiling.
18449      Branch: perl
18450            ! Makefile.SH pod/perlhack.pod
18451 ____________________________________________________________________________
18452 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
18453         Log: Subject: Don't think about UTF8 
18454              From: Mike Guy <mjtg@cam.ac.uk> 
18455              Date: Tue, 22 May 2001 14:35:39 +0100
18456              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
18457      Branch: perl
18458            ! sv.h
18459 ____________________________________________________________________________
18460 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
18461         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
18462              From: Geraint A Edwards <gedge@serf.org> 
18463              Date: Thu, 24 May 2001 22:51:24 +0100
18464              Message-Id: <20010524225124.A34981@cymru.serf.org>
18465      Branch: perl
18466            ! x2p/find2perl.PL
18467 ____________________________________________________________________________
18468 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
18469         Log: DB_File has its own attribute story.
18470      Branch: perl
18471            ! ext/DB_File/DB_File.xs
18472 ____________________________________________________________________________
18473 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
18474         Log: Subject: Re: Making perl with -Wall
18475              From: Andy Dougherty <doughera@lafayette.edu>
18476              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
18477              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
18478      Branch: perl
18479            ! perl.h
18480 ____________________________________________________________________________
18481 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
18482         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
18483              From: "Richard Soderberg" <rs@crystalflame.net>
18484              Date: Thu, 24 May 2001 08:58:16 -0700
18485              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
18486      Branch: perl
18487            ! sv.c
18488 ____________________________________________________________________________
18489 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
18490         Log: IV/UV casting fixes from Nicholas Clark.
18491      Branch: perl
18492            ! perl.h pp_sys.c util.c
18493 ____________________________________________________________________________
18494 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
18495         Log: Subject: Re: Making perl with -Wall
18496              From: Michael G Schwern <schwern@pobox.com>
18497              Date: Thu, 24 May 2001 15:40:28 +0100
18498              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
18499      Branch: perl
18500            ! malloc.c perl.h
18501 ____________________________________________________________________________
18502 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
18503         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
18504              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18505              Date: Tue, 22 May 2001 11:49:37 +0200
18506              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
18507      Branch: metaconfig
18508            ! U/modified/Oldsym.U
18509      Branch: metaconfig/U/perl
18510            ! patchlevel.U
18511      Branch: perl
18512            ! Configure config_h.SH myconfig.SH
18513 ____________________________________________________________________________
18514 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
18515         Log: Under versiononly install also the scripts with the version suffix.
18516              (e.g. .../bin/h2xs5.7.1)
18517      Branch: perl
18518            ! installperl
18519 ____________________________________________________________________________
18520 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
18521         Log: Subject: [PATCH] Stop segfault in mg.c:636
18522              From: "Richard Soderberg" <rs@crystalflame.net>
18523              Date: Thu, 24 May 2001 05:51:52 -0700
18524              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
18525      Branch: perl
18526            ! mg.c
18527 ____________________________________________________________________________
18528 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
18529         Log: Iteration continues; hopefully convergently.
18530      Branch: perl
18531            ! t/lib/b-stash.t
18532 ____________________________________________________________________________
18533 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
18534         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
18535              From: Gisle Aas <gisle@ActiveState.com>
18536              Date: 23 May 2001 16:13:10 -0700
18537              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
18538      Branch: perl
18539            ! op.c toke.c
18540 ____________________________________________________________________________
18541 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
18542         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
18543              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18544              Date: Thu, 24 May 2001 05:05:22 -0500
18545              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
18546      Branch: perl
18547            ! lib/dumpvar.pl lib/perl5db.pl
18548 ____________________________________________________________________________
18549 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
18550         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
18551              From: David Dyck <dcd@tc.fluke.com>
18552              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
18553              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
18554      Branch: perl
18555            ! lib/perl5db.pl
18556 ____________________________________________________________________________
18557 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
18558         Log: Tiny pod nits on READMEs, mostly whitespace issues.
18559      Branch: perl
18560            ! README.amiga README.dos README.macos README.mpeix README.vmesa
18561            ! README.win32
18562 ____________________________________________________________________________
18563 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
18564         Log: The DG/UX part of the 20010521.005.
18565      Branch: perl
18566            ! README.dgux
18567 ____________________________________________________________________________
18568 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
18569         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
18570              From: Hugo <hv@crypt.compulink.co.uk>
18571              Date: Mon, 21 May 2001 16:32:02 +0100
18572              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
18573      Branch: perl
18574            ! regcomp.c t/op/misc.t
18575 ____________________________________________________________________________
18576 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
18577         Log: Subject: [PATCH] Extra UNIVERSAL tests
18578              From: Mike Guy <mjtg@cam.ac.uk>
18579              Date: Wed, 23 May 2001 12:29:20 +0100
18580              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
18581      Branch: perl
18582            ! t/op/universal.t
18583 ____________________________________________________________________________
18584 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
18585         Log: Subject: [PATCH] Remove EQ keyword
18586              From: Mike Guy <mjtg@cam.ac.uk>
18587              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
18588              Date: Wed, 23 May 2001 11:17:29 +0100
18589      Branch: perl
18590            ! keywords.h keywords.pl
18591 ____________________________________________________________________________
18592 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
18593         Log: Subject: [PATCH] lib/perl5db.pl
18594              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18595              Date: Wed, 23 May 2001 02:18:03 -0500
18596              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
18597      Branch: perl
18598            ! lib/perl5db.pl
18599 ____________________________________________________________________________
18600 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
18601         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
18602              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18603              Date: Tue, 22 May 2001 23:34:41 -0500
18604              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
18605      Branch: perl
18606            ! lib/Term/Cap.pm
18607 ____________________________________________________________________________
18608 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
18609         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
18610              From: davem@fdgroup.co.uk
18611              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
18612              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
18613      Branch: perl
18614            ! emacs/e2ctags.pl
18615 ____________________________________________________________________________
18616 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
18617         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
18618              From: Michael G Schwern <schwern@pobox.com>
18619              Date: Tue, 22 May 2001 14:15:09 +0100
18620              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
18621      Branch: perl
18622            ! lib/vars.pm
18623 ____________________________________________________________________________
18624 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
18625         Log: Subject: [PATCH lib/vars.pm] Odd code nit
18626              From: Michael G Schwern <schwern@pobox.com>
18627              Date: Tue, 22 May 2001 14:14:28 +0100
18628              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
18629      Branch: perl
18630            ! lib/vars.pm
18631 ____________________________________________________________________________
18632 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
18633         Log: Use the new use vars feature.
18634      Branch: perl
18635            ! t/lib/b-stash.t
18636 ____________________________________________________________________________
18637 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
18638         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
18639              From: Mike Guy <mjtg@cam.ac.uk>
18640              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18641              Date: Tue, 22 May 2001 13:11:39 +0100
18642      Branch: perl
18643            + t/pragma/vars.t
18644            ! MANIFEST lib/vars.pm t/lib/1_compile.t
18645 ____________________________________________________________________________
18646 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
18647         Log: -qlongdouble considered harmful by Merijn.
18648      Branch: perl
18649            ! hints/aix.sh
18650 ____________________________________________________________________________
18651 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
18652         Log: Update Changes.
18653      Branch: perl
18654            ! Changes patchlevel.h
18655 ____________________________________________________________________________
18656 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
18657         Log: Add a test of its very own for Fcntl.  Hopefully portable.
18658      Branch: perl
18659            + t/lib/fcntl.t
18660            ! MANIFEST
18661 ____________________________________________________________________________
18662 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
18663         Log: Must be trickier for 'minitest' not to die.
18664      Branch: perl
18665            ! t/op/taint.t
18666 ____________________________________________________________________________
18667 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
18668         Log: Can't declare other people's variables.
18669      Branch: perl
18670            ! t/lib/b-stash.t
18671 ____________________________________________________________________________
18672 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
18673         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
18674      Branch: perl
18675            ! doio.c t/op/taint.t
18676 ____________________________________________________________________________
18677 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
18678         Log: The OS/2 variable needs to be declared.
18679      Branch: perl
18680            ! t/lib/b-stash.t
18681 ____________________________________________________________________________
18682 [ 10170] By: nick                                  on 2001/05/20  16:48:29
18683         Log: Integrate mainline
18684      Branch: perlio
18685           !> (integrate 41 files)
18686 ____________________________________________________________________________
18687 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
18688         Log: Small perlsec updates: clarify the taintedness of filename
18689              globbing; suggest using Scalar::Util::tainted().
18690      Branch: perl
18691            ! pod/perlsec.pod
18692 ____________________________________________________________________________
18693 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
18694         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
18695              From: Dave Mitchell <davem@fdgroup.co.uk>
18696              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
18697              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
18698      Branch: perl
18699            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
18700            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
18701            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
18702            ! xsutils.c
18703 ____________________________________________________________________________
18704 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
18705         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
18706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18707              Date: Sat, 19 May 2001 04:08:46 -0400
18708              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
18709      Branch: perl
18710            ! lib/ExtUtils/Mksymlists.pm makedef.pl
18711 ____________________________________________________________________________
18712 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
18713         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
18714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18715              Date: Sat, 19 May 2001 04:30:45 -0400
18716              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
18717      Branch: perl
18718            ! os2/os2.c
18719 ____________________________________________________________________________
18720 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
18721         Log: Subject: [PATCH 5.6.1] build bugs OS/2
18722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18723              Date: Sat, 19 May 2001 04:35:28 -0400
18724              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
18725      Branch: perl
18726            ! os2/Makefile.SHs os2/os2.c
18727 ____________________________________________________________________________
18728 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
18729         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
18730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18731              Date: Sat, 19 May 2001 04:04:23 -0400
18732              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
18733              
18734              (In bleadperl patched b-stash.t instead of b.t)
18735      Branch: perl
18736            ! t/lib/b-stash.t t/lib/bigfltpm.t
18737 ____________________________________________________________________________
18738 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
18739         Log: Subject: [PATCH 5.6.1] perl5db
18740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18741              Date: Sat, 19 May 2001 03:49:09 -0400
18742              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
18743      Branch: perl
18744            ! lib/perl5db.pl
18745 ____________________________________________________________________________
18746 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
18747         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
18748              From: Gisle Aas <gisle@ActiveState.com>
18749              Date: 18 May 2001 14:24:51 -0700
18750              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
18751      Branch: perl
18752            ! pp_ctl.c
18753 ____________________________________________________________________________
18754 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
18755         Log: Subject: [PATCH] Chomp should not always stringify
18756              From: Gisle Aas <gisle@ActiveState.com>
18757              Date: 18 May 2001 07:55:25 -0700
18758              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
18759      Branch: perl
18760            ! doop.c t/op/chop.t
18761 ____________________________________________________________________________
18762 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
18763         Log: Integrate perlio.
18764      Branch: perl
18765           !> pod/perlfunc.pod
18766 ____________________________________________________________________________
18767 [ 10159] By: nick                                  on 2001/05/20  09:39:46
18768         Log: Document some more of open's features.
18769      Branch: perlio
18770            ! pod/perlfunc.pod
18771 ____________________________________________________________________________
18772 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
18773         Log: back out change#10153 (it has compatibility issues such as the
18774              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
18775              benefit for 5.6.x doesn't seem worth the risk)
18776      Branch: maint-5.6/perl
18777            ! toke.c
18778 ____________________________________________________________________________
18779 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
18780         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
18781      Branch: perl
18782            ! x2p/s2p.PL
18783 ____________________________________________________________________________
18784 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
18785         Log: Update Changes.
18786      Branch: perl
18787            ! Changes patchlevel.h
18788 ____________________________________________________________________________
18789 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
18790         Log: Integrate change #10144 from maintperl.
18791              
18792              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
18793      Branch: perl
18794           !> win32/config.bc win32/config.gc win32/config.vc
18795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18796 ____________________________________________________________________________
18797 [ 10154] By: nick                                  on 2001/05/18  07:23:03
18798         Log: Integrate mainline.
18799      Branch: perlio
18800           +> README.dgux t/lib/i18n-collate.t utils.lst
18801           !> (integrate 49 files)
18802 ____________________________________________________________________________
18803 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
18804         Log: Integrate change #7224 from mainline into maintperl.
18805              
18806              Allow @+ and @- to be doublequoted, from Simon Cozens. 
18807              (Approved by Larry, see Tom's comment in 20000830.005.)
18808      Branch: maint-5.6/perl
18809           !> toke.c
18810 ____________________________________________________________________________
18811 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
18812         Log: Subject: [PATCH bleadperl] small lookbehind fix
18813              From: Hugo <hv@crypt.compulink.co.uk>
18814              Date: Fri, 18 May 2001 00:07:19 +0100
18815              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
18816      Branch: perl
18817            ! regexec.c
18818 ____________________________________________________________________________
18819 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
18820         Log: Detypos.
18821      Branch: perl
18822            ! installman utils.lst
18823 ____________________________________________________________________________
18824 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
18825         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
18826              in 20001222.001.
18827      Branch: perl
18828            ! t/lib/glob-basic.t
18829 ____________________________________________________________________________
18830 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
18831         Log: Subject: [PATCH] Test for bug 20010515.004
18832              From: Benjamin Sugars <bsugars@canoe.ca>
18833              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
18834              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
18835      Branch: perl
18836            ! t/op/misc.t
18837 ____________________________________________________________________________
18838 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
18839         Log: Integrate #10145 from maintperl.
18840              
18841              fix for ID 20010515.004 (needs test)
18842      Branch: perl
18843           !> pp_hot.c
18844 ____________________________________________________________________________
18845 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
18846         Log: Thinko noticed by Doug MacEachern.
18847      Branch: perl
18848            ! thread.h
18849 ____________________________________________________________________________
18850 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
18851         Log: Subject: Re: [PATCH] HERE mark in regex
18852              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18853              Date: Thu, 17 May 2001 12:20:33 -0400
18854              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
18855      Branch: perl
18856            ! t/op/re_tests
18857 ____________________________________________________________________________
18858 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
18859         Log: fix for ID 20010515.004 (needs test)
18860      Branch: maint-5.6/perl
18861            ! pp_hot.c
18862 ____________________________________________________________________________
18863 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
18864         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
18865      Branch: maint-5.6/perl
18866            ! win32/config.bc win32/config.gc win32/config.vc
18867            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18868 ____________________________________________________________________________
18869 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
18870         Log: Macrofy the getspecific (and use it also in util.c)
18871      Branch: perl
18872            ! thread.h util.c
18873 ____________________________________________________________________________
18874 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
18875         Log: Use the unchecked thread-specific key fetch also in Tru64.
18876      Branch: perl
18877            ! thread.h
18878 ____________________________________________________________________________
18879 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
18880         Log: Subject: [PATCH 5.6.1]Quick thread speedup
18881              From: Dan Sugalski <dan@sidhe.org> 
18882              Date: Wed, 16 May 2001 18:05:19 -0400
18883              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
18884      Branch: perl
18885            ! thread.h util.c
18886 ____________________________________________________________________________
18887 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
18888         Log: I think this is quite enough testing for a deprecated feature.
18889      Branch: perl
18890            + t/lib/i18n-collate.t
18891            ! MANIFEST t/lib/1_compile.t
18892 ____________________________________________________________________________
18893 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
18894         Log: More HP-UX lore from Jeff Okamoto.
18895      Branch: perl
18896            ! README.hpux
18897 ____________________________________________________________________________
18898 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
18899         Log: Sort utils.lst for easier maintenance.
18900      Branch: perl
18901            ! utils.lst
18902 ____________________________________________________________________________
18903 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
18904         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18905              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18906              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
18907              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
18908              
18909              Add pod2latex to utils.lst.
18910      Branch: perl
18911            ! MANIFEST utils.lst
18912 ____________________________________________________________________________
18913 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
18914         Log: Subject: Re: [PATCH] HERE mark in regex
18915              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18916              Date: Wed, 16 May 2001 13:04:43 -0400
18917              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
18918      Branch: perl
18919            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
18920            ! t/op/regmesg.t t/pragma/warn/regcomp
18921 ____________________________________________________________________________
18922 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
18923         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18924              From: Simon Cozens <simon@netthink.co.uk>
18925              Date: Wed, 16 May 2001 18:02:08 +0100
18926              Message-ID: <20010516180208.A6458@netthink.co.uk>
18927      Branch: perl
18928            ! installman utils.lst
18929 ____________________________________________________________________________
18930 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
18931         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
18932              From: "Philip Newton" <pnewton@gmx.de>
18933              Date: Tue, 15 May 2001 15:09:30 +0200
18934              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
18935              
18936              Test case for #10128.
18937      Branch: perl
18938            ! t/pragma/warn/pp_hot
18939 ____________________________________________________________________________
18940 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
18941         Log: Update Changes.
18942      Branch: perl
18943            ! Changes patchlevel.h
18944 ____________________________________________________________________________
18945 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
18946         Log: Deprecate pseudo-hashes.
18947      Branch: perl
18948            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
18949 ____________________________________________________________________________
18950 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
18951         Log: HP-UX hints update from Merijn.
18952      Branch: perl
18953            ! hints/hpux.sh
18954 ____________________________________________________________________________
18955 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
18956         Log: README.hpux update from Merijn.
18957      Branch: perl
18958            ! README.hpux
18959 ____________________________________________________________________________
18960 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
18961         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18962              From: Simon Cozens <simon@netthink.co.uk>
18963              Date: Wed, 16 May 2001 15:57:55 +0100
18964              Message-ID: <20010516155755.A4728@netthink.co.uk>
18965      Branch: perl
18966            + utils.lst
18967            ! MANIFEST installman installperl
18968 ____________________________________________________________________________
18969 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
18970         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
18971              From: "Philip Newton" <pnewton@gmx.de>
18972              Date: Tue, 15 May 2001 16:31:05 +0200
18973              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
18974              
18975              Fix PERL_Y2KWARN test to check before rather than after appending.
18976      Branch: perl
18977            ! pp_hot.c
18978 ____________________________________________________________________________
18979 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
18980         Log: Regen Porting stuff.
18981      Branch: perl
18982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18983            ! config_h.SH
18984 ____________________________________________________________________________
18985 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
18986         Log: Metaconfig unit change for #10125.
18987      Branch: metaconfig
18988            ! U/modified/Oldconfig.U
18989 ____________________________________________________________________________
18990 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
18991         Log: Use OSVERS.
18992      Branch: perl
18993            ! Configure config_h.SH perl.c
18994 ____________________________________________________________________________
18995 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
18996         Log: Regen toc.
18997      Branch: perl
18998            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18999 ____________________________________________________________________________
19000 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
19001         Log: Adding the README.dgux to the MANIFEST would be a good idea.
19002      Branch: perl
19003            ! MANIFEST
19004 ____________________________________________________________________________
19005 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
19006         Log: Move the stack desire definition to thread.h.
19007      Branch: perl
19008            ! ext/Thread/Thread.xs thread.h
19009 ____________________________________________________________________________
19010 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
19011         Log: DG-UX threading patches, including a README.dgux,
19012              from Takis Psarogiannakopoulos.
19013      Branch: perl
19014            + README.dgux
19015            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
19016 ____________________________________________________________________________
19017 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
19018         Log: Subject: [PATCH B::Deparse] More on /x regexes
19019              From: Robin Houston <robin@kitsite.com>
19020              Date: Tue, 15 May 2001 19:09:35 +0100
19021              Message-ID: <20010515190935.A27268@penderel>
19022      Branch: perl
19023            ! ext/B/B/Deparse.pm
19024 ____________________________________________________________________________
19025 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
19026         Log: Document that the core time() may be rounding rather
19027              than truncating, would have saved at least my confusion.
19028      Branch: perl
19029            ! ext/Time/HiRes/HiRes.pm
19030 ____________________________________________________________________________
19031 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
19032         Log: Subject: perl-current/t/time-hires.t
19033              From: John Peacock <jpeacock@rowman.com>
19034              Date: Fri, 11 May 2001 14:09:41 -0400
19035              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
19036      Branch: perl
19037            ! t/lib/time-hires.t
19038 ____________________________________________________________________________
19039 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
19040         Log: Subject: [PATCH dump.c] Op private flags
19041              From: Simon Cozens <simon@netthink.co.uk>
19042              Date: Sun, 13 May 2001 20:20:36 +0100
19043              Message-ID: <20010513202036.A21896@netthink.co.uk>
19044      Branch: perl
19045            ! dump.c
19046 ____________________________________________________________________________
19047 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
19048         Log: Upgrade to Switch 2.03.
19049      Branch: perl
19050            ! lib/Switch.pm
19051 ____________________________________________________________________________
19052 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
19053         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
19054              to PERL_CONFIG_SH and use it consistently.
19055      Branch: maint-5.6/perl
19056           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
19057           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
19058           !> myconfig.SH writemain.SH
19059 ____________________________________________________________________________
19060 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
19061         Log: Metaconfig units changes for #10113.
19062      Branch: metaconfig
19063            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
19064 ____________________________________________________________________________
19065 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
19066         Log: The problem described in 20010514.031 still wasn't
19067              fully cured, there were remnants of $CONFIG when
19068              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
19069              to avoid future conflicts.
19070      Branch: perl
19071            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
19072            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
19073            ! myconfig.SH writemain.SH
19074 ____________________________________________________________________________
19075 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
19076         Log: Half of #10107 got lost.
19077      Branch: perl
19078            ! ext/B/B/Deparse.pm
19079 ____________________________________________________________________________
19080 [ 10111] By: nick                                  on 2001/05/15  08:39:14
19081         Log: Integrate mainline.
19082      Branch: perlio
19083           +> ext/POSIX/hints/uts.pl
19084            - Todo Todo-5.6 t/camel-III/vstring.t
19085           !> (integrate 48 files)
19086 ____________________________________________________________________________
19087 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
19088         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
19089              From: Robin Houston <robin@kitsite.com>
19090              Date: Mon, 14 May 2001 22:27:08 +0100
19091              Message-ID: <20010514222708.A22963@penderel>
19092      Branch: perl
19093            ! t/TestInit.pm
19094 ____________________________________________________________________________
19095 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
19096         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
19097              From: Robin Houston <robin@kitsite.com>
19098              Date: Mon, 14 May 2001 22:16:43 +0100
19099              Message-ID: <20010514221643.A22437@penderel>
19100      Branch: perl
19101            ! ext/B/B/Deparse.pm
19102 ____________________________________________________________________________
19103 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
19104         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
19105              From: Robin Houston <robin@kitsite.com>
19106              Date: Mon, 14 May 2001 22:03:44 +0100
19107              Message-ID: <20010514220344.A20643@penderel>
19108      Branch: perl
19109            ! ext/B/B/Deparse.pm
19110 ____________________________________________________________________________
19111 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
19112         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
19113              From: Robin Houston <robin@kitsite.com>
19114              Date: Mon, 14 May 2001 22:10:07 +0100
19115              Message-ID: <20010514221007.A21118@penderel>
19116      Branch: perl
19117            ! ext/B/B/Deparse.pm
19118 ____________________________________________________________________________
19119 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
19120         Log: Fix for 20010514.037; substr() didn't invalidate the locale
19121              collation magic.
19122      Branch: perl
19123            ! pp.c
19124 ____________________________________________________________________________
19125 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
19126         Log: Update Changes.
19127      Branch: perl
19128            ! Changes patchlevel.h
19129 ____________________________________________________________________________
19130 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
19131         Log: Retract #10094.
19132      Branch: perl
19133            ! lib/Pod/Text.pm
19134 ____________________________________________________________________________
19135 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
19136         Log: Integrate change #10100 from maintperl.
19137              
19138              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
19139              bug ID 20010514.027)
19140      Branch: perl
19141           !> mg.c pp_ctl.c
19142 ____________________________________________________________________________
19143 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
19144         Log: Document the deprecatedness of suidperl.
19145      Branch: perl
19146            ! INSTALL pod/perlfaq1.pod
19147 ____________________________________________________________________________
19148 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
19149         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
19150              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19151              Date: Mon, 14 May 2001 09:38:59 -0400
19152              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
19153      Branch: perl
19154            ! lib/ExtUtils/MM_Unix.pm
19155 ____________________________________________________________________________
19156 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
19157         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
19158              bug ID 20010514.027)
19159              
19160              TODO: this needs a testsuite addition
19161      Branch: maint-5.6/perl
19162            ! mg.c pp_ctl.c
19163 ____________________________________________________________________________
19164 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
19165         Log: More DWIMminess for Class::Struct: calling the array or hash
19166              accessors only with one argument, an array or a hash reference,
19167              sets the underlying array or hash.  This mirrors nicely also
19168              the usage in the constructor.
19169              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
19170      Branch: perl
19171            ! lib/Class/Struct.pm t/lib/class-struct.t
19172 ____________________________________________________________________________
19173 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
19174         Log: Reference cmp'ing should go through the whole stringification
19175              process shebang, as pointed out by Sarathy in #10091.
19176      Branch: perl
19177            ! pp.c
19178 ____________________________________________________________________________
19179 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
19180         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
19181              From: Simon Cozens <simon@netthink.co.uk>
19182              Date: Sat, 12 May 2001 16:36:27 +0100
19183              Message-ID: <20010512163627.A5522@netthink.co.uk>
19184              
19185              with some additions salvaged from Todo and Todo-5.6 before
19186              retiring them.
19187      Branch: perl
19188            - Todo Todo-5.6
19189            ! MANIFEST pod/perltodo.pod
19190 ____________________________________________________________________________
19191 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
19192         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
19193              From: "Golubev I. N." <gin@mo.msk.ru>
19194              Date: Mon, 07 May 2001 14:33:34 (GMT)
19195              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
19196      Branch: perl
19197            ! perl.h
19198 ____________________________________________________________________________
19199 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
19200         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
19201              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19202              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
19203              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
19204      Branch: perl
19205            ! lib/ExtUtils/MM_Unix.pm
19206 ____________________________________________________________________________
19207 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
19208         Log: (Retracted by #10104.)
19209              
19210              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
19211              From: barries <barries@slaysys.com>
19212              Date: Sat, 12 May 2001 01:28:10 -0400
19213              Message-ID: <20010512012810.B26358@jester.slaysys.com>
19214      Branch: perl
19215            ! lib/Pod/Text.pm
19216 ____________________________________________________________________________
19217 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
19218         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
19219              From: Mike Guy <mjtg@cam.ac.uk>
19220              Date: Sat, 12 May 2001 19:24:33 +0100
19221              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
19222      Branch: perl
19223            ! lib/AutoSplit.pm
19224 ____________________________________________________________________________
19225 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
19226         Log: Yet another HP-UX hints tweak from Merijn.
19227      Branch: perl
19228            ! hints/hpux.sh
19229 ____________________________________________________________________________
19230 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
19231         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
19232              isn't defined (changes#9366,9368,9370 from mainline without the
19233              pp_scmp() change)
19234      Branch: maint-5.6/perl
19235            ! pp.c pp.h pp_hot.c
19236 ____________________________________________________________________________
19237 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
19238         Log: The sorting seems to happen now automatically.
19239      Branch: perl
19240            ! t/lib/glob-basic.t
19241 ____________________________________________________________________________
19242 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
19243         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
19244              From: Benjamin Sugars <bsugars@canoe.ca>
19245              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
19246              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
19247      Branch: perl
19248            ! pod/perlfunc.pod
19249 ____________________________________________________________________________
19250 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
19251         Log: Subject: Re: undef(&foo) does not work for XS functions
19252              From: Doug MacEachern <dougm@covalent.net>
19253              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
19254              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
19255      Branch: perl
19256            ! op.c
19257 ____________________________________________________________________________
19258 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
19259         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
19260              From: Peter Prymmer <pvhp@forte.com>
19261              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
19262              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
19263      Branch: perl
19264            ! t/op/append.t
19265 ____________________________________________________________________________
19266 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
19267         Log: Update Changes.
19268      Branch: perl
19269            ! Changes patchlevel.h
19270 ____________________________________________________________________________
19271 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
19272         Log: Remove the 'asciir' re subpragma.  Should instead implement
19273              the 'physical vs logical' range scheme:
19274              
19275              \xAA-\xCC is a native physical range, you want that range of
19276              codepoints in your native encoding.  In EBCDIC the codepoints
19277              in the gaps (between i-j and r-s) should be included.
19278              
19279              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
19280              codepoints in Unicode.
19281              
19282              a-z is a logical range, you want that range of 'logical' codepoints
19283              in your native encoding.  In EBCDIC the codepoints in the gaps
19284              (between i-j and r-s) should not be included.
19285              
19286              Mixed cases (a-\xAA, etc) should either be errors, or maybe
19287              the 'logical' endpoints should be converted to native/Unicode
19288              codepoints, and the range handled as a physical range.
19289              
19290              'Logical endpoints' are to be recognized only in the A-Z, a-z,
19291              and 0-9 ranges.  Probably a warning should be given for mixed
19292              cases like A-z or a-9 (since such expressions are encoding
19293              dependent), with a recommendation to use physical ranges.
19294      Branch: perl
19295            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
19296            ! t/op/regexp.t
19297 ____________________________________________________________________________
19298 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
19299         Log: Make the test to cleanup the test directory tree
19300              both before and after the testing so that we always
19301              have a clean slate to work with.
19302      Branch: perl
19303            ! t/lib/filefind.t
19304 ____________________________________________________________________________
19305 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
19306         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
19307              From: Jon Eveland <jweveland@yahoo.com>
19308              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
19309              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
19310      Branch: perl
19311            ! pod/perlfunc.pod
19312 ____________________________________________________________________________
19313 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
19314         Log: Merge the camel-III/vstring.t with op/ver.t.
19315      Branch: perl
19316            - t/camel-III/vstring.t
19317            ! MANIFEST t/TEST t/harness t/op/ver.t
19318 ____________________________________________________________________________
19319 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
19320         Log: Add test.deparse make target.
19321      Branch: perl
19322            ! Makefile.SH
19323 ____________________________________________________________________________
19324 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
19325         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
19326              From: Robin Houston <robin@kitsite.com>
19327              Date: Fri, 11 May 2001 12:02:22 +0100
19328              Message-ID: <20010511120222.A11529@penderel>
19329      Branch: perl
19330            ! ext/B/B/Deparse.pm t/op/method.t
19331 ____________________________________________________________________________
19332 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
19333         Log: A nicely working combination for UTS from Hal Morris.
19334      Branch: perl
19335            + ext/POSIX/hints/uts.pl
19336            ! MANIFEST hints/uts.sh
19337 ____________________________________________________________________________
19338 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
19339         Log: i_ieeefp=undef for UTS.
19340      Branch: perl
19341            ! hints/uts.sh
19342 ____________________________________________________________________________
19343 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
19344         Log: Subject: RE: rand(0) is rand(1)
19345              From: Larry Shatzer <lshatzer@islanddata.com>
19346              Date: Thu, 10 May 2001 11:09:27 -0700
19347              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
19348      Branch: perl
19349            ! pod/perlfunc.pod
19350 ____________________________________________________________________________
19351 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
19352         Log: Subject: [patch] make op_{clear,null} public
19353              From: Doug MacEachern <dougm@covalent.net>
19354              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
19355              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
19356      Branch: perl
19357            ! embed.h embed.pl op.c proto.h
19358 ____________________________________________________________________________
19359 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
19360         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
19361              From: Robin Houston <robin@kitsite.com>
19362              Date: Thu, 10 May 2001 18:54:59 +0100
19363              Message-ID: <20010510185459.A5995@penderel>
19364      Branch: perl
19365            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
19366 ____________________________________________________________________________
19367 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
19368         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
19369              From: Robin Houston <robin@kitsite.com>
19370              Date: Thu, 10 May 2001 12:56:39 +0100
19371              Message-ID: <20010510125639.A2119@penderel>
19372      Branch: perl
19373            ! ext/B/B/Deparse.pm
19374 ____________________________________________________________________________
19375 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
19376         Log: Retract #10070, not ready yet.
19377      Branch: perl
19378            ! ext/B/B/Deparse.pm
19379 ____________________________________________________________________________
19380 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
19381         Log: The metaconfig unit change for #10071.
19382      Branch: metaconfig
19383            ! U/modified/mallocsrc.U
19384 ____________________________________________________________________________
19385 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
19386         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
19387      Branch: perl
19388            ! Configure
19389 ____________________________________________________________________________
19390 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
19391         Log: (Retracted by #10073)
19392              
19393              Subject: Re: [PATCH t/TEST] B::Deparse tester 
19394              From: Hugo <hv@crypt.compulink.co.uk>
19395              Date: Thu, 10 May 2001 05:48:09 +0100
19396              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
19397      Branch: perl
19398            ! ext/B/B/Deparse.pm
19399 ____________________________________________________________________________
19400 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
19401         Log: Add a for(func()) test.
19402      Branch: perl
19403            ! t/cmd/for.t
19404 ____________________________________________________________________________
19405 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
19406         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
19407              From: Robin Houston <robin@kitsite.com>
19408              Date: Thu, 10 May 2001 13:50:08 +0100
19409              Message-ID: <20010510135008.A2454@penderel>
19410      Branch: perl
19411            ! ext/B/B/Deparse.pm
19412 ____________________________________________________________________________
19413 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
19414         Log: A thinko in #10065.
19415      Branch: perl
19416            ! hv.c
19417 ____________________________________________________________________________
19418 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
19419         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
19420              From: Robin Houston <robin@kitsite.com>
19421              Date: Thu, 10 May 2001 02:10:34 +0100
19422              Message-ID: <20010510021034.A19421@penderel>
19423      Branch: perl
19424            ! ext/B/B.xs ext/B/B/Deparse.pm
19425 ____________________________________________________________________________
19426 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
19427         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
19428              From: Doug MacEachern <dougm@covalent.net>
19429              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
19430              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
19431      Branch: perl
19432            ! hv.c
19433 ____________________________________________________________________________
19434 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
19435         Log: One more workaround for the UTS compiler from Hal Morris.
19436      Branch: perl
19437            ! perl.h
19438 ____________________________________________________________________________
19439 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
19440         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
19441              From: Robin Houston <robin@kitsite.com>
19442              Date: Thu, 10 May 2001 01:02:08 +0100
19443              Message-ID: <20010510010208.A18200@penderel>
19444      Branch: perl
19445            ! ext/B/B/Debug.pm
19446 ____________________________________________________________________________
19447 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
19448         Log: Subject: [PATCH] Simplify deb_curcv() a bit
19449              From: Benjamin Sugars <bsugars@canoe.ca>
19450              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
19451              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
19452      Branch: perl
19453            ! run.c
19454 ____________________________________________________________________________
19455 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
19456         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
19457              From: Benjamin Sugars <bsugars@canoe.ca>
19458              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
19459              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
19460      Branch: perl
19461            ! t/lib/io_scalar.t
19462 ____________________________________________________________________________
19463 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
19464         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
19465              From: Peter Prymmer <pvhp@forte.com>
19466              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
19467              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
19468      Branch: perl
19469            ! t/lib/md5-file.t
19470 ____________________________________________________________________________
19471 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
19472         Log: Subject: [PATCH t/TEST] B::Deparse tester
19473              From: Robin Houston <robin@kitsite.com>
19474              Date: Wed, 9 May 2001 19:17:50 +0100
19475              Message-ID: <20010509191750.A16940@penderel>
19476      Branch: perl
19477            ! ext/B/O.pm t/TEST
19478 ____________________________________________________________________________
19479 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
19480         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
19481              From: Jeff Pinyan <jeffp@crusoe.net>
19482              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
19483              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
19484      Branch: perl
19485            ! lib/Pod/Html.pm
19486 ____________________________________________________________________________
19487 [ 10057] By: nick                                  on 2001/05/09  18:37:56
19488         Log: Integrate mainline.
19489      Branch: perlio
19490           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
19491           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
19492 ____________________________________________________________________________
19493 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
19494         Log: Update Changes.
19495      Branch: perl
19496            ! Changes patchlevel.h
19497 ____________________________________________________________________________
19498 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
19499         Log: Integrate perlio.
19500      Branch: perl
19501           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19502 ____________________________________________________________________________
19503 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
19504         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
19505              From: Benjamin Sugars <bsugars@canoe.ca>
19506              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
19507              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
19508      Branch: perl
19509            ! perlio.c
19510 ____________________________________________________________________________
19511 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
19512         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
19513              From: Benjamin Sugars <bsugars@canoe.ca>
19514              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
19515              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
19516      Branch: perl
19517            ! ext/PerlIO/Scalar/Scalar.xs
19518 ____________________________________________________________________________
19519 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
19520         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
19521              From: Jeff Pinyan <jeffp@crusoe.net>
19522              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
19523              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
19524      Branch: perl
19525            ! lib/Pod/Html.pm
19526 ____________________________________________________________________________
19527 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
19528         Log: EPOC tweak from Olaf Flebbe.
19529      Branch: perl
19530            ! epoc/epocish.h
19531 ____________________________________________________________________________
19532 [ 10050] By: nick                                  on 2001/05/09  14:37:57
19533         Log: win32, regen_config_h
19534      Branch: perlio
19535            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19536 ____________________________________________________________________________
19537 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
19538         Log: Integrate perlio.
19539      Branch: perl
19540           !> pp_sys.c
19541 ____________________________________________________________________________
19542 [ 10048] By: nick                                  on 2001/05/09  11:59:50
19543         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
19544              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
19545      Branch: perlio
19546            ! pp_sys.c
19547 ____________________________________________________________________________
19548 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
19549         Log: Integrate perlio.
19550      Branch: perl
19551           !> run.c
19552 ____________________________________________________________________________
19553 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
19554         Log: Subject: Re: Less warnings during configure
19555              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19556              Date: Wed, 09 May 2001 13:12:49 +0200
19557              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
19558      Branch: perl
19559            ! hints/hpux.sh
19560 ____________________________________________________________________________
19561 [ 10045] By: nick                                  on 2001/05/09  09:56:59
19562         Log: MULTIPLICITY/DEBUGGING build fix.
19563      Branch: perlio
19564            ! run.c
19565 ____________________________________________________________________________
19566 [ 10044] By: nick                                  on 2001/05/09  09:46:37
19567         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
19568      Branch: perlio
19569           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
19570            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19571           !> (integrate 65 files)
19572 ____________________________________________________________________________
19573 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
19574         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19575              From: Robin Houston <robin@kitsite.com>
19576              Date: Tue, 8 May 2001 19:38:00 +0100
19577              Message-ID: <20010508193800.A4389@penderel>
19578              
19579              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19580              From: Robin Houston <robin@kitsite.com>
19581              Date: Tue, 8 May 2001 20:03:57 +0100
19582              Message-ID: <20010508200357.A4614@penderel>
19583              
19584              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19585              From: Robin Houston <robin@kitsite.com>
19586              Date: Wed, 9 May 2001 00:12:05 +0100
19587              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
19588      Branch: perl
19589            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
19590 ____________________________________________________________________________
19591 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
19592         Log: Retract #10031.
19593      Branch: perl
19594            ! pod/perlfunc.pod
19595 ____________________________________________________________________________
19596 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
19597         Log: The metaconfig unit changes for #10040.
19598      Branch: metaconfig/U/perl
19599            ! Checkcc.U d_dlsymun.U dlsrc.U
19600 ____________________________________________________________________________
19601 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
19602         Log: The Configure half of
19603              
19604              Subject: Less warnings during configure
19605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19606              Date: Tue, 08 May 2001 08:44:02 +0200
19607              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
19608      Branch: perl
19609            ! Configure
19610 ____________________________________________________________________________
19611 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
19612         Log: Subject: Less warnings during configure
19613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19614              Date: Tue, 08 May 2001 08:44:02 +0200
19615              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
19616      Branch: perl
19617            ! hints/hpux.sh
19618 ____________________________________________________________________________
19619 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
19620         Log: Don't forget to whine about \d__\d.
19621      Branch: perl
19622            ! t/pragma/warn/toke toke.c
19623 ____________________________________________________________________________
19624 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
19625         Log: Allow underscores also in the exponent part.
19626      Branch: perl
19627            ! t/pragma/warn/toke toke.c
19628 ____________________________________________________________________________
19629 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
19630         Log: CodeMagicCD doesn't look like an *I*DE.
19631      Branch: perl
19632            ! pod/perlfaq3.pod
19633 ____________________________________________________________________________
19634 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
19635         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
19636              to be consistently down).
19637      Branch: perl
19638            ! pod/perlfaq3.pod
19639 ____________________________________________________________________________
19640 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
19641         Log: Upgrade to Text::Balanced 1.84.
19642      Branch: perl
19643            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
19644 ____________________________________________________________________________
19645 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
19646         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
19647              From: Benjamin Sugars <bsugars@canoe.ca>
19648              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
19649              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
19650      Branch: perl
19651            ! run.c
19652 ____________________________________________________________________________
19653 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
19654         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
19655              From: Peter Prymmer <pvhp@forte.com>
19656              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
19657              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
19658      Branch: perl
19659            ! t/pod/plainer.t
19660 ____________________________________________________________________________
19661 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
19662         Log: (Retracted by #10042)
19663              
19664              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
19665              From: "Philip Newton" <pnewton@gmx.de>
19666              Date: Tue, 8 May 2001 09:18:10 +0200
19667              Message-ID: <3AF7B9D2.28861.603732@localhost>
19668      Branch: perl
19669            ! pod/perlfunc.pod
19670 ____________________________________________________________________________
19671 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
19672         Log: Subject: [PATCH B::Deparse] Document known bugs
19673              From: Robin Houston <robin@kitsite.com>
19674              Date: Tue, 8 May 2001 01:53:34 +0100
19675              Message-ID: <20010508015334.A32394@penderel>
19676      Branch: perl
19677            ! ext/B/B/Deparse.pm
19678 ____________________________________________________________________________
19679 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
19680         Log: Subject: Re: Perl book, magazine and website updates.
19681              From: "Philip Newton" <pnewton@gmx.de>
19682              Date: Mon, 7 May 2001 17:03:58 +0200
19683              Message-ID: <3AF6D57E.5387.1E29930@localhost>
19684      Branch: perl
19685            ! pod/perlfaq2.pod
19686 ____________________________________________________________________________
19687 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
19688         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
19689              From: Peter Prymmer <pvhp@forte.com>
19690              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
19691              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
19692      Branch: perl
19693            ! t/io/fflush.t
19694 ____________________________________________________________________________
19695 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
19696         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
19697              From: Robin Houston <robin@kitsite.com>
19698              Date: Tue, 8 May 2001 01:14:55 +0100
19699              Message-ID: <20010508011455.A32162@penderel>
19700      Branch: perl
19701            ! ext/B/B/Deparse.pm
19702 ____________________________________________________________________________
19703 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
19704         Log: Typo in #10025.
19705      Branch: perl
19706            ! hints/uts.sh
19707 ____________________________________________________________________________
19708 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
19709         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
19710      Branch: perl
19711            ! hints/uts.sh
19712 ____________________________________________________________________________
19713 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
19714         Log: Subject: Re: [ID 20010506.045] question about hash syntax
19715              From: Peter Scott <Peter@PSDT.com>
19716              Date: Sun, 06 May 2001 13:10:40 -0700
19717              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
19718      Branch: perl
19719            ! pod/perl56delta.pod
19720 ____________________________________________________________________________
19721 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
19722         Log: Configure should figure out the list of dynamic extensions
19723              just fine in UTS-- and in fact it does, as reported by Hal Morris.
19724      Branch: perl
19725            ! hints/uts.sh
19726 ____________________________________________________________________________
19727 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
19728         Log: Update Changes.
19729      Branch: perl
19730            ! Changes patchlevel.h
19731 ____________________________________________________________________________
19732 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
19733         Log: Subject: [PATCH regcomp.c] Insecure regexes
19734              From: Robin Houston <robin@kitsite.com>
19735              Date: Mon, 7 May 2001 21:56:12 +0100
19736              Message-ID: <20010507215612.A31114@penderel>
19737      Branch: perl
19738            ! regcomp.c
19739 ____________________________________________________________________________
19740 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
19741         Log: Drop the foobar.perl.com references for now until Simon
19742              gets them sorted out.
19743      Branch: perl
19744            ! pod/perlfaq2.pod
19745 ____________________________________________________________________________
19746 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
19747         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
19748              From: Prymmer/Kahn <pvhp@best.com>
19749              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
19750              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
19751      Branch: perl
19752            ! lib/Devel/SelfStubber.pm
19753 ____________________________________________________________________________
19754 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
19755         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
19756              From: Prymmer/Kahn <pvhp@best.com>
19757              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
19758              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
19759      Branch: perl
19760            ! win32/Makefile
19761 ____________________________________________________________________________
19762 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
19763         Log: s/WebTechnique's/WebTechniques/
19764      Branch: perl
19765            ! pod/perlfaq2.pod
19766 ____________________________________________________________________________
19767 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
19768         Log: Llama 3 updates from Randal.
19769      Branch: perl
19770            ! pod/perlfaq2.pod
19771 ____________________________________________________________________________
19772 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
19773         Log: Subject: [PATCH] Help -Dt show correct pad variables
19774              From: Benjamin Sugars <ben.sugars@home.com>
19775              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
19776              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
19777      Branch: perl
19778            ! embed.h embed.pl proto.h run.c
19779 ____________________________________________________________________________
19780 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
19781         Log: Subject: [PATCH] Document C<our $foo : shared>
19782              From: Benjamin Sugars <ben.sugars@home.com>
19783              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
19784              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
19785      Branch: perl
19786            ! pod/perlfunc.pod
19787 ____________________________________________________________________________
19788 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
19789         Log: Subject: [PATCH B::Deparse] undefined folded constants
19790              From: Robin Houston <robin@kitsite.com>
19791              Date: Sun, 6 May 2001 17:19:09 +0100
19792              Message-ID: <20010506171909.A7046@penderel>
19793      Branch: perl
19794            ! ext/B/B/Deparse.pm
19795 ____________________________________________________________________________
19796 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
19797         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
19798              From: Robin Houston <robin@kitsite.com>
19799              Message-ID: <20010506164654.A6848@penderel>
19800              Date: Sun, 6 May 2001 16:46:54 +0100
19801      Branch: perl
19802            ! ext/B/B/Deparse.pm
19803 ____________________________________________________________________________
19804 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
19805         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
19806              From: Robin Houston <robin@kitsite.com>
19807              Date: Sun, 6 May 2001 14:47:02 +0100
19808              Message-ID: <20010506144702.A6308@penderel>
19809      Branch: perl
19810            ! t/op/my_stash.t
19811 ____________________________________________________________________________
19812 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
19813         Log: Subject: Perl book, magazine and website updates.
19814              From: Simon Cozens <simon@netthink.co.uk>
19815              Date: Sun, 6 May 2001 16:55:36 +0100
19816              Message-ID: <20010506165536.A1795@netthink.co.uk>
19817      Branch: perl
19818            ! pod/perlbook.pod pod/perlfaq2.pod
19819 ____________________________________________________________________________
19820 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
19821         Log: Tweaks on the Tru64 prof options.
19822      Branch: perl
19823            ! pod/perlhack.pod
19824 ____________________________________________________________________________
19825 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
19826         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
19827              From: Robin Houston <robin@kitsite.com>
19828              Date: Sun, 6 May 2001 14:40:51 +0100
19829              Message-ID: <20010506144051.A6279@penderel>
19830      Branch: perl
19831            ! t/pod/testp2pt.pl
19832 ____________________________________________________________________________
19833 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
19834         Log: Subject: [PATCH B::Deparse] scoping
19835              From: Robin Houston <robin@kitsite.com>
19836              Date: Sun, 6 May 2001 14:36:56 +0100
19837              Message-ID: <20010506143656.A4006@penderel>
19838      Branch: perl
19839            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
19840 ____________________________________________________________________________
19841 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
19842         Log: Document the undefinedness of bitshifting out of range.
19843      Branch: perl
19844            ! pod/perlop.pod
19845 ____________________________________________________________________________
19846 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
19847         Log: Retract #10003 and update the IDE descriptions a bit.
19848      Branch: perl
19849            ! pod/perlfaq3.pod
19850 ____________________________________________________________________________
19851 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
19852         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
19853              From: Prymmer/Kahn <pvhp@best.com>
19854              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
19855              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
19856      Branch: perl
19857            ! win32/Makefile win32/buildext.pl win32/config.bc
19858            ! win32/config.gc win32/config.vc
19859 ____________________________________________________________________________
19860 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
19861         Log: (Retracted by #10005.)
19862      Branch: perl
19863            ! pod/perlfaq3.pod
19864 ____________________________________________________________________________
19865 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
19866         Log: It's "psed", not "sed".
19867      Branch: perl
19868            ! x2p/s2p.PL
19869 ____________________________________________________________________________
19870 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
19871         Log: Update Changes.
19872      Branch: perl
19873            ! Changes patchlevel.h
19874 ____________________________________________________________________________
19875 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
19876         Log: Subject: Re: bleadperl make install fails due to "psed"
19877              From: andreas.koenig@anima.de (Andreas J. Koenig)
19878              Date: 05 May 2001 18:23:28 +0200
19879              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
19880      Branch: perl
19881            ! x2p/Makefile.SH x2p/s2p.PL
19882 ____________________________________________________________________________
19883 [  9999] By: jhi                                   on 2001/05/05  18:28:09
19884         Log: AUTHORS updates.
19885      Branch: perl
19886            ! AUTHORS
19887 ____________________________________________________________________________
19888 [  9998] By: jhi                                   on 2001/05/05  18:16:00
19889         Log: Updates on the pods related to the modules included since 5.6.
19890              
19891              TODO: perltodo really could use major updating.
19892      Branch: perl
19893            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
19894            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
19895            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
19896            ! pod/perlsyn.pod pod/perltodo.pod
19897 ____________________________________________________________________________
19898 [  9997] By: jhi                                   on 2001/05/05  17:35:17
19899         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
19900              from Kurt Skauen.
19901      Branch: perl
19902            + hints/atheos.sh
19903            ! MANIFEST
19904 ____________________________________________________________________________
19905 [  9996] By: jhi                                   on 2001/05/05  17:25:00
19906         Log: Add preemptive #undefs for some of the shorter and more prone
19907              to collision regcomp.h #defines.  (Background: the MASK collided
19908              with a system header #define in Rhapsody.)
19909      Branch: perl
19910            ! regcomp.h
19911 ____________________________________________________________________________
19912 [  9995] By: jhi                                   on 2001/05/05  13:24:21
19913         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
19914              From: Nicholas Clark <nick@ccl4.org>
19915              Date: Sat, 5 May 2001 14:46:39 +0100
19916              Message-ID: <20010505144639.O53513@plum.flirble.org>
19917              
19918              Add a test for the constants (if any) being processed correctly.
19919      Branch: perl
19920            ! utils/h2xs.PL
19921 ____________________________________________________________________________
19922 [  9994] By: jhi                                   on 2001/05/05  02:11:03
19923         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
19924              From: Peter Prymmer <pvhp@forte.com>
19925              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
19926              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
19927      Branch: perl
19928            ! t/lib/b-stash.t
19929 ____________________________________________________________________________
19930 [  9993] By: jhi                                   on 2001/05/05  02:03:49
19931         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
19932              From: Peter Prymmer <pvhp@forte.com>
19933              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
19934              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
19935      Branch: perl
19936            ! perlio.c vms/vmsish.h
19937 ____________________________________________________________________________
19938 [  9992] By: jhi                                   on 2001/05/04  17:21:12
19939         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
19940              From: Robin Barker <rmb1@cise.npl.co.uk>
19941              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
19942              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
19943      Branch: perl
19944            + t/pod/plainer.t
19945            ! MANIFEST
19946 ____________________________________________________________________________
19947 [  9991] By: jhi                                   on 2001/05/04  16:47:45
19948         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
19949              From: Robin Barker <rmb1@cise.npl.co.uk>
19950              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
19951              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
19952      Branch: perl
19953            ! regcomp.c
19954 ____________________________________________________________________________
19955 [  9990] By: jhi                                   on 2001/05/04  14:37:20
19956         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
19957              From: Prymmer/Kahn <pvhp@best.com>
19958              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
19959              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
19960      Branch: perl
19961            ! t/lib/b-stash.t
19962 ____________________________________________________________________________
19963 [  9989] By: jhi                                   on 2001/05/04  14:03:58
19964         Log: Introduce perl572delta, update Todo, add the missing
19965              mention about signal safety since 5.7.1 (though this
19966              requires verification and more details.)
19967      Branch: perl
19968            + pod/perl572delta.pod
19969            ! MANIFEST Todo pod/perl571delta.pod
19970 ____________________________________________________________________________
19971 [  9988] By: jhi                                   on 2001/05/04  12:41:51
19972         Log: Subject: [PATCH perl@9944] long =item
19973              From: Robin Barker <rmb1@cise.npl.co.uk>
19974              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
19975              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
19976      Branch: perl
19977            ! ext/Time/HiRes/HiRes.pm
19978 ____________________________________________________________________________
19979 [  9987] By: jhi                                   on 2001/05/04  12:39:19
19980         Log: The #9901 had removed one line essential for EBCDIC.
19981      Branch: perl
19982            ! regcomp.c
19983 ____________________________________________________________________________
19984 [  9986] By: jhi                                   on 2001/05/04  12:30:23
19985         Log: Subject: cygwin/Makefile.SHs INSTALL patch
19986              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
19987              Date: Mon, 08 Jan 2001 04:59:21 +0200
19988              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
19989      Branch: perl
19990            ! cygwin/Makefile.SHs
19991 ____________________________________________________________________________
19992 [  9985] By: jhi                                   on 2001/05/04  03:51:39
19993         Log: Encode/IO doc tweaks.
19994      Branch: perl
19995            ! ext/Encode/Encode.pm
19996 ____________________________________________________________________________
19997 [  9984] By: jhi                                   on 2001/05/04  03:29:34
19998         Log: Remove GDBM_File from the dynamic extensions for UTS,
19999              GDBM is not a standard feature.
20000      Branch: perl
20001            ! hints/uts.sh
20002 ____________________________________________________________________________
20003 [  9983] By: jhi                                   on 2001/05/04  03:22:59
20004         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
20005      Branch: perl
20006            ! pod/perlretut.pod
20007 ____________________________________________________________________________
20008 [  9982] By: jhi                                   on 2001/05/03  23:21:03
20009         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
20010              From: Benjamin Sugars <bsugars@canoe.ca>
20011              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
20012              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
20013      Branch: perl
20014            ! dump.c
20015 ____________________________________________________________________________
20016 [  9981] By: jhi                                   on 2001/05/03  23:20:05
20017         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
20018              From: Benjamin Sugars <bsugars@canoe.ca>
20019              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
20020              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
20021      Branch: perl
20022            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20023 ____________________________________________________________________________
20024 [  9980] By: jhi                                   on 2001/05/03  23:15:29
20025         Log: Integrate perlio.
20026      Branch: perl
20027           !> ext/Encode/Encode.pm
20028 ____________________________________________________________________________
20029 [  9979] By: jhi                                   on 2001/05/03  16:54:59
20030         Log: Install psed man page.
20031      Branch: perl
20032            ! installman
20033 ____________________________________________________________________________
20034 [  9978] By: jhi                                   on 2001/05/03  16:45:58
20035         Log: Remove unused files; noted by Sarathy.
20036      Branch: perl
20037            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
20038            ! MANIFEST
20039 ____________________________________________________________________________
20040 [  9977] By: jhi                                   on 2001/05/03  16:42:30
20041         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
20042              From: Andy Dougherty <doughera@lafayette.edu>
20043              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
20044              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
20045      Branch: perl
20046            ! INSTALL
20047 ____________________________________________________________________________
20048 [  9976] By: nick                                  on 2001/05/03  16:40:42
20049         Log: Allow $answer = encode($object,$text); like it says in docs.
20050      Branch: perlio
20051            ! ext/Encode/Encode.pm
20052 ____________________________________________________________________________
20053 [  9975] By: nick                                  on 2001/05/03  16:22:30
20054         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
20055              to be in scope (fair enough), and also a package variable (our) for eval to see it.
20056      Branch: perlio
20057            ! ext/Encode/Encode.pm
20058 ____________________________________________________________________________
20059 [  9974] By: nick                                  on 2001/05/03  15:48:17
20060         Log: Integrate mainline.
20061      Branch: perlio
20062           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
20063           +> t/lib/filter-simple.t t/lib/next.t
20064           !> (integrate 70 files)
20065 ____________________________________________________________________________
20066 [  9973] By: jhi                                   on 2001/05/03  13:09:09
20067         Log: Update Changes.
20068      Branch: perl
20069            ! Changes patchlevel.h
20070 ____________________________________________________________________________
20071 [  9972] By: jhi                                   on 2001/05/03  12:58:33
20072         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
20073              From: Prymmer/Kahn <pvhp@best.com>
20074              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
20075              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
20076      Branch: perl
20077            ! t/io/fflush.t
20078 ____________________________________________________________________________
20079 [  9971] By: jhi                                   on 2001/05/03  12:57:26
20080         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
20081              From: Prymmer/Kahn <pvhp@best.com>
20082              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
20083              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
20084      Branch: perl
20085            ! win32/FindExt.pm
20086 ____________________________________________________________________________
20087 [  9970] By: jhi                                   on 2001/05/03  02:42:46
20088         Log: Can't croak sans thread context, from Doug MacEachern.
20089      Branch: perl
20090            ! toke.c
20091 ____________________________________________________________________________
20092 [  9969] By: jhi                                   on 2001/05/03  01:23:48
20093         Log: Subject: Random input test and Perl
20094              From: Ilya Zakharevich <ilya@math.berkeley.edu>
20095              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
20096              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
20097      Branch: perl
20098            ! toke.c
20099 ____________________________________________________________________________
20100 [  9968] By: jhi                                   on 2001/05/02  22:17:21
20101         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
20102              From: Peter Prymmer <pvhp@forte.com>
20103              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
20104              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
20105      Branch: perl
20106            ! pod/perlfunc.pod pod/perlport.pod
20107 ____________________________________________________________________________
20108 [  9967] By: jhi                                   on 2001/05/02  20:12:45
20109         Log: Workaround for UTS compiler casting bug from Hal Morris.
20110      Branch: perl
20111            ! perl.h
20112 ____________________________________________________________________________
20113 [  9966] By: jhi                                   on 2001/05/02  18:31:37
20114         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
20115              From: Dan Sugalski <dan@sidhe.org>
20116              Date: Wed, 02 May 2001 15:23:22 -0400
20117              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
20118      Branch: perl
20119            ! perl.c vms/vms.c
20120 ____________________________________________________________________________
20121 [  9965] By: jhi                                   on 2001/05/02  18:21:29
20122         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
20123      Branch: perl
20124            ! pod/perlfunc.pod
20125 ____________________________________________________________________________
20126 [  9964] By: jhi                                   on 2001/05/02  18:15:01
20127         Log: Document large files in INSTALL, document also the %x
20128              limitation if not use64bitint, closes bug 20010326.007.
20129      Branch: perl
20130            ! INSTALL
20131 ____________________________________________________________________________
20132 [  9963] By: jhi                                   on 2001/05/02  17:24:47
20133         Log: perlmodlib tweaks; regen pods.
20134      Branch: perl
20135            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
20136            ! pod/perltoc.pod
20137 ____________________________________________________________________________
20138 [  9962] By: jhi                                   on 2001/05/02  17:14:00
20139         Log: Fix for a segfault, from Marc Lehmann.
20140      Branch: perl
20141            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
20142 ____________________________________________________________________________
20143 [  9961] By: jhi                                   on 2001/05/02  15:55:53
20144         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
20145              From: "Philip Newton" <pnewton@gmx.de>
20146              Date: Wed, 2 May 2001 18:39:03 +0200
20147              Message-ID: <3AF05447.15525.173B588@localhost>
20148      Branch: perl
20149            ! pod/perlop.pod
20150 ____________________________________________________________________________
20151 [  9960] By: jhi                                   on 2001/05/02  15:35:37
20152         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
20153              From: Dan Sugalski <dan@sidhe.org>
20154              Date: Wed, 02 May 2001 11:37:27 -0400
20155              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
20156      Branch: perl
20157            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
20158            ! thread.h vms/vms.c vms/vmsish.h
20159 ____________________________________________________________________________
20160 [  9959] By: jhi                                   on 2001/05/02  15:21:08
20161         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
20162              From: Benjamin Sugars <bsugars@canoe.ca>
20163              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
20164              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
20165      Branch: perl
20166            ! ext/PerlIO/Scalar/Scalar.xs
20167 ____________________________________________________________________________
20168 [  9958] By: jhi                                   on 2001/05/02  15:15:53
20169         Log: Bug in #9915, spotted by Mike Guy.
20170      Branch: perl
20171            ! installperl
20172 ____________________________________________________________________________
20173 [  9957] By: jhi                                   on 2001/05/02  13:26:01
20174         Log: Add a test for not griping about references as array
20175              indices if the reference has magic in it (overloaded
20176              methods).
20177      Branch: perl
20178            ! pod/perldiag.pod t/pragma/warn/pp_hot
20179 ____________________________________________________________________________
20180 [  9956] By: jhi                                   on 2001/05/02  13:07:01
20181         Log: Retracted a bit too much in #9952.
20182      Branch: perl
20183            ! t/pragma/sub_lval.t
20184 ____________________________________________________________________________
20185 [  9955] By: jhi                                   on 2001/05/02  13:05:38
20186         Log: Test for #9952.
20187      Branch: perl
20188            ! t/op/tie.t
20189 ____________________________________________________________________________
20190 [  9954] By: jhi                                   on 2001/05/02  11:48:18
20191         Log: Additional note on the encoding example: one cannot
20192              convert string constants in-place.
20193      Branch: perl
20194            ! ext/Encode/Encode.pm
20195 ____________________________________________________________________________
20196 [  9953] By: jhi                                   on 2001/05/02  11:43:51
20197         Log: Note that if you have recent enough Perl you already
20198              have Filter::Util::Call.
20199      Branch: perl
20200            ! lib/Filter/Simple.pm
20201 ____________________________________________________________________________
20202 [  9952] By: jhi                                   on 2001/05/02  11:31:53
20203         Log: Retract changes #8254 and #8255, causes coredump in
20204              'tie FH, "main"', reported by Abigail, culprit found by
20205              Benjamin Sugars.  Mirrors maintperl change #9950.
20206      Branch: perl
20207            ! op.c t/pragma/sub_lval.t
20208 ____________________________________________________________________________
20209 [  9951] By: jhi                                   on 2001/05/02  11:14:29
20210         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
20211      Branch: perl
20212            + t/lib/MyFilter.pm
20213 ____________________________________________________________________________
20214 [  9950] By: gsar                                  on 2001/05/02  03:17:11
20215         Log: revert integration of changes#8254,8255 in change#8620 (causes
20216              a coredump in C<tie FH, 'foo'>; the idea itself may need better
20217              rationalization)
20218      Branch: maint-5.6/perl
20219            ! op.c t/pragma/sub_lval.t
20220 ____________________________________________________________________________
20221 [  9949] By: gsar                                  on 2001/05/02  02:56:32
20222         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
20223              
20224              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20225              
20226              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20227      Branch: maint-5.6/perl
20228           !> hints/svr5.sh
20229 ____________________________________________________________________________
20230 [  9948] By: gsar                                  on 2001/05/02  02:49:15
20231         Log: pod/find.t breaks on VMS (from Craig Berry)
20232      Branch: maint-5.6/perl
20233            ! t/pod/find.t
20234 ____________________________________________________________________________
20235 [  9947] By: jhi                                   on 2001/05/02  02:43:09
20236         Log: Add an encoding conversion example.
20237      Branch: perl
20238            ! ext/Encode/Encode.pm
20239 ____________________________________________________________________________
20240 [  9946] By: jhi                                   on 2001/05/02  01:34:22
20241         Log: Another coat of paint but still nowhere finished.
20242              Need to decide on the semantics of strptime(): should
20243              strptime() be a function instead of a method?  To do
20244              the week/monthname-strptiming the i18n/l10n bullet needs
20245              to be bitten with gusto.
20246      Branch: perl
20247            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20248 ____________________________________________________________________________
20249 [  9945] By: jhi                                   on 2001/05/01  23:40:52
20250         Log: Update Changes.
20251      Branch: perl
20252            ! Changes patchlevel.h
20253 ____________________________________________________________________________
20254 [  9944] By: jhi                                   on 2001/05/01  23:33:37
20255         Log: Add known-to-be-tested modules to the list-to-be-skipped.
20256      Branch: perl
20257            ! t/lib/1_compile.t
20258 ____________________________________________________________________________
20259 [  9943] By: jhi                                   on 2001/05/01  23:24:40
20260         Log: Subject: BorlandC++ fix
20261              From: "Vadim Konovalov" <watman@inbox.ru>
20262              Date: Mon, 30 Apr 2001 20:12:26 -0700
20263              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
20264      Branch: perl
20265            ! win32/makefile.mk
20266 ____________________________________________________________________________
20267 [  9942] By: jhi                                   on 2001/05/01  23:18:02
20268         Log: Update to Filter::Simple 0.60, create a test for it.
20269      Branch: perl
20270            + t/lib/filter-simple.t
20271            ! MANIFEST lib/Filter/Simple.pm
20272 ____________________________________________________________________________
20273 [  9941] By: jhi                                   on 2001/05/01  19:47:24
20274         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
20275              From: Hugo <hv@crypt.compulink.co.uk>
20276              Date: Tue, 01 May 2001 20:12:20 +0100
20277              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
20278      Branch: perl
20279            ! pp_hot.c t/op/re_tests
20280 ____________________________________________________________________________
20281 [  9940] By: jhi                                   on 2001/05/01  19:42:16
20282         Log: Integrate perlio.
20283      Branch: perl
20284           !> lib/base.pm t/lib/fields.t
20285 ____________________________________________________________________________
20286 [  9939] By: jhi                                   on 2001/05/01  19:39:51
20287         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
20288              From: Benjamin Sugars <bsugars@canoe.ca>
20289              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
20290              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
20291      Branch: perl
20292            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20293 ____________________________________________________________________________
20294 [  9938] By: jhi                                   on 2001/05/01  19:34:09
20295         Log: Add NEXT, a pseudo-class for method redispatching.
20296              <Damian>NEXT.pm probably offers more bang-for-buck
20297              than anything else I've ever written.</Damian>
20298      Branch: perl
20299            + lib/NEXT.pm t/lib/next.t
20300            ! MANIFEST
20301 ____________________________________________________________________________
20302 [  9937] By: jhi                                   on 2001/05/01  19:21:41
20303         Log: Update to Switch 2.02.
20304      Branch: perl
20305            ! lib/Switch.pm t/lib/switch.t
20306 ____________________________________________________________________________
20307 [  9936] By: nick                                  on 2001/05/01  19:09:21
20308         Log: Fix for base.pm clobbering $VERSION
20309      Branch: perlio
20310            ! lib/base.pm
20311 ____________________________________________________________________________
20312 [  9935] By: nick                                  on 2001/05/01  18:54:38
20313         Log: Test for base.pm clobbering $VERSION.
20314      Branch: perlio
20315            ! t/lib/fields.t
20316 ____________________________________________________________________________
20317 [  9934] By: jhi                                   on 2001/05/01  18:39:10
20318         Log: Add information about Scalar::Util::blessed.
20319      Branch: perl
20320            ! pod/perlobj.pod
20321 ____________________________________________________________________________
20322 [  9933] By: jhi                                   on 2001/05/01  18:33:51
20323         Log: Subject: Extra UNIVERSAL documentation
20324              From: Mike Guy <mjtg@cam.ac.uk>
20325              Date: Tue, 01 May 2001 20:12:11 +0100
20326              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
20327      Branch: perl
20328            ! pod/perlobj.pod
20329 ____________________________________________________________________________
20330 [  9932] By: jhi                                   on 2001/05/01  18:26:54
20331         Log: Subject: Autoflush in tests as appropriate
20332              From: Mike Guy <mjtg@cam.ac.uk>
20333              Date: Tue, 01 May 2001 20:05:31 +0100
20334              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
20335      Branch: perl
20336            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
20337            ! t/op/taint.t
20338 ____________________________________________________________________________
20339 [  9931] By: jhi                                   on 2001/05/01  18:02:29
20340         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
20341              From: Benjamin Sugars <bsugars@canoe.ca>
20342              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
20343              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
20344      Branch: perl
20345            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20346 ____________________________________________________________________________
20347 [  9930] By: jhi                                   on 2001/05/01  15:12:26
20348         Log: Subject: Re: Finally got a round tuit
20349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20350              Date: Tue, 01 May 2001 14:14:10 +0200
20351              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
20352              
20353              The -DP part, slightly modified.
20354      Branch: perl
20355            ! perl.c
20356 ____________________________________________________________________________
20357 [  9929] By: jhi                                   on 2001/05/01  14:17:15
20358         Log: Subject: Re: Finally got a round tuit
20359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20360              Date: Tue, 01 May 2001 16:34:06 +0200
20361              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
20362              
20363              cpp and optimization tweaks for HP-UX.
20364      Branch: perl
20365            ! hints/hpux.sh
20366 ____________________________________________________________________________
20367 [  9928] By: jhi                                   on 2001/05/01  13:24:20
20368         Log: Tune the scan_num() comments to reality.
20369      Branch: perl
20370            ! toke.c
20371 ____________________________________________________________________________
20372 [  9927] By: jhi                                   on 2001/05/01  13:14:01
20373         Log: Subject: [PATCH B::Deparse] optimised sort
20374              From: Robin Houston <robin@kitsite.com>
20375              Date: Tue, 1 May 2001 14:07:12 +0100
20376              Message-ID: <20010501140712.A4266@penderel>
20377      Branch: perl
20378            ! ext/B/B/Deparse.pm
20379 ____________________________________________________________________________
20380 [  9926] By: jhi                                   on 2001/05/01  13:10:53
20381         Log: Subject: [PATCH t/lib/b-deparse.t] 
20382              From: Robin Houston <robin@kitsite.com>
20383              Date: Tue, 1 May 2001 13:37:42 +0100
20384              Message-ID: <20010501133742.A4082@penderel>
20385      Branch: perl
20386            ! t/lib/b-deparse.t
20387 ____________________________________________________________________________
20388 [  9925] By: jhi                                   on 2001/05/01  13:10:13
20389         Log: Subject: [PATCH B::Deparse] for(;;), sort
20390              From: Robin Houston <robin@kitsite.com>
20391              Date: Tue, 1 May 2001 13:35:00 +0100
20392              Message-ID: <20010501133500.A4061@penderel>
20393      Branch: perl
20394            ! ext/B/B/Deparse.pm
20395 ____________________________________________________________________________
20396 [  9924] By: jhi                                   on 2001/05/01  13:09:22
20397         Log: Subject: [PATCH B::Deparse] do, warn, use
20398              From: Robin Houston <robin@kitsite.com>
20399              Date: Tue, 1 May 2001 13:31:03 +0100
20400              Message-ID: <20010501133103.A4041@penderel>
20401      Branch: perl
20402            ! ext/B/B/Deparse.pm
20403 ____________________________________________________________________________
20404 [  9923] By: jhi                                   on 2001/05/01  11:45:36
20405         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
20406              From: Benjamin Sugars <ben.sugars@home.com>
20407              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
20408              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
20409      Branch: perl
20410            + t/io/fflush.t
20411            ! MANIFEST
20412 ____________________________________________________________________________
20413 [  9922] By: jhi                                   on 2001/05/01  11:35:42
20414         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
20415              From: Peter Prymmer <pvhp@forte.com>
20416              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
20417              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
20418      Branch: perl
20419            ! t/lib/selfstubber.t
20420 ____________________________________________________________________________
20421 [  9921] By: jhi                                   on 2001/04/30  16:34:33
20422         Log: Subject: [PATCH B::Concise] suppress warning
20423              From: Robin Houston <robin@kitsite.com>
20424              Date: Mon, 30 Apr 2001 16:09:49 +0100
20425              Message-ID: <20010430160949.A25086@penderel>
20426      Branch: perl
20427            ! ext/B/B/Concise.pm
20428 ____________________________________________________________________________
20429 [  9920] By: jhi                                   on 2001/04/30  13:56:04
20430         Log: Strip the *markers* from #9919.
20431      Branch: perl
20432            ! pod/perlfaq.pod pod/perlfaq5.pod
20433 ____________________________________________________________________________
20434 [  9919] By: jhi                                   on 2001/04/30  13:54:04
20435         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
20436              From: Gwyn Judd <b.judd@xtra.co.nz>
20437              Date: Sun, 29 Apr 2001 01:47:49 +1200
20438              Message-ID: <20010429014749.A4418@thislove>
20439      Branch: perl
20440            ! pod/perlfaq.pod pod/perlfaq5.pod
20441 ____________________________________________________________________________
20442 [  9918] By: jhi                                   on 2001/04/30  13:13:54
20443         Log: More_tweakage.
20444      Branch: perl
20445            ! pod/perldata.pod pod/perldiag.pod
20446 ____________________________________________________________________________
20447 [  9917] By: jhi                                   on 2001/04/30  13:01:27
20448         Log: Update Changes.
20449      Branch: perl
20450            ! Changes patchlevel.h
20451 ____________________________________________________________________________
20452 [  9916] By: jhi                                   on 2001/04/30  12:57:03
20453         Log: T_w_e_a_k_a_g_e.
20454      Branch: perl
20455            ! pod/perldata.pod pod/perldiag.pod
20456 ____________________________________________________________________________
20457 [  9915] By: jhi                                   on 2001/04/30  12:39:29
20458         Log: Install s2p also as psed.
20459              
20460              TODO: psed documentation?
20461      Branch: perl
20462            ! installperl
20463 ____________________________________________________________________________
20464 [  9914] By: jhi                                   on 2001/04/30  12:29:21
20465         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
20466              From: Jens Hamisch <jens@Strawberry.COM>
20467              Date: Fri, 27 Apr 2001 17:00:36 +0200
20468              Message-ID: <20010427170036.K1372@Strawberry.COM>
20469              
20470              SOCKS5_VERSION_NAME is the right symbol to detect
20471              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
20472              function called socks5_init() is available, and even that is
20473              not universal, most SOCKS5 installations use SOCKSinit()).
20474      Branch: perl
20475            ! perlio.c
20476 ____________________________________________________________________________
20477 [  9913] By: jhi                                   on 2001/04/30  12:22:15
20478         Log: Allow a zero timeout on IO::Socket accept and connect--
20479              though one really shouldn't do that.  Based on
20480              
20481              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
20482              From: "John Holdsworth" <coldwave@bigfoot.com>
20483              Date: Sun, 4 Feb 2001 12:48:18 +0100
20484              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
20485      Branch: perl
20486            ! ext/IO/lib/IO/Socket.pm
20487 ____________________________________________________________________________
20488 [  9912] By: jhi                                   on 2001/04/30  11:27:27
20489         Log: Save the spot of regprev (see #9911) for binary compatibility;
20490              regen API.
20491      Branch: perl
20492            ! embedvar.h perlapi.h thrdvar.h
20493 ____________________________________________________________________________
20494 [  9911] By: jhi                                   on 2001/04/30  11:22:03
20495         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
20496              From: Hugo <hv@crypt.compulink.co.uk>
20497              Date: Sun, 29 Apr 2001 17:09:30 +0100
20498              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
20499      Branch: perl
20500            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
20501 ____________________________________________________________________________
20502 [  9910] By: jhi                                   on 2001/04/30  11:15:12
20503         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
20504              a dummy for PL_numeric_radix); no pressing reason to break
20505              binary compatibility; regen API.
20506      Branch: perl
20507            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
20508            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
20509 ____________________________________________________________________________
20510 [  9909] By: jhi                                   on 2001/04/30  10:56:08
20511         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
20512              From: Walt Mankowski <waltman@netaxs.com>
20513              Date: Sun, 29 Apr 2001 21:53:48 -0400
20514              Message-ID: <20010429215348.A3971@netaxs.com>
20515      Branch: perl
20516            ! pod/perlfunc.pod
20517 ____________________________________________________________________________
20518 [  9908] By: jhi                                   on 2001/04/30  10:49:40
20519         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
20520      Branch: perl
20521            ! t/lib/selfstubber.t
20522 ____________________________________________________________________________
20523 [  9907] By: nick                                  on 2001/04/30  09:26:50
20524         Log: Integrate mainline.
20525      Branch: perlio
20526           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
20527 ____________________________________________________________________________
20528 [  9906] By: jhi                                   on 2001/04/29  23:24:20
20529         Log: Abigail spotted a thinko in #9905.
20530      Branch: perl
20531            ! pod/perldiag.pod
20532 ____________________________________________________________________________
20533 [  9905] By: jhi                                   on 2001/04/29  15:55:39
20534         Log: Changed the underscore/undebar syntax in numeric constants;
20535              now any grouping will do, as long as the underscores are not
20536              consecutive (so "zero-grouping" is out), and they do not begin
20537              or end the integer or fractional parts.
20538      Branch: perl
20539            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
20540 ____________________________________________________________________________
20541 [  9904] By: nick                                  on 2001/04/29  15:43:22
20542         Log: Integrate mainline.
20543      Branch: perlio
20544           +> (branch 98 files)
20545            - lib/unicode/Block.pl
20546            - lib/unicode/In/AlphabeticPresentationForms.pl
20547            - lib/unicode/In/Arabic.pl
20548            - lib/unicode/In/ArabicPresentationForms-A.pl
20549            - lib/unicode/In/ArabicPresentationForms-B.pl
20550            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20551            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20552            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20553            - lib/unicode/In/BopomofoExtended.pl
20554            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
20555            - lib/unicode/In/CJKCompatibility.pl
20556            - lib/unicode/In/CJKCompatibilityForms.pl
20557            - lib/unicode/In/CJKCompatibilityIdeographs.pl
20558            - lib/unicode/In/CJKRadicalsSupplement.pl
20559            - lib/unicode/In/CJKSymbolsandPunctuation.pl
20560            - lib/unicode/In/CJKUnifiedIdeographs.pl
20561            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
20562            - lib/unicode/In/Cherokee.pl
20563            - lib/unicode/In/CombiningDiacriticalMarks.pl
20564            - lib/unicode/In/CombiningHalfMarks.pl
20565            - lib/unicode/In/CombiningMarksforSymbols.pl
20566            - lib/unicode/In/ControlPictures.pl
20567            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20568            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20569            - lib/unicode/In/EnclosedAlphanumerics.pl
20570            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
20571            - lib/unicode/In/Ethiopic.pl
20572            - lib/unicode/In/GeneralPunctuation.pl
20573            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20574            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20575            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20576            - lib/unicode/In/HalfwidthandFullwidthForms.pl
20577            - lib/unicode/In/HangulCompatibilityJamo.pl
20578            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20579            - lib/unicode/In/Hebrew.pl
20580            - lib/unicode/In/HighPrivateUseSurrogates.pl
20581            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20582            - lib/unicode/In/IPAExtensions.pl
20583            - lib/unicode/In/IdeographicDescriptionCharacters.pl
20584            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
20585            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20586            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
20587            - lib/unicode/In/Latin-1Supplement.pl
20588            - lib/unicode/In/LatinExtended-A.pl
20589            - lib/unicode/In/LatinExtended-B.pl
20590            - lib/unicode/In/LatinExtendedAdditional.pl
20591            - lib/unicode/In/LetterlikeSymbols.pl
20592            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20593            - lib/unicode/In/MathematicalOperators.pl
20594            - lib/unicode/In/MiscellaneousSymbols.pl
20595            - lib/unicode/In/MiscellaneousTechnical.pl
20596            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
20597            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
20598            - lib/unicode/In/OpticalCharacterRecognition.pl
20599            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20600            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
20601            - lib/unicode/In/SmallFormVariants.pl
20602            - lib/unicode/In/SpacingModifierLetters.pl
20603            - lib/unicode/In/Specials.pl
20604            - lib/unicode/In/SuperscriptsandSubscripts.pl
20605            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
20606            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
20607            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20608            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
20609            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
20610           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
20611           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
20612           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
20613           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
20614           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
20615           !> utf8.c win32/Makefile
20616 ____________________________________________________________________________
20617 [  9903] By: jhi                                   on 2001/04/29  14:30:53
20618         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
20619              From: Prymmer/Kahn <pvhp@best.com>
20620              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
20621              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
20622      Branch: perl
20623            ! win32/Makefile
20624 ____________________________________________________________________________
20625 [  9902] By: jhi                                   on 2001/04/29  02:52:44
20626         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
20627              From: "Abigail" <abigail@foad.org>
20628              Date: Sun, 29 Apr 2001 03:14:25 +0200
20629              Message-ID: <20010429011425.24503.qmail@foad.org>
20630      Branch: perl
20631            ! ext/IO/lib/IO/Seekable.pm
20632 ____________________________________________________________________________
20633 [  9901] By: jhi                                   on 2001/04/29  02:04:46
20634         Log: In character classes one couldn't have 0x80..0xff characters
20635              at the left hand side if there were 0x100.. characters in the
20636              character class.
20637      Branch: perl
20638            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
20639            ! t/op/pat.t utf8.c
20640 ____________________________________________________________________________
20641 [  9900] By: jhi                                   on 2001/04/28  22:55:04
20642         Log: Forgot the latest mktables.PL from #9899.
20643      Branch: perl
20644            ! lib/unicode/mktables.PL
20645 ____________________________________________________________________________
20646 [  9899] By: jhi                                   on 2001/04/28  22:53:28
20647         Log: Explain the \p{} and \P{} error message better and
20648              have prettier prettyprint in In.pl.
20649      Branch: perl
20650            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
20651            ! pod/perldiag.pod
20652 ____________________________________________________________________________
20653 [  9898] By: jhi                                   on 2001/04/28  21:03:34
20654         Log: Add one possible explanation for the "Invalid [] range" error.
20655      Branch: perl
20656            ! pod/perldiag.pod
20657 ____________________________________________________________________________
20658 [  9897] By: jhi                                   on 2001/04/28  17:18:26
20659         Log: Add a level of indirection to the implementation of \p{InFoo}
20660              so that we don't have to have long filenames.  (Nothing changes
20661              in the user interface.)   The indirection is defined in
20662              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
20663              Also rename some the character classes by removing '-' from
20664              the classnames, and finally renamed Block.pl as Blocks.pl.
20665      Branch: perl
20666            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
20667            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
20668            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
20669            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
20670            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
20671            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
20672            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
20673            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
20674            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
20675            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
20676            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
20677            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
20678            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
20679            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
20680            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
20681            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
20682            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
20683            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
20684            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
20685            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
20686            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
20687            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
20688            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
20689            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
20690            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
20691            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
20692            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
20693            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
20694            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
20695            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
20696            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
20697            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
20698            + lib/unicode/In/94.pl lib/unicode/In/95.pl
20699            - lib/unicode/Block.pl
20700            - lib/unicode/In/AlphabeticPresentationForms.pl
20701            - lib/unicode/In/Arabic.pl
20702            - lib/unicode/In/ArabicPresentationForms-A.pl
20703            - lib/unicode/In/ArabicPresentationForms-B.pl
20704            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20705            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20706            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20707            - lib/unicode/In/BopomofoExtended.pl
20708            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
20709            - lib/unicode/In/CJKCompatibility.pl
20710            - lib/unicode/In/CJKCompatibilityForms.pl
20711            - lib/unicode/In/CJKCompatibilityIdeographs.pl
20712            - lib/unicode/In/CJKRadicalsSupplement.pl
20713            - lib/unicode/In/CJKSymbolsandPunctuation.pl
20714            - lib/unicode/In/CJKUnifiedIdeographs.pl
20715            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
20716            - lib/unicode/In/Cherokee.pl
20717            - lib/unicode/In/CombiningDiacriticalMarks.pl
20718            - lib/unicode/In/CombiningHalfMarks.pl
20719            - lib/unicode/In/CombiningMarksforSymbols.pl
20720            - lib/unicode/In/ControlPictures.pl
20721            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20722            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20723            - lib/unicode/In/EnclosedAlphanumerics.pl
20724            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
20725            - lib/unicode/In/Ethiopic.pl
20726            - lib/unicode/In/GeneralPunctuation.pl
20727            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20728            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20729            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20730            - lib/unicode/In/HalfwidthandFullwidthForms.pl
20731            - lib/unicode/In/HangulCompatibilityJamo.pl
20732            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20733            - lib/unicode/In/Hebrew.pl
20734            - lib/unicode/In/HighPrivateUseSurrogates.pl
20735            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20736            - lib/unicode/In/IPAExtensions.pl
20737            - lib/unicode/In/IdeographicDescriptionCharacters.pl
20738            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
20739            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20740            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
20741            - lib/unicode/In/Latin-1Supplement.pl
20742            - lib/unicode/In/LatinExtended-A.pl
20743            - lib/unicode/In/LatinExtended-B.pl
20744            - lib/unicode/In/LatinExtendedAdditional.pl
20745            - lib/unicode/In/LetterlikeSymbols.pl
20746            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20747            - lib/unicode/In/MathematicalOperators.pl
20748            - lib/unicode/In/MiscellaneousSymbols.pl
20749            - lib/unicode/In/MiscellaneousTechnical.pl
20750            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
20751            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
20752            - lib/unicode/In/OpticalCharacterRecognition.pl
20753            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20754            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
20755            - lib/unicode/In/SmallFormVariants.pl
20756            - lib/unicode/In/SpacingModifierLetters.pl
20757            - lib/unicode/In/Specials.pl
20758            - lib/unicode/In/SuperscriptsandSubscripts.pl
20759            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
20760            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
20761            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20762            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
20763            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
20764            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
20765            ! pod/perlunicode.pod
20766 ____________________________________________________________________________
20767 [  9896] By: jhi                                   on 2001/04/28  14:33:17
20768         Log: Update the information on shared library path on HP-UX.
20769      Branch: perl
20770            ! INSTALL
20771 ____________________________________________________________________________
20772 [  9895] By: jhi                                   on 2001/04/28  14:32:30
20773         Log: Because #9894 seems to do the trick, this workaround can be removed.
20774      Branch: perl
20775            ! t/lib/selfstubber.t
20776 ____________________________________________________________________________
20777 [  9894] By: jhi                                   on 2001/04/28  14:26:13
20778         Log: For PerlIO flush the children's file handles (on fork/exec/system).
20779      Branch: perl
20780            ! perl.h
20781 ____________________________________________________________________________
20782 [  9893] By: jhi                                   on 2001/04/28  14:23:15
20783         Log: Test tweak for #9891.
20784      Branch: perl
20785            ! t/lib/b-deparse.t
20786 ____________________________________________________________________________
20787 [  9892] By: jhi                                   on 2001/04/28  14:10:13
20788         Log: New HP-UX hints from Merijn.
20789      Branch: perl
20790            ! hints/hpux.sh
20791 ____________________________________________________________________________
20792 [  9891] By: jhi                                   on 2001/04/28  14:07:27
20793         Log: Subject: [PATCH B::Deparse] non-block scopes
20794              From: Robin Houston <robin@kitsite.com>
20795              Date: Fri, 27 Apr 2001 19:15:14 +0100
20796              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
20797      Branch: perl
20798            ! ext/B/B/Deparse.pm
20799 ____________________________________________________________________________
20800 [  9890] By: nick                                  on 2001/04/27  19:41:25
20801         Log: Integrate mainline
20802      Branch: perlio
20803           +> t/lib/selfstubber.t
20804           !> (integrate 50 files)
20805 ____________________________________________________________________________
20806 [  9889] By: jhi                                   on 2001/04/27  18:23:46
20807         Log: Subject: Re: selfstubber test fail on bleadperl
20808              From: Mike Guy <mjtg@cam.ac.uk>
20809              Date: Fri, 27 Apr 2001 19:31:18 +0100
20810              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
20811      Branch: perl
20812            ! t/lib/selfstubber.t
20813 ____________________________________________________________________________
20814 [  9888] By: jhi                                   on 2001/04/27  16:20:54
20815         Log: Test tweak for #9886.
20816      Branch: perl
20817            ! t/lib/b-deparse.t
20818 ____________________________________________________________________________
20819 [  9887] By: jhi                                   on 2001/04/27  16:16:33
20820         Log: Buffering issue at least in Solaris (even with perlio).
20821      Branch: perl
20822            ! t/lib/selfstubber.t
20823 ____________________________________________________________________________
20824 [  9886] By: jhi                                   on 2001/04/27  14:59:23
20825         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
20826              From: Robin Houston <robin@kitsite.com>
20827              Date: Fri, 27 Apr 2001 16:53:20 +0100
20828              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
20829      Branch: perl
20830            ! ext/B/B/Deparse.pm
20831 ____________________________________________________________________________
20832 [  9885] By: jhi                                   on 2001/04/27  14:23:51
20833         Log: Update Changes.
20834      Branch: perl
20835            ! Changes patchlevel.h
20836 ____________________________________________________________________________
20837 [  9884] By: jhi                                   on 2001/04/27  14:14:12
20838         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
20839              From: "Philip Newton" <pnewton@gmx.de>
20840              Date: Fri, 27 Apr 2001 16:40:13 +0200
20841              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
20842      Branch: perl
20843            ! pod/perldata.pod
20844 ____________________________________________________________________________
20845 [  9883] By: jhi                                   on 2001/04/27  13:28:19
20846         Log: Add LOG_PERROR; prettify the "removed".
20847      Branch: perl
20848            ! ext/Sys/Syslog/Syslog.xs
20849 ____________________________________________________________________________
20850 [  9882] By: jhi                                   on 2001/04/27  13:13:18
20851         Log: h2xs tweaks: use NV instead of double, "quote" the removed
20852              prefixes for clarity (especially when nothing is removed),
20853              slight pod reformats.
20854      Branch: perl
20855            ! utils/h2xs.PL
20856 ____________________________________________________________________________
20857 [  9881] By: jhi                                   on 2001/04/27  12:58:48
20858         Log: Don't bother creating existing directories.
20859      Branch: perl
20860            ! utils/h2xs.PL
20861 ____________________________________________________________________________
20862 [  9880] By: jhi                                   on 2001/04/27  12:45:39
20863         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
20864              From: Mike Schilli <m@perlmeister.com>
20865              Date: Wed, 25 Apr 2001 01:29:21 -0700
20866              Message-id: <3AE68AE1.6A981723@perlmeister.com>
20867      Branch: perl
20868            ! utils/h2xs.PL
20869 ____________________________________________________________________________
20870 [  9879] By: jhi                                   on 2001/04/27  12:40:55
20871         Log: break is not yet Perl.  Added the template license also to README.
20872      Branch: perl
20873            ! utils/h2xs.PL
20874 ____________________________________________________________________________
20875 [  9878] By: jhi                                   on 2001/04/27  03:08:20
20876         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
20877              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20878              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
20879              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
20880      Branch: perl
20881            ! t/lib/xs-typemap.t
20882 ____________________________________________________________________________
20883 [  9877] By: jhi                                   on 2001/04/26  23:54:40
20884         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
20885              From: "Abigail" <abigail@foad.org>
20886              Date: Fri, 27 Apr 2001 01:44:28 +0200
20887              Message-ID: <20010426234428.19786.qmail@foad.org>
20888      Branch: perl
20889            ! utils/h2xs.PL
20890 ____________________________________________________________________________
20891 [  9876] By: jhi                                   on 2001/04/26  23:52:06
20892         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
20893              From: Peter Prymmer <pvhp@forte.com>
20894              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
20895              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
20896      Branch: perl
20897            ! t/lib/selfstubber.t
20898 ____________________________________________________________________________
20899 [  9875] By: jhi                                   on 2001/04/26  23:48:10
20900         Log: Deparse nits.
20901      Branch: perl
20902            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
20903 ____________________________________________________________________________
20904 [  9874] By: jhi                                   on 2001/04/26  22:46:05
20905         Log: Document ANYOF_CLASS.
20906      Branch: perl
20907            ! regcomp.h
20908 ____________________________________________________________________________
20909 [  9873] By: jhi                                   on 2001/04/26  22:35:03
20910         Log: Subject: Re: [PATCH @9846] dumping ANYOF
20911              From: Hugo <hv@crypt.compulink.co.uk>
20912              Date: Thu, 26 Apr 2001 23:33:38 +0100
20913              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
20914      Branch: perl
20915            ! regcomp.c regcomp.h
20916 ____________________________________________________________________________
20917 [  9872] By: jhi                                   on 2001/04/26  22:34:31
20918         Log: Subject: [PATCH] more for Devel::SelfStubber
20919              From: Nicholas Clark <nick@ccl4.org>
20920              Date: Fri, 27 Apr 2001 00:13:52 +0100
20921              Message-ID: <20010427001351.K88186@plum.flirble.org>
20922      Branch: perl
20923            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
20924 ____________________________________________________________________________
20925 [  9871] By: jhi                                   on 2001/04/26  21:59:17
20926         Log: Subject: [PATCH B::Deparse] formats must be flush left
20927              From: Robin Houston <robin@kitsite.com>
20928              Date: Thu, 26 Apr 2001 23:54:29 +0100
20929              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
20930      Branch: perl
20931            ! ext/B/B/Deparse.pm
20932 ____________________________________________________________________________
20933 [  9870] By: jhi                                   on 2001/04/26  21:57:37
20934         Log: If some of the constants are prefixes of others,
20935              the prefixes may never get recognized.  (See 20010426.006.)
20936      Branch: perl
20937            ! utils/h2xs.PL
20938 ____________________________________________________________________________
20939 [  9869] By: jhi                                   on 2001/04/26  21:50:42
20940         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
20941              From: Chris Bongaarts <cab@tc.umn.edu>
20942              Date: Thu, 26 Apr 2001 17:10:31 -0500
20943              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
20944      Branch: perl
20945            ! ext/Sys/Syslog/Syslog.xs
20946 ____________________________________________________________________________
20947 [  9868] By: jhi                                   on 2001/04/26  21:35:12
20948         Log: Further cuts and more docs from Graham Barr.
20949      Branch: perl
20950            ! ext/List/Util/lib/List/Util.pm
20951            ! ext/List/Util/lib/Scalar/Util.pm
20952 ____________________________________________________________________________
20953 [  9867] By: jhi                                   on 2001/04/26  21:18:57
20954         Log: Subject: [PATCH 5.7.1] DB_File-1.77
20955              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
20956              Date: Thu, 26 Apr 2001 22:37:53 +0100
20957              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
20958      Branch: perl
20959            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20960            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20961 ____________________________________________________________________________
20962 [  9866] By: jhi                                   on 2001/04/26  21:12:31
20963         Log: Subject: [PATCH B::Deparse] fix easy bugs
20964              From: Robin Houston <robin@kitsite.com>
20965              Date: Thu, 26 Apr 2001 23:03:33 +0100
20966              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
20967      Branch: perl
20968            ! ext/B/B/Deparse.pm
20969 ____________________________________________________________________________
20970 [  9865] By: jhi                                   on 2001/04/26  20:26:13
20971         Log: Update Changes.
20972      Branch: perl
20973            ! Changes patchlevel.h
20974 ____________________________________________________________________________
20975 [  9864] By: jhi                                   on 2001/04/26  19:27:48
20976         Log: Dethinko from Robin Houston.
20977      Branch: perl
20978            ! ext/B/B/Deparse.pm
20979 ____________________________________________________________________________
20980 [  9863] By: jhi                                   on 2001/04/26  19:10:35
20981         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
20982              From: Robin Houston <robin@kitsite.com>
20983              Date: Thu, 26 Apr 2001 21:08:32 +0100
20984              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
20985      Branch: perl
20986            ! ext/B/B/Deparse.pm
20987 ____________________________________________________________________________
20988 [  9862] By: jhi                                   on 2001/04/26  19:04:23
20989         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20990              From: Robin Houston <robin@kitsite.com>
20991              Date: Thu, 26 Apr 2001 20:52:50 +0100
20992              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
20993      Branch: perl
20994            ! ext/B/B/Deparse.pm
20995 ____________________________________________________________________________
20996 [  9861] By: jhi                                   on 2001/04/26  18:56:14
20997         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
20998              From: Mike Guy <mjtg@cam.ac.uk>
20999              Date: Thu, 26 Apr 2001 14:22:40 +0100
21000              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
21001      Branch: perl
21002            ! pod/perlobj.pod
21003 ____________________________________________________________________________
21004 [  9860] By: jhi                                   on 2001/04/26  18:46:42
21005         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21006              From: Robin Houston <robin@kitsite.com>
21007              Date: Thu, 26 Apr 2001 20:34:29 +0100
21008              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
21009              
21010              Hashes do not interpolate.
21011      Branch: perl
21012            ! ext/B/B/Deparse.pm
21013 ____________________________________________________________________________
21014 [  9859] By: jhi                                   on 2001/04/26  18:43:51
21015         Log: Subject: The Time::Piece conspiracy unmasked!!!
21016              From: Mike Guy <mjtg@cam.ac.uk>
21017              Date: Thu, 26 Apr 2001 19:02:50 +0100
21018              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
21019              
21020              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
21021              From: Mike Guy <mjtg@cam.ac.uk>
21022              Date: Thu, 26 Apr 2001 19:08:21 +0100
21023              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
21024              
21025              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
21026              From: Graham Barr <gbarr@pobox.com>
21027              Date: Thu, 26 Apr 2001 19:12:03 +0100
21028              Message-ID: <20010426191203.A70835@pobox.com>
21029              
21030              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
21031      Branch: perl
21032            ! ext/List/Util/lib/List/Util.pm
21033            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
21034 ____________________________________________________________________________
21035 [  9858] By: jhi                                   on 2001/04/26  18:17:42
21036         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
21037              From: Robin Houston <robin@kitsite.com>
21038              Date: Thu, 26 Apr 2001 16:09:35 +0100
21039              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
21040      Branch: perl
21041            ! t/comp/proto.t
21042 ____________________________________________________________________________
21043 [  9857] By: jhi                                   on 2001/04/26  18:04:59
21044         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
21045              From: barries <barries@slaysys.com>
21046              Date: Thu, 26 Apr 2001 12:01:10 -0400
21047              Message-ID: <20010426120110.E29698@jester.slaysys.com>
21048      Branch: perl
21049            ! pod/perldiag.pod
21050 ____________________________________________________________________________
21051 [  9856] By: jhi                                   on 2001/04/26  18:03:33
21052         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
21053              Date: Thu, 26 Apr 2001 17:13:41 +0100
21054              From: Robin Houston <robin@kitsite.com>
21055              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
21056              
21057              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21058              From: Robin Houston <robin@kitsite.com>
21059              Date: Thu, 26 Apr 2001 18:44:29 +0100
21060              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
21061      Branch: perl
21062            ! ext/B/B/Deparse.pm
21063 ____________________________________________________________________________
21064 [  9855] By: jhi                                   on 2001/04/26  17:56:04
21065         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
21066              From: Robin Houston <robin@kitsite.com>
21067              Date: Thu, 26 Apr 2001 17:04:08 +0100
21068              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
21069      Branch: perl
21070            ! ext/B/B/Deparse.pm
21071 ____________________________________________________________________________
21072 [  9854] By: jhi                                   on 2001/04/26  17:47:26
21073         Log: Subject: Re: Short test case for undef %stash:: crash
21074              From: Benjamin Sugars <bsugars@canoe.ca> 
21075              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
21076              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
21077              Changed and moved the perldiag entry.
21078      Branch: perl
21079            ! gv.c pod/perldiag.pod
21080 ____________________________________________________________________________
21081 [  9853] By: jhi                                   on 2001/04/26  14:35:16
21082         Log: Beginnings of strptime().  Do not touch the wet paint.
21083      Branch: perl
21084            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
21085 ____________________________________________________________________________
21086 [  9852] By: jhi                                   on 2001/04/26  13:17:21
21087         Log: Retract #9851, core dumps from pod2man.
21088      Branch: perl
21089            ! regcomp.c
21090 ____________________________________________________________________________
21091 [  9851] By: jhi                                   on 2001/04/26  11:54:41
21092         Log: (Retracted by #9852.)
21093              
21094              Subject: [PATCH @9846] dumping ANYOF
21095              From: Hugo <hv@crypt.compulink.co.uk>
21096              Date: Thu, 26 Apr 2001 05:32:38 +0100
21097              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
21098      Branch: perl
21099            ! regcomp.c
21100 ____________________________________________________________________________
21101 [  9850] By: jhi                                   on 2001/04/26  02:34:44
21102         Log: If ccflags was empty the _previous_ $* containing all the
21103              environment variables and Configure variables was used,
21104              which lead, among other bad things, into $ccflags being your
21105              uname -a output, which lead into test compile with cc failing,
21106              which lead into gcc being selected, which didn't work that well
21107              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
21108              with large files, et cetera.
21109      Branch: perl
21110            ! hints/hpux.sh
21111 ____________________________________________________________________________
21112 [  9849] By: jhi                                   on 2001/04/26  01:44:57
21113         Log: Make selfstubber test more portable.
21114      Branch: perl
21115            ! t/lib/selfstubber.t
21116 ____________________________________________________________________________
21117 [  9848] By: jhi                                   on 2001/04/26  00:50:26
21118         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
21119              From: Benjamin Sugars <ben.sugars@home.com>
21120              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
21121              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
21122      Branch: perl
21123            ! ext/Cwd/Cwd.xs
21124 ____________________________________________________________________________
21125 [  9847] By: jhi                                   on 2001/04/26  00:46:58
21126         Log: Subject: [PATCH: perl@9841] VMS updates
21127              From: Peter Prymmer <pvhp@forte.com>
21128              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
21129              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
21130      Branch: perl
21131            ! README.vms configure.com vms/descrip_mms.template
21132            ! vms/ext/filespec.t
21133 ____________________________________________________________________________
21134 [  9846] By: jhi                                   on 2001/04/26  00:11:56
21135         Log: re 'debug' was broken by #9084.
21136      Branch: perl
21137            ! ext/re/re.xs
21138 ____________________________________________________________________________
21139 [  9845] By: jhi                                   on 2001/04/25  22:33:17
21140         Log: Subject: [PATCH] test for Devel::SelfStubber
21141              From: Nicholas Clark <nick@ccl4.org>
21142              Date: Thu, 26 Apr 2001 00:00:54 +0100
21143              Message-ID: <20010426000054.D89026@plum.flirble.org>
21144      Branch: perl
21145            + t/lib/selfstubber.t
21146            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
21147 ____________________________________________________________________________
21148 [  9844] By: jhi                                   on 2001/04/25  22:29:32
21149         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
21150              From: Paul Johnson <paul@pjcj.net>
21151              Date: Thu, 26 Apr 2001 00:46:08 +0200
21152              Message-ID: <20010426004608.H2338@pjcj.net>
21153      Branch: perl
21154            ! ext/B/B/Concise.pm
21155 ____________________________________________________________________________
21156 [  9843] By: jhi                                   on 2001/04/25  22:28:28
21157         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
21158              From: Peter Prymmer <pvhp@forte.com>
21159              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
21160              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
21161      Branch: perl
21162            ! ext/Cwd/Cwd.xs
21163 ____________________________________________________________________________
21164 [  9842] By: jhi                                   on 2001/04/25  20:58:12
21165         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
21166              From: John Peacock <jpeacock@rowman.com>
21167              Date: Wed, 25 Apr 2001 17:30:26 -0400
21168              Message-ID: <3AE741F2.B3217464@rowman.com>
21169      Branch: perl
21170            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21171 ____________________________________________________________________________
21172 [  9841] By: jhi                                   on 2001/04/25  20:07:05
21173         Log: Update Changes.
21174      Branch: perl
21175            ! Changes patchlevel.h
21176 ____________________________________________________________________________
21177 [  9840] By: jhi                                   on 2001/04/25  19:56:51
21178         Log: Yet another HP-UX hints version from Merijn.
21179      Branch: perl
21180            ! hints/hpux.sh
21181 ____________________________________________________________________________
21182 [  9839] By: jhi                                   on 2001/04/25  19:53:04
21183         Log: abs_path() didn't terminate the filename correctly,
21184              in DIRNAMLENless systems like HP-UX this would fail.
21185      Branch: perl
21186            ! ext/Cwd/Cwd.xs
21187 ____________________________________________________________________________
21188 [  9838] By: jhi                                   on 2001/04/25  16:37:26
21189         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
21190              From: Mike Guy <mjtg@cam.ac.uk>
21191              Date: Wed, 25 Apr 2001 18:31:47 +0100
21192              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
21193      Branch: perl
21194            ! op.c
21195 ____________________________________________________________________________
21196 [  9837] By: jhi                                   on 2001/04/25  16:21:53
21197         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
21198              From: Jon Eveland <jweveland@yahoo.com>
21199              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
21200              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
21201      Branch: perl
21202            ! lib/perl5db.pl
21203 ____________________________________________________________________________
21204 [  9836] By: jhi                                   on 2001/04/25  14:17:50
21205         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
21206              From: "Philip Newton" <pnewton@gmx.de>
21207              Date: Wed, 25 Apr 2001 17:05:58 +0200
21208              Message-ID: <3AE703F6.3234.1833C45@localhost>
21209      Branch: perl
21210            ! Porting/patching.pod
21211 ____________________________________________________________________________
21212 [  9835] By: jhi                                   on 2001/04/25  13:58:07
21213         Log: It would seem that both ar and full_ar need to be overridden
21214              for HP-UX to avoid the GNU ar.
21215      Branch: perl
21216            ! hints/hpux.sh
21217 ____________________________________________________________________________
21218 [  9834] By: jhi                                   on 2001/04/25  13:50:40
21219         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
21220              From: "Philip Newton" <pnewton@gmx.de>
21221              Date: Wed, 25 Apr 2001 16:09:23 +0200
21222              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
21223              
21224              Detypo.
21225      Branch: perl
21226            ! t/op/misc.t
21227 ____________________________________________________________________________
21228 [  9833] By: jhi                                   on 2001/04/25  12:36:11
21229         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
21230      Branch: perl
21231            ! hints/hpux.sh
21232 ____________________________________________________________________________
21233 [  9832] By: jhi                                   on 2001/04/25  12:33:36
21234         Log: New version of HP-UX hints from Merijn.
21235      Branch: perl
21236            ! hints/hpux.sh
21237 ____________________________________________________________________________
21238 [  9831] By: jhi                                   on 2001/04/25  03:39:45
21239         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
21240      Branch: perl
21241            ! hints/hpux.sh
21242 ____________________________________________________________________________
21243 [  9830] By: jhi                                   on 2001/04/25  02:53:25
21244         Log: The tzname[] bit is not needed by util.c -- and causes
21245              heartburn in VMS (and it missing was probably the cause of
21246              the Mac OS X trouble).  Ouch.
21247      Branch: perl
21248            ! ext/POSIX/POSIX.xs util.c
21249 ____________________________________________________________________________
21250 [  9829] By: jhi                                   on 2001/04/25  00:10:06
21251         Log: Metaconfig unit change for #9828.
21252      Branch: metaconfig
21253            ! U/compline/ccflags.U
21254 ____________________________________________________________________________
21255 [  9828] By: jhi                                   on 2001/04/25  00:04:18
21256         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
21257              (which is actually the reason for the change, we need to pass
21258              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
21259              EP/IX, OS/2, and TitanOS, based on the hints files.
21260      Branch: perl
21261            ! Configure config_h.SH
21262 ____________________________________________________________________________
21263 [  9827] By: jhi                                   on 2001/04/24  23:49:20
21264         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
21265              the $cat must have an absolute path.
21266      Branch: perl
21267            ! makedepend.SH
21268 ____________________________________________________________________________
21269 [  9826] By: jhi                                   on 2001/04/24  23:40:53
21270         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
21271      Branch: perl
21272            ! README.amiga
21273 ____________________________________________________________________________
21274 [  9825] By: jhi                                   on 2001/04/24  23:35:35
21275         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
21276              From: "Philip Newton" <pnewton@gmx.de>
21277              Date: Tue, 24 Apr 2001 18:52:49 +0200
21278              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
21279      Branch: perl
21280            ! x2p/find2perl.PL
21281 ____________________________________________________________________________
21282 [  9824] By: jhi                                   on 2001/04/24  23:33:07
21283         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
21284              Some gcc specifics dropped out due to extensive rewriting;
21285              will be put back later as needed.
21286      Branch: perl
21287            ! hints/hpux.sh
21288 ____________________________________________________________________________
21289 [  9823] By: jhi                                   on 2001/04/24  23:27:57
21290         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
21291      Branch: perl
21292            ! ext/POSIX/POSIX.xs
21293 ____________________________________________________________________________
21294 [  9822] By: jhi                                   on 2001/04/24  23:25:21
21295         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
21296              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21297              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
21298              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
21299      Branch: perl
21300            ! ext/XS/Typemap/Typemap.xs
21301 ____________________________________________________________________________
21302 [  9821] By: jhi                                   on 2001/04/24  23:24:10
21303         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
21304              From: "Abigail" <abigail@foad.org>
21305              Date: Tue, 24 Apr 2001 23:12:03 +0200
21306              Message-ID: <20010424211203.7901.qmail@foad.org>
21307      Branch: perl
21308            ! pod/perlport.pod
21309 ____________________________________________________________________________
21310 [  9820] By: jhi                                   on 2001/04/24  23:23:15
21311         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
21312              From: Matt Sergeant <matt@sergeant.org>
21313              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
21314              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
21315      Branch: perl
21316            ! pod/perlfaq4.pod
21317 ____________________________________________________________________________
21318 [  9819] By: nick                                  on 2001/04/24  18:49:43
21319         Log: Integrate mainline.
21320      Branch: perlio
21321           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
21322           !> (integrate 37 files)
21323 ____________________________________________________________________________
21324 [  9818] By: jhi                                   on 2001/04/24  14:35:23
21325         Log: Update Changes.
21326      Branch: perl
21327            ! Changes patchlevel.h
21328 ____________________________________________________________________________
21329 [  9817] By: jhi                                   on 2001/04/24  14:09:17
21330         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
21331              From: "Philip Newton" <pnewton@gmx.de>
21332              Date: Tue, 24 Apr 2001 12:58:12 +0200
21333              Message-ID: <3AE57864.8304.B77A0A@localhost> 
21334              
21335              plus add CPAN to the list of modules that have their own tests.
21336      Branch: perl
21337            ! t/lib/1_compile.t
21338 ____________________________________________________________________________
21339 [  9816] By: jhi                                   on 2001/04/24  14:07:03
21340         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
21341              From: Michael G Schwern <schwern@pobox.com>
21342              Date: Sat, 21 Apr 2001 22:35:00 +0100
21343              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
21344      Branch: perl
21345            ! t/lib/1_compile.t
21346 ____________________________________________________________________________
21347 [  9815] By: jhi                                   on 2001/04/24  13:54:32
21348         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
21349              From: Robin Houston <robin@kitsite.com>
21350              Date: Tue, 24 Apr 2001 15:51:18 +0100
21351              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
21352      Branch: perl
21353            ! ext/B/B/Deparse.pm
21354 ____________________________________________________________________________
21355 [  9814] By: jhi                                   on 2001/04/24  13:17:34
21356         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21357              From: Bill Glicker <billg@burrelles.com>
21358              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
21359              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
21360      Branch: perl
21361            ! hints/svr5.sh
21362 ____________________________________________________________________________
21363 [  9813] By: jhi                                   on 2001/04/24  12:54:23
21364         Log: Prevent path disclosure (probing for existence of filenames)
21365              using suidperl; bug id 20010322.218.
21366      Branch: perl
21367            ! perl.c pod/perldiag.pod
21368 ____________________________________________________________________________
21369 [  9812] By: jhi                                   on 2001/04/24  12:08:36
21370         Log: Retract #9811.
21371      Branch: perl
21372            ! ext/POSIX/POSIX.xs
21373 ____________________________________________________________________________
21374 [  9811] By: jhi                                   on 2001/04/24  11:57:35
21375         Log: (Retracted by #9812.)
21376      Branch: perl
21377            ! ext/POSIX/POSIX.xs
21378 ____________________________________________________________________________
21379 [  9810] By: jhi                                   on 2001/04/24  03:32:35
21380         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
21381      Branch: perl
21382            ! util.c
21383 ____________________________________________________________________________
21384 [  9809] By: jhi                                   on 2001/04/24  03:16:13
21385         Log: The Math::BigFloat::import() was broken.
21386              (Fixes bug id 20010422.002.)
21387      Branch: perl
21388            ! lib/Math/BigFloat.pm
21389 ____________________________________________________________________________
21390 [  9808] By: jhi                                   on 2001/04/24  01:11:40
21391         Log: Additional dependencies; should help for parallel makes
21392              not to fail on missing lib/lib.pm or lib/re.pm.
21393      Branch: perl
21394            ! Makefile.SH
21395 ____________________________________________________________________________
21396 [  9807] By: jhi                                   on 2001/04/24  00:57:01
21397         Log: Update the test failure disclaimer.
21398      Branch: perl
21399            ! t/pragma/warn/pp_hot
21400 ____________________________________________________________________________
21401 [  9806] By: jhi                                   on 2001/04/24  00:54:04
21402         Log: Add make target "install-all" which is alias for "install"
21403              to cater for case-preserving filesystems like HFS+.
21404      Branch: perl
21405            ! INSTALL Makefile.SH
21406 ____________________________________________________________________________
21407 [  9805] By: jhi                                   on 2001/04/24  00:47:28
21408         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
21409              From: Peter Prymmer <pvhp@forte.com>
21410              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
21411              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
21412              
21413              (Ken William's message forwarded from macosx@perl.org)
21414      Branch: perl
21415            ! hints/darwin.sh
21416 ____________________________________________________________________________
21417 [  9804] By: jhi                                   on 2001/04/23  23:57:35
21418         Log: Cut-and-pasto.
21419      Branch: perl
21420            ! perlio.c
21421 ____________________________________________________________________________
21422 [  9803] By: jhi                                   on 2001/04/23  23:52:25
21423         Log: More PerlIO robustness.
21424      Branch: perl
21425            ! perlio.c
21426 ____________________________________________________________________________
21427 [  9802] By: jhi                                   on 2001/04/23  23:43:35
21428         Log: Make the "STD* opened only for ..." errors more consistent.
21429      Branch: perl
21430            ! doio.c
21431 ____________________________________________________________________________
21432 [  9801] By: jhi                                   on 2001/04/23  23:34:26
21433         Log: Test case for #9800.
21434      Branch: perl
21435            ! t/op/misc.t
21436 ____________________________________________________________________________
21437 [  9800] By: jhi                                   on 2001/04/23  23:14:43
21438         Log: Avoid coredump on 'close STDERR; die' by making
21439              the PerlIO calls more robust.  Also use SETERRNO()
21440              instead of errno = to be more VMS-ready.
21441      Branch: perl
21442            ! perlio.c
21443 ____________________________________________________________________________
21444 [  9799] By: jhi                                   on 2001/04/23  21:41:10
21445         Log: Subject: test for ID 20010423.002
21446              From: Robin Houston <robin@kitsite.com>
21447              Date: Mon, 23 Apr 2001 16:52:21 +0100
21448              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
21449      Branch: perl
21450            ! t/op/avhv.t
21451 ____________________________________________________________________________
21452 [  9798] By: jhi                                   on 2001/04/23  21:40:07
21453         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
21454              From: David Dyck <dcd@tc.fluke.com>
21455              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
21456              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
21457      Branch: perl
21458            ! installperl
21459 ____________________________________________________________________________
21460 [  9797] By: jhi                                   on 2001/04/23  21:37:56
21461         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
21462              From: Benjamin Sugars <bsugars@canoe.ca>
21463              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
21464              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
21465      Branch: perl
21466            ! ext/Cwd/Cwd.xs lib/Cwd.pm
21467 ____________________________________________________________________________
21468 [  9796] By: jhi                                   on 2001/04/23  21:29:24
21469         Log: Synchronize h2xs and pod2man some more on the documentation
21470              templates they propose.
21471      Branch: perl
21472            ! pod/pod2man.PL utils/h2xs.PL
21473 ____________________________________________________________________________
21474 [  9795] By: jhi                                   on 2001/04/23  17:30:40
21475         Log: Add one more naughty test for base64; make encoding logic cleaner.
21476      Branch: perl
21477            ! t/lib/mimeb64.t
21478 ____________________________________________________________________________
21479 [  9794] By: jhi                                   on 2001/04/23  13:51:32
21480         Log: Update Changes.
21481      Branch: perl
21482            ! Changes patchlevel.h
21483 ____________________________________________________________________________
21484 [  9793] By: jhi                                   on 2001/04/23  13:44:18
21485         Log: Duplicate lines.
21486      Branch: perl
21487            ! MANIFEST
21488 ____________________________________________________________________________
21489 [  9792] By: jhi                                   on 2001/04/23  13:39:13
21490         Log: Subject: Re: PATCH 5.7.1
21491              From: Mark-Jason Dominus <mjd@plover.com>
21492              Date: Mon, 23 Apr 2001 10:30:21 -0400
21493              Message-ID: <20010423143021.17335.qmail@plover.com>
21494      Branch: perl
21495            ! perl.h sv.c
21496 ____________________________________________________________________________
21497 [  9791] By: jhi                                   on 2001/04/23  13:32:40
21498         Log: Add the CPAN.pm 1.59_54 tests.
21499      Branch: perl
21500            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
21501            ! MANIFEST
21502 ____________________________________________________________________________
21503 [  9790] By: jhi                                   on 2001/04/23  13:21:55
21504         Log: Subject: Deparse nit
21505              From: Robin Houston <robin@kitsite.com>
21506              Date: Mon, 23 Apr 2001 12:38:20 +0100
21507              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
21508      Branch: perl
21509            ! ext/B/B/Deparse.pm
21510 ____________________________________________________________________________
21511 [  9789] By: jhi                                   on 2001/04/23  13:19:07
21512         Log: Subject: [PATCH] bug 20010423.002
21513              From: Robin Houston <robin@kitsite.com>
21514              Date: Mon, 23 Apr 2001 13:12:30 +0100
21515              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
21516      Branch: perl
21517            ! pp.c
21518 ____________________________________________________________________________
21519 [  9788] By: jhi                                   on 2001/04/23  13:02:49
21520         Log: Subject: PATCH [5.7.1] hv.c unused #define
21521              From: Mark-Jason Dominus <mjd@plover.com>
21522              Date: Sun, 22 Apr 2001 14:17:49 -0400
21523              Message-ID: <20010422181749.26976.qmail@plover.com>
21524      Branch: perl
21525            ! hv.c
21526 ____________________________________________________________________________
21527 [  9787] By: jhi                                   on 2001/04/23  13:02:02
21528         Log: Subject: PATCH 5.7.1
21529              From: Mark-Jason Dominus <mjd@plover.com>
21530              Date: Sun, 22 Apr 2001 15:12:57 -0400
21531              Message-ID: <20010422191258.6539.qmail@plover.com>
21532              
21533              plus Sarathy's STMT_START + STMT_END suggestion.
21534      Branch: perl
21535            ! perl.h
21536 ____________________________________________________________________________
21537 [  9786] By: jhi                                   on 2001/04/23  12:53:25
21538         Log: Fix for
21539              
21540              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
21541              From: dLux <dlux@spam.sch.bme.hu>
21542              Date: Mon, 23 Apr 2001 01:25:26 +0200
21543              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
21544              
21545              (SvGROW really does return a char *.)
21546      Branch: perl
21547            ! pod/perlapi.pod sv.h
21548 ____________________________________________________________________________
21549 [  9785] By: jhi                                   on 2001/04/23  04:34:04
21550         Log: Time::Piece work continues.  $t->day removed since
21551              I think it's too confusing.  Now has normal and
21552              abbreviated length weekday names and month names,
21553              the names change with _names(), not _list().
21554              Now has strftime() in Perl, _strftime() is
21555              the libc version (to which strftime() falls back
21556              if it doesn't know the format.  To do: the reverse
21557              of strftime, strptime(), and the localisation of both.
21558      Branch: perl
21559            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
21560            ! t/lib/time-piece.t
21561 ____________________________________________________________________________
21562 [  9784] By: jhi                                   on 2001/04/23  02:41:46
21563         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
21564              From: andreas.koenig@anima.de (Andreas J. Koenig)
21565              Date: 23 Apr 2001 05:20:55 +0200
21566              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
21567      Branch: perl
21568            ! t/pragma/overload.t
21569 ____________________________________________________________________________
21570 [  9783] By: jhi                                   on 2001/04/22  23:32:42
21571         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
21572              From: Robin Houston <robin@kitsite.com>
21573              Date: Mon, 23 Apr 2001 00:38:18 +0100
21574              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
21575      Branch: perl
21576            ! ext/B/B/Deparse.pm
21577 ____________________________________________________________________________
21578 [  9782] By: jhi                                   on 2001/04/22  20:55:43
21579         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
21580              From: Simon Cozens <simon@netthink.co.uk>
21581              Date: Sun, 22 Apr 2001 18:47:25 +0100
21582              Message-ID: <20010422184725.A14411@netthink.co.uk>
21583      Branch: perl
21584            ! sv.c t/pragma/overload.t
21585 ____________________________________________________________________________
21586 [  9781] By: jhi                                   on 2001/04/22  20:52:13
21587         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
21588              From: Robin Houston <robin@kitsite.com>
21589              Date: Sun, 22 Apr 2001 22:14:50 +0100
21590              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
21591      Branch: perl
21592            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
21593 ____________________________________________________________________________
21594 [  9780] By: nick                                  on 2001/04/22  20:40:31
21595         Log: Integrate mainline.
21596      Branch: perlio
21597           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
21598           +> t/lib/b-stash.t
21599           !> (integrate 38 files)
21600 ____________________________________________________________________________
21601 [  9779] By: jhi                                   on 2001/04/22  15:16:03
21602         Log: Subject: IO::Socket::INET patch
21603              From: andrew deryabin <djsf@technarchy.ru>
21604              Date: Sat, 21 Apr 2001 17:46:52 +0400
21605              Message-ID: <20010421174652.B1426@technarchy>
21606      Branch: perl
21607            ! ext/IO/lib/IO/Socket/INET.pm
21608 ____________________________________________________________________________
21609 [  9778] By: jhi                                   on 2001/04/22  15:14:33
21610         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
21611              From: Mark-Jason Dominus <mjd@plover.com>
21612              Date: Sat, 21 Apr 2001 21:27:49 -0400
21613              Message-ID: <20010422012749.27024.qmail@plover.com>
21614      Branch: perl
21615            ! regcomp.c
21616 ____________________________________________________________________________
21617 [  9777] By: jhi                                   on 2001/04/22  15:10:51
21618         Log: Subject: Re: Regex debugger patch 
21619              From: Mark-Jason Dominus <mjd@plover.com>
21620              Date: Sat, 21 Apr 2001 21:48:51 -0400
21621              Message-ID: <20010422014851.27165.qmail@plover.com>
21622      Branch: perl
21623            ! pod/perldebguts.pod
21624 ____________________________________________________________________________
21625 [  9776] By: jhi                                   on 2001/04/22  15:09:48
21626         Log: Subject: Re: Regex debugger patch
21627              From: Mark-Jason Dominus <mjd@plover.com>
21628              Date: Sat, 21 Apr 2001 14:24:39 -0400
21629              Message-ID: <20010421182439.16508.qmail@plover.com>
21630              
21631              Regex debugger backend.
21632      Branch: perl
21633            ! regcomp.c regexp.h
21634 ____________________________________________________________________________
21635 [  9775] By: jhi                                   on 2001/04/21  16:45:40
21636         Log: Subject: [PATCH] Typo in utf8.h
21637              From: Jesús Quiroga <jquiroga@pobox.com>
21638              Date: Sat, 21 Apr 2001 19:25:33 +0200
21639              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
21640      Branch: perl
21641            ! utf8.h
21642 ____________________________________________________________________________
21643 [  9774] By: jhi                                   on 2001/04/21  16:43:52
21644         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21645              From: Joe Orton <jorton@redhat.com>
21646              Date: Tue, 17 Apr 2001 15:50:43 +0100
21647              Message-Id: <20010417155043.D19132@eu.c2.net>
21648      Branch: perl
21649            ! hints/svr5.sh
21650 ____________________________________________________________________________
21651 [  9773] By: jhi                                   on 2001/04/21  15:30:15
21652         Log: Subject: Patch utils/h2xs.PL
21653              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21654              Date: Sat, 21 Apr 2001 10:32:16 -0500
21655              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
21656              
21657              Add MAILING list and LICENSE templates.
21658      Branch: perl
21659            ! utils/h2xs.PL
21660 ____________________________________________________________________________
21661 [  9772] By: jhi                                   on 2001/04/21  15:28:36
21662         Log: Subject: perlfaq2.patch for 5.7.1
21663              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21664              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
21665              Date: Fri, 20 Apr 2001 16:42:19 -0500
21666              
21667              rm an extra tab, a blurb about the xx.cpan to clarify
21668              which countries actually have that and dejanews is history
21669              as well as most of that nonsensical entry.
21670      Branch: perl
21671            ! pod/perlfaq2.pod
21672 ____________________________________________________________________________
21673 [  9771] By: jhi                                   on 2001/04/21  15:27:17
21674         Log: Subject: perlfaq1.patch for 5.7.1
21675              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21676              Date: Fri, 20 Apr 2001 16:57:36 -0500
21677              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
21678              
21679              Evil URLs must die. Especially when they are broken.
21680      Branch: perl
21681            ! pod/perlfaq1.pod
21682 ____________________________________________________________________________
21683 [  9770] By: jhi                                   on 2001/04/21  15:23:38
21684         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
21685              From: Michael G Schwern <schwern@pobox.com>
21686              Date: Sat, 21 Apr 2001 16:11:12 +0100
21687              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
21688      Branch: perl
21689            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
21690            + t/lib/b-stash.t
21691            ! MANIFEST ext/B/B.pm t/lib/b.t
21692 ____________________________________________________________________________
21693 [  9769] By: jhi                                   on 2001/04/21  15:03:32
21694         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
21695              From: Michael G Schwern <schwern@pobox.com>
21696              Date: Sat, 21 Apr 2001 09:48:00 +0100
21697              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
21698      Branch: perl
21699            ! utils/h2ph.PL
21700 ____________________________________________________________________________
21701 [  9768] By: jhi                                   on 2001/04/21  14:33:49
21702         Log: PerlIO and Encode doc cleanup and tweaks.
21703      Branch: perl
21704            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
21705            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
21706 ____________________________________________________________________________
21707 [  9767] By: jhi                                   on 2001/04/21  12:40:16
21708         Log: Integrate perlio.
21709      Branch: perl
21710           !> doio.c
21711 ____________________________________________________________________________
21712 [  9766] By: nick                                  on 2001/04/20  18:28:35
21713         Log: Avoid core dump on
21714              open(STDOUT,">",\$foo);
21715      Branch: perlio
21716            ! doio.c
21717 ____________________________________________________________________________
21718 [  9765] By: jhi                                   on 2001/04/20  13:23:43
21719         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
21720              From: Robin Houston <robin@kitsite.com>
21721              Date: Fri, 20 Apr 2001 14:29:22 +0100
21722              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
21723      Branch: perl
21724            ! ext/B/B.pm ext/B/B/Deparse.pm
21725 ____________________________________________________________________________
21726 [  9764] By: jhi                                   on 2001/04/20  13:19:33
21727         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
21728              From: Peter Prymmer <pvhp@forte.com>
21729              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
21730              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
21731      Branch: perl
21732            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
21733            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
21734            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
21735            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
21736 ____________________________________________________________________________
21737 [  9763] By: jhi                                   on 2001/04/20  12:36:39
21738         Log: Subject: Re: A new PerlIO coredump
21739              From: Nick Ing-Simmons <nik@tiuk.ti.com>
21740              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
21741              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
21742      Branch: perl
21743            ! doio.c
21744 ____________________________________________________________________________
21745 [  9762] By: jhi                                   on 2001/04/19  23:02:30
21746         Log: Update Changes.
21747      Branch: perl
21748            ! Changes patchlevel.h
21749 ____________________________________________________________________________
21750 [  9761] By: jhi                                   on 2001/04/19  22:59:19
21751         Log: More cleanup cleanup.
21752      Branch: perl
21753            ! Makefile.SH win32/Makefile win32/makefile.mk
21754 ____________________________________________________________________________
21755 [  9760] By: jhi                                   on 2001/04/19  22:50:31
21756         Log: lib/Time is non-empty, let's not rmdir it.
21757      Branch: perl
21758            ! Makefile.SH
21759 ____________________________________________________________________________
21760 [  9759] By: jhi                                   on 2001/04/19  22:36:51
21761         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
21762              From: Robin Houston <robin@kitsite.com>
21763              Date: Fri, 20 Apr 2001 00:18:53 +0100
21764              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
21765      Branch: perl
21766            ! ext/B/B/Deparse.pm
21767 ____________________________________________________________________________
21768 [  9758] By: jhi                                   on 2001/04/19  22:36:00
21769         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
21770              From: Peter Prymmer <pvhp@forte.com>
21771              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
21772              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
21773      Branch: perl
21774            ! ext/Cwd/Cwd.xs
21775 ____________________________________________________________________________
21776 [  9757] By: nick                                  on 2001/04/19  18:53:54
21777         Log: Blind (untested) integrate of mainline.
21778      Branch: perlio
21779           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
21780           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
21781           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
21782           !> (integrate 53 files)
21783 ____________________________________________________________________________
21784 [  9756] By: jhi                                   on 2001/04/19  16:59:23
21785         Log: Document and test Time::Piece.
21786      Branch: perl
21787            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
21788            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
21789 ____________________________________________________________________________
21790 [  9755] By: jhi                                   on 2001/04/19  12:13:29
21791         Log: A better fix for the \x{12345678} trouble from NI-S.
21792      Branch: perl
21793            ! utf8.c
21794 ____________________________________________________________________________
21795 [  9754] By: jhi                                   on 2001/04/19  11:56:07
21796         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
21797              From: Robin Houston <robin@kitsite.com>
21798              Date: Wed, 18 Apr 2001 17:58:33 +0100
21799              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
21800      Branch: perl
21801            ! ext/B/B/Deparse.pm op.c
21802 ____________________________________________________________________________
21803 [  9753] By: jhi                                   on 2001/04/19  04:21:52
21804         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
21805              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
21806              Date: Thu, 19 Apr 2001 01:11:41 -0400
21807              Message-ID: <20010419011141.A5798@cpan.org>
21808      Branch: perl
21809            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
21810 ____________________________________________________________________________
21811 [  9752] By: jhi                                   on 2001/04/19  02:41:10
21812         Log: The new time utils need to be thread-aware, too.
21813      Branch: perl
21814            ! util.c
21815 ____________________________________________________________________________
21816 [  9751] By: jhi                                   on 2001/04/19  02:26:47
21817         Log: Compilation nit noticed by AIX compiler.
21818      Branch: perl
21819            ! perlio.c
21820 ____________________________________________________________________________
21821 [  9750] By: jhi                                   on 2001/04/19  02:20:06
21822         Log: The new time utils need to be public.
21823      Branch: perl
21824            ! embed.pl
21825 ____________________________________________________________________________
21826 [  9749] By: jhi                                   on 2001/04/19  01:42:39
21827         Log: Regen toc.
21828      Branch: perl
21829            ! pod/perltoc.pod
21830 ____________________________________________________________________________
21831 [  9748] By: jhi                                   on 2001/04/19  01:41:10
21832         Log: Add Time::Piece, a slight rewrite of Time::Object,
21833              from Matt Sergeant.
21834      Branch: perl
21835            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
21836            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
21837            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
21838            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
21839            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
21840            ! win32/makefile.mk
21841 ____________________________________________________________________________
21842 [  9747] By: jhi                                   on 2001/04/19  00:55:35
21843         Log: The new metaconfig unit from strftime.
21844      Branch: metaconfig/U/perl
21845            + d_strftime.U
21846 ____________________________________________________________________________
21847 [  9746] By: jhi                                   on 2001/04/19  00:54:54
21848         Log: Move the strftime() wrapper from POSIX.xs to util.c
21849              as my_strftime(), requires HAS_STRFTIME.
21850      Branch: perl
21851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21852            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
21853            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
21854            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21855            ! vos/config.ga.h win32/config.bc win32/config.gc
21856            ! win32/config.vc
21857 ____________________________________________________________________________
21858 [  9745] By: jhi                                   on 2001/04/18  23:11:03
21859         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
21860              in preparation of Time::Piece.
21861      Branch: perl
21862            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
21863 ____________________________________________________________________________
21864 [  9744] By: jhi                                   on 2001/04/18  22:33:12
21865         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
21866              From: Peter Prymmer <pvhp@forte.com>
21867              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
21868              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
21869      Branch: perl
21870            ! t/lib/exporter.t
21871 ____________________________________________________________________________
21872 [  9743] By: jhi                                   on 2001/04/18  22:32:23
21873         Log: Subject: Fwd: pod2html leaves cache files lying around?
21874              From: Rajesh Vaidheeswarran <rv@gnu.org>
21875              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
21876              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
21877      Branch: perl
21878            ! lib/Pod/Html.pm
21879 ____________________________________________________________________________
21880 [  9742] By: jhi                                   on 2001/04/18  20:31:49
21881         Log: Update Changes.
21882      Branch: perl
21883            ! Changes patchlevel.h
21884 ____________________________________________________________________________
21885 [  9741] By: jhi                                   on 2001/04/18  20:23:02
21886         Log: Declare hints only if needed.
21887      Branch: perl
21888            ! ext/B/B/Deparse.pm
21889 ____________________________________________________________________________
21890 [  9740] By: jhi                                   on 2001/04/18  19:06:05
21891         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
21892              bug noticed by Robin Houston; basically the code of detecting
21893              value wraparound was acting differently under different compilers
21894              and platforms.  The workaround is to remove the overflow check
21895              for now, a real fix would be to do the overflow (portably) right.
21896      Branch: perl
21897            ! t/op/pat.t utf8.c
21898 ____________________________________________________________________________
21899 [  9739] By: jhi                                   on 2001/04/18  19:01:23
21900         Log: Subject: [PATCH B::Deparse] some pragma support
21901              From: Robin Houston <robin@kitsite.com>
21902              Date: Wed, 18 Apr 2001 19:32:12 +0100
21903              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
21904      Branch: perl
21905            ! ext/B/B/Deparse.pm
21906 ____________________________________________________________________________
21907 [  9738] By: jhi                                   on 2001/04/18  15:16:37
21908         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
21909              From: Benjamin Sugars <bsugars@canoe.ca>
21910              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
21911              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
21912      Branch: perl
21913            ! t/op/glob.t
21914 ____________________________________________________________________________
21915 [  9737] By: jhi                                   on 2001/04/18  13:24:50
21916         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
21917              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21918              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
21919              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
21920      Branch: perl
21921            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21922            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
21923 ____________________________________________________________________________
21924 [  9736] By: jhi                                   on 2001/04/18  04:15:14
21925         Log: The #9735 also changes the subtest 12.
21926      Branch: perl
21927            ! t/lib/b.t
21928 ____________________________________________________________________________
21929 [  9735] By: jhi                                   on 2001/04/18  03:55:17
21930         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
21931              From: David Dyck <dcd@tc.fluke.com>
21932              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
21933              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
21934      Branch: perl
21935            ! ext/B/B/Deparse.pm
21936 ____________________________________________________________________________
21937 [  9734] By: jhi                                   on 2001/04/18  03:54:11
21938         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
21939              From: Gisle Aas <gisle@ActiveState.com>
21940              Date: 17 Apr 2001 19:06:45 -0700
21941              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
21942      Branch: perl
21943            ! pp_hot.c t/op/misc.t
21944 ____________________________________________________________________________
21945 [  9733] By: jhi                                   on 2001/04/17  22:25:22
21946         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
21947              From: "Abigail" <abigail@foad.org>
21948              Date: Wed, 18 Apr 2001 01:17:46 +0200
21949              Message-ID: <20010417231746.21657.qmail@foad.org>
21950      Branch: perl
21951            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
21952 ____________________________________________________________________________
21953 [  9732] By: jhi                                   on 2001/04/17  20:47:56
21954         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
21955              From: Robin Houston <robin@kitsite.com>
21956              Date: Tue, 17 Apr 2001 22:37:42 +0100
21957              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
21958      Branch: perl
21959            ! ext/B/B/Deparse.pm
21960 ____________________________________________________________________________
21961 [  9731] By: nick                                  on 2001/04/17  20:46:35
21962         Log: Re-sync for t/lib/b.t fix
21963      Branch: perlio
21964           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
21965 ____________________________________________________________________________
21966 [  9730] By: jhi                                   on 2001/04/17  20:45:29
21967         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
21968              From: Robin Houston <robin@kitsite.com>
21969              Date: Tue, 17 Apr 2001 22:29:36 +0100
21970              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
21971      Branch: perl
21972            ! ext/B/B.xs ext/B/B/Deparse.pm
21973 ____________________________________________________________________________
21974 [  9729] By: jhi                                   on 2001/04/17  20:43:11
21975         Log: Subject: Deparse - parenthesise args to undeclared subs
21976              From: Robin Houston <robin@kitsite.com>
21977              Date: Tue, 17 Apr 2001 21:31:05 +0100
21978              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
21979      Branch: perl
21980            ! ext/B/B/Deparse.pm
21981 ____________________________________________________________________________
21982 [  9728] By: jhi                                   on 2001/04/17  18:57:30
21983         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
21984              From: Benjamin Sugars <ben.sugars@home.com>
21985              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
21986              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
21987      Branch: perl
21988            ! t/lib/cwd.t
21989 ____________________________________________________________________________
21990 [  9727] By: jhi                                   on 2001/04/17  18:20:20
21991         Log: Subject: [PATCH B::Deparse] ambient pragmas
21992              From: Robin Houston <robin@kitsite.com>
21993              Date: Tue, 17 Apr 2001 20:01:59 +0100
21994              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
21995      Branch: perl
21996            ! ext/B/B/Deparse.pm t/lib/b.t
21997 ____________________________________________________________________________
21998 [  9726] By: nick                                  on 2001/04/17  16:33:51
21999         Log: Integrate mainline (t/lib/b.t fails test 2...)
22000      Branch: perlio
22001           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
22002           +> ext/List/Util/README ext/List/Util/Util.xs
22003           +> ext/List/Util/lib/List/Util.pm
22004           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
22005           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
22006           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22007           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22008           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22009           !> (integrate 31 files)
22010 ____________________________________________________________________________
22011 [  9725] By: jhi                                   on 2001/04/17  12:14:24
22012         Log: Subject: multiple B::* changes
22013              From: Robin Houston <robin@kitsite.com>
22014              Date: Thu, 12 Apr 2001 20:12:27 +0100
22015              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
22016      Branch: perl
22017            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
22018 ____________________________________________________________________________
22019 [  9724] By: jhi                                   on 2001/04/17  11:59:05
22020         Log: Thread-awareness from Doug MacEachern.
22021      Branch: perl
22022            ! ext/List/Util/Util.xs
22023 ____________________________________________________________________________
22024 [  9723] By: jhi                                   on 2001/04/17  11:57:41
22025         Log: Make the test more portable.
22026      Branch: perl
22027            ! t/lib/cwd.t
22028 ____________________________________________________________________________
22029 [  9722] By: jhi                                   on 2001/04/17  11:53:50
22030         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
22031              From: Benjamin Sugars <ben.sugars@home.com>
22032              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
22033              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
22034      Branch: perl
22035            ! t/lib/cwd.t
22036 ____________________________________________________________________________
22037 [  9721] By: jhi                                   on 2001/04/17  11:52:17
22038         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
22039              From: Benjamin Sugars <bsugars@canoe.ca>
22040              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
22041              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
22042      Branch: perl
22043            ! op.c
22044 ____________________________________________________________________________
22045 [  9720] By: jhi                                   on 2001/04/17  11:35:42
22046         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
22047              From: Chris Nandor <pudge@pobox.com>
22048              Date: Tue, 17 Apr 2001 00:30:49 -0400
22049              Message-Id: <p05100207b701768712de@[10.0.1.177]>
22050      Branch: perl
22051            ! ext/File/Glob/bsd_glob.c gv.c
22052 ____________________________________________________________________________
22053 [  9719] By: jhi                                   on 2001/04/17  11:32:13
22054         Log: Subject: [PATCH] Tweten->West
22055              From: Casey West <casey@geeknest.com>
22056              Date: Mon, 16 Apr 2001 12:11:22 -0400
22057              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
22058      Branch: perl
22059            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
22060            ! pod/perltie.pod
22061 ____________________________________________________________________________
22062 [  9718] By: jhi                                   on 2001/04/16  03:22:52
22063         Log: Update Changes.
22064      Branch: perl
22065            ! Changes patchlevel.h
22066 ____________________________________________________________________________
22067 [  9717] By: jhi                                   on 2001/04/16  03:06:28
22068         Log: Regen toc.
22069      Branch: perl
22070            ! pod/perltoc.pod
22071 ____________________________________________________________________________
22072 [  9716] By: jhi                                   on 2001/04/16  02:58:42
22073         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
22074              From: Prymmer/Kahn <pvhp@best.com>
22075              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
22076              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
22077      Branch: perl
22078            ! utf8.c
22079 ____________________________________________________________________________
22080 [  9715] By: jhi                                   on 2001/04/15  23:40:35
22081         Log: Subject: Re: Net::Ping patch, adds stream protocol
22082              From: bronson@rinspin.com (Scott Bronson)
22083              Date: Tue, 10 Apr 2001 23:58:33 -0700
22084              Message-ID: <20010410235833.N29719@rinspin.com>
22085      Branch: perl
22086            ! lib/Net/Ping.pm
22087 ____________________________________________________________________________
22088 [  9714] By: jhi                                   on 2001/04/15  23:31:46
22089         Log: Printing out the ok messages helps successful testing.
22090      Branch: perl
22091            ! t/lib/time-hires.t
22092 ____________________________________________________________________________
22093 [  9713] By: jhi                                   on 2001/04/15  21:43:24
22094         Log: Update Douglas Wegscheid's email.
22095      Branch: perl
22096            ! AUTHORS
22097 ____________________________________________________________________________
22098 [  9712] By: jhi                                   on 2001/04/15  21:40:41
22099         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
22100              From: Michael G Schwern <schwern@pobox.com>
22101              Date: Sat, 14 Apr 2001 22:40:50 +0100
22102              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
22103      Branch: perl
22104            + t/lib/exporter.t
22105            ! MANIFEST lib/Exporter/Heavy.pm
22106 ____________________________________________________________________________
22107 [  9711] By: jhi                                   on 2001/04/15  21:39:21
22108         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
22109              From: Michael G Schwern <schwern@pobox.com>
22110              Date: Sat, 14 Apr 2001 22:13:59 +0100
22111              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
22112      Branch: perl
22113            ! t/op/loopctl.t
22114 ____________________________________________________________________________
22115 [  9710] By: jhi                                   on 2001/04/15  21:30:19
22116         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
22117              From: Michael G Schwern <schwern@pobox.com>
22118              Date: Sat, 14 Apr 2001 22:05:32 +0100
22119              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
22120      Branch: perl
22121            ! t/pragma/warnings.t
22122 ____________________________________________________________________________
22123 [  9709] By: jhi                                   on 2001/04/15  19:34:09
22124         Log: Integrate changes #9706,9707 from maintperl into mainline.
22125              
22126              change#7210 broke .packlist generation
22127              
22128              ExtUtils::Installed doesn't quote regex metacharacters in paths
22129              before using them in match; also make it work for dosish platforms
22130      Branch: perl
22131           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22132 ____________________________________________________________________________
22133 [  9708] By: jhi                                   on 2001/04/15  19:31:01
22134         Log: Test also the scalar aspect of getitimer().
22135      Branch: perl
22136            ! t/lib/time-hires.t
22137 ____________________________________________________________________________
22138 [  9707] By: gsar                                  on 2001/04/15  17:24:20
22139         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
22140              before using them in match; also make it work for dosish platforms
22141      Branch: maint-5.6/perl
22142            ! lib/ExtUtils/Installed.pm
22143 ____________________________________________________________________________
22144 [  9706] By: gsar                                  on 2001/04/15  17:21:59
22145         Log: change#7210 broke .packlist generation (listed only filename
22146              rather than fully qualified path name)
22147      Branch: maint-5.6/perl
22148            ! lib/ExtUtils/Install.pm
22149 ____________________________________________________________________________
22150 [  9705] By: jhi                                   on 2001/04/15  12:36:33
22151         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
22152      Branch: perl
22153            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
22154            ! t/lib/time-hires.t
22155 ____________________________________________________________________________
22156 [  9704] By: jhi                                   on 2001/04/15  10:49:08
22157         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
22158              From: Prymmer/Kahn <pvhp@best.com>
22159              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
22160              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
22161      Branch: perl
22162            ! lib/utf8.pm pod/perlebcdic.pod
22163 ____________________________________________________________________________
22164 [  9703] By: jhi                                   on 2001/04/15  02:26:26
22165         Log: I keep forgetting to sort MANIFEST.
22166      Branch: perl
22167            ! MANIFEST
22168 ____________________________________________________________________________
22169 [  9702] By: jhi                                   on 2001/04/15  02:07:47
22170         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
22171              Now we have blessed, reftype, tainted, first, reduce, ...
22172      Branch: perl
22173            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
22174            + ext/List/Util/README ext/List/Util/Util.xs
22175            + ext/List/Util/lib/List/Util.pm
22176            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
22177            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
22178            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22179            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22180            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22181            ! MANIFEST
22182 ____________________________________________________________________________
22183 [  9701] By: jhi                                   on 2001/04/14  15:05:25
22184         Log: Subject: RE: dprofpp.pl updates 
22185              From: Carl Eklof <CEklof@endeca.com>
22186              Date: Thu, 12 Apr 2001 18:45:46 -0400
22187              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
22188      Branch: perl
22189            ! utils/dprofpp.PL
22190 ____________________________________________________________________________
22191 [  9700] By: jhi                                   on 2001/04/14  14:44:55
22192         Log: Do not just blindly add CR.
22193      Branch: perl
22194            ! Porting/makerel
22195 ____________________________________________________________________________
22196 [  9699] By: jhi                                   on 2001/04/13  13:17:01
22197         Log: Update Changes.
22198      Branch: perl
22199            ! Changes patchlevel.h
22200 ____________________________________________________________________________
22201 [  9698] By: jhi                                   on 2001/04/13  12:44:48
22202         Log: Integrate perlio.
22203      Branch: perl
22204           !> ext/PerlIO/Scalar/Scalar.xs
22205 ____________________________________________________________________________
22206 [  9697] By: jhi                                   on 2001/04/13  12:29:15
22207         Log: Add more debug output to the test.
22208      Branch: perl
22209            ! t/lib/cwd.t
22210 ____________________________________________________________________________
22211 [  9696] By: nick                                  on 2001/04/13  10:14:29
22212         Log: Fix core dump on binmode($fh,'Scalar')
22213      Branch: perlio
22214            ! ext/PerlIO/Scalar/Scalar.xs
22215 ____________________________________________________________________________
22216 [  9695] By: nick                                  on 2001/04/13  09:05:42
22217         Log: Integrate mainline
22218      Branch: perlio
22219           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22220           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22221           +> t/lib/time-hires.t
22222           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
22223           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
22224           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22225           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
22226           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
22227           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
22228           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
22229 ____________________________________________________________________________
22230 [  9694] By: jhi                                   on 2001/04/12  22:23:35
22231         Log: Integrate change #9693 from maintperl into mainline.
22232              
22233              $VERSION and Version() on the same line provokes a warning from
22234              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
22235      Branch: perl
22236           !> lib/Devel/SelfStubber.pm
22237 ____________________________________________________________________________
22238 [  9693] By: gsar                                  on 2001/04/12  21:55:56
22239         Log: $VERSION and Version() on the same line provokes a warning from
22240              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
22241      Branch: maint-5.6/perl
22242            ! lib/Devel/SelfStubber.pm
22243 ____________________________________________________________________________
22244 [  9692] By: jhi                                   on 2001/04/12  13:54:00
22245         Log: This is at least 5.005.
22246      Branch: perl
22247            ! ext/Time/HiRes/HiRes.xs
22248 ____________________________________________________________________________
22249 [  9691] By: jhi                                   on 2001/04/12  13:37:20
22250         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
22251      Branch: perl
22252            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
22253            ! win32/Makefile win32/makefile.mk
22254 ____________________________________________________________________________
22255 [  9690] By: jhi                                   on 2001/04/12  01:34:46
22256         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
22257      Branch: perl
22258            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22259            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22260            + t/lib/time-hires.t
22261            ! MANIFEST
22262 ____________________________________________________________________________
22263 [  9689] By: jhi                                   on 2001/04/12  00:28:39
22264         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
22265              From: Gisle Aas <gisle@ActiveState.com>
22266              Date: 11 Apr 2001 16:36:11 -0700
22267              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
22268      Branch: perl
22269            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
22270 ____________________________________________________________________________
22271 [  9688] By: jhi                                   on 2001/04/12  00:27:39
22272         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
22273              From: Gisle Aas <gisle@ActiveState.com>
22274              Date: 11 Apr 2001 11:13:24 -0700
22275              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
22276      Branch: perl
22277            ! ext/MIME/Base64/Base64.xs
22278 ____________________________________________________________________________
22279 [  9687] By: jhi                                   on 2001/04/11  19:51:47
22280         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
22281      Branch: perl
22282            ! Todo-5.6
22283 ____________________________________________________________________________
22284 [  9686] By: jhi                                   on 2001/04/11  16:54:25
22285         Log: Subject: [PATCH opcode.pl] Documentation of table format
22286              From: Simon Cozens <simon@netthink.co.uk>
22287              Date: Wed, 11 Apr 2001 12:59:31 +0100
22288              Message-ID: <20010411125931.A25681@netthink.co.uk>
22289      Branch: perl
22290            ! opcode.pl
22291 ____________________________________________________________________________
22292 [  9685] By: jhi                                   on 2001/04/11  16:53:15
22293         Log: Subject: [PATCH] prototype("CORE::recv")
22294              From: Simon Cozens <simon@netthink.co.uk>
22295              Date: Wed, 11 Apr 2001 13:24:35 +0100
22296              Message-ID: <20010411132435.A26169@netthink.co.uk>
22297      Branch: perl
22298            ! pp.c t/comp/proto.t
22299 ____________________________________________________________________________
22300 [  9684] By: jhi                                   on 2001/04/11  16:47:13
22301         Log: FAQ (and AUTHORS) update from Dan Carson: the information
22302              was several years obsolete, Term::Readkey has been updated
22303              to have the functionality.
22304      Branch: perl
22305            ! AUTHORS pod/perlfaq5.pod
22306 ____________________________________________________________________________
22307 [  9683] By: jhi                                   on 2001/04/11  12:15:46
22308         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
22309              From: Calle Dybedahl <calle@lysator.liu.se>
22310              Date: 10 Apr 2001 16:44:16 +0200
22311              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
22312      Branch: perl
22313            ! ext/MIME/Base64/Base64.xs
22314 ____________________________________________________________________________
22315 [  9682] By: jhi                                   on 2001/04/11  12:12:26
22316         Log: A more minimal fix for 20010410.006 from Hugo.
22317      Branch: perl
22318            ! regexec.c
22319 ____________________________________________________________________________
22320 [  9681] By: jhi                                   on 2001/04/11  11:34:23
22321         Log: Integrate changes #9678,9679 from maintline into mainperl.
22322              
22323              addendum to change#9676
22324              
22325              up $File::Glob::VERSION; add a note pointing out the version of
22326              the OpenBSD glob bsd_glob.c resembles
22327      Branch: perl
22328           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22329           !> ext/File/Glob/bsd_glob.h
22330 ____________________________________________________________________________
22331 [  9680] By: jhi                                   on 2001/04/11  11:30:38
22332         Log: Bad test numbering in integrate in #9677.
22333              Fixes ID 20010411.001.
22334      Branch: perl
22335            ! t/op/pat.t
22336 ____________________________________________________________________________
22337 [  9679] By: gsar                                  on 2001/04/11  03:38:40
22338         Log: up $File::Glob::VERSION; add a note pointing out the version of
22339              the OpenBSD glob bsd_glob.c resembles
22340      Branch: maint-5.6/perl
22341            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22342            ! ext/File/Glob/bsd_glob.h
22343 ____________________________________________________________________________
22344 [  9678] By: gsar                                  on 2001/04/11  03:09:48
22345         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
22346              revision 1.8.10.1 found here:
22347              
22348              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
22349      Branch: maint-5.6/perl
22350            ! ext/File/Glob/bsd_glob.c
22351 ____________________________________________________________________________
22352 [  9677] By: jhi                                   on 2001/04/11  02:54:39
22353         Log: Integrate changes #9675,9676 from maintperl into mainline.
22354              
22355              fix for bug 20010410.006, undo change#7115
22356              
22357              port the OpenBSD glob() security patch
22358      Branch: perl
22359           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
22360           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
22361           !> t/op/pat.t
22362 ____________________________________________________________________________
22363 [  9676] By: gsar                                  on 2001/04/11  02:19:02
22364         Log: port the glob() security patch found at:
22365              
22366              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
22367              
22368              CERT advisory for the issue is here:
22369              
22370              http://www.cert.org/advisories/CA-2001-07.html
22371              
22372              Note that the security scare is only relevant for those who are
22373              foolish enough to build suidperl (which is now officially discouraged)
22374      Branch: maint-5.6/perl
22375            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
22376            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
22377 ____________________________________________________________________________
22378 [  9675] By: gsar                                  on 2001/04/10  23:52:11
22379         Log: fix for bug 20010410.006
22380              
22381              undo change#7115 (came into maint-5.6 as change#8156)
22382              
22383              add tests to keep it from coming back
22384      Branch: maint-5.6/perl
22385            ! regexec.c t/op/pat.t
22386 ____________________________________________________________________________
22387 [  9674] By: nick                                  on 2001/04/10  20:39:31
22388         Log: Integrate mainline
22389      Branch: perlio
22390           +> Porting/testall.atom
22391           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
22392           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
22393           !> t/lib/lc-uk.t t/pod/find.t
22394 ____________________________________________________________________________
22395 [  9673] By: nick                                  on 2001/04/10  18:46:14
22396         Log: Integrate against change 9670 aka perl-5.7.1
22397      Branch: perlio
22398           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22399           !> (integrate 53 files)
22400 ____________________________________________________________________________
22401 [  9672] By: jhi                                   on 2001/04/10  13:45:01
22402         Log: Add a script for doing cumulative profile of the test suite.
22403              (Requires ATOM, that is, Tru64.)
22404      Branch: perl
22405            + Porting/testall.atom
22406            ! MANIFEST
22407 ____________________________________________________________________________
22408 [  9671] By: jhi                                   on 2001/04/10  12:38:53
22409         Log: Missing std block.
22410      Branch: perl
22411            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
22412            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
22413            ! t/pod/find.t
22414 ____________________________________________________________________________
22415 [  9670] By: jhi                                   on 2001/04/10  01:25:58
22416         Log: This is 5.7.1.
22417      Branch: perl
22418            ! patchlevel.h
22419 ____________________________________________________________________________
22420 [  9669] By: jhi                                   on 2001/04/10  01:09:14
22421         Log: Update Changes.
22422      Branch: perl
22423            ! Changes patchlevel.h
22424 ____________________________________________________________________________
22425 [  9668] By: jhi                                   on 2001/04/10  01:00:38
22426         Log: Regen toc.
22427      Branch: perl
22428            ! pod/perltoc.pod
22429 ____________________________________________________________________________
22430 [  9667] By: jhi                                   on 2001/04/10  00:52:16
22431         Log: Update perlhist.
22432      Branch: perl
22433            ! pod/perlhist.pod
22434 ____________________________________________________________________________
22435 [  9666] By: jhi                                   on 2001/04/09  23:38:59
22436         Log: Slight wording tweaks from Damian to #9658.
22437      Branch: perl
22438            ! pod/perlobj.pod
22439 ____________________________________________________________________________
22440 [  9665] By: jhi                                   on 2001/04/09  19:56:06
22441         Log: Subject: [PATCH perlutil.pod] Nit
22442              From: Simon Cozens <simon@netthink.co.uk>
22443              Date: Mon, 9 Apr 2001 20:29:44 +0100
22444              Message-ID: <20010409202944.A14796@the.earth.li>
22445      Branch: perl
22446            ! pod/perlutil.pod
22447 ____________________________________________________________________________
22448 [  9664] By: jhi                                   on 2001/04/09  19:54:42
22449         Log: Subject: Re: perl571delta.pod@9631
22450              From: Mike Guy <mjtg@cam.ac.uk>
22451              Date: Mon, 09 Apr 2001 18:09:14 +0100
22452              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
22453      Branch: perl
22454            ! pod/perl571delta.pod
22455 ____________________________________________________________________________
22456 [  9663] By: jhi                                   on 2001/04/09  13:43:35
22457         Log: Update Changes.
22458      Branch: perl
22459            ! Changes patchlevel.h
22460 ____________________________________________________________________________
22461 [  9662] By: jhi                                   on 2001/04/09  13:24:46
22462         Log: tweak tweak.
22463      Branch: perl
22464            ! AUTHORS pod/perl571delta.pod
22465 ____________________________________________________________________________
22466 [  9661] By: jhi                                   on 2001/04/09  13:15:13
22467         Log: Thinko in manual patch applying.
22468      Branch: perl
22469            ! sv.c
22470 ____________________________________________________________________________
22471 [  9660] By: jhi                                   on 2001/04/09  13:07:53
22472         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
22473              From: Robin Barker <rmb1@cise.npl.co.uk> 
22474              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
22475              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
22476              
22477              (This corrects the case where the "isn't numeric" string contains \0s
22478              and is longer than the temporary buffer, and contains \0 at the point
22479              the string would be truncated by "...".) 
22480      Branch: perl
22481            ! sv.c
22482 ____________________________________________________________________________
22483 [  9659] By: jhi                                   on 2001/04/09  12:57:41
22484         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
22485      Branch: perl
22486            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
22487            ! t/lib/cgi-function.t t/lib/cgi-html.t
22488 ____________________________________________________________________________
22489 [  9658] By: jhi                                   on 2001/04/09  12:48:47
22490         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
22491              From: Ilmari Karonen <iltzu@sci.fi>
22492              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
22493              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
22494              
22495              Rearrange and rewrite the Method Invocation section
22496              to explain the concepts in nicer order.
22497      Branch: perl
22498            ! pod/perlobj.pod
22499 ____________________________________________________________________________
22500 [  9657] By: jhi                                   on 2001/04/09  12:35:58
22501         Log: Upgrade to podlators 1.09, from Russ Allbery.
22502      Branch: perl
22503            ! lib/Pod/Man.pm lib/Pod/Text.pm
22504 ____________________________________________________________________________
22505 [  9656] By: jhi                                   on 2001/04/09  12:31:53
22506         Log: perl571delta.
22507      Branch: perl
22508            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
22509 ____________________________________________________________________________
22510 [  9655] By: jhi                                   on 2001/04/09  12:20:09
22511         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
22512              From: Prymmer/Kahn <pvhp@best.com>
22513              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
22514              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
22515      Branch: perl
22516            ! lib/utf8.pm pod/perlunicode.pod
22517 ____________________________________________________________________________
22518 [  9654] By: gsar                                  on 2001/04/09  03:38:33
22519         Log: here lies 5.6.1
22520      Branch: maint-5.6/perl
22521            ! Changes
22522 ____________________________________________________________________________
22523 [  9653] By: jhi                                   on 2001/04/09  03:25:24
22524         Log: Update perlhist.
22525      Branch: perl
22526            ! pod/perlhist.pod
22527 ____________________________________________________________________________
22528 [  9652] By: jhi                                   on 2001/04/09  03:18:49
22529         Log: perl571delta tweaking continues.
22530      Branch: perl
22531            ! pod/perl571delta.pod
22532 ____________________________________________________________________________
22533 [  9651] By: gsar                                  on 2001/04/09  03:11:19
22534         Log: update Changes, patchlevel.h &c.
22535      Branch: maint-5.6/perl
22536            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
22537            ! pod/perltoc.pod
22538 ____________________________________________________________________________
22539 [  9650] By: jhi                                   on 2001/04/09  02:40:24
22540         Log: Integrate the perlfork half of #9513 from maintperl into mainline
22541              (the perlunicode half is obsolete)
22542      Branch: perl
22543            ! pod/perlfork.pod
22544 ____________________________________________________________________________
22545 [  9649] By: gsar                                  on 2001/04/09  02:35:43
22546         Log: tweak perldelta as suggested by Jarkko
22547      Branch: maint-5.6/perl
22548            ! pod/perldelta.pod
22549 ____________________________________________________________________________
22550 [  9648] By: jhi                                   on 2001/04/09  02:13:04
22551         Log: Integrate change #9646 from maintperl into mainline.
22552              
22553              add note about ithreads and Thread.pm
22554      Branch: perl
22555           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
22556 ____________________________________________________________________________
22557 [  9647] By: jhi                                   on 2001/04/09  02:10:18
22558         Log: Bad assumption that shortsize == 2.
22559      Branch: perl
22560            ! t/lib/xs-typemap.t
22561 ____________________________________________________________________________
22562 [  9646] By: gsar                                  on 2001/04/09  00:48:04
22563         Log: add note about ithreads and Thread.pm (too many people are
22564              confused by the fact that Thread.pm is built and installed
22565              under non-5005threads but doesn't work)
22566      Branch: maint-5.6/perl
22567            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
22568 ____________________________________________________________________________
22569 [  9645] By: gsar                                  on 2001/04/09  00:19:03
22570         Log: update perldelta.pod for changes in 5.6.1
22571      Branch: maint-5.6/perl
22572            ! Changes pod/perldelta.pod
22573 ____________________________________________________________________________
22574 [  9644] By: jhi                                   on 2001/04/08  20:37:00
22575         Log: Integrate change #9639 from maintperl into mainline:
22576              on windows, many of the README.* pods were being copied to
22577              the wrong location
22578      Branch: perl
22579           !> win32/Makefile win32/makefile.mk
22580 ____________________________________________________________________________
22581 [  9643] By: jhi                                   on 2001/04/08  20:07:11
22582         Log: Integrate change #9624 from maintperl into mainline:
22583              the pod tests were not okay.  (t/pod/find.t changes ignored)
22584      Branch: perl
22585           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
22586           !> t/pod/include.t t/pod/included.t t/pod/lref.t
22587           !> t/pod/multiline_items.t t/pod/nested_items.t
22588           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
22589           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
22590 ____________________________________________________________________________
22591 [  9642] By: jhi                                   on 2001/04/08  19:57:17
22592         Log: Integrate change #9638 from maintperl into mainline:
22593              update to latest JPL from the anoncvs repository
22594      Branch: perl
22595           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22596           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22597           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
22598 ____________________________________________________________________________
22599 [  9641] By: jhi                                   on 2001/04/08  19:53:30
22600         Log: perl571delta updates.
22601      Branch: perl
22602            ! lib/Filter/Simple.pm pod/perl571delta.pod
22603 ____________________________________________________________________________
22604 [  9640] By: gsar                                  on 2001/04/08  19:20:46
22605         Log: integrate change#9634 from mainline
22606              
22607              Fix the perlmodlib generation (didn't understand separate .pod
22608              files; didn't understand -- as the name-thing separator).
22609              Update the CPAN mirrors list.
22610      Branch: maint-5.6/perl
22611            ! pod/perlmodlib.pod
22612           !> pod/perlmodlib.PL
22613 ____________________________________________________________________________
22614 [  9639] By: gsar                                  on 2001/04/08  18:57:31
22615         Log: on windows, many of the README.* pods were being copied to the wrong
22616              location
22617      Branch: maint-5.6/perl
22618            ! win32/Makefile win32/makefile.mk
22619 ____________________________________________________________________________
22620 [  9638] By: gsar                                  on 2001/04/08  18:38:25
22621         Log: update to latest JPL from the anoncvs repository
22622      Branch: maint-5.6/perl
22623            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22624            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22625            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
22626 ____________________________________________________________________________
22627 [  9637] By: jhi                                   on 2001/04/08  17:53:53
22628         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
22629      Branch: perl
22630            ! pod/perl571delta.pod
22631 ____________________________________________________________________________
22632 [  9636] By: jhi                                   on 2001/04/08  17:18:32
22633         Log: Regen toc.
22634      Branch: perl
22635            ! pod/perltoc.pod
22636 ____________________________________________________________________________
22637 [  9635] By: jhi                                   on 2001/04/08  17:16:33
22638         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
22639              From: "Craig A. Berry" <craigberry@mac.com>
22640              Date: Sun, 08 Apr 2001 12:30:16 -0500
22641              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
22642      Branch: perl
22643            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
22644 ____________________________________________________________________________
22645 [  9634] By: jhi                                   on 2001/04/08  17:09:19
22646         Log: Fix the perlmodlib generation (didn't understand separate .pod
22647              files; didn't understand -- as the name-thing separator).
22648              
22649              Update the CPAN mirrors list.
22650      Branch: perl
22651            ! pod/perlmodlib.PL pod/perlmodlib.pod
22652 ____________________________________________________________________________
22653 [  9633] By: jhi                                   on 2001/04/08  16:49:17
22654         Log: Sort MANIFEST.
22655      Branch: perl
22656            ! MANIFEST
22657 ____________________________________________________________________________
22658 [  9632] By: gsar                                  on 2001/04/08  16:36:06
22659         Log: add $Tie::RefHash::VERSION
22660      Branch: maint-5.6/perl
22661            ! lib/Tie/RefHash.pm
22662 ____________________________________________________________________________
22663 [  9631] By: jhi                                   on 2001/04/08  16:10:15
22664         Log: perl571delta updates based on p5p feedback; still needs
22665              lots of examples.
22666      Branch: perl
22667            ! pod/perl571delta.pod
22668 ____________________________________________________________________________
22669 [  9630] By: jhi                                   on 2001/04/08  15:59:13
22670         Log: Update the list of supported platforms to talk about 5.7.1
22671              (and 5.6.1)
22672      Branch: perl
22673            ! pod/perlport.pod
22674 ____________________________________________________________________________
22675 [  9629] By: jhi                                   on 2001/04/08  15:55:41
22676         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
22677              from maintperl into mainline: perlport updates.
22678      Branch: perl
22679            ! pod/perlport.pod
22680 ____________________________________________________________________________
22681 [  9628] By: jhi                                   on 2001/04/08  15:53:17
22682         Log: perlsolaris.pod copied to wrong directory.
22683      Branch: perl
22684            ! win32/makefile.mk
22685 ____________________________________________________________________________
22686 [  9627] By: jhi                                   on 2001/04/08  14:48:18
22687         Log: Subject: Typos in perl571delta.pod
22688              From: "Stephen P. Potter" <spp@spotter.yi.org>
22689              Date: Sat, 07 Apr 2001 20:37:05 -0400
22690              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
22691      Branch: perl
22692            ! pod/perl571delta.pod
22693 ____________________________________________________________________________
22694 [  9626] By: jhi                                   on 2001/04/08  14:39:04
22695         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
22696      Branch: perl
22697            ! gv.c
22698 ____________________________________________________________________________
22699 [  9625] By: nick                                  on 2001/04/08  10:14:23
22700         Log: Integrate mainline
22701      Branch: perlio
22702           +> pod/perl570delta.pod pod/perl571delta.pod
22703           !> (integrate 27 files)
22704 ____________________________________________________________________________
22705 [  9624] By: gsar                                  on 2001/04/08  06:08:17
22706         Log: test in t/pod/* were busted
22707              
22708              these tests are still not enabled in t/{harness,TEST}
22709      Branch: maint-5.6/perl
22710            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
22711            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
22712            ! t/pod/multiline_items.t t/pod/nested_items.t
22713            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
22714            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
22715 ____________________________________________________________________________
22716 [  9623] By: gsar                                  on 2001/04/08  03:37:01
22717         Log: integrate change#9470 from mainline
22718              
22719              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
22720      Branch: maint-5.6/perl
22721           !> ext/Socket/Socket.xs
22722 ____________________________________________________________________________
22723 [  9622] By: jhi                                   on 2001/04/07  22:40:47
22724         Log: Update Changes.
22725      Branch: perl
22726            ! Changes patchlevel.h
22727 ____________________________________________________________________________
22728 [  9621] By: jhi                                   on 2001/04/07  22:34:16
22729         Log: Update AUTHORS.
22730      Branch: perl
22731            ! AUTHORS
22732 ____________________________________________________________________________
22733 [  9620] By: jhi                                   on 2001/04/07  22:12:47
22734         Log: Forgot to bump the number of tests in #9164.
22735      Branch: perl
22736            ! t/op/array.t
22737 ____________________________________________________________________________
22738 [  9619] By: jhi                                   on 2001/04/07  22:09:50
22739         Log: Bump patchlevel to 5.7.1.
22740      Branch: perl
22741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22742            ! config_h.SH patchlevel.h
22743 ____________________________________________________________________________
22744 [  9618] By: jhi                                   on 2001/04/07  22:02:41
22745         Log: Populate perl571delta.
22746      Branch: perl
22747            ! pod/perl571delta.pod
22748 ____________________________________________________________________________
22749 [  9617] By: jhi                                   on 2001/04/07  22:01:23
22750         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
22751              to forget it later; do not change patchlevel.h yet or regenerate
22752              Configure yet.
22753      Branch: perl
22754            ! epoc/config.sh win32/Makefile win32/config_H.bc
22755            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22756 ____________________________________________________________________________
22757 [  9616] By: jhi                                   on 2001/04/07  17:46:33
22758         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
22759      Branch: perl
22760            ! pod/perl571delta.pod
22761 ____________________________________________________________________________
22762 [  9615] By: jhi                                   on 2001/04/07  17:33:21
22763         Log: Change the toc configuration.
22764      Branch: perl
22765            ! pod/buildtoc.PL pod/perl.pod
22766 ____________________________________________________________________________
22767 [  9614] By: jhi                                   on 2001/04/07  17:29:47
22768         Log: Subject: PATCH: $[
22769              From: Robin Houston <robin@kitsite.com>
22770              Date: Fri, 6 Apr 2001 18:10:14 +0100
22771              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
22772      Branch: perl
22773            ! op.c t/op/array.t
22774 ____________________________________________________________________________
22775 [  9613] By: jhi                                   on 2001/04/07  17:28:26
22776         Log: Subject: [PATCH perl@9424] isn't numeric warning
22777              From: Robin Barker <rmb1@cise.npl.co.uk>
22778              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
22779              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
22780      Branch: perl
22781            ! sv.c t/pragma/warn/sv
22782 ____________________________________________________________________________
22783 [  9612] By: jhi                                   on 2001/04/07  17:26:45
22784         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
22785              From: Mike Guy <mjtg@cam.ac.uk>
22786              Date: Fri, 06 Apr 2001 12:47:06 +0100
22787              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
22788      Branch: perl
22789            ! dump.c t/lib/peek.t
22790 ____________________________________________________________________________
22791 [  9611] By: jhi                                   on 2001/04/07  17:21:35
22792         Log: Create perl571delta and seed it off with the perldelta changes
22793              since 5.7.0; remove those changes from perldelta and rename it
22794              as perl570delta; recreate perldelta but leave it almost empty.
22795      Branch: perl
22796            + pod/perl570delta.pod pod/perl571delta.pod
22797            ! MANIFEST pod/perldelta.pod
22798 ____________________________________________________________________________
22799 [  9610] By: jhi                                   on 2001/04/07  16:56:32
22800         Log: Denit.
22801      Branch: perl
22802            ! pod/perldelta.pod
22803 ____________________________________________________________________________
22804 [  9609] By: jhi                                   on 2001/04/07  16:38:32
22805         Log: Retract #9523: needs more thought.
22806      Branch: perl
22807            ! Makefile.SH
22808 ____________________________________________________________________________
22809 [  9608] By: jhi                                   on 2001/04/07  14:59:20
22810         Log: atmark() code cleanaup.
22811      Branch: perl
22812            ! ext/IO/IO.xs
22813 ____________________________________________________________________________
22814 [  9607] By: jhi                                   on 2001/04/07  14:48:14
22815         Log: Integrate change #9605 from maintperl into mainline.
22816              
22817              can't optimize away scope entry if tr/// is present
22818      Branch: perl
22819           !> op.c t/op/tr.t
22820 ____________________________________________________________________________
22821 [  9606] By: jhi                                   on 2001/04/07  14:43:59
22822         Log: Integrate perlio.
22823      Branch: perl
22824           +> win32/FindExt.pm
22825           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
22826           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
22827 ____________________________________________________________________________
22828 [  9605] By: gsar                                  on 2001/04/07  11:52:40
22829         Log: can't optimize away scope entry if tr/// is present
22830      Branch: maint-5.6/perl
22831            ! op.c t/op/tr.t
22832 ____________________________________________________________________________
22833 [  9604] By: nick                                  on 2001/04/07  11:39:45
22834         Log: Split out extension finding code from buildext.pl into FindExt.pm
22835              Use it to get Config.pm's idea of available extensions in line
22836              with what is built.
22837      Branch: perlio
22838            + win32/FindExt.pm
22839            ! MANIFEST win32/buildext.pl win32/config_sh.PL
22840            ! win32/makefile.mk
22841 ____________________________________________________________________________
22842 [  9603] By: nick                                  on 2001/04/07  09:11:38
22843         Log: Cleanup correction for failed :Via() layer, also set an error code.
22844      Branch: perlio
22845            ! ext/PerlIO/Via/Via.xs
22846 ____________________________________________________________________________
22847 [  9602] By: nick                                  on 2001/04/07  08:38:04
22848         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
22849              style. So don't use binmode() on the handles so that Win32 etc. see
22850              same sequence and produce same digests.
22851      Branch: perlio
22852            ! t/lib/md5-file.t
22853 ____________________________________________________________________________
22854 [  9601] By: nick                                  on 2001/04/07  08:36:26
22855         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
22856              Else it complains and so crlf layer (say) does not get pushed.
22857      Branch: perlio
22858            ! perlio.c
22859 ____________________________________________________________________________
22860 [  9600] By: jhi                                   on 2001/04/06  23:00:09
22861         Log: Integrate change #9599 from perlio into mainline.
22862      Branch: perl
22863           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
22864           !> win32/config_H.vc
22865 ____________________________________________________________________________
22866 [  9599] By: nick                                  on 2001/04/06  21:42:43
22867         Log: Quote $VERSION in Encode.pm.
22868              regen_config_h as requested.
22869      Branch: perlio
22870            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
22871            ! win32/config_H.vc
22872 ____________________________________________________________________________
22873 [  9598] By: nick                                  on 2001/04/06  20:34:59
22874         Log: Integrate mainline
22875      Branch: perlio
22876           +> README.macos
22877           !> (integrate 39 files)
22878 ____________________________________________________________________________
22879 [  9597] By: gsar                                  on 2001/04/06  18:06:35
22880         Log: integrate change#9464 from mainline (addendum to change#8313)
22881              
22882              Subject: [PATCH @9452] Better peep()ing for foreach() loops
22883      Branch: maint-5.6/perl
22884           !> op.c
22885 ____________________________________________________________________________
22886 [  9596] By: jhi                                   on 2001/04/06  17:26:03
22887         Log: The d_casti32=undef is good for you even when not use64bitall.
22888      Branch: perl
22889            ! hints/hpux.sh
22890 ____________________________________________________________________________
22891 [  9595] By: gsar                                  on 2001/04/06  14:57:17
22892         Log: add a low-impact fix to accomodate darwin-ism
22893      Branch: maint-5.6/perl
22894            ! ext/Errno/Errno_pm.PL
22895 ____________________________________________________________________________
22896 [  9594] By: jhi                                   on 2001/04/06  14:55:14
22897         Log: Integrate changes #9528,9593 from mainline into maintperl;
22898              tweaking the editor/IDE/shell list.
22899      Branch: maint-5.6/perl
22900           !> pod/perlfaq3.pod
22901 ____________________________________________________________________________
22902 [  9593] By: jhi                                   on 2001/04/06  14:51:39
22903         Log: Make the editor/IDE/shell list a little bit airier.
22904      Branch: perl
22905            ! pod/perlfaq3.pod
22906 ____________________________________________________________________________
22907 [  9592] By: gsar                                  on 2001/04/06  14:45:18
22908         Log: integrate change#9477 from mainline (base.pm doc tweak)
22909              
22910              missing doc entry for fmod()
22911      Branch: maint-5.6/perl
22912            ! lib/Math/BigFloat.pm
22913           !> lib/base.pm
22914 ____________________________________________________________________________
22915 [  9591] By: jhi                                   on 2001/04/06  13:55:48
22916         Log: Regen toc.
22917      Branch: perl
22918            ! pod/perltoc.pod
22919 ____________________________________________________________________________
22920 [  9590] By: jhi                                   on 2001/04/06  13:54:52
22921         Log: Math::BigFloat patches from John Peacock.  The equivalent
22922              of #9586 from maintperl but reworked by John to work with
22923              the bleadperl.
22924      Branch: perl
22925            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
22926 ____________________________________________________________________________
22927 [  9589] By: jhi                                   on 2001/04/06  13:42:23
22928         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
22929      Branch: perl
22930            ! ext/Digest/MD5/Makefile.PL
22931 ____________________________________________________________________________
22932 [  9588] By: jhi                                   on 2001/04/06  13:31:45
22933         Log: Integrate changes #9584,9587 from maintperl into mainline.
22934              
22935              keep eval"" CVs alive until the end of the statement in which
22936              they're called
22937              
22938              add README.macos (from Chris Nandor)
22939              
22940              tyop in change#9555
22941      Branch: perl
22942           +> README.macos
22943           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
22944           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
22945           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
22946           !> win32/makefile.mk
22947 ____________________________________________________________________________
22948 [  9587] By: gsar                                  on 2001/04/06  07:31:30
22949         Log: add README.macos (from Chris Nandor)
22950              
22951              tyop in change#9555
22952      Branch: maint-5.6/perl
22953            + README.macos
22954            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
22955            ! win32/Makefile win32/makefile.mk
22956 ____________________________________________________________________________
22957 [  9586] By: gsar                                  on 2001/04/06  07:08:54
22958         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
22959      Branch: maint-5.6/perl
22960            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
22961 ____________________________________________________________________________
22962 [  9585] By: gsar                                  on 2001/04/06  06:58:44
22963         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
22964              from mainline
22965              
22966              Subject: [PATCH] Base64 update to perlfaq9.pod
22967              
22968              Subject: [PATCH AUTHORS] Housekeeping
22969              
22970              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
22971              Mac OS X (Darwin) has extra pwent fields.
22972              
22973              Subject: [PATCH B::*] print control-character vars readably
22974              Needs EBCDICification.
22975              
22976              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
22977              
22978              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
22979              
22980              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
22981              
22982              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
22983              
22984              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
22985              
22986              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
22987              
22988              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
22989              
22990              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
22991              
22992              FreeBSD hints tweak from Anton Berezin.
22993              
22994              Subject: [PATCH foolperl & bleadperl] README.vms update
22995              
22996              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
22997      Branch: maint-5.6/perl
22998           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
22999           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23000           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
23001 ____________________________________________________________________________
23002 [  9584] By: gsar                                  on 2001/04/06  04:09:00
23003         Log: keep eval"" CVs alive until the end of the statement in which
23004              they're called; this avoids a coredump ensuing from search for
23005              lexicals in code such as:
23006              
23007              sub bug {
23008              my $s = @_;
23009              eval q[sub { eval 'sub { &$s }' }];
23010              }
23011              bug("x")->()->();
23012              
23013              this code still doesn't work as intended (as it has remained
23014              since time immemorial), but it doesn't provoke a coredump anymore
23015      Branch: maint-5.6/perl
23016            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23017            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
23018 ____________________________________________________________________________
23019 [  9583] By: jhi                                   on 2001/04/05  23:52:51
23020         Log: Update Changes.
23021      Branch: perl
23022            ! Changes patchlevel.h
23023 ____________________________________________________________________________
23024 [  9582] By: jhi                                   on 2001/04/05  23:11:23
23025         Log: Slight doc tweak.
23026      Branch: perl
23027            ! pod/perlunicode.pod
23028 ____________________________________________________________________________
23029 [  9581] By: jhi                                   on 2001/04/05  23:04:11
23030         Log: Integrate perlio.
23031      Branch: perl
23032           !> pod/perlunicode.pod
23033 ____________________________________________________________________________
23034 [  9580] By: jhi                                   on 2001/04/05  23:03:29
23035         Log: Test for #9579.
23036      Branch: perl
23037            ! t/op/do.t
23038 ____________________________________________________________________________
23039 [  9579] By: jhi                                   on 2001/04/05  22:54:17
23040         Log: Subject: [PATCH] Propagate calling context for do '...'
23041              From: Gisle Aas <gisle@ActiveState.com>
23042              Date: 04 Apr 2001 20:17:29 -0700
23043              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
23044      Branch: perl
23045            ! pod/perlfunc.pod pp_ctl.c
23046 ____________________________________________________________________________
23047 [  9578] By: jhi                                   on 2001/04/05  22:52:51
23048         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
23049              From: Peter Prymmer <pvhp@forte.com>
23050              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
23051              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
23052      Branch: perl
23053            ! README.vms
23054 ____________________________________________________________________________
23055 [  9577] By: jhi                                   on 2001/04/05  22:48:22
23056         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
23057              From: "Craig A. Berry" <craigberry@mac.com>
23058              Date: Thu, 5 Apr 2001 13:43:28 -0500
23059              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
23060      Branch: perl
23061            ! README.vms
23062 ____________________________________________________________________________
23063 [  9576] By: jhi                                   on 2001/04/05  22:31:38
23064         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
23065              From: Michael G Schwern <schwern@pobox.com>
23066              Date: Thu, 5 Apr 2001 21:53:21 +0100
23067              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
23068      Branch: perl
23069            ! lib/base.pm t/lib/fields.t
23070 ____________________________________________________________________________
23071 [  9575] By: jhi                                   on 2001/04/05  22:26:10
23072         Log: FreeBSD hints tweak from Anton Berezin.
23073      Branch: perl
23074            ! hints/freebsd.sh
23075 ____________________________________________________________________________
23076 [  9574] By: jhi                                   on 2001/04/05  22:24:03
23077         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
23078              From: David Dyck <dcd@tc.fluke.com>
23079              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
23080              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
23081      Branch: perl
23082            ! t/op/oct.t
23083 ____________________________________________________________________________
23084 [  9573] By: jhi                                   on 2001/04/05  22:23:06
23085         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
23086              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
23087              From: David Dyck <dcd@tc.fluke.com>
23088              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
23089      Branch: perl
23090            ! pp.c
23091 ____________________________________________________________________________
23092 [  9572] By: jhi                                   on 2001/04/05  22:14:47
23093         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
23094              From: Robin Houston <robin@kitsite.com>
23095              Date: Thu, 5 Apr 2001 20:56:48 +0100
23096              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
23097      Branch: perl
23098            ! ext/B/B/Deparse.pm
23099 ____________________________________________________________________________
23100 [  9571] By: jhi                                   on 2001/04/05  22:12:53
23101         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
23102              From: Robin Houston <robin@kitsite.com>
23103              Date: Thu, 5 Apr 2001 19:55:51 +0100
23104              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
23105      Branch: perl
23106            ! ext/B/B/Deparse.pm
23107 ____________________________________________________________________________
23108 [  9570] By: jhi                                   on 2001/04/05  22:11:06
23109         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
23110              From: Robin Houston <robin@kitsite.com>
23111              Date: Thu, 5 Apr 2001 20:16:29 +0100
23112              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
23113      Branch: perl
23114            ! ext/B/B/Deparse.pm
23115 ____________________________________________________________________________
23116 [  9569] By: nick                                  on 2001/04/05  21:32:26
23117         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
23118      Branch: perlio
23119            ! pod/perlunicode.pod
23120 ____________________________________________________________________________
23121 [  9568] By: nick                                  on 2001/04/05  19:38:09
23122         Log: Integrate mainline
23123      Branch: perlio
23124           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
23125           !> (integrate 35 files)
23126 ____________________________________________________________________________
23127 [  9567] By: jhi                                   on 2001/04/05  18:31:45
23128         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
23129              From: Robin Houston <robin@kitsite.com>
23130              Date: Thu, 5 Apr 2001 18:03:23 +0100
23131              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
23132      Branch: perl
23133            ! ext/B/B/Deparse.pm
23134 ____________________________________________________________________________
23135 [  9566] By: jhi                                   on 2001/04/05  18:29:35
23136         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
23137              From: Robin Houston <robin@kitsite.com>
23138              Date: Thu, 5 Apr 2001 16:45:18 +0100
23139              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
23140      Branch: perl
23141            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23142 ____________________________________________________________________________
23143 [  9565] By: jhi                                   on 2001/04/05  18:24:23
23144         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
23145              From: Robin Houston <robin@kitsite.com>
23146              Date: Thu, 5 Apr 2001 14:50:09 +0100
23147              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
23148      Branch: perl
23149            ! ext/B/B/Deparse.pm
23150 ____________________________________________________________________________
23151 [  9564] By: jhi                                   on 2001/04/05  18:23:03
23152         Log: Subject: [PATCH B::*] print control-character vars readably
23153              From: Robin Houston <robin@kitsite.com>
23154              Date: Thu, 5 Apr 2001 14:27:38 +0100
23155              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
23156              
23157              Needs EBCDICification.
23158      Branch: perl
23159            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
23160            ! ext/B/B/Terse.pm
23161 ____________________________________________________________________________
23162 [  9563] By: jhi                                   on 2001/04/05  18:20:32
23163         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
23164              Date: Thu, 5 Apr 2001 13:21:42 -0400
23165              From: Paul Schinder <schinder@pobox.com>
23166              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
23167              
23168              Mac OS X (Darwin) has extra pwent fields.
23169      Branch: perl
23170            ! t/op/pwent.t
23171 ____________________________________________________________________________
23172 [  9562] By: jhi                                   on 2001/04/05  17:57:51
23173         Log: Regen toc.
23174      Branch: perl
23175            ! pod/perltoc.pod
23176 ____________________________________________________________________________
23177 [  9561] By: jhi                                   on 2001/04/05  17:47:33
23178         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
23179      Branch: metaconfig
23180            ! U/Glossary.patch
23181      Branch: metaconfig/U/perl
23182            + d_u32align.U
23183            ! d_cmsghdr_s.U d_msghdr_s.U
23184 ____________________________________________________________________________
23185 [  9560] By: jhi                                   on 2001/04/05  17:47:01
23186         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
23187              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
23188              Introduce probes for struct msghdr, struct cmsghdr,
23189              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
23190              ualarm, usleep, for possible later extension work.
23191      Branch: perl
23192            + t/lib/md5-align.t
23193            ! Configure MANIFEST Porting/Glossary Porting/config.sh
23194            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23195            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
23196            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23197            ! vos/config.ga.h win32/config.bc win32/config.gc
23198            ! win32/config.vc
23199 ____________________________________________________________________________
23200 [  9559] By: jhi                                   on 2001/04/05  13:03:04
23201         Log: Be traditional in your cpp (for the Errno extension).
23202      Branch: perl
23203            ! hints/darwin.sh
23204 ____________________________________________________________________________
23205 [  9558] By: jhi                                   on 2001/04/05  13:00:05
23206         Log: Add $Config{cppflags} to the gcc incantation.
23207      Branch: perl
23208            ! ext/Errno/Errno_pm.PL
23209 ____________________________________________________________________________
23210 [  9557] By: jhi                                   on 2001/04/05  04:22:39
23211         Log: Introduce Sean Burke's Class::ISA 0.32.
23212      Branch: perl
23213            + lib/Class/ISA.pm t/lib/class-isa.t
23214            ! MANIFEST
23215 ____________________________________________________________________________
23216 [  9556] By: jhi                                   on 2001/04/05  04:09:50
23217         Log: Subject: [PATCH AUTHORS] Housekeeping
23218              From: Paul Johnson <paul@pjcj.net> 
23219              Date: Wed, 4 Apr 2001 22:45:47 +0200
23220              Message-ID: <20010404224547.D9548@pjcj.net>
23221      Branch: perl
23222            ! AUTHORS
23223 ____________________________________________________________________________
23224 [  9555] By: jhi                                   on 2001/04/05  04:06:33
23225         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
23226              From: Gisle Aas <gisle@ActiveState.com>
23227              Date: 04 Apr 2001 14:23:04 -0700
23228              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
23229      Branch: perl
23230            ! pod/perlfaq9.pod
23231 ____________________________________________________________________________
23232 [  9554] By: jhi                                   on 2001/04/05  04:05:49
23233         Log: Downgrade also the "Wide character" diagnostic.
23234      Branch: perl
23235            ! pod/perldiag.pod
23236 ____________________________________________________________________________
23237 [  9553] By: jhi                                   on 2001/04/05  04:00:33
23238         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
23239              maintperl into mainline.
23240              
23241              "double" should be "NV"; standard typemap is missing entry
23242              for NV
23243              
23244              s/djSP/dSP/
23245              
23246              Downgrade "Wide character in print" to a warning.
23247              
23248              B::Deparse fix for ${^FOO} and documentation for PVX() method
23249              (from Robin Houston)
23250              
23251              tr/// doesn't null-terminate the result in some situations
23252              (from Gisle Aas)
23253      Branch: perl
23254           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
23255           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
23256           !> t/io/utf8.t t/op/tr.t
23257 ____________________________________________________________________________
23258 [  9552] By: jhi                                   on 2001/04/05  03:52:50
23259         Log: Retract changes #9542 and #9538 (from maintperl, integrated
23260              at #9540), shouldn't be needed because of the perlio changes.
23261      Branch: perl
23262            ! util.c
23263 ____________________________________________________________________________
23264 [  9551] By: gsar                                  on 2001/04/05  00:18:34
23265         Log: tr/// doesn't null-terminate the result in some situations
23266              (from Gisle Aas)
23267      Branch: maint-5.6/perl
23268            ! doop.c t/op/tr.t
23269 ____________________________________________________________________________
23270 [  9550] By: gsar                                  on 2001/04/04  20:04:17
23271         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
23272              (from Robin Houston)
23273      Branch: maint-5.6/perl
23274            ! ext/B/B.pm ext/B/B/Deparse.pm
23275 ____________________________________________________________________________
23276 [  9549] By: nick                                  on 2001/04/04  18:56:15
23277         Log: Downgrade "Wide character in print" to a warning.
23278      Branch: perlio
23279            ! doio.c t/io/utf8.t
23280 ____________________________________________________________________________
23281 [  9548] By: gsar                                  on 2001/04/04  18:51:49
23282         Log: integrate changes#9460,9462,9482,9521,9522
23283              
23284              Subject: PATCH: B::Debug should show LOOP-specific fields
23285              
23286              Subject: B::Deparse precedence bug. (Patch included.)
23287              
23288              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
23289              
23290              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
23291              
23292              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
23293      Branch: maint-5.6/perl
23294           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
23295           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
23296 ____________________________________________________________________________
23297 [  9547] By: gsar                                  on 2001/04/04  18:49:16
23298         Log: s/djSP/dSP/
23299      Branch: maint-5.6/perl
23300            ! ext/Thread/Thread.xs
23301 ____________________________________________________________________________
23302 [  9546] By: nick                                  on 2001/04/04  18:44:00
23303         Log: Integrate mainline.
23304      Branch: perlio
23305           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
23306           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
23307 ____________________________________________________________________________
23308 [  9545] By: gsar                                  on 2001/04/04  18:38:52
23309         Log: integrate change#8837 from mainline
23310              
23311              Subject: [patch] -Wall cleanup round 2
23312      Branch: maint-5.6/perl
23313           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
23314           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
23315           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
23316           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
23317           !> ext/SDBM_File/SDBM_File.xs
23318 ____________________________________________________________________________
23319 [  9544] By: gsar                                  on 2001/04/04  17:49:57
23320         Log: "double" should be "NV"; standard typemap is missing entry
23321              for NV
23322      Branch: maint-5.6/perl
23323            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
23324 ____________________________________________________________________________
23325 [  9543] By: jhi                                   on 2001/04/04  14:13:18
23326         Log: Thou shalt not (just) match for English error messages.
23327      Branch: perl
23328            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
23329            ! os2/OS2/Process/Process.pm
23330 ____________________________________________________________________________
23331 [  9542] By: jhi                                   on 2001/04/04  13:20:39
23332         Log: Make the stdio tricks of fflush_all() to exist only if
23333              stdio is being used.
23334      Branch: perl
23335            ! util.c
23336 ____________________________________________________________________________
23337 [  9541] By: jhi                                   on 2001/04/04  04:20:24
23338         Log: Subject: Re: [PATCH] Lighten up glob
23339              From: Benjamin Sugars <bsugars@canoe.ca>
23340              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
23341              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
23342      Branch: perl
23343            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
23344            ! util.c
23345 ____________________________________________________________________________
23346 [  9540] By: jhi                                   on 2001/04/04  04:03:57
23347         Log: Integrate changes #9538,9539 from maintperl into mainline.
23348              
23349              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
23350              for use with _fwalk() (fix for change#7705)
23351              
23352              another tweak needed for SunOS 4.1.x build (from Mike Guy)
23353              (cp -f is not portable)
23354      Branch: perl
23355           !> Makefile.SH util.c
23356 ____________________________________________________________________________
23357 [  9539] By: gsar                                  on 2001/04/04  03:01:14
23358         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
23359      Branch: maint-5.6/perl
23360            ! Makefile.SH
23361 ____________________________________________________________________________
23362 [  9538] By: gsar                                  on 2001/04/04  01:00:38
23363         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
23364              for use with _fwalk() (fix for change#7705)
23365      Branch: maint-5.6/perl
23366            ! util.c
23367 ____________________________________________________________________________
23368 [  9537] By: nick                                  on 2001/04/03  19:24:55
23369         Log: Integrate mainline
23370      Branch: perlio
23371           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
23372           +> lib/unicode/PropList.html
23373            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
23374           !> (integrate 69 files)
23375 ____________________________________________________________________________
23376 [  9536] By: jhi                                   on 2001/04/03  18:02:31
23377         Log: Integrate change #9533 from maintperl into mainline.
23378              
23379              better fix for change#9517 to accomodate UNC paths like
23380              \\server\share\foo, and paths with trailing backslash
23381              like c:\this\
23382      Branch: perl
23383           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
23384 ____________________________________________________________________________
23385 [  9535] By: jhi                                   on 2001/04/03  17:58:07
23386         Log: Change the push/unshift warning to be of class syntax, not misc.
23387      Branch: perl
23388            ! op.c pod/perldiag.pod t/pragma/warn/op
23389 ____________________________________________________________________________
23390 [  9534] By: jhi                                   on 2001/04/03  15:03:46
23391         Log: Change the push/unshift warning (#9532) to talk about "no values"
23392              instead of "no arguments".
23393      Branch: perl
23394            ! op.c pod/perldiag.pod t/pragma/warn/op
23395 ____________________________________________________________________________
23396 [  9533] By: gsar                                  on 2001/04/03  14:30:07
23397         Log: better fix for change#9517 to accomodate UNC paths like
23398              \\server\share\foo, and paths with trailing backslash
23399              like c:\this\
23400      Branch: maint-5.6/perl
23401            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
23402 ____________________________________________________________________________
23403 [  9532] By: jhi                                   on 2001/04/03  13:11:46
23404         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
23405              From: Robin Houston <robin@kitsite.com>
23406              Date: Mon, 2 Apr 2001 15:03:29 +0100
23407              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
23408      Branch: perl
23409            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
23410 ____________________________________________________________________________
23411 [  9531] By: jhi                                   on 2001/04/03  13:06:34
23412         Log: Integrate change #9530 from maintperl into mainline.
23413              
23414              accomodate VMS "mailbox overflow" quirk in testsuite (from
23415              Craig Berry)
23416      Branch: perl
23417           !> t/lib/socket.t
23418 ____________________________________________________________________________
23419 [  9530] By: gsar                                  on 2001/04/03  04:56:41
23420         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
23421              Craig Berry)
23422      Branch: maint-5.6/perl
23423            ! t/lib/socket.t
23424 ____________________________________________________________________________
23425 [  9529] By: jhi                                   on 2001/04/03  02:34:34
23426         Log: Update Changes.
23427      Branch: perl
23428            ! Changes patchlevel.h
23429 ____________________________________________________________________________
23430 [  9528] By: jhi                                   on 2001/04/03  01:27:57
23431         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
23432              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
23433              To: perl5-porters@perl.org
23434              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
23435      Branch: perl
23436            ! pod/perlfaq3.pod
23437 ____________________________________________________________________________
23438 [  9527] By: jhi                                   on 2001/04/03  01:22:09
23439         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
23440              From: Peter Prymmer <pvhp@forte.com>
23441              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
23442              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
23443      Branch: perl
23444            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
23445 ____________________________________________________________________________
23446 [  9526] By: jhi                                   on 2001/04/03  01:18:25
23447         Log: The metaconfig unit changes for #9525.
23448      Branch: metaconfig
23449            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
23450      Branch: metaconfig/U/perl
23451            ! use64bits.U
23452 ____________________________________________________________________________
23453 [  9525] By: jhi                                   on 2001/04/03  01:17:30
23454         Log: Configure sanity checks:
23455              * if use64bitall is attempted but pointers are only 32-bit,
23456              'downgrade' to use64bitint
23457              * if use64bitint is attempted but there's no quad type,
23458              forget about use64bitint (well, the default for it is 'n',
23459              the user can still override this)
23460              * if pointers are 64 bits, do not try to use Perl's malloc
23461      Branch: perl
23462            ! Configure
23463 ____________________________________________________________________________
23464 [  9524] By: gsar                                  on 2001/04/03  01:09:12
23465         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
23466      Branch: maint-5.6/perl
23467            ! pp_sys.c
23468 ____________________________________________________________________________
23469 [  9523] By: jhi                                   on 2001/04/03  00:02:31
23470         Log: (Retracted by #9609)
23471              
23472              Make it harder for parallel makes to enter 'test' before
23473              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
23474              should be unhappy enough, but sometimes parallel makes seem
23475              to sneak past both in Tru64 and AIX.)
23476      Branch: perl
23477            ! Makefile.SH
23478 ____________________________________________________________________________
23479 [  9522] By: jhi                                   on 2001/04/02  22:35:31
23480         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
23481              Date: Mon, 2 Apr 2001 22:54:10 +0100
23482              From: Robin Houston <robin@kitsite.com>
23483              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
23484      Branch: perl
23485            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
23486 ____________________________________________________________________________
23487 [  9521] By: jhi                                   on 2001/04/02  22:32:23
23488         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
23489              From: Robin Houston <robin@kitsite.com>
23490              Date: Mon, 2 Apr 2001 20:24:03 +0100
23491              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
23492      Branch: perl
23493            ! ext/B/B/Concise.pm
23494 ____________________________________________________________________________
23495 [  9520] By: jhi                                   on 2001/04/02  22:30:43
23496         Log: Subject: [PATCH] REALLY pedantic hv.h nit
23497              From: Simon Cozens <simon@netthink.co.uk>
23498              Date: Mon, 2 Apr 2001 15:43:06 +0100
23499              Message-ID: <20010402154306.A21711@netthink.co.uk>
23500      Branch: perl
23501            ! hv.h
23502 ____________________________________________________________________________
23503 [  9519] By: jhi                                   on 2001/04/02  22:28:04
23504         Log: Based on
23505              
23506              Subject: [foolperl] EPOC fix
23507              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23508              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
23509              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
23510      Branch: perl
23511            ! pp_sys.c
23512 ____________________________________________________________________________
23513 [  9518] By: jhi                                   on 2001/04/02  22:22:34
23514         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
23515              
23516              README.win32 tweaks; add a note about alternative location for
23517              getting a gcc-2.95.2 that will build perl properly on windows
23518              
23519              add some notes about gutsy threading matters
23520              
23521              many of the utilities interpolate literal paths within doublequotes
23522              (fails on dosish platforms where path contains backslashes)
23523      Branch: perl
23524           !> README.win32 pod/perlguts.pod utils/perldoc.PL
23525           !> x2p/find2perl.PL x2p/s2p.PL
23526 ____________________________________________________________________________
23527 [  9517] By: gsar                                  on 2001/04/02  19:52:21
23528         Log: many of the utilities interpolate literal paths within doublequotes
23529              (fails on dosish platforms where path contains backslashes)
23530      Branch: maint-5.6/perl
23531            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
23532 ____________________________________________________________________________
23533 [  9516] By: gsar                                  on 2001/04/02  05:49:37
23534         Log: a foolish release
23535      Branch: maint-5.6/perl
23536            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
23537            ! pod/perltoc.pod
23538 ____________________________________________________________________________
23539 [  9515] By: gsar                                  on 2001/04/02  05:04:29
23540         Log: add missing changelog summaries
23541      Branch: maint-5.6/perl
23542            ! Changes
23543 ____________________________________________________________________________
23544 [  9514] By: gsar                                  on 2001/04/02  04:07:13
23545         Log: add some notes about gutsy threading matters
23546      Branch: maint-5.6/perl
23547            ! pod/perlguts.pod
23548 ____________________________________________________________________________
23549 [  9513] By: gsar                                  on 2001/04/02  03:25:21
23550         Log: add more prominent caveat notices about experimental features
23551      Branch: maint-5.6/perl
23552            ! pod/perlfork.pod pod/perlunicode.pod
23553 ____________________________________________________________________________
23554 [  9512] By: gsar                                  on 2001/04/02  02:54:33
23555         Log: integrate changes#9479,9509 from mainline
23556              
23557              [PATCH] File::Glob stuff for Mac OS
23558              
23559              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
23560      Branch: maint-5.6/perl
23561           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23562           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
23563           !> t/lib/glob-taint.t
23564 ____________________________________________________________________________
23565 [  9511] By: gsar                                  on 2001/04/02  02:38:24
23566         Log: README.win32 tweaks; add a note about alternative location for
23567              getting a gcc-2.95.2 that will build perl properly on windows
23568      Branch: maint-5.6/perl
23569            ! README.win32
23570 ____________________________________________________________________________
23571 [  9510] By: jhi                                   on 2001/04/01  20:45:10
23572         Log: An ambiguosity warning.
23573      Branch: perl
23574            ! t/lib/trig.t
23575 ____________________________________________________________________________
23576 [  9509] By: jhi                                   on 2001/04/01  19:53:47
23577         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
23578              From: Jonathan Stowe <gellyfish@gellyfish.com>
23579              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
23580              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
23581      Branch: perl
23582            ! ext/File/Glob/bsd_glob.c
23583 ____________________________________________________________________________
23584 [  9508] By: jhi                                   on 2001/04/01  19:35:03
23585         Log: Update Changes.
23586      Branch: perl
23587            ! Changes patchlevel.h
23588 ____________________________________________________________________________
23589 [  9507] By: jhi                                   on 2001/04/01  19:24:01
23590         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
23591              from mainline to maintperl: pod tweaks.
23592      Branch: maint-5.6/perl
23593           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
23594           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
23595           !> pod/perlvar.pod
23596 ____________________________________________________________________________
23597 [  9506] By: jhi                                   on 2001/04/01  19:11:53
23598         Log: Commit Sarathy to April release of 5.6.1 :-)
23599      Branch: perl
23600            ! pod/perlfaq1.pod
23601 ____________________________________________________________________________
23602 [  9505] By: jhi                                   on 2001/04/01  19:03:15
23603         Log: Subject: PATCH 5.6.0 (perldebug.pod)
23604              From: Mark-Jason Dominus <mjd@plover.com>
23605              Date: Sun, 01 Apr 2001 14:25:11 -0400
23606              Message-ID: <20010401182511.9247.qmail@plover.com>
23607      Branch: perl
23608            ! pod/perldebug.pod
23609 ____________________________________________________________________________
23610 [  9504] By: jhi                                   on 2001/04/01  18:43:09
23611         Log: Add great_circle_direction().
23612      Branch: perl
23613            ! lib/Math/Trig.pm t/lib/trig.t
23614 ____________________________________________________________________________
23615 [  9503] By: jhi                                   on 2001/04/01  17:29:12
23616         Log: Unicode ReadMe update for Unicode 3.1.
23617      Branch: perl
23618            ! lib/unicode/ReadMe.txt
23619 ____________________________________________________________________________
23620 [  9502] By: jhi                                   on 2001/04/01  17:18:40
23621         Log: Integrate change #9501 from maintperl into mainline.
23622              
23623              fix the perlembed notes on multiple interpreters
23624              
23625              fix ExtUtils::Embed to work passably on Windows
23626      Branch: perl
23627           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
23628 ____________________________________________________________________________
23629 [  9501] By: gsar                                  on 2001/04/01  07:21:57
23630         Log: fix the perlembed notes on multiple interpreters
23631              
23632              fix ExtUtils::Embed to work passably on Windows
23633      Branch: maint-5.6/perl
23634            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
23635 ____________________________________________________________________________
23636 [  9500] By: jhi                                   on 2001/04/01  05:58:23
23637         Log: Test for #9499.
23638      Branch: perl
23639            ! t/op/tr.t
23640 ____________________________________________________________________________
23641 [  9499] By: jhi                                   on 2001/04/01  05:55:46
23642         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
23643      Branch: perl
23644            ! embed.h embed.pl op.c proto.h
23645 ____________________________________________________________________________
23646 [  9498] By: jhi                                   on 2001/04/01  05:44:34
23647         Log: Protect the workaround hunk more.
23648      Branch: perl
23649            ! toke.c
23650 ____________________________________________________________________________
23651 [  9497] By: jhi                                   on 2001/04/01  00:24:25
23652         Log: Integrate changes #9493,9494,9495,9496 from maintperl
23653              into mainline.
23654              
23655              fix a broken workaround for Borland compiler in change#4739
23656              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
23657              
23658              nits spotted by Borland compiler
23659              
23660              avoid redefinition warnings under Borland 5.02
23661              
23662              various nits identified by the Borland 5.5 compiler; remove suppression
23663              of a few warnings
23664      Branch: perl
23665           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
23666           !> win32/win32.h
23667 ____________________________________________________________________________
23668 [  9496] By: gsar                                  on 2001/03/31  23:22:28
23669         Log: various nits identified by the Borland 5.5 compiler; remove suppression
23670              of a few warnings
23671      Branch: maint-5.6/perl
23672            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
23673 ____________________________________________________________________________
23674 [  9495] By: gsar                                  on 2001/03/31  21:03:08
23675         Log: avoid redefinition warnings under Borland 5.02
23676      Branch: maint-5.6/perl
23677            ! win32/makefile.mk
23678 ____________________________________________________________________________
23679 [  9494] By: gsar                                  on 2001/03/31  20:18:59
23680         Log: nits spotted by Borland compiler
23681      Branch: maint-5.6/perl
23682            ! utf8.h win32/win32.h
23683 ____________________________________________________________________________
23684 [  9493] By: gsar                                  on 2001/03/31  20:18:05
23685         Log: fix a broken workaround for Borland compiler in change#4739
23686              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
23687      Branch: maint-5.6/perl
23688            ! toke.c
23689 ____________________________________________________________________________
23690 [  9492] By: jhi                                   on 2001/03/31  18:36:24
23691         Log: Integrate change #9491 from maintperl into mainline.
23692              
23693              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
23694              directory is relative (need to fetch the full path name *before*
23695              the chdir!)
23696      Branch: perl
23697           !> lib/Cwd.pm
23698 ____________________________________________________________________________
23699 [  9491] By: gsar                                  on 2001/03/31  17:01:56
23700         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
23701              directory is relative (need to fetch the full path name *before*
23702              the chdir!)
23703              
23704              this is a followup patch for change#6749
23705      Branch: maint-5.6/perl
23706            ! lib/Cwd.pm
23707 ____________________________________________________________________________
23708 [  9490] By: jhi                                   on 2001/03/31  15:50:18
23709         Log: Subject: Re: [PATCH] av.h cosmetics
23710              From: Simon Cozens <simon@netthink.co.uk>
23711              Date: Sat, 31 Mar 2001 13:09:59 +0100
23712              Message-ID: <20010331130959.A22000@netthink.co.uk>
23713              
23714              Document AvALLOC.
23715      Branch: perl
23716            ! pod/perlguts.pod
23717 ____________________________________________________________________________
23718 [  9489] By: jhi                                   on 2001/03/31  15:48:44
23719         Log: Subject: [PATCH] Re: Math::Big* v1.21
23720              From: Tels <perl_dummy@bloodgate.com>
23721              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
23722              Message-Id: <200103311125.GAA377738@www08.hway.net>
23723      Branch: perl
23724            ! pod/perlop.pod
23725 ____________________________________________________________________________
23726 [  9488] By: jhi                                   on 2001/03/31  03:39:51
23727         Log: Debug output tweak.
23728      Branch: perl
23729            ! t/lib/cwd.t
23730 ____________________________________________________________________________
23731 [  9487] By: jhi                                   on 2001/03/31  03:33:02
23732         Log: OverVMSification.
23733      Branch: perl
23734            ! t/lib/cwd.t
23735 ____________________________________________________________________________
23736 [  9486] By: jhi                                   on 2001/03/31  03:01:40
23737         Log: Missed MANIFESTations in #9483.
23738      Branch: perl
23739            ! MANIFEST
23740 ____________________________________________________________________________
23741 [  9485] By: jhi                                   on 2001/03/31  02:58:17
23742         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
23743              From: Peter Prymmer <pvhp@forte.com>
23744              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
23745              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
23746      Branch: perl
23747            ! regexec.c t/lib/cwd.t
23748 ____________________________________________________________________________
23749 [  9484] By: jhi                                   on 2001/03/31  01:04:41
23750         Log: Obsolete file (see #3938)
23751      Branch: perl
23752            - lib/unicode/README.Ethiopic
23753            ! MANIFEST
23754 ____________________________________________________________________________
23755 [  9483] By: jhi                                   on 2001/03/31  00:52:42
23756         Log: Update to Unicode 3.1.
23757              (Rename Names.txt to NamesList.txt.)
23758      Branch: perl
23759            + lib/unicode/NamesList.txt lib/unicode/PropList.html
23760            - lib/unicode/Names.txt
23761            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23762            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
23763            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
23764            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
23765            ! lib/unicode/UCD.html lib/unicode/Unicode.html
23766            ! lib/unicode/rename lib/unicode/version
23767 ____________________________________________________________________________
23768 [  9482] By: jhi                                   on 2001/03/30  23:33:44
23769         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
23770              From: Robin Houston <robin@kitsite.com>
23771              Date: Fri, 30 Mar 2001 20:07:22 +0100
23772              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
23773      Branch: perl
23774            ! ext/B/B/Deparse.pm
23775 ____________________________________________________________________________
23776 [  9481] By: jhi                                   on 2001/03/30  23:20:25
23777         Log: Subject: Re: [PATCH] CwdXS, Take 2
23778              From: Benjamin Sugars <bsugars@canoe.ca>
23779              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
23780              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
23781      Branch: perl
23782            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
23783            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
23784 ____________________________________________________________________________
23785 [  9480] By: jhi                                   on 2001/03/30  22:52:38
23786         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
23787              From: David Dyck <dcd@tc.fluke.com>
23788              Date: Fri, 30 Mar 2001 14:44:13 -0800
23789              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
23790              
23791              The t/rantests flags file creation was accidentally
23792              removed by #9217.
23793      Branch: perl
23794            ! Makefile.SH
23795 ____________________________________________________________________________
23796 [  9479] By: jhi                                   on 2001/03/30  22:45:45
23797         Log: Subject: [PATCH] File::Glob stuff for Mac OS
23798              From: Chris Nandor <pudge@pobox.com>
23799              Date: Fri, 30 Mar 2001 16:51:00 -0500
23800              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
23801      Branch: perl
23802            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23803            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
23804            ! t/lib/glob-taint.t
23805 ____________________________________________________________________________
23806 [  9478] By: jhi                                   on 2001/03/30  22:43:12
23807         Log: Subject: fix for win32/buildext.pl
23808              From: "Vadim Konovalov" <watman@inbox.ru>
23809              Date: Sat, 31 Mar 2001 00:50:36 +0400
23810              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
23811      Branch: perl
23812            ! win32/buildext.pl
23813 ____________________________________________________________________________
23814 [  9477] By: jhi                                   on 2001/03/30  22:41:16
23815         Log: Subject: small base.pm doc patch
23816              From: Leon Brocard <acme@astray.com>
23817              Date: Fri, 30 Mar 2001 21:49:57 +0100
23818              Message-ID: <20010330214957.B8733@ns0.astray.com>
23819      Branch: perl
23820            ! lib/base.pm
23821 ____________________________________________________________________________
23822 [  9476] By: jhi                                   on 2001/03/30  18:16:57
23823         Log: Subject: [PATCH] av.h cosmetics
23824              From: Simon Cozens <simon@netthink.co.uk>
23825              Date: Fri, 30 Mar 2001 18:12:28 +0100
23826              Message-ID: <20010330181228.A9319@netthink.co.uk>
23827      Branch: perl
23828            ! av.h
23829 ____________________________________________________________________________
23830 [  9475] By: jhi                                   on 2001/03/30  18:15:50
23831         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
23832              From: "Philip Newton" <pnewton@gmx.de>
23833              Date: Fri, 30 Mar 2001 19:06:57 +0200
23834              Message-ID: <3AC4D951.14815.1AC7068@localhost>
23835      Branch: perl
23836            ! pod/perlhack.pod
23837 ____________________________________________________________________________
23838 [  9474] By: jhi                                   on 2001/03/30  18:14:02
23839         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
23840              From: Benjamin Sugars <bsugars@canoe.ca>
23841              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
23842              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
23843      Branch: perl
23844            ! t/lib/glob-basic.t
23845 ____________________________________________________________________________
23846 [  9473] By: jhi                                   on 2001/03/30  16:09:24
23847         Log: Update Changes.
23848      Branch: perl
23849            ! Changes patchlevel.h
23850 ____________________________________________________________________________
23851 [  9472] By: jhi                                   on 2001/03/30  15:16:08
23852         Log: Integrate perlio.
23853      Branch: perl
23854           !> t/lib/cwd.t t/lib/glob-basic.t
23855 ____________________________________________________________________________
23856 [  9471] By: nick                                  on 2001/03/30  14:47:10
23857         Log: Should be (^O eq 'MSWin32') not 'Win32'
23858              Fail #12 seems real - chdir is in wrong dir.
23859      Branch: perlio
23860            ! t/lib/cwd.t
23861 ____________________________________________________________________________
23862 [  9470] By: jhi                                   on 2001/03/30  14:41:11
23863         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
23864              From: Radu Greab <radu@netsoft.ro>
23865              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
23866              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
23867              
23868              Replace #9352.
23869      Branch: perl
23870            ! ext/Socket/Socket.xs pp_sys.c
23871 ____________________________________________________________________________
23872 [  9469] By: jhi                                   on 2001/03/30  14:37:51
23873         Log: Subject: PATCH pod/perldiag.pod
23874              From: Robin Houston <robin@kitsite.com>
23875              Date: Fri, 30 Mar 2001 14:10:36 +0100
23876              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
23877      Branch: perl
23878            ! pod/perldiag.pod t/lib/glob-basic.t
23879 ____________________________________________________________________________
23880 [  9468] By: jhi                                   on 2001/03/30  14:36:36
23881         Log: Subject: Better diagnostic in io/fs.t
23882              From: andreas.koenig@anima.de (Andreas J. Koenig)
23883              Date: 30 Mar 2001 10:11:43 +0200
23884              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
23885      Branch: perl
23886            ! t/io/fs.t
23887 ____________________________________________________________________________
23888 [  9467] By: nick                                  on 2001/03/30  14:25:43
23889         Log: Skip order test of glob if case-ignoring system cannot 
23890              create a.test and A.test
23891      Branch: perlio
23892            ! t/lib/glob-basic.t
23893 ____________________________________________________________________________
23894 [  9466] By: nick                                  on 2001/03/30  13:03:12
23895         Log: Integrate mainline.
23896      Branch: perlio
23897            - ext/re/hints/aix.pl
23898           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
23899           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
23900           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
23901           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
23902 ____________________________________________________________________________
23903 [  9465] By: jhi                                   on 2001/03/30  03:53:37
23904         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
23905              the tests sometimes hang, sometimes not.)
23906      Branch: perl
23907            ! t/lib/io_multihomed.t t/lib/io_sock.t
23908 ____________________________________________________________________________
23909 [  9464] By: jhi                                   on 2001/03/30  02:56:04
23910         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
23911              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23912              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
23913              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
23914      Branch: perl
23915            ! op.c
23916 ____________________________________________________________________________
23917 [  9463] By: jhi                                   on 2001/03/30  02:34:48
23918         Log: Test for #9462.
23919      Branch: perl
23920            ! t/lib/b.t
23921 ____________________________________________________________________________
23922 [  9462] By: jhi                                   on 2001/03/30  02:29:37
23923         Log: Subject: B::Deparse precedence bug. (Patch included.)
23924              From: Jeremy Madea <jmadea@inktomi.com>
23925              Date: Thu, 29 Mar 2001 12:05:02 -0800
23926              Message-ID: <20010329120502.A24881@dr.inktomi.com>
23927      Branch: perl
23928            ! ext/B/B/Deparse.pm
23929 ____________________________________________________________________________
23930 [  9461] By: jhi                                   on 2001/03/30  02:18:41
23931         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
23932              From: Peter Prymmer <pvhp@forte.com>
23933              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
23934              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
23935      Branch: perl
23936            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
23937            ! t/lib/md5-file.t
23938 ____________________________________________________________________________
23939 [  9460] By: jhi                                   on 2001/03/30  02:17:07
23940         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
23941              From: Robin Houston <robin@kitsite.com>
23942              Date: Thu, 29 Mar 2001 20:47:56 +0100
23943              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
23944      Branch: perl
23945            ! ext/B/B/Debug.pm
23946 ____________________________________________________________________________
23947 [  9459] By: jhi                                   on 2001/03/30  02:16:05
23948         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
23949              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23950              Date: Wed, 28 Mar 2001 18:02:20 -0600
23951              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
23952      Branch: perl
23953            ! lib/ExtUtils/MM_VMS.pm
23954 ____________________________________________________________________________
23955 [  9458] By: jhi                                   on 2001/03/30  02:07:58
23956         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
23957              From: "Joshua E. Rodd" <jrodd@pbs.org>
23958              Date: Wed, 28 Mar 2001 17:29:12 -0500
23959              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
23960      Branch: perl
23961            ! pod/perlop.pod
23962 ____________________________________________________________________________
23963 [  9457] By: jhi                                   on 2001/03/30  02:04:33
23964         Log: Subject: ext/re/aix.pl can go
23965              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23966              Date: Thu, 29 Mar 2001 12:03:28 +0200
23967              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
23968      Branch: perl
23969            - ext/re/hints/aix.pl
23970            ! MANIFEST
23971 ____________________________________________________________________________
23972 [  9456] By: jhi                                   on 2001/03/30  02:03:32
23973         Log: Integrate perlio.
23974      Branch: perl
23975           !> ext/Encode/Encode.xs installperl
23976 ____________________________________________________________________________
23977 [  9455] By: nick                                  on 2001/03/29  21:11:46
23978         Log: DLL name has changed so installperl needs to know
23979              (Why isn't it working it out or passed it?)
23980      Branch: perlio
23981            ! installperl
23982 ____________________________________________________________________________
23983 [  9454] By: nick                                  on 2001/03/29  20:56:12
23984         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
23985              and we don't get undef warnings.
23986      Branch: perlio
23987            ! ext/Encode/Encode.xs
23988 ____________________________________________________________________________
23989 [  9453] By: nick                                  on 2001/03/29  17:58:48
23990         Log: Integrate mainline
23991      Branch: perlio
23992           !> Changes patchlevel.h
23993 ____________________________________________________________________________
23994 [  9452] By: jhi                                   on 2001/03/29  16:44:55
23995         Log: Update Changes.
23996      Branch: perl
23997            ! Changes patchlevel.h
23998 ____________________________________________________________________________
23999 [  9451] By: nick                                  on 2001/03/29  16:31:38
24000         Log: Integrate mainline
24001      Branch: perlio
24002           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
24003           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
24004           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
24005           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
24006           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
24007 ____________________________________________________________________________
24008 [  9450] By: jhi                                   on 2001/03/29  16:29:17
24009         Log: Integrate perlio.
24010      Branch: perl
24011           !> win32/buildext.pl
24012 ____________________________________________________________________________
24013 [  9449] By: jhi                                   on 2001/03/29  15:50:01
24014         Log: Update Changes.
24015      Branch: perl
24016            ! Changes patchlevel.h
24017 ____________________________________________________________________________
24018 [  9448] By: nick                                  on 2001/03/29  15:47:15
24019         Log: Make sure buildext.pl finds Errno.pm
24020      Branch: perlio
24021            ! win32/buildext.pl
24022 ____________________________________________________________________________
24023 [  9447] By: jhi                                   on 2001/03/29  15:39:34
24024         Log: Integrate perlio.
24025      Branch: perl
24026           !> win32/makefile.mk
24027 ____________________________________________________________________________
24028 [  9446] By: nick                                  on 2001/03/29  15:30:03
24029         Log: Integrate win32/makefile.mk with mainline.
24030      Branch: perlio
24031           !> win32/makefile.mk
24032 ____________________________________________________________________________
24033 [  9445] By: nick                                  on 2001/03/29  15:27:32
24034         Log: Fix breakage ... 
24035      Branch: perlio
24036            ! win32/makefile.mk
24037 ____________________________________________________________________________
24038 [  9444] By: jhi                                   on 2001/03/29  15:03:08
24039         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
24040              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24041              Date: Thu, 29 Mar 2001 10:32:59 +0400
24042              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
24043      Branch: perl
24044            ! win32/makefile.mk
24045 ____________________________________________________________________________
24046 [  9443] By: jhi                                   on 2001/03/29  15:02:12
24047         Log: Integrate perlio.
24048      Branch: perl
24049           +> win32/buildext.pl
24050           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
24051           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
24052 ____________________________________________________________________________
24053 [  9442] By: nick                                  on 2001/03/29  14:59:11
24054         Log: Work in progress - determine win32 extensions to build via script.
24055      Branch: perlio
24056            + win32/buildext.pl
24057            ! MANIFEST win32/makefile.mk
24058 ____________________________________________________________________________
24059 [  9441] By: jhi                                   on 2001/03/29  14:51:47
24060         Log: Reintroduce the use of external pwd.
24061      Branch: perl
24062            ! t/lib/cwd.t
24063 ____________________________________________________________________________
24064 [  9440] By: jhi                                   on 2001/03/29  14:42:58
24065         Log: use warnings instead of -w.
24066      Branch: perl
24067            ! utils/h2xs.PL
24068 ____________________________________________________________________________
24069 [  9439] By: jhi                                   on 2001/03/29  14:41:52
24070         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
24071              From: Jonathan Stowe <gellyfish@gellyfish.com>
24072              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
24073              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
24074      Branch: perl
24075            ! utils/h2xs.PL
24076 ____________________________________________________________________________
24077 [  9438] By: jhi                                   on 2001/03/29  14:39:38
24078         Log: Subject: [PATCH perl@9424] minor pod nits
24079              From: Robin Barker <rmb1@cise.npl.co.uk>
24080              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
24081              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
24082      Branch: perl
24083            ! pod/perlhack.pod pod/perliol.pod
24084 ____________________________________________________________________________
24085 [  9437] By: jhi                                   on 2001/03/29  14:29:16
24086         Log: Subject: [PATCH perl@9424] typemap cast warning
24087              From: Robin Barker <rmb1@cise.npl.co.uk>
24088              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
24089              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
24090      Branch: perl
24091            ! lib/ExtUtils/typemap
24092 ____________________________________________________________________________
24093 [  9436] By: jhi                                   on 2001/03/29  14:26:03
24094         Log: Subject: [PATCH perl@9424] printf warning
24095              From: Robin Barker <rmb1@cise.npl.co.uk>
24096              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
24097              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
24098      Branch: perl
24099            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
24100            ! ext/Storable/Storable.xs toke.c
24101 ____________________________________________________________________________
24102 [  9435] By: nick                                  on 2001/03/29  14:23:31
24103         Log: Win32 has name conflict with ERROR
24104      Branch: perlio
24105            ! ext/PerlIO/Via/Via.xs
24106 ____________________________________________________________________________
24107 [  9434] By: jhi                                   on 2001/03/29  14:17:48
24108         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
24109              From: Peter Prymmer <pvhp@forte.com>
24110              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
24111              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
24112      Branch: perl
24113            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
24114 ____________________________________________________________________________
24115 [  9433] By: jhi                                   on 2001/03/29  13:52:44
24116         Log: test-prep target was missing.
24117      Branch: perl
24118            ! Makefile.SH
24119 ____________________________________________________________________________
24120 [  9432] By: nick                                  on 2001/03/29  12:40:03
24121         Log: Make as-shipped compiler default to MSVC6 
24122      Branch: perlio
24123            ! win32/makefile.mk
24124 ____________________________________________________________________________
24125 [  9431] By: nick                                  on 2001/03/29  12:12:16
24126         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
24127              akin to PerlIO::Scalar.
24128      Branch: perlio
24129            ! perlio.c perlio.h
24130 ____________________________________________________________________________
24131 [  9430] By: nick                                  on 2001/03/29  10:56:35
24132         Log: Integrate mainline.
24133      Branch: perlio
24134           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
24135           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
24136           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
24137           !> win32/makefile.mk win32/win32sck.c
24138 ____________________________________________________________________________
24139 [  9429] By: nick                                  on 2001/03/29  09:03:43
24140         Log: Noticed that two tests were skipped as perlio:: package
24141              isn't there any more. Changed the skip condition.
24142              Avoid core-dump if sv_utf8_upgrade() called on something
24143              that does not become SvPOK after SvPV() (e.g. a ref).
24144      Branch: perlio
24145            ! sv.c t/io/utf8.t t/lib/io_scalar.t
24146 ____________________________________________________________________________
24147 [  9428] By: jhi                                   on 2001/03/29  01:31:47
24148         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
24149              From: Benjamin Sugars <bsugars@canoe.ca> 
24150              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
24151              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
24152      Branch: perl
24153            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
24154            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
24155            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
24156 ____________________________________________________________________________
24157 [  9427] By: jhi                                   on 2001/03/29  00:49:30
24158         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
24159              From: "Vadim Konovalov" <watman@inbox.ru>
24160              Date: Thu, 29 Mar 2001 01:50:12 +0400
24161              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
24162      Branch: perl
24163            ! win32/makefile.mk win32/win32sck.c
24164 ____________________________________________________________________________
24165 [  9426] By: gsar                                  on 2001/03/29  00:28:04
24166         Log: dmake can only handle == and != in comparisons; support building
24167              with Borland's VCL libraries (from Vadim Konovalov)
24168      Branch: maint-5.6/perl
24169            ! win32/makefile.mk
24170 ____________________________________________________________________________
24171 [  9425] By: nick                                  on 2001/03/28  19:29:56
24172         Log: Integrate (@snapshot)
24173      Branch: perlio
24174           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
24175 ____________________________________________________________________________
24176 [  9424] By: jhi                                   on 2001/03/28  19:03:16
24177         Log: Update Changes.
24178      Branch: perl
24179            ! Changes patchlevel.h
24180 ____________________________________________________________________________
24181 [  9423] By: jhi                                   on 2001/03/28  18:52:09
24182         Log: Rmdir lib/XS on cleanup.
24183      Branch: perl
24184            ! Makefile.SH
24185 ____________________________________________________________________________
24186 [  9422] By: jhi                                   on 2001/03/28  18:49:34
24187         Log: Integrate perlio.
24188      Branch: perl
24189           !> t/op/utf8decode.t
24190 ____________________________________________________________________________
24191 [  9421] By: nick                                  on 2001/03/28  18:46:44
24192         Log: Loose duplicate chunk.
24193      Branch: perlio
24194            ! t/op/utf8decode.t
24195 ____________________________________________________________________________
24196 [  9420] By: nick                                  on 2001/03/28  18:44:11
24197         Log: Integrate mainline.
24198      Branch: perlio
24199           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
24200           !> vms/vmsish.h
24201 ____________________________________________________________________________
24202 [  9419] By: jhi                                   on 2001/03/28  18:42:05
24203         Log: Can't trust external pwds
24204              (either shell builtins or external programs)
24205      Branch: perl
24206            ! t/lib/cwd.t
24207 ____________________________________________________________________________
24208 [  9418] By: jhi                                   on 2001/03/28  18:34:05
24209         Log: Integrate perlio.
24210      Branch: perl
24211            - lib/perlio.pm
24212           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
24213           !> t/op/utf8decode.t
24214 ____________________________________________________________________________
24215 [  9417] By: nick                                  on 2001/03/28  18:24:02
24216         Log: PerlIO.pm / perlio.pm conflict.
24217              Update some pods.
24218              Make t/op/utf8decode.t a text file.
24219      Branch: perlio
24220            - lib/perlio.pm
24221            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
24222            ! t/op/utf8decode.t
24223 ____________________________________________________________________________
24224 [  9416] By: jhi                                   on 2001/03/28  18:06:07
24225         Log: Integrate change #9409 from mainline to maintperl.
24226              
24227              Yet another tweak on AIX dynaloading.
24228      Branch: maint-5.6/perl
24229           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24230 ____________________________________________________________________________
24231 [  9415] By: gsar                                  on 2001/03/28  17:13:01
24232         Log: integrate changes#9377,9385,9401 from mainline
24233              
24234              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
24235              
24236              If directory entries compare equal case-insensitively,
24237              retry case-sensitively.
24238              
24239              Subject: [PATCH] B::Terse and warnings
24240      Branch: maint-5.6/perl
24241           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
24242           !> t/pragma/warn/perl
24243 ____________________________________________________________________________
24244 [  9414] By: jhi                                   on 2001/03/28  17:11:12
24245         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
24246              From: "Craig A. Berry" <craigberry@mac.com>
24247              Date: Wed, 28 Mar 2001 10:55:20 -0600
24248              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
24249      Branch: perl
24250            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
24251 ____________________________________________________________________________
24252 [  9413] By: jhi                                   on 2001/03/28  17:03:12
24253         Log: Dup hunk.
24254      Branch: perl
24255            ! t/op/utf8decode.t
24256 ____________________________________________________________________________
24257 [  9412] By: jhi                                   on 2001/03/28  17:02:36
24258         Log: Forced integrate from perlio.
24259      Branch: perl
24260           !> t/op/utf8decode.t
24261 ____________________________________________________________________________
24262 [  9411] By: nick                                  on 2001/03/28  16:50:03
24263         Log: Integrate mainline.
24264      Branch: perlio
24265           +> t/lib/cwd.t
24266           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24267           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
24268           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
24269           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
24270           !> t/pragma/warn/perl
24271 ____________________________________________________________________________
24272 [  9410] By: jhi                                   on 2001/03/28  16:44:23
24273         Log: Subject: Re: [PATCH] 9403 cannot be tested
24274              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24275              Date: Wed, 28 Mar 2001 18:33:56 +0200
24276              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
24277      Branch: perl
24278            ! makedef.pl
24279 ____________________________________________________________________________
24280 [  9409] By: jhi                                   on 2001/03/28  16:12:45
24281         Log: Yet another tweak on AIX dynaloading.
24282      Branch: perl
24283            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24284 ____________________________________________________________________________
24285 [  9408] By: jhi                                   on 2001/03/28  15:52:55
24286         Log: Subject: [PATCH] 9403 cannot be tested
24287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24288              Date: Wed, 28 Mar 2001 17:23:00 +0200
24289              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
24290              
24291              A missing symbol.
24292      Branch: perl
24293            ! makedef.pl
24294 ____________________________________________________________________________
24295 [  9407] By: jhi                                   on 2001/03/28  15:47:43
24296         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
24297      Branch: perl
24298            ! t/op/utf8decode.t
24299           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
24300           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
24301 ____________________________________________________________________________
24302 [  9406] By: jhi                                   on 2001/03/28  15:37:08
24303         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
24304              From: Benjamin Sugars <bsugars@canoe.ca> 
24305              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
24306              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
24307      Branch: perl
24308            + t/lib/cwd.t
24309            ! MANIFEST
24310 ____________________________________________________________________________
24311 [  9405] By: jhi                                   on 2001/03/28  15:13:18
24312         Log: pp_ne() needs a CORRECT boolean.
24313      Branch: perl
24314            ! pp.c
24315 ____________________________________________________________________________
24316 [  9404] By: jhi                                   on 2001/03/28  15:09:23
24317         Log: pp_ne() needs a boolean, not an integer.
24318      Branch: perl
24319            ! pp.c
24320 ____________________________________________________________________________
24321 [  9403] By: jhi                                   on 2001/03/28  14:47:43
24322         Log: (Retracted by #9404.)
24323      Branch: perl
24324            ! pp.c
24325 ____________________________________________________________________________
24326 [  9402] By: jhi                                   on 2001/03/28  14:43:59
24327         Log: Subject: Re: [PATCH] Typemap testing
24328              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
24329              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
24330              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
24331      Branch: perl
24332            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24333            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
24334 ____________________________________________________________________________
24335 [  9401] By: jhi                                   on 2001/03/28  14:42:14
24336         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
24337              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24338              Date: Sun, 25 Mar 2001 21:59:15 +0100
24339              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
24340              
24341              A variable will be checked for the "use once" warnings if:
24342              
24343              1. It is in the scope of a use warnings 'once'
24344              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
24345              
24346              Otherwise it won't be checked at all.
24347              
24348              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
24349              
24350              The enclosed patch partially fixes this issue. What I didn't
24351              get to work was the case where the "used once" warning is enabled
24352              in any file other than the main file.
24353      Branch: perl
24354            ! gv.c t/pragma/warn/perl
24355 ____________________________________________________________________________
24356 [  9400] By: nick                                  on 2001/03/28  14:38:24
24357         Log: More EBCDIC tweaks:
24358              - one more swash issue &~(0xA0-1) did not do the right thing,
24359              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
24360              - add "use re 'asciirange'" to make [!-~] etc. work
24361              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
24362              - Choose a key for t/op/each.t test which gets encoded.
24363              - Skip utf8decode if this is UTF-EBCDIC.
24364      Branch: perlio
24365            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
24366            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
24367 ____________________________________________________________________________
24368 [  9399] By: jhi                                   on 2001/03/28  14:21:00
24369         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
24370              Andreas Schwab.
24371      Branch: perl
24372            ! pp.c
24373 ____________________________________________________________________________
24374 [  9398] By: jhi                                   on 2001/03/28  00:55:56
24375         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
24376              From: David Dyck <dcd@tc.fluke.com>
24377              Date: Tue, 27 Mar 2001 15:16:24 -0800
24378              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
24379      Branch: perl
24380            ! ext/IO/lib/IO/Socket.pm
24381 ____________________________________________________________________________
24382 [  9397] By: jhi                                   on 2001/03/27  21:52:49
24383         Log: Integrate perlio.
24384      Branch: perl
24385           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
24386           +> ext/PerlIO/Via/Via.xs
24387           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
24388 ____________________________________________________________________________
24389 [  9396] By: nick                                  on 2001/03/27  21:45:13
24390         Log: Integrate mainline.
24391      Branch: perlio
24392           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
24393           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
24394 ____________________________________________________________________________
24395 [  9395] By: nick                                  on 2001/03/27  21:18:58
24396         Log: Outline docs for PerlIO and PerlIO::Scalar
24397      Branch: perlio
24398            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
24399 ____________________________________________________________________________
24400 [  9394] By: nick                                  on 2001/03/27  20:50:13
24401         Log: PerlIO::Via layer (alpha-ish).
24402      Branch: perlio
24403            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
24404            + ext/PerlIO/Via/Via.xs
24405            ! MANIFEST
24406 ____________________________________________________________________________
24407 [  9393] By: jhi                                   on 2001/03/27  20:49:55
24408         Log: Retract #9329 now that 9390 should take care of the matter.
24409      Branch: perl
24410            ! utils/h2xs.PL
24411 ____________________________________________________________________________
24412 [  9390] By: jhi                                   on 2001/03/27  20:47:50
24413         Log: Subject: Autoloading Errno.pm when %! is encountered
24414              From: Robin Houston <robin@kitsite.com>
24415              Date: Tue, 27 Mar 2001 20:57:11 +0100
24416              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
24417      Branch: perl
24418            ! embed.h embed.pl gv.c proto.h t/op/magic.t
24419 ____________________________________________________________________________
24420 [  9389] By: jhi                                   on 2001/03/27  20:24:31
24421         Log: Integrate perlio.
24422      Branch: perl
24423           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
24424           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
24425           !> utf8.c
24426 ____________________________________________________________________________
24427 [  9388] By: jhi                                   on 2001/03/27  20:21:38
24428         Log: Better have a three-element array if one is going to assign
24429              to the third element of that array. (from Tim Jenness)
24430      Branch: perl
24431            ! ext/XS/Typemap/Typemap.xs
24432 ____________________________________________________________________________
24433 [  9387] By: nick                                  on 2001/03/27  20:15:43
24434         Log: Integrate mainline.
24435      Branch: perlio
24436           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
24437           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24438           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
24439           +> t/lib/xs-typemap.t
24440           !> (integrate 34 files)
24441 ____________________________________________________________________________
24442 [  9386] By: jhi                                   on 2001/03/27  20:04:18
24443         Log: Subject: Re: perl@9359 breaks HTML::Parser
24444              From: Gisle Aas <gisle@ActiveState.com>
24445              Date: 27 Mar 2001 11:30:24 -0800
24446              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
24447              
24448              Clarify the UTF-8 issues of the API docs.
24449              (Slightly reworded and expanded.)
24450      Branch: perl
24451            ! pod/perlapi.pod sv.c sv.h
24452 ____________________________________________________________________________
24453 [  9385] By: jhi                                   on 2001/03/27  19:44:25
24454         Log: If directory entries compare equal case-insensitively,
24455              retry case-sensitively.
24456      Branch: perl
24457            ! ext/File/Glob/bsd_glob.c
24458 ____________________________________________________________________________
24459 [  9384] By: nick                                  on 2001/03/27  19:38:50
24460         Log: Various EBCDIC fixes:
24461              - major revelation that swash code is encoding aware,
24462              (or thought it was) - now it is ;-)
24463              - With that out of the way fix a slab of tr/// cases.
24464              - Fix Encode 'Unicode' to be true Unicode so tests pass.
24465              - As anticipated Base64.xs needed tweaks.
24466              - Until tr/// works right avoid old_encode64 in MIME tests.
24467      Branch: perlio
24468            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
24469            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
24470 ____________________________________________________________________________
24471 [  9383] By: jhi                                   on 2001/03/27  18:34:41
24472         Log: Add the std test suite BEGIN block.
24473      Branch: perl
24474            ! t/lib/xs-typemap.t
24475 ____________________________________________________________________________
24476 [  9382] By: jhi                                   on 2001/03/27  15:16:07
24477         Log: Add debugging output to the test.
24478      Branch: perl
24479            ! t/lib/glob-basic.t
24480 ____________________________________________________________________________
24481 [  9381] By: jhi                                   on 2001/03/27  15:08:10
24482         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
24483      Branch: perl
24484            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
24485            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24486            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
24487            + t/lib/xs-typemap.t
24488            ! MANIFEST
24489 ____________________________________________________________________________
24490 [  9380] By: jhi                                   on 2001/03/27  14:48:34
24491         Log: Subject: [PATCH] Typemap testing
24492              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
24493              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
24494              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
24495              
24496              (The first part of the patch.)
24497      Branch: perl
24498            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
24499 ____________________________________________________________________________
24500 [  9379] By: jhi                                   on 2001/03/27  14:44:56
24501         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
24502              From: Benjamin Sugars <bsugars@canoe.ca> 
24503              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
24504              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
24505      Branch: perl
24506            ! t/lib/glob-basic.t
24507 ____________________________________________________________________________
24508 [  9378] By: jhi                                   on 2001/03/27  14:42:30
24509         Log: Subject: [PATCH] perlvar nit
24510              From: Simon Cozens <simon@netthink.co.uk>
24511              Date: Tue, 27 Mar 2001 01:12:01 +0100
24512              Message-ID: <20010327011201.A19179@netthink.co.uk>
24513      Branch: perl
24514            ! pod/perlvar.pod
24515 ____________________________________________________________________________
24516 [  9377] By: jhi                                   on 2001/03/27  14:36:26
24517         Log: Subject: [PATCH] B::Terse and warnings
24518              From: Benjamin Sugars <ben.sugars@home.com>
24519              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
24520              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
24521      Branch: perl
24522            ! ext/B/B.pm ext/B/B/Terse.pm
24523 ____________________________________________________________________________
24524 [  9376] By: jhi                                   on 2001/03/27  14:31:31
24525         Log: Document sockatmark() some.
24526      Branch: perl
24527            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
24528            ! pod/perltoc.pod
24529 ____________________________________________________________________________
24530 [  9375] By: jhi                                   on 2001/03/27  14:00:24
24531         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
24532              noted by Gisle and fixed by NI-S.
24533      Branch: perl
24534            ! sv.c
24535 ____________________________________________________________________________
24536 [  9374] By: jhi                                   on 2001/03/27  05:50:01
24537         Log: Regen toc.
24538      Branch: perl
24539            ! pod/perltoc.pod
24540 ____________________________________________________________________________
24541 [  9373] By: jhi                                   on 2001/03/27  05:43:51
24542         Log: Pixie documenting.
24543      Branch: perl
24544            ! Makefile.SH pod/perlhack.pod
24545 ____________________________________________________________________________
24546 [  9372] By: jhi                                   on 2001/03/27  05:29:34
24547         Log: Metaconfig unit changes for #9371.
24548      Branch: metaconfig
24549            ! U/modified/myhostname.U
24550      Branch: metaconfig/U/perl
24551            + d_sockatmark.U
24552            ! gccvers.U
24553 ____________________________________________________________________________
24554 [  9371] By: jhi                                   on 2001/03/27  05:29:07
24555         Log: Add sockatmark() probing.
24556      Branch: perl
24557            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24558            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24559            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24560            ! vos/config.ga.h win32/config.bc win32/config.gc
24561            ! win32/config.vc
24562 ____________________________________________________________________________
24563 [  9370] By: jhi                                   on 2001/03/26  22:01:18
24564         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
24565              Really need to benchmark this.
24566      Branch: perl
24567            ! pp.c
24568 ____________________________________________________________________________
24569 [  9369] By: nick                                  on 2001/03/26  21:59:30
24570         Log: Integrate mainline.
24571      Branch: perlio
24572            ! ext/MIME/Base64/QuotedPrint.pm
24573           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
24574           !> patchlevel.h pod/perlhack.pod pp_sys.c
24575 ____________________________________________________________________________
24576 [  9368] By: jhi                                   on 2001/03/26  21:47:03
24577         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
24578              
24579              TODO1: perlbench.
24580              TODO2: le, lt, ge, gt?  Yech.
24581      Branch: perl
24582            ! pp.c
24583 ____________________________________________________________________________
24584 [  9367] By: jhi                                   on 2001/03/26  21:34:57
24585         Log: Too much cut-and-paste in #9363.
24586      Branch: perl
24587            ! pp_sys.c
24588 ____________________________________________________________________________
24589 [  9366] By: jhi                                   on 2001/03/26  21:20:53
24590         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
24591              From: Andreas Schwab <schwab@suse.de>
24592              Date: 26 Mar 2001 17:29:04 +0200
24593              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
24594              
24595              (The patch for 5.6.0 or so, this is a guess for bleadperl)
24596      Branch: perl
24597            ! pp_hot.c
24598 ____________________________________________________________________________
24599 [  9365] By: jhi                                   on 2001/03/26  21:07:54
24600         Log: Integrate perlio.
24601      Branch: perl
24602           !> perlio.c
24603 ____________________________________________________________________________
24604 [  9364] By: nick                                  on 2001/03/26  20:30:48
24605         Log: REFCNT botch in layer name cache hash.
24606      Branch: perlio
24607            ! perlio.c
24608 ____________________________________________________________________________
24609 [  9363] By: jhi                                   on 2001/03/26  18:44:32
24610         Log: Subject: [PATCH] socket() leaks file descriptors
24611              From: Benjamin Sugars <bsugars@canoe.ca>
24612              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
24613              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
24614              
24615              Also sockpair() fixed similarly.
24616      Branch: perl
24617            ! pp_sys.c
24618 ____________________________________________________________________________
24619 [  9362] By: jhi                                   on 2001/03/26  18:37:52
24620         Log: Integrate perlio.
24621      Branch: perl
24622           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
24623 ____________________________________________________________________________
24624 [  9361] By: nick                                  on 2001/03/26  17:32:06
24625         Log: Implement flush of linebuffered streams on read of a tty.
24626      Branch: perlio
24627            ! perlio.c perliol.h
24628 ____________________________________________________________________________
24629 [  9360] By: nick                                  on 2001/03/26  17:12:32
24630         Log: Memory tweaks and notes for OEMVS.
24631      Branch: perlio
24632            ! README.os390 miniperlmain.c t/op/pat.t
24633 ____________________________________________________________________________
24634 [  9359] By: jhi                                   on 2001/03/26  02:12:54
24635         Log: Update Changes.
24636      Branch: perl
24637            ! Changes patchlevel.h
24638 ____________________________________________________________________________
24639 [  9358] By: jhi                                   on 2001/03/26  02:05:32
24640         Log: Document the most common pixie options.
24641      Branch: perl
24642            ! pod/perlhack.pod
24643 ____________________________________________________________________________
24644 [  9357] By: jhi                                   on 2001/03/26  01:25:28
24645         Log: For perl.pixie check *before* compiling that optimize is -g,
24646              as for perl.third.
24647      Branch: perl
24648            ! Makefile.SH
24649 ____________________________________________________________________________
24650 [  9356] By: jhi                                   on 2001/03/26  01:13:41
24651         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
24652      Branch: perl
24653            ! Makefile.SH
24654 ____________________________________________________________________________
24655 [  9355] By: jhi                                   on 2001/03/26  01:11:19
24656         Log: Remove t/perl.third.
24657      Branch: perl
24658            ! Makefile.SH
24659 ____________________________________________________________________________
24660 [  9354] By: jhi                                   on 2001/03/26  00:23:38
24661         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
24662              IO::Sockatmark().
24663      Branch: perl
24664            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
24665 ____________________________________________________________________________
24666 [  9353] By: jhi                                   on 2001/03/25  22:25:04
24667         Log: Integrate perlio.
24668      Branch: perl
24669           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24670           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
24671           !> pp_hot.c win32/makefile.mk
24672 ____________________________________________________________________________
24673 [  9352] By: jhi                                   on 2001/03/25  22:21:41
24674         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
24675              From: Radu Greab <radu@netsoft.ro>
24676              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
24677              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
24678      Branch: perl
24679            ! pp_sys.c
24680 ____________________________________________________________________________
24681 [  9351] By: nick                                  on 2001/03/25  22:15:02
24682         Log: Fix readline in list mode to tell rest of world that it has
24683              things on the stack. Otherwise if perl code gets invoked
24684              underneath it it scribbles over results-so-far.
24685              (Why TIEHANDLE has not tripped on this is a mystery.)
24686      Branch: perlio
24687            ! pp_hot.c
24688 ____________________________________________________________________________
24689 [  9350] By: nick                                  on 2001/03/25  22:10:13
24690         Log: win32/makefile.mk typos
24691      Branch: perlio
24692            ! win32/makefile.mk
24693 ____________________________________________________________________________
24694 [  9349] By: nick                                  on 2001/03/25  21:31:14
24695         Log: Integrate now-non-binary file.
24696      Branch: perlio
24697           !> t/lib/mimeqp.t
24698 ____________________________________________________________________________
24699 [  9348] By: nick                                  on 2001/03/25  21:27:24
24700         Log: Make it text
24701      Branch: perlio
24702            ! t/lib/mimeqp.t
24703 ____________________________________________________________________________
24704 [  9347] By: nick                                  on 2001/03/25  21:25:37
24705         Log: Integrate mainline.
24706      Branch: perlio
24707           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
24708           !> lib/Term/ReadLine.pm t/lib/md5-file.t
24709 ____________________________________________________________________________
24710 [  9346] By: nick                                  on 2001/03/25  20:58:15
24711         Log: Add destruct time hook to PerlIO (for work-in-process implementing
24712              layers in perl code. In such cases layers need to be popped before
24713              we loose the ability to run perl code.)
24714              Also back-out "PerlIO::object" hook - it isn't going to work like that...
24715      Branch: perlio
24716            ! perl.c perlio.c perlio.h perliol.h
24717 ____________________________________________________________________________
24718 [  9345] By: nick                                  on 2001/03/25  20:49:11
24719         Log: Avoid at leasy one of undefined warnings in Encode.
24720      Branch: perlio
24721            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24722 ____________________________________________________________________________
24723 [  9344] By: jhi                                   on 2001/03/25  20:37:43
24724         Log: A workaround for using Term::ReadLine in emacs minibuffer
24725              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
24726              additional tweaks from Ilya Zakharevich.
24727      Branch: perl
24728            ! lib/Term/ReadLine.pm
24729 ____________________________________________________________________________
24730 [  9343] By: nick                                  on 2001/03/25  20:21:14
24731         Log: Missing return value.
24732      Branch: perlio
24733            ! ext/PerlIO/Scalar/Scalar.xs
24734 ____________________________________________________________________________
24735 [  9342] By: jhi                                   on 2001/03/25  16:21:00
24736         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
24737              to equal the CPAN versions since no code changes have been made.
24738      Branch: perl
24739            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
24740            ! t/lib/md5-file.t
24741 ____________________________________________________________________________
24742 [  9341] By: jhi                                   on 2001/03/25  16:01:48
24743         Log: Escape 8-bit characters.
24744      Branch: perl
24745            ! t/lib/mimeqp.t
24746 ____________________________________________________________________________
24747 [  9340] By: gsar                                  on 2001/03/25  15:50:53
24748         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
24749              chars)
24750      Branch: perl
24751            + t/lib/mimeqp.t
24752 ____________________________________________________________________________
24753 [  9339] By: gsar                                  on 2001/03/25  15:48:50
24754         Log: delete mimeqp.t for later with text mode set
24755      Branch: perl
24756            - t/lib/mimeqp.t
24757 ____________________________________________________________________________
24758 [  9338] By: nick                                  on 2001/03/25  09:01:57
24759         Log: Integrate mainline.
24760      Branch: perlio
24761           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24762           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
24763           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
24764           +> t/lib/mimeb64u.t t/lib/mimeqp.t
24765           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
24766           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
24767           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
24768 ____________________________________________________________________________
24769 [  9337] By: jhi                                   on 2001/03/25  04:23:24
24770         Log: Add MIME::Base64 here and there.  Again, a lot of
24771              optimism is in the air.
24772      Branch: perl
24773            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
24774            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
24775 ____________________________________________________________________________
24776 [  9336] By: jhi                                   on 2001/03/25  04:12:43
24777         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
24778              this by ear as I do not do Win32 programming.)
24779      Branch: perl
24780            ! win32/Makefile win32/makefile.mk
24781 ____________________________________________________________________________
24782 [  9335] By: jhi                                   on 2001/03/25  04:03:50
24783         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
24784      Branch: perl
24785            ! t/lib/md5-file.t
24786 ____________________________________________________________________________
24787 [  9334] By: jhi                                   on 2001/03/25  03:58:53
24788         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
24789      Branch: perl
24790            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24791            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
24792            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
24793            + t/lib/mimeb64u.t t/lib/mimeqp.t
24794            ! MANIFEST
24795 ____________________________________________________________________________
24796 [  9333] By: jhi                                   on 2001/03/24  20:14:37
24797         Log: Integrate perlio.
24798      Branch: perl
24799           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
24800 ____________________________________________________________________________
24801 [  9332] By: nick                                  on 2001/03/24  19:40:34
24802         Log: Fix un-init variable leading to spurious "Out of Memory!"
24803      Branch: perlio
24804            ! doio.c
24805 ____________________________________________________________________________
24806 [  9331] By: nick                                  on 2001/03/24  19:09:59
24807         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
24808              and update layers internals doc.
24809      Branch: perlio
24810            ! pod/perlfunc.pod pod/perliol.pod
24811 ____________________________________________________________________________
24812 [  9330] By: jhi                                   on 2001/03/24  18:42:11
24813         Log: The length might be uninitialized garbage if the *svp is the undef.
24814      Branch: perl
24815            ! doio.c
24816 ____________________________________________________________________________
24817 [  9329] By: jhi                                   on 2001/03/24  18:26:57
24818         Log: (Retracted by #9393)
24819
24820              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
24821              From: Simon Cozens <simon@netthink.co.uk>
24822              Date: Sat, 24 Mar 2001 17:13:17 +0000
24823              Message-ID: <20010324171317.A13406@netthink.co.uk>
24824      Branch: perl
24825            ! utils/h2xs.PL
24826 ____________________________________________________________________________
24827 [  9328] By: nick                                  on 2001/03/24  17:22:02
24828         Log: Integrate mainline.
24829      Branch: perlio
24830           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
24831           !> lib/unicode/version
24832 ____________________________________________________________________________
24833 [  9327] By: nick                                  on 2001/03/24  17:16:02
24834         Log: Integrate mainline.
24835      Branch: perlio
24836           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24837           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
24838           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
24839           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
24840           +> t/lib/md5-file.t
24841           !> MANIFEST Makefile.SH configure.com djgpp/config.over
24842           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
24843           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
24844           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
24845           !> win32/makefile.mk
24846 ____________________________________________________________________________
24847 [  9326] By: jhi                                   on 2001/03/24  17:00:42
24848         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
24849      Branch: perl
24850            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
24851            ! lib/unicode/version
24852 ____________________________________________________________________________
24853 [  9325] By: jhi                                   on 2001/03/24  16:22:33
24854         Log: Subject: Re: B::Deparse bug (5.6.0)
24855              From: Robin Houston <robin@kitsite.com>
24856              Date: Sat, 24 Mar 2001 14:33:09 +0000
24857              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
24858      Branch: perl
24859            ! op.c pp.c t/lib/b.t t/op/repeat.t
24860 ____________________________________________________________________________
24861 [  9324] By: jhi                                   on 2001/03/24  16:21:56
24862         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
24863              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
24864              these additions may be too optimistic.
24865      Branch: perl
24866            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
24867            ! hints/uwin.sh hints/vmesa.sh
24868 ____________________________________________________________________________
24869 [  9323] By: jhi                                   on 2001/03/24  16:06:01
24870         Log: Integrate perlio.
24871      Branch: perl
24872           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
24873           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24874            ! Makefile.SH
24875           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
24876           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
24877           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
24878           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24879           !> win32/makefile.mk win32/perlhost.h win32/win32.c
24880           !> win32/win32iop.h
24881 ____________________________________________________________________________
24882 [  9322] By: nick                                  on 2001/03/24  14:39:12
24883         Log: Routine Win32 regen_config_h - no real changes.
24884      Branch: perlio
24885            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24886 ____________________________________________________________________________
24887 [  9321] By: nick                                  on 2001/03/24  14:31:49
24888         Log: PerlIO fixups for Win32:
24889              - provide win33_popenlist() - non-functional as yet.
24890              - avoid need for aTHX in PerlIO_debug calls - even if not 
24891              enabled args are still evaluated so Win32 has trouble during fork().
24892              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
24893              - Fixup makedef.pl for latest set of symbols.
24894      Branch: perlio
24895            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
24896            ! win32/perlhost.h win32/win32.c win32/win32iop.h
24897 ____________________________________________________________________________
24898 [  9320] By: nick                                  on 2001/03/24  14:26:58
24899         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
24900              was gibberish - broke it on WIn32 at least.
24901      Branch: perlio
24902            ! ext/POSIX/POSIX.xs
24903 ____________________________________________________________________________
24904 [  9319] By: nick                                  on 2001/03/24  11:29:41
24905         Log: Generated files.
24906      Branch: perlio
24907            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24908 ____________________________________________________________________________
24909 [  9318] By: nick                                  on 2001/03/24  10:29:37
24910         Log: Implement:
24911              1.  open($fh,"+<",undef);  # add test to t/io/open.t
24912              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
24913      Branch: perlio
24914            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
24915            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24916            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
24917            ! t/io/open.t t/io/utf8.t
24918 ____________________________________________________________________________
24919 [  9317] By: jhi                                   on 2001/03/23  23:41:25
24920         Log: AIX does seems to have optimization problems with its C compilers.
24921      Branch: perl
24922            ! hints/aix.sh
24923 ____________________________________________________________________________
24924 [  9316] By: jhi                                   on 2001/03/23  23:40:46
24925         Log: Integrate perlio.
24926      Branch: perl
24927           +> lib/PerlIO.pm
24928           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
24929           !> perliol.h
24930 ____________________________________________________________________________
24931 [  9315] By: jhi                                   on 2001/03/23  22:16:30
24932         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
24933      Branch: perl
24934            ! t/lib/md5-file.t
24935 ____________________________________________________________________________
24936 [  9314] By: nick                                  on 2001/03/23  20:49:02
24937         Log: Perlio internals re-organized.
24938              - open process creates AV of layer/arg pairs
24939              (appends layers from open() or open.pm to default list).
24940              - push arg is now an SV.
24941              - layer ->Open get passed the AV
24942              - open is no longer mandatory method.
24943              - topmost layer that has ->Open method does the open
24944              - any layers above are pushed once that returns.
24945              - vtable re-ordered so dummy layers need only provide push/pop methods.
24946      Branch: perlio
24947            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24948 ____________________________________________________________________________
24949 [  9313] By: nick                                  on 2001/03/23  16:27:41
24950         Log: Check in a stable (working) version before next round of tweaks.
24951              Changes include:
24952              - Move default layers code out of doio.c and into perlio.c
24953              - Single routine for parsing layer specification strings.
24954              - Skeleton support for demand loading of layers
24955              - Core-dump avoidance if PERLIO environment specifies loadable layer
24956              (does not _work_ as need IO to load and need load to do IO ...)
24957      Branch: perlio
24958            + lib/PerlIO.pm
24959            ! MANIFEST doio.c perlio.c
24960 ____________________________________________________________________________
24961 [  9312] By: gsar                                  on 2001/03/23  16:25:25
24962         Log: add execute bit to files with shebang lines in the repository;
24963              avoid clobbering execute bit in Porting/makerel 
24964      Branch: maint-5.6/perl
24965            ! (edit 144 files)
24966 ____________________________________________________________________________
24967 [  9311] By: jhi                                   on 2001/03/23  14:25:35
24968         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
24969      Branch: perl
24970            ! MANIFEST
24971 ____________________________________________________________________________
24972 [  9310] By: jhi                                   on 2001/03/23  13:45:04
24973         Log: Subject: [PATCH] Net::Ping
24974              From: Colin McMillen <mcmi0037@tc.umn.edu>
24975              Date: Thu, 22 Mar 2001 19:30:31 -0600
24976              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
24977      Branch: perl
24978            ! lib/Net/Ping.pm
24979 ____________________________________________________________________________
24980 [  9309] By: jhi                                   on 2001/03/23  13:39:13
24981         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
24982      Branch: perl
24983            ! t/lib/md5-aaa.t t/lib/md5-file.t
24984 ____________________________________________________________________________
24985 [  9308] By: jhi                                   on 2001/03/23  13:20:34
24986         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
24987              - bump the version to 2.14
24988              - drop the base64 tests since they require MIME::Base64
24989              - drop the rfc1321.txt
24990              - drop the hints/dec_osf.pl since it's only needed for
24991              pre-5.005_03 Perls
24992              Todo:
24993              - the U32 alignment testing is now removed; it needs to
24994              be reintroduced as as a Config variable (meaning also
24995              as a Configure test)
24996              - get the new EBCDIC md5sum for MD5.pm
24997              - test in Win32 to see how badly I botched the makefiles
24998      Branch: perl
24999            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25000            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25001            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
25002            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
25003            + t/lib/md5-file.t
25004            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
25005            ! win32/Makefile win32/makefile.mk
25006 ____________________________________________________________________________
25007 [  9307] By: jhi                                   on 2001/03/23  12:56:14
25008         Log: Integrate change #9306 from maintperl into mainline,
25009              AIX dynaloader for AIXes without <load.h>.
25010      Branch: perl
25011           !> ext/DynaLoader/hints/aix.pl
25012 ____________________________________________________________________________
25013 [  9306] By: jhi                                   on 2001/03/23  12:51:36
25014         Log: There are AIXes without /usr/include/load.h,
25015              patch from H.Merijn Brand.
25016      Branch: maint-5.6/perl
25017            ! ext/DynaLoader/hints/aix.pl
25018 ____________________________________________________________________________
25019 [  9305] By: nick                                  on 2001/03/23  11:00:42
25020         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
25021      Branch: perlio
25022            ! ext/Encode/Encode.xs perlio.c perlio.h
25023 ____________________________________________________________________________
25024 [  9304] By: nick                                  on 2001/03/23  10:20:46
25025         Log: Render -Duseperlio functional again.
25026              - this is "quick fix" which calls PerlIO_apply_layers after opening,
25027              which is what old scheme did. New scheme needs to change that
25028              to make open(...,\$scalar) etc. work but this will do for now.
25029      Branch: perlio
25030            ! perlio.c
25031 ____________________________________________________________________________
25032 [  9303] By: nick                                  on 2001/03/23  09:53:20
25033         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
25034              -Uuseperlio now works again.
25035              -Duseperlio is still poorly. Don't merge yet...
25036      Branch: perlio
25037            ! doio.c perlio.h
25038 ____________________________________________________________________________
25039 [  9302] By: nick                                  on 2001/03/22  22:26:51
25040         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
25041              type code.
25042              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
25043              is its main caller. In particular now has access to "extra" args, and
25044              can tell when an open handle is "reopened" (or duped?).
25045              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
25046              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
25047              PerlIO_open() et. al. (i.e. other way round).
25048              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
25049              with args close to PerlIO_openn().
25050      Branch: perlio
25051            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25052 ____________________________________________________________________________
25053 [  9301] By: jhi                                   on 2001/03/22  20:58:04
25054         Log: Integrate perlio.
25055      Branch: perl
25056           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
25057           !> t/io/open.t util.c
25058 ____________________________________________________________________________
25059 [  9300] By: nick                                  on 2001/03/22  17:36:32
25060         Log: Don't include $@ in not ok message.
25061      Branch: perlio
25062            ! t/io/open.t
25063 ____________________________________________________________________________
25064 [  9299] By: gsar                                  on 2001/03/22  16:53:45
25065         Log: back out changes#7532,7521 for now (appears to have problems
25066              on IRIX)
25067      Branch: maint-5.6/perl
25068            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25069            ! ext/POSIX/typemap pod/perlvar.pod
25070 ____________________________________________________________________________
25071 [  9298] By: nick                                  on 2001/03/22  14:35:46
25072         Log: Give a meaning to '&' in n-arg open case:
25073              open($fh,"<&",$scalar);
25074              $scalar can be:
25075              - an integer which does "fdopen"
25076              open($fh,"<&",2); # like open($fh,"<&2")
25077              - something that will yield a file handle via sv_2io()
25078              useful for dup'ing anonymous handles.
25079              e.g.:
25080              open(my $fh,"<&",\*STDIN);
25081              open(my $dup,"<&",$fh);
25082      Branch: perlio
25083            ! doio.c t/io/open.t
25084 ____________________________________________________________________________
25085 [  9297] By: nick                                  on 2001/03/22  13:34:35
25086         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
25087      Branch: perlio
25088            ! util.c
25089 ____________________________________________________________________________
25090 [  9296] By: nick                                  on 2001/03/22  12:51:20
25091         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
25092      Branch: perlio
25093            ! perl.c
25094 ____________________________________________________________________________
25095 [  9295] By: nick                                  on 2001/03/22  11:59:44
25096         Log: If stdin, stdout or stderr get opened in unexpected read/write state
25097              then warn at time of open not at time of use.
25098      Branch: perlio
25099            ! doio.c pp_hot.c pp_sys.c
25100 ____________________________________________________________________________
25101 [  9294] By: nick                                  on 2001/03/22  10:54:35
25102         Log: Die on n-arg open(...,"",xxx,yyy,...)
25103              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
25104              - die on read/write cases so we can decide what it means later.
25105      Branch: perlio
25106            ! doio.c embed.pl iperlsys.h util.c
25107 ____________________________________________________________________________
25108 [  9293] By: nick                                  on 2001/03/22  09:02:45
25109         Log: perlio tweaks (reported by Nick Clark)
25110              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
25111              error check in Pendinf_read().
25112      Branch: perlio
25113            ! perlio.c
25114 ____________________________________________________________________________
25115 [  9292] By: gsar                                  on 2001/03/22  07:12:00
25116         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
25117              fixes)
25118      Branch: maint-5.6/perl
25119           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
25120 ____________________________________________________________________________
25121 [  9291] By: jhi                                   on 2001/03/22  06:06:44
25122         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
25123      Branch: perl
25124            ! t/op/re_tests
25125 ____________________________________________________________________________
25126 [  9290] By: jhi                                   on 2001/03/22  05:57:01
25127         Log: Move MacOS Classic higher in the list of supported platforms.
25128      Branch: maint-5.6/perl
25129            ! pod/perlport.pod
25130 ____________________________________________________________________________
25131 [  9289] By: gsar                                  on 2001/03/22  05:35:04
25132         Log: revert part of change#6438 for compatibility (av_reify()
25133              appears to be needed to implement av_splice()ish things
25134              in XS)
25135      Branch: maint-5.6/perl
25136            ! embed.pl global.sym objXSUB.h perlapi.c
25137 ____________________________________________________________________________
25138 [  9288] By: gsar                                  on 2001/03/22  03:09:19
25139         Log: update copyright year
25140      Branch: maint-5.6/perl
25141            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
25142            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
25143            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
25144            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
25145            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
25146            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
25147            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
25148            ! x2p/walk.c
25149 ____________________________________________________________________________
25150 [  9287] By: jhi                                   on 2001/03/21  20:30:54
25151         Log: Integrate perlio.
25152      Branch: perl
25153           !> ext/Data/Dumper/Dumper.xs
25154 ____________________________________________________________________________
25155 [  9286] By: gsar                                  on 2001/03/21  19:49:54
25156         Log: makefile.mk tweak
25157      Branch: maint-5.6/perl
25158            ! win32/Makefile win32/makefile.mk
25159 ____________________________________________________________________________
25160 [  9285] By: nick                                  on 2001/03/21  19:07:13
25161         Log: Multiplicity fix for Dumper.
25162      Branch: perlio
25163            ! ext/Data/Dumper/Dumper.xs
25164 ____________________________________________________________________________
25165 [  9284] By: nick                                  on 2001/03/21  19:01:07
25166         Log: Integrate mainline - (does not build xTHX issue in Dumper).
25167      Branch: perlio
25168           !> (integrate 27 files)
25169 ____________________________________________________________________________
25170 [  9283] By: jhi                                   on 2001/03/21  17:17:35
25171         Log: Integrate change #9282 from mainline into maintperl,
25172              4-arg UTF-8 substr().
25173      Branch: maint-5.6/perl
25174           !> pp.c
25175 ____________________________________________________________________________
25176 [  9282] By: jhi                                   on 2001/03/21  17:15:43
25177         Log: The #9270 would have leaked a scalar if pp_substr()
25178              returned early.
25179      Branch: perl
25180            ! pp.c
25181 ____________________________________________________________________________
25182 [  9281] By: gsar                                  on 2001/03/21  17:03:14
25183         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
25184      Branch: maint-5.6/perl
25185            ! win32/makefile.mk
25186 ____________________________________________________________________________
25187 [  9280] By: gsar                                  on 2001/03/21  17:01:20
25188         Log: some tweaks to change#9278 (fork() emulation should be enabled
25189              by setting BUILD_FLAVOR instead of changing the defaults)
25190      Branch: maint-5.6/perl
25191            ! win32/makefile.mk
25192 ____________________________________________________________________________
25193 [  9279] By: gsar                                  on 2001/03/21  16:47:19
25194         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
25195      Branch: maint-5.6/perl
25196            ! ext/File/Glob/Glob.pm
25197           !> lib/Cwd.pm
25198 ____________________________________________________________________________
25199 [  9278] By: jhi                                   on 2001/03/21  14:35:10
25200         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
25201              From: "Vadim Konovalov" <watman@inbox.ru>
25202              Date: Wed, 21 Mar 2001 01:53:51 +0300
25203              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
25204      Branch: maint-5.6/perl
25205            ! win32/makefile.mk win32/win32sck.c
25206 ____________________________________________________________________________
25207 [  9277] By: jhi                                   on 2001/03/21  13:58:28
25208         Log: Integrate change #9270 from mainline to maintperl:
25209              continued 4-arg UTF-8 substr() fixing.
25210      Branch: maint-5.6/perl
25211           !> pp.c t/op/substr.t
25212 ____________________________________________________________________________
25213 [  9276] By: jhi                                   on 2001/03/21  13:33:00
25214         Log: More pixie cleaning.
25215      Branch: perl
25216            ! Makefile.SH
25217 ____________________________________________________________________________
25218 [  9275] By: jhi                                   on 2001/03/21  03:54:17
25219         Log: Update Changes.
25220      Branch: perl
25221            ! Changes patchlevel.h
25222 ____________________________________________________________________________
25223 [  9274] By: jhi                                   on 2001/03/21  03:48:24
25224         Log: First stab at making Data::Dumper to grok Unicode.
25225              
25226              TODO: tests, EBCDICify.
25227      Branch: perl
25228            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
25229 ____________________________________________________________________________
25230 [  9273] By: jhi                                   on 2001/03/21  02:23:00
25231         Log: Fix for
25232              
25233              Subject: Memory leak in unquoted print   
25234              From: Benjamin Sugars <bsugars@canoe.ca> 
25235              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
25236              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
25237      Branch: perl
25238            ! perlio.c
25239 ____________________________________________________________________________
25240 [  9272] By: jhi                                   on 2001/03/21  01:33:17
25241         Log: Subject: Re: [PATCH] POSIX::getcwd()
25242              From: Benjamin Sugars <bsugars@canoe.ca> 
25243              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
25244              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
25245      Branch: perl
25246            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25247 ____________________________________________________________________________
25248 [  9271] By: jhi                                   on 2001/03/21  01:22:52
25249         Log: Subject: [PATCH] Cwd.pm docs
25250              From: Benjamin Sugars <bsugars@canoe.ca>
25251              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
25252              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
25253      Branch: perl
25254            ! lib/Cwd.pm
25255 ____________________________________________________________________________
25256 [  9270] By: jhi                                   on 2001/03/21  01:16:29
25257         Log: Continue 4-arg substr() UTF-8 fixage.
25258      Branch: perl
25259            ! pp.c t/op/substr.t
25260 ____________________________________________________________________________
25261 [  9269] By: jhi                                   on 2001/03/21  00:46:14
25262         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
25263              
25264              revert the leak fix in change#9142 (problem needs a more experimental
25265              fix unsuitable for 5.6.1)
25266              
25267              do alphabetical sorting by default (for csh compatibility)
25268              
25269              cut-n-paste goof in change#9264
25270              
25271              VMS piping fixes (from Charles Lane)
25272      Branch: perl
25273           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
25274           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25275           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
25276 ____________________________________________________________________________
25277 [  9268] By: jhi                                   on 2001/03/21  00:37:04
25278         Log: Integrate perlio.
25279      Branch: perl
25280           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
25281           !> utf8.c utf8.h utfebcdic.h
25282 ____________________________________________________________________________
25283 [  9267] By: nick                                  on 2001/03/20  20:04:39
25284         Log: More EBCDIC stuff:
25285              - Loose the extra level of function on ASCII.
25286              - spotted a chr(0) issue in sv.c
25287              - re-work of UTF-X tr/// ranges to work in Unicode
25288              space. Still issues with the "0xff is illegal UTF-8" hack.
25289              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
25290              (why do it once when you can do it all over the place :-(
25291              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
25292              need utf8.pm for swashes.
25293              - Simplified and commented scan_const() in toke.c
25294              Still something wrong regexp and tr (swashes?).
25295      Branch: perlio
25296            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
25297            ! utf8.c utf8.h utfebcdic.h
25298 ____________________________________________________________________________
25299 [  9266] By: gsar                                  on 2001/03/20  19:16:43
25300         Log: VMS piping fixes (from Charles Lane)
25301      Branch: maint-5.6/perl
25302            ! vms/vms.c vms/vmspipe.com
25303 ____________________________________________________________________________
25304 [  9265] By: gsar                                  on 2001/03/20  17:53:52
25305         Log: cut-n-paste goof in change#9264
25306      Branch: maint-5.6/perl
25307            ! ext/File/Glob/Glob.xs
25308 ____________________________________________________________________________
25309 [  9264] By: gsar                                  on 2001/03/20  17:43:47
25310         Log: do alphabetical sorting by default (for csh compatibility);
25311              bsd_glob() does ASCII sort by default as usual, unless
25312              GLOB_ALPHASORT was specified
25313      Branch: maint-5.6/perl
25314            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
25315            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25316            ! ext/File/Glob/bsd_glob.h
25317 ____________________________________________________________________________
25318 [  9263] By: gsar                                  on 2001/03/20  16:40:08
25319         Log: integrate change#9255 from mainline (unicode fix)
25320              
25321              substr($bytestr, i, n, $charstr)
25322      Branch: maint-5.6/perl
25323           !> Todo-5.6 pp.c t/op/substr.t
25324 ____________________________________________________________________________
25325 [  9262] By: gsar                                  on 2001/03/20  15:57:41
25326         Log: revert the leak fix in change#9142 (problem needs a more experimental
25327              fix unsuitable for 5.6.1)
25328      Branch: maint-5.6/perl
25329            ! scope.c
25330 ____________________________________________________________________________
25331 [  9261] By: jhi                                   on 2001/03/20  14:26:25
25332         Log: Integrate changes #9259,9260 from maintperl into mainline.
25333              
25334              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
25335              
25336              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
25337      Branch: perl
25338           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
25339 ____________________________________________________________________________
25340 [  9260] By: jhi                                   on 2001/03/20  14:05:46
25341         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
25342              From: Robin Barker <rmb1@cise.npl.co.uk>
25343              Date: Tue, 20 Mar 2001 10:12:04 GMT
25344              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
25345      Branch: maint-5.6/perl
25346            ! run.c
25347 ____________________________________________________________________________
25348 [  9259] By: jhi                                   on 2001/03/20  14:04:39
25349         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
25350              From: Chris Nandor <pudge@pobox.com>
25351              Date: Tue, 20 Mar 2001 00:40:56 -0500
25352              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
25353      Branch: maint-5.6/perl
25354            ! ext/POSIX/POSIX.xs lib/File/Path.pm
25355 ____________________________________________________________________________
25356 [  9258] By: jhi                                   on 2001/03/20  05:09:34
25357         Log: Update Changes.
25358      Branch: perl
25359            ! Changes patchlevel.h
25360 ____________________________________________________________________________
25361 [  9257] By: jhi                                   on 2001/03/20  05:04:25
25362         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
25363      Branch: perl
25364            ! t/op/tr.t
25365 ____________________________________________________________________________
25366 [  9256] By: jhi                                   on 2001/03/20  04:43:12
25367         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
25368              From: Peter Prymmer <pvhp@forte.com>
25369              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
25370              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
25371      Branch: maint-5.6/perl
25372            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
25373 ____________________________________________________________________________
25374 [  9255] By: jhi                                   on 2001/03/19  23:17:17
25375         Log: substr($bytestr, i, n, $charstr)
25376
25377              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
25378      Branch: perl
25379            ! Todo-5.6 pp.c t/op/substr.t
25380 ____________________________________________________________________________
25381 [  9254] By: jhi                                   on 2001/03/19  22:25:09
25382         Log: Rearrange the make test target prerequisites so that
25383              in a parallel make 'all' is finished before 'test'.
25384      Branch: perl
25385            ! Makefile.SH
25386 ____________________________________________________________________________
25387 [  9253] By: jhi                                   on 2001/03/19  21:48:07
25388         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
25389              From: Robin Houston <robin@kitsite.com>
25390              Date: Mon, 19 Mar 2001 15:48:41 +0000
25391              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
25392      Branch: perl
25393            ! pp_ctl.c
25394 ____________________________________________________________________________
25395 [  9252] By: jhi                                   on 2001/03/19  21:42:27
25396         Log: Integrate perlio.
25397      Branch: perl
25398           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
25399           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
25400           !> utfebcdic.h vms/perly_c.vms
25401 ____________________________________________________________________________
25402 [  9251] By: jhi                                   on 2001/03/19  21:31:28
25403         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
25404              
25405              Dynaloading in 64-bit AIX with vac.
25406      Branch: perl
25407           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25408           !> hints/aix.sh
25409 ____________________________________________________________________________
25410 [  9250] By: jhi                                   on 2001/03/19  21:18:00
25411         Log: A more robust solution for the 64bitall AIX dynaloading
25412              problem, from Jens-Uwe Mager.
25413      Branch: maint-5.6/perl
25414            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25415 ____________________________________________________________________________
25416 [  9249] By: nick                                  on 2001/03/19  20:59:37
25417         Log: Integrate mainline.
25418      Branch: perlio
25419           !> (integrate 42 files)
25420 ____________________________________________________________________________
25421 [  9248] By: nick                                  on 2001/03/19  20:22:07
25422         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
25423              (Building on OS390 uses native YACC and YYDEBUG has other
25424              side effects.)
25425      Branch: perlio
25426            ! perly.c perly.y vms/perly_c.vms
25427 ____________________________________________________________________________
25428 [  9247] By: jhi                                   on 2001/03/19  19:59:53
25429         Log: 64-bit AIX dynaloading problem (see #9244) idea
25430              from Jens-Uwe Mager.
25431      Branch: maint-5.6/perl
25432            ! ext/DynaLoader/dl_aix.xs
25433 ____________________________________________________________________________
25434 [  9246] By: nick                                  on 2001/03/19  19:27:57
25435         Log: More EBCDIC fixes.
25436      Branch: perlio
25437            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
25438            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
25439 ____________________________________________________________________________
25440 [  9245] By: jhi                                   on 2001/03/19  19:05:19
25441         Log: Integrate change #9243 from mainline into maintperl.
25442              
25443              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
25444      Branch: maint-5.6/perl
25445           !> README.vmesa
25446 ____________________________________________________________________________
25447 [  9244] By: jhi                                   on 2001/03/19  19:03:15
25448         Log: Get 64bitall AIX building, but still does not test okay:
25449              dynaloading anything fails, for example for op/defins:
25450              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
25451              (update: fixed by #9247,9250)
25452      Branch: maint-5.6/perl
25453            ! hints/aix.sh
25454 ____________________________________________________________________________
25455 [  9243] By: jhi                                   on 2001/03/19  19:00:16
25456         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
25457              From: Robin Barker <rmb1@cise.npl.co.uk>
25458              Date: Mon, 19 Mar 2001 18:01:57 GMT
25459              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
25460      Branch: perl
25461            ! README.vmesa
25462 ____________________________________________________________________________
25463 [  9242] By: jhi                                   on 2001/03/19  18:58:43
25464         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
25465              
25466              TODO: tests.
25467      Branch: perl
25468            ! doop.c op.c
25469 ____________________________________________________________________________
25470 [  9241] By: gsar                                  on 2001/03/19  17:34:46
25471         Log: VMSify tests (from Charles Lane)
25472      Branch: maint-5.6/perl
25473            ! t/lib/filehand.t t/lib/texttabs.t
25474 ____________________________________________________________________________
25475 [  9240] By: jhi                                   on 2001/03/19  14:24:26
25476         Log: Integrate change #9233 from maintperl into mainline.
25477              
25478              some refcounts were incorrect in perl_clone()
25479      Branch: perl
25480           !> sv.c
25481 ____________________________________________________________________________
25482 [  9239] By: gsar                                  on 2001/03/19  09:23:17
25483         Log: this is 5.6.1-trial3
25484      Branch: maint-5.6/perl
25485            ! Changes
25486 ____________________________________________________________________________
25487 [  9238] By: gsar                                  on 2001/03/19  08:47:04
25488         Log: some new symbols are only available under ithreads
25489      Branch: maint-5.6/perl
25490            ! makedef.pl
25491 ____________________________________________________________________________
25492 [  9237] By: gsar                                  on 2001/03/19  08:42:28
25493         Log: update patchlevel.h, Changes, &c.
25494      Branch: maint-5.6/perl
25495            ! Changes patchlevel.h pod/perlhist.pod
25496           !> AUTHORS
25497 ____________________________________________________________________________
25498 [  9236] By: gsar                                  on 2001/03/19  08:17:49
25499         Log: integrate changes#8068,8717 from mainline
25500              
25501              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
25502              
25503              [PATCH CPAN 1.59_51] warning message (not!)
25504      Branch: maint-5.6/perl
25505           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
25506           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
25507           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
25508           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
25509           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25510 ____________________________________________________________________________
25511 [  9235] By: gsar                                  on 2001/03/19  08:07:09
25512         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
25513              
25514              [PATCH] Add missing CV flags to dump.c
25515              
25516              Re: [patch] Re: PL_ptr_table
25517              
25518              Fixup non-ithread build after 8713
25519              
25520              Generated files form 8713 etc.
25521              
25522              Correct the correction :-(
25523              
25524              Documenting coderef @INC (Re: CPAN "make this script work" feature)
25525              
25526              Subject: Re: sync sync sync: have I missed any patches?
25527              Replace djSP with dSP.
25528      Branch: maint-5.6/perl
25529           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
25530           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
25531           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
25532           !> sv.c sv.h win32/perlhost.h
25533 ____________________________________________________________________________
25534 [  9234] By: gsar                                  on 2001/03/19  07:22:05
25535         Log: revert the change#9090 integrate for now (change looks somewhat
25536              incomplete in that [ha]v_exists() need something similar; lacks
25537              tests; &c.)
25538      Branch: maint-5.6/perl
25539            ! hv.c
25540 ____________________________________________________________________________
25541 [  9233] By: gsar                                  on 2001/03/19  07:10:01
25542         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
25543              destruction when there are unreferenced scalars (SvREFCNT==0)
25544      Branch: maint-5.6/perl
25545            ! sv.c
25546 ____________________________________________________________________________
25547 [  9232] By: jhi                                   on 2001/03/19  05:11:02
25548         Log: Regen api and toc.
25549      Branch: maint-5.6/perl
25550            ! pod/perlapi.pod pod/perltoc.pod
25551 ____________________________________________________________________________
25552 [  9231] By: jhi                                   on 2001/03/19  04:06:03
25553         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
25554              add a lost line in pp.c:pp_chop(), update to new op/chop.
25555              
25556              Clarify the description differentiating for and while; inspired by
25557              
25558              Subject: [ID 20010306.004] || != named unary operator
25559              
25560              The $Is_MacOS needs to be declared.
25561      Branch: maint-5.6/perl
25562            ! pp.c t/op/chop.t
25563           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
25564 ____________________________________________________________________________
25565 [  9230] By: jhi                                   on 2001/03/19  03:48:16
25566         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
25567              9079,9083,9089,9090,9091 from mainline to maintperl.
25568              
25569              Quieten some noise in Win32 builds
25570              
25571              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
25572              
25573              The perlretut was still talking about the old \p and \P
25574              definitions.
25575              
25576              More tweakage on the Unicode character class descriptions.
25577              
25578              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
25579              
25580              Subject: 'no *POSIX' Patch speeding up make on BS2000 
25581              
25582              Subject: [PATCH] perldata.pod here-doc docs
25583              
25584              Add /sbin and /usr/sbin to the list of directories scanned
25585              for setuid programs.  Takes care of bug id 20010309.003.
25586              
25587              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
25588              
25589              In op/stat #35 better to scan all the potential directories
25590              for setuids, not just the first one.
25591      Branch: maint-5.6/perl
25592            ! Makefile.SH
25593           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
25594           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
25595           !> t/op/stat.t toke.c win32/win32.h
25596 ____________________________________________________________________________
25597 [  9229] By: jhi                                   on 2001/03/19  02:31:50
25598         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
25599              From: Chris Nandor <pudge@pobox.com>
25600              Date: Sat, 10 Mar 2001 14:22:19 -0500
25601              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
25602      Branch: maint-5.6/perl
25603            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25604            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
25605            ! t/lib/b.t t/lib/errno.t
25606 ____________________________________________________________________________
25607 [  9228] By: jhi                                   on 2001/03/19  02:29:59
25608         Log: Integrate changes #9113,9122 from mainline into maintperl.
25609              
25610              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?)
25611      Branch: maint-5.6/perl
25612           !> Configure README.os390 hints/os390.sh
25613 ____________________________________________________________________________
25614 [  9227] By: jhi                                   on 2001/03/19  02:22:35
25615         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
25616              into maintperl.
25617              
25618              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
25619              
25620              Forgot to check-in the larger part of #9120, duh.
25621              
25622              Subject: Another patch for integer.pm POD 
25623              
25624              h2ph strictness and cleanliness from Kurt Starsinic.
25625              
25626              Borland filename case problem.
25627              
25628              h2ph strictness and cleanliness from Kurt Starsinic.
25629              
25630              Subject: [PATCH] the uncontroversial doc patches
25631      Branch: maint-5.6/perl
25632           +> win32/sncfnmcs.pl
25633           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
25634           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
25635           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
25636           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
25637           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
25638           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
25639           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
25640 ____________________________________________________________________________
25641 [  9226] By: jhi                                   on 2001/03/19  02:10:21
25642         Log: Integrate changes #9207,9214 from mainline into maintperl.
25643              
25644              podchecker relaxations: =over has an *optional* number after it,
25645              and whitespace in L<> is okay.
25646      Branch: maint-5.6/perl
25647           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
25648           !> t/pod/poderrs.xr
25649 ____________________________________________________________________________
25650 [  9225] By: jhi                                   on 2001/03/19  02:07:38
25651         Log: Integrate change #9219 from maintperl into mainline.
25652              
25653              remove duplicated tests
25654      Branch: perl
25655           !> t/op/re_tests
25656 ____________________________________________________________________________
25657 [  9224] By: jhi                                   on 2001/03/19  02:06:11
25658         Log: Integrate change #9223 from mainline to maintperl.
25659              
25660              Document -Dmksymlinks.
25661      Branch: maint-5.6/perl
25662           !> INSTALL
25663 ____________________________________________________________________________
25664 [  9223] By: jhi                                   on 2001/03/19  02:01:25
25665         Log: Document -Dmksymlinks.
25666      Branch: perl
25667            ! INSTALL
25668 ____________________________________________________________________________
25669 [  9222] By: jhi                                   on 2001/03/19  01:15:35
25670         Log: The -Dmksymlinks wasn't working for maintperl.
25671      Branch: maint-5.6/perl
25672            ! Configure
25673 ____________________________________________________________________________
25674 [  9221] By: jhi                                   on 2001/03/19  00:49:43
25675         Log: Cleanup pixie residue.
25676      Branch: perl
25677            ! Makefile.SH
25678 ____________________________________________________________________________
25679 [  9220] By: jhi                                   on 2001/03/19  00:44:47
25680         Log: Document the use of pixie/prof; create make targets for it.
25681              
25682              TODO: make t/TEST pixie-aware.
25683      Branch: perl
25684            ! Makefile.SH pod/perlhack.pod
25685 ____________________________________________________________________________
25686 [  9219] By: gsar                                  on 2001/03/19  00:16:55
25687         Log: remove duplicated tests
25688      Branch: maint-5.6/perl
25689            ! t/op/re_tests
25690 ____________________________________________________________________________
25691 [  9218] By: jhi                                   on 2001/03/18  23:59:31
25692         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
25693      Branch: perl
25694            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
25695 ____________________________________________________________________________
25696 [  9217] By: jhi                                   on 2001/03/18  23:25:20
25697         Log: Rewrite the tests section of Makefile to be less redundant
25698              and to allow for more flexible test targets, many recursive
25699              make calls introduced.
25700      Branch: perl
25701            ! Makefile.SH
25702 ____________________________________________________________________________
25703 [  9216] By: jhi                                   on 2001/03/18  22:30:04
25704         Log: Document the use of Third Degree (sparsely).
25705      Branch: perl
25706            ! pod/perlhack.pod t/TEST
25707 ____________________________________________________________________________
25708 [  9215] By: jhi                                   on 2001/03/18  22:10:30
25709         Log: Make targets for testing with Third Degree.
25710      Branch: perl
25711            ! Makefile.SH
25712 ____________________________________________________________________________
25713 [  9214] By: jhi                                   on 2001/03/18  21:08:53
25714         Log: The podchecker relaxations need to mirrored also at the tests.
25715      Branch: perl
25716            ! t/pod/poderrs.xr
25717 ____________________________________________________________________________
25718 [  9213] By: jhi                                   on 2001/03/18  20:56:21
25719         Log: Update Changes.
25720      Branch: perl
25721            ! Changes patchlevel.h
25722 ____________________________________________________________________________
25723 [  9212] By: jhi                                   on 2001/03/18  20:36:59
25724         Log: Looking for config.sh in parent directories isn't
25725              very useful for the toplevel Makefile.
25726      Branch: perl
25727            ! Makefile.SH
25728 ____________________________________________________________________________
25729 [  9211] By: jhi                                   on 2001/03/18  20:33:37
25730         Log: On "make clean" take care of Third Degree droppings.
25731      Branch: perl
25732            ! Makefile.SH
25733 ____________________________________________________________________________
25734 [  9210] By: jhi                                   on 2001/03/18  20:21:34
25735         Log: Add a hook for running the tests under the Third Degree
25736              debugging tool (set $ENV{PERL_3LOG} to non-zero)
25737              
25738              TODO: Document the use of Third Degree.
25739      Branch: perl
25740            ! t/TEST
25741 ____________________________________________________________________________
25742 [  9209] By: jhi                                   on 2001/03/18  20:19:07
25743         Log: Regen toc and api pods.
25744      Branch: perl
25745            ! pod/perlapi.pod pod/perltoc.pod
25746 ____________________________________________________________________________
25747 [  9208] By: jhi                                   on 2001/03/18  20:12:12
25748         Log: Integrate changes #8128,9132 from mainline into maintperl,
25749              Tie::SubstrHash fixes.
25750      Branch: maint-5.6/perl
25751           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
25752 ____________________________________________________________________________
25753 [  9207] By: jhi                                   on 2001/03/18  20:07:43
25754         Log: podchecker relaxations from Michael Stevens.
25755      Branch: perl
25756            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
25757 ____________________________________________________________________________
25758 [  9206] By: jhi                                   on 2001/03/18  20:04:24
25759         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
25760      Branch: perl
25761            ! lib/Locale/Constants.pm lib/Locale/Country.pm
25762            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
25763            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
25764 ____________________________________________________________________________
25765 [  9205] By: jhi                                   on 2001/03/18  19:54:45
25766         Log: Integrate changes #9161,9162 from maintperl to mainline.
25767              
25768              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
25769              results
25770      Branch: perl
25771           !> t/op/magic.t
25772 ____________________________________________________________________________
25773 [  9204] By: jhi                                   on 2001/03/18  19:37:46
25774         Log: Make perl.third checks more understandable to the builder.
25775      Branch: perl
25776            ! Makefile.SH
25777 ____________________________________________________________________________
25778 [  9203] By: jhi                                   on 2001/03/18  19:20:54
25779         Log: Re-integrate #9138 from maintperl to mainline,
25780              the squelching of the unneeded "Scalars leaked" messages.
25781      Branch: perl
25782           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25783           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25784           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25785 ____________________________________________________________________________
25786 [  9202] By: jhi                                   on 2001/03/18  18:48:36
25787         Log: More robust and more paranoid perl.third target.
25788      Branch: perl
25789            ! Makefile.SH
25790 ____________________________________________________________________________
25791 [  9201] By: jhi                                   on 2001/03/18  18:39:21
25792         Log: Integrate change #9197 from maintperl to mainline.
25793              
25794              more thorough cleaning of arenas.
25795      Branch: perl
25796           !> embed.pl perl.c proto.h sv.c t/op/sort.t
25797 ____________________________________________________________________________
25798 [  9200] By: jhi                                   on 2001/03/18  18:25:17
25799         Log: Integrate perlio.
25800      Branch: perl
25801           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
25802           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
25803           !> t/lib/encode.t toke.c universal.c utf8.c
25804 ____________________________________________________________________________
25805 [  9199] By: nick                                  on 2001/03/18  15:23:51
25806         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
25807              is the sense of the test being done. Avoid some magical 127 and 128 values
25808              by using macros.
25809      Branch: perlio
25810            ! doop.c pp_ctl.c sv.c toke.c
25811 ____________________________________________________________________________
25812 [  9198] By: nick                                  on 2001/03/18  14:18:12
25813         Log: UTF-X encoding invariance for Encode:
25814              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
25815              - move the XS code for those to universal.c (so in miniperl)
25816              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
25817              - change ext/Encode/compile to use above.
25818              - Fix t/lib/encode.t for above
25819              - Teach t/lib/b.t to expect -uutf8
25820              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
25821              utf8.pm is needed.
25822      Branch: perlio
25823            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25824            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
25825 ____________________________________________________________________________
25826 [  9197] By: gsar                                  on 2001/03/18  12:15:57
25827         Log: more thorough cleaning of arenas--keep going until no more
25828              SvREFCNT_dec()s occur (this fixes the problem that causes the
25829              pesky "Scalars leaked" warnings)
25830      Branch: maint-5.6/perl
25831            ! embed.pl perl.c proto.h sv.c t/op/sort.t
25832 ____________________________________________________________________________
25833 [  9196] By: nick                                  on 2001/03/18  10:57:29
25834         Log: Fix pragma/utf8.t # 15
25835              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
25836              are SvUTF8 as well.
25837      Branch: perlio
25838            ! toke.c
25839 ____________________________________________________________________________
25840 [  9195] By: nick                                  on 2001/03/18  09:27:06
25841         Log: Integrate mainline
25842      Branch: perlio
25843           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
25844           !> t/op/pat.t
25845 ____________________________________________________________________________
25846 [  9194] By: jhi                                   on 2001/03/18  05:29:59
25847         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
25848              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
25849      Branch: perl
25850            ! op.c op.h t/op/misc.t t/op/pat.t
25851 ____________________________________________________________________________
25852 [  9193] By: jhi                                   on 2001/03/18  05:15:06
25853         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
25854      Branch: perl
25855            ! mg.c t/op/pat.t
25856 ____________________________________________________________________________
25857 [  9192] By: jhi                                   on 2001/03/18  04:22:43
25858         Log: tr/// UTF-8 patches from Inaba Hiroto.
25859      Branch: perl
25860            ! doop.c op.c
25861 ____________________________________________________________________________
25862 [  9191] By: jhi                                   on 2001/03/18  04:21:17
25863         Log: Integrate perlio.
25864      Branch: perl
25865           !> utf8.c utfebcdic.h
25866 ____________________________________________________________________________
25867 [  9190] By: nick                                  on 2001/03/17  20:32:01
25868         Log: Correct #if EBCDIC side typos.
25869              Builds and passes many tests on OS390.
25870      Branch: perlio
25871            ! utf8.c utfebcdic.h
25872 ____________________________________________________________________________
25873 [  9189] By: jhi                                   on 2001/03/17  18:55:49
25874         Log: Add prerequisites for the perl.third target.
25875      Branch: perl
25876            ! Makefile.SH
25877 ____________________________________________________________________________
25878 [  9188] By: jhi                                   on 2001/03/17  18:46:00
25879         Log: Integrate perlio.
25880      Branch: perl
25881           +> utfebcdic.h
25882           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
25883 ____________________________________________________________________________
25884 [  9187] By: jhi                                   on 2001/03/17  18:38:47
25885         Log: Add a make rule for perl.third (the Third Degree memory debugging
25886              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
25887      Branch: perl
25888            ! Makefile.SH
25889 ____________________________________________________________________________
25890 [  9186] By: nick                                  on 2001/03/17  18:34:48
25891         Log: MANIFEST addition :-(
25892      Branch: perlio
25893            ! MANIFEST
25894 ____________________________________________________________________________
25895 [  9185] By: nick                                  on 2001/03/17  18:29:50
25896         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
25897              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
25898              a superset of ASCII are invariant under the encoding. This is EBCDIC
25899              friendly as an encoded string can be looked at as being EBCDIC by lexer
25900              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
25901              ASCII on ASCII machines.
25902              
25903              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
25904              seperate.
25905              - Add some more macros to comprehend different shift amounts and
25906              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
25907              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
25908              and conditionaly #include it.
25909              
25910              EBCDIC build as yet untested.  ASCII still fails the one test.
25911      Branch: perlio
25912            + utfebcdic.h
25913            ! utf8.c utf8.h
25914 ____________________________________________________________________________
25915 [  9184] By: nick                                  on 2001/03/17  17:44:16
25916         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
25917      Branch: perlio
25918            ! doop.c perl.h pp.c utf8.h
25919 ____________________________________________________________________________
25920 [  9183] By: jhi                                   on 2001/03/17  15:55:42
25921         Log: Integrate perlio.
25922      Branch: perl
25923            ! MANIFEST
25924           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
25925 ____________________________________________________________________________
25926 [  9182] By: nick                                  on 2001/03/17  09:16:06
25927         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
25928      Branch: perlio
25929            ! t/op/pat.t
25930 ____________________________________________________________________________
25931 [  9181] By: nick                                  on 2001/03/17  09:15:11
25932         Log: Integrate mainline.
25933      Branch: perlio
25934           +> lib/Locale/Constants.pm lib/Locale/Country.pm
25935           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
25936           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
25937           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
25938           !> (integrate 83 files)
25939 ____________________________________________________________________________
25940 [  9180] By: nick                                  on 2001/03/16  17:23:21
25941         Log: EBCDIC Fixes.
25942      Branch: perlio
25943            ! perl.h sv.c toke.c utf8.c utf8.h
25944 ____________________________________________________________________________
25945 [  9179] By: jhi                                   on 2001/03/16  14:10:12
25946         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
25947              a change needed to work around an AIX compiler bug.
25948      Branch: perl
25949            ! ext/Storable/Storable.xs
25950 ____________________________________________________________________________
25951 [  9178] By: jhi                                   on 2001/03/16  03:19:59
25952         Log: With Damian's approval synchronize damian's modules'
25953              licensing with Perl's standard module licensing.
25954      Branch: perl
25955            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
25956 ____________________________________________________________________________
25957 [  9177] By: jhi                                   on 2001/03/16  03:15:34
25958         Log: Make the Filter::Util:Call files have their own copies
25959              of the Perl standard module licensing, from Paul Marquess.
25960      Branch: perl
25961            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25962 ____________________________________________________________________________
25963 [  9176] By: jhi                                   on 2001/03/16  02:56:04
25964         Log: Subject: [PATCH] more pod patches
25965              From: Michael Stevens <michael@etla.org>
25966              Date: Thu, 15 Mar 2001 21:25:18 +0000
25967              Message-ID: <20010315212518.A18870@firedrake.org>
25968      Branch: perl
25969            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
25970            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
25971            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
25972            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
25973            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
25974            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
25975            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
25976            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
25977            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
25978            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
25979            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
25980            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
25981            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
25982            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
25983            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
25984            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
25985            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
25986            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
25987            ! lib/Locale/Country.pm lib/Locale/Language.pm
25988            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
25989            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
25990            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
25991            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
25992            ! os2/OS2/Process/Process.pm
25993 ____________________________________________________________________________
25994 [  9175] By: jhi                                   on 2001/03/16  02:53:32
25995         Log: Subject: [PATCH] the uncontroversial doc patches
25996              From: Michael Stevens <michael@etla.org>
25997              Date: Thu, 15 Mar 2001 20:01:12 +0000
25998              Message-ID: <20010315200112.A7636@firedrake.org>
25999      Branch: perl
26000            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
26001            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
26002            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
26003            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
26004            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
26005 ____________________________________________________________________________
26006 [  9174] By: jhi                                   on 2001/03/16  02:50:49
26007         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
26008              From: Paul Lindner <lindner@inuus.com>
26009              Date: Fri, 16 Mar 2001 11:28:03 -0800
26010              Message-ID: <20010316112803.A7577@inuus.com>
26011      Branch: perl
26012            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26013 ____________________________________________________________________________
26014 [  9173] By: nick                                  on 2001/03/15  20:21:03
26015         Log: 1st day's EBCDIC fixes:
26016              - toke.c's parsing of strings needed attention
26017              needed to conditionally e2a if string was already UTF-8
26018              - e2a/a2e tables where wrong way round.
26019              - new macros in utf8.h
26020      Branch: perlio
26021            ! perl.h toke.c utf8.h
26022 ____________________________________________________________________________
26023 [  9172] By: jhi                                   on 2001/03/15  15:17:17
26024         Log: Update Changes.
26025      Branch: perl
26026            ! Changes patchlevel.h
26027 ____________________________________________________________________________
26028 [  9171] By: jhi                                   on 2001/03/15  15:09:32
26029         Log: Subject: Re: Another Borland C++ problem.
26030              From: "Vadim Konovalov" <watman@inbox.ru>
26031              Date: Sat, 10 Mar 2001 19:26:07 +0300
26032              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
26033              
26034              Borland filename case problem.
26035      Branch: perl
26036            + win32/sncfnmcs.pl
26037            ! MANIFEST README.win32
26038 ____________________________________________________________________________
26039 [  9170] By: jhi                                   on 2001/03/15  14:54:23
26040         Log: Add Locale::Codes 1.06, from Neil Bowers.
26041      Branch: perl
26042            + lib/Locale/Constants.pm lib/Locale/Country.pm
26043            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
26044            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
26045            + t/lib/lc-language.t t/lib/lc-uk.t
26046            ! MANIFEST
26047 ____________________________________________________________________________
26048 [  9169] By: jhi                                   on 2001/03/15  14:19:01
26049         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
26050      Branch: perl
26051            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26052            ! ext/Storable/Storable.xs
26053 ____________________________________________________________________________
26054 [  9168] By: jhi                                   on 2001/03/15  14:13:22
26055         Log: Integrate changes #9120,9167 from mainline to maintperl.
26056              
26057              Subject: [PATCH 5.6.1] OS/2 docs
26058              
26059              Subject: [PATCH 5.6.1] perldoc
26060      Branch: maint-5.6/perl
26061           !> os2/Changes utils/perldoc.PL
26062 ____________________________________________________________________________
26063 [  9167] By: jhi                                   on 2001/03/15  14:07:42
26064         Log: Subject: [PATCH 5.6.1] perldoc
26065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26066              Date: Wed, 14 Mar 2001 23:46:52 -0500
26067              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
26068      Branch: perl
26069            ! utils/perldoc.PL
26070 ____________________________________________________________________________
26071 [  9166] By: jhi                                   on 2001/03/15  13:53:15
26072         Log: sigaction test condition tweakage.
26073      Branch: perl
26074            ! t/lib/sigaction.t
26075 ____________________________________________________________________________
26076 [  9165] By: alanbur                               on 2001/03/15  03:49:17
26077         Log: Resynchronised with parent
26078      Branch: maint-5.6/pureperl
26079           +> os2/os2add.sym t/op/anonsub.t
26080           !> (integrate 72 files)
26081 ____________________________________________________________________________
26082 [  9164] By: jhi                                   on 2001/03/15  01:05:01
26083         Log: Avoid stomping off the beginning of an array in tr///.
26084      Branch: perl
26085            ! op.c
26086 ____________________________________________________________________________
26087 [  9163] By: jhi                                   on 2001/03/15  00:58:57
26088         Log: h2ph strictness and cleanliness from Kurt Starsinic.
26089      Branch: perl
26090            ! utils/h2ph.PL
26091 ____________________________________________________________________________
26092 [  9162] By: gsar                                  on 2001/03/15  00:56:53
26093         Log: avoid warnings
26094      Branch: maint-5.6/perl
26095            ! t/op/magic.t
26096 ____________________________________________________________________________
26097 [  9161] By: gsar                                  on 2001/03/15  00:52:09
26098         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
26099              results
26100      Branch: maint-5.6/perl
26101            ! t/op/magic.t
26102 ____________________________________________________________________________
26103 [  9160] By: jhi                                   on 2001/03/14  22:02:10
26104         Log: Do not use the Perl malloc in IRIX, suggested by
26105              Helmus Jarausch.
26106      Branch: perl
26107            ! hints/irix_6.sh
26108 ____________________________________________________________________________
26109 [  9159] By: nick                                  on 2001/03/14  21:45:59
26110         Log: Integrate mainline
26111      Branch: perlio
26112           +> t/op/loopctl.t
26113           !> (integrate 41 files)
26114 ____________________________________________________________________________
26115 [  9158] By: jhi                                   on 2001/03/14  21:10:09
26116         Log: The Day of the Retractions continues: the #9138
26117              (integrated in #9144) doesn't work well in mainline.
26118      Branch: perl
26119            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26120            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26121            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26122 ____________________________________________________________________________
26123 [  9157] By: jhi                                   on 2001/03/14  20:58:12
26124         Log: The #9145 CANNOT be enabled: the clear_pmop code still
26125              dumps core all over in Tru64.
26126      Branch: perl
26127            ! op.c op.h t/op/pat.t
26128 ____________________________________________________________________________
26129 [  9156] By: jhi                                   on 2001/03/14  20:48:06
26130         Log: Integrate change #9154 from maintperl to mainline.
26131              
26132              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
26133              (caused Storable 1.0.10 to break on windows)
26134      Branch: perl
26135           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
26136           !> perlapi.c proto.h
26137 ____________________________________________________________________________
26138 [  9155] By: jhi                                   on 2001/03/14  20:23:53
26139         Log: Retract #9136: breaks threading (and binary compatibility).
26140      Branch: perl
26141            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26142 ____________________________________________________________________________
26143 [  9154] By: gsar                                  on 2001/03/14  17:48:18
26144         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
26145              (caused Storable 1.0.10 to break on windows)
26146      Branch: maint-5.6/perl
26147            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
26148            ! perlapi.c proto.h
26149 ____________________________________________________________________________
26150 [  9153] By: jhi                                   on 2001/03/14  13:35:21
26151         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
26152      Branch: perl
26153            ! t/lib/sigaction.t
26154 ____________________________________________________________________________
26155 [  9152] By: gsar                                  on 2001/03/14  07:29:40
26156         Log: back out changes#9012,9010,9009 and parts of change#9016
26157              (causes ABRs under purify, and some prerequisites don't
26158              seem to be there in 5.6.x)
26159      Branch: maint-5.6/perl
26160            ! doop.c op.c t/op/tr.t toke.c
26161 ____________________________________________________________________________
26162 [  9151] By: gsar                                  on 2001/03/14  07:01:29
26163         Log: reenable change#9145 (the test was busted due to a missing
26164              C<print "ok 27\n">)
26165      Branch: perl
26166            ! op.c op.h t/op/pat.t
26167 ____________________________________________________________________________
26168 [  9150] By: jhi                                   on 2001/03/14  06:38:36
26169         Log: Retract #9145.
26170      Branch: perl
26171            ! op.c op.h t/op/pat.t
26172 ____________________________________________________________________________
26173 [  9149] By: jhi                                   on 2001/03/14  06:14:56
26174         Log: Retract #9143.
26175      Branch: perl
26176            ! op.c
26177 ____________________________________________________________________________
26178 [  9148] By: gsar                                  on 2001/03/14  06:13:02
26179         Log: Uninitialized Memory Read in regexec.c
26180      Branch: perl
26181            ! regexec.c
26182 ____________________________________________________________________________
26183 [  9147] By: jhi                                   on 2001/03/14  04:59:54
26184         Log: Subject: PATCH: make goto work in nested eval ""
26185              From: Robin Houston <robin@kitsite.com>
26186              Date: Wed, 14 Mar 2001 04:16:10 +0000
26187              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
26188      Branch: perl
26189            ! pp_ctl.c t/op/goto.t
26190 ____________________________________________________________________________
26191 [  9146] By: jhi                                   on 2001/03/14  04:42:54
26192         Log: Preserve the #ifdef PERL_CORE in perly.h.
26193      Branch: perl
26194            ! perly.fixer
26195 ____________________________________________________________________________
26196 [  9145] By: jhi                                   on 2001/03/14  03:57:41
26197         Log: (Retracted by #9150.)
26198      Branch: perl
26199            ! op.c op.h t/op/pat.t
26200 ____________________________________________________________________________
26201 [  9144] By: jhi                                   on 2001/03/14  03:50:38
26202         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
26203              
26204              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
26205              
26206              remove squelch controls for "Scalars leaked" messages in most places
26207              (these are now cured)
26208              
26209              fix another memory leak reported by purify (tie callbacks that
26210              croak can leak when wiping out magic)
26211      Branch: perl
26212           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
26213           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
26214           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
26215           !> t/pragma/warnings.t
26216 ____________________________________________________________________________
26217 [  9143] By: jhi                                   on 2001/03/14  03:37:53
26218         Log: (Retracted by #9149.)
26219      Branch: perl
26220            ! op.c
26221 ____________________________________________________________________________
26222 [  9142] By: gsar                                  on 2001/03/14  03:20:48
26223         Log: fix another memory leak reported by purify (tie callbacks that
26224              croak can leak when wiping out magic)
26225      Branch: maint-5.6/perl
26226            ! scope.c
26227 ____________________________________________________________________________
26228 [  9141] By: jhi                                   on 2001/03/14  02:55:00
26229         Log: Subject: PATCH for [ID 20010305.003]
26230              From: Robin Houston <robin@kitsite.com>
26231              Date: Wed, 14 Mar 2001 02:45:51 +0000
26232              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
26233      Branch: perl
26234            ! pp_ctl.c t/op/eval.t
26235 ____________________________________________________________________________
26236 [  9140] By: jhi                                   on 2001/03/14  02:41:54
26237         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26238              Date: Wed, 14 Mar 2001 01:52:51 +0000
26239              From: Robin Houston <robin@kitsite.com>
26240              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
26241              
26242              Fix for 2000313.004.
26243      Branch: perl
26244            ! pp_ctl.c t/op/goto.t
26245 ____________________________________________________________________________
26246 [  9139] By: jhi                                   on 2001/03/14  02:40:50
26247         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26248              From: Robin Houston <robin@kitsite.com>
26249              Date: Wed, 14 Mar 2001 00:43:45 +0000
26250              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
26251      Branch: perl
26252            + t/op/loopctl.t
26253            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
26254            ! vms/perly_c.vms
26255 ____________________________________________________________________________
26256 [  9138] By: gsar                                  on 2001/03/14  01:18:00
26257         Log: remove squelch controls for "Scalars leaked" messages in most places
26258              (these are now cured)
26259      Branch: maint-5.6/perl
26260            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26261            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26262            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26263 ____________________________________________________________________________
26264 [  9137] By: gsar                                  on 2001/03/14  00:57:04
26265         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
26266      Branch: maint-5.6/perl
26267            ! regcomp.c
26268 ____________________________________________________________________________
26269 [  9136] By: jhi                                   on 2001/03/13  23:12:24
26270         Log: (Retracted by #9155)
26271              
26272              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
26273              From: Jens-Uwe Mager <jum@helios.de>
26274              Date: Wed, 21 Feb 2001 21:32:04 +0100
26275              Message-ID: <20010221213203.A18340@ans.helios.de>
26276      Branch: perl
26277            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26278 ____________________________________________________________________________
26279 [  9135] By: jhi                                   on 2001/03/13  22:50:05
26280         Log: Integrate perlio.
26281      Branch: perl
26282           !> pp.c
26283 ____________________________________________________________________________
26284 [  9134] By: jhi                                   on 2001/03/13  22:49:05
26285         Log: Integrate change #9131 from maintperl into mainline.
26286              
26287              make the error text look more consistent in hints/hpux.sh
26288      Branch: perl
26289           !> hints/hpux.sh
26290 ____________________________________________________________________________
26291 [  9133] By: gsar                                  on 2001/03/13  22:46:20
26292         Log: integrate change#9067 from mainline
26293              
26294              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26295      Branch: maint-5.6/perl
26296           !> lib/ExtUtils/MM_Unix.pm
26297 ____________________________________________________________________________
26298 [  9132] By: jhi                                   on 2001/03/13  22:41:21
26299         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26300              From: "John P. Linderman" <jpl@research.att.com>
26301              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
26302              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
26303              
26304              A more correct prime finder.
26305      Branch: perl
26306            ! lib/Tie/SubstrHash.pm
26307 ____________________________________________________________________________
26308 [  9131] By: gsar                                  on 2001/03/13  22:30:42
26309         Log: make the error text look more consistent in hints/hpux.sh
26310      Branch: maint-5.6/perl
26311            ! hints/hpux.sh
26312 ____________________________________________________________________________
26313 [  9130] By: jhi                                   on 2001/03/13  22:23:44
26314         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
26315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26316              Date: Tue, 13 Mar 2001 18:41:26 +0100
26317              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
26318              
26319              If the test is run non-interactively the default handler
26320              is different.
26321      Branch: perl
26322            ! t/lib/sigaction.t
26323 ____________________________________________________________________________
26324 [  9129] By: jhi                                   on 2001/03/13  22:20:21
26325         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
26326              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26327              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
26328              Date:     Tue, 13 Mar 2001 16:44:32 EST
26329      Branch: perl
26330            ! t/lib/1_compile.t
26331 ____________________________________________________________________________
26332 [  9128] By: jhi                                   on 2001/03/13  22:18:34
26333         Log: Subject: Another patch for integer.pm POD 
26334              From: "John L. Allen" <allen@grumman.com>
26335              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
26336              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
26337      Branch: perl
26338            ! lib/integer.pm
26339 ____________________________________________________________________________
26340 [  9127] By: nick                                  on 2001/03/13  21:26:30
26341         Log: Integrate mainline.
26342      Branch: perlio
26343           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
26344           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
26345           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
26346           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
26347           !> Changes Configure MANIFEST README.os2 README.os390
26348           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
26349           !> os2/Changes patchlevel.h win32/perlhost.h
26350 ____________________________________________________________________________
26351 [  9126] By: nick                                  on 2001/03/13  20:39:51
26352         Log: #ifdef'ed out code to make packed side of pack/unpack
26353              octets. (i.e. pack('U') => encode_utf8).
26354      Branch: perlio
26355            ! pp.c
26356 ____________________________________________________________________________
26357 [  9125] By: jhi                                   on 2001/03/13  15:07:16
26358         Log: Update Changes.
26359      Branch: perl
26360            ! Changes patchlevel.h
26361 ____________________________________________________________________________
26362 [  9124] By: jhi                                   on 2001/03/13  14:22:45
26363         Log: Workaround for the buggy ("internal compiler error")
26364              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
26365              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
26366              of Andreas König.
26367      Branch: perl
26368            ! ext/re/Makefile.PL hints/aix.sh
26369 ____________________________________________________________________________
26370 [  9123] By: jhi                                   on 2001/03/13  03:24:34
26371         Log: Typo in #9114.
26372      Branch: metaconfig
26373            ! U/modified/myhostname.U
26374 ____________________________________________________________________________
26375 [  9122] By: jhi                                   on 2001/03/13  03:24:06
26376         Log: Typo in #9113.
26377      Branch: perl
26378            ! Configure
26379 ____________________________________________________________________________
26380 [  9121] By: jhi                                   on 2001/03/13  01:53:05
26381         Log: Forgot to check-in the larger part of #9120, duh.
26382      Branch: perl
26383            ! README.os2
26384 ____________________________________________________________________________
26385 [  9120] By: jhi                                   on 2001/03/13  01:51:31
26386         Log: Subject: [PATCH 5.6.1] OS/2 docs
26387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26388              Date: Mon, 12 Mar 2001 03:27:32 -0500
26389              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
26390      Branch: perl
26391            ! os2/Changes
26392 ____________________________________________________________________________
26393 [  9119] By: jhi                                   on 2001/03/13  01:49:41
26394         Log: Integrate change #9116 from maintperl into mainline.
26395              
26396              Win32::GetCwd() returns C: instead of C:\ in the root directory
26397              under ithreads
26398      Branch: perl
26399           !> win32/perlhost.h
26400 ____________________________________________________________________________
26401 [  9118] By: jhi                                   on 2001/03/13  01:13:39
26402         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
26403      Branch: perl
26404            + lib/Switch.pm t/lib/switch.t
26405            ! MANIFEST
26406 ____________________________________________________________________________
26407 [  9117] By: jhi                                   on 2001/03/13  01:03:17
26408         Log: Add Text::Balanced 1.83.
26409      Branch: perl
26410            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
26411            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
26412            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
26413            + t/lib/tb-xvari.t
26414            ! MANIFEST
26415 ____________________________________________________________________________
26416 [  9116] By: gsar                                  on 2001/03/13  00:55:53
26417         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
26418              under ithreads
26419      Branch: maint-5.6/perl
26420            ! win32/perlhost.h
26421 ____________________________________________________________________________
26422 [  9115] By: jhi                                   on 2001/03/13  00:54:09
26423         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
26424              From: "John L. Allen" <allen@grumman.com>
26425              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
26426              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
26427              
26428              use integer document clarification.
26429      Branch: perl
26430            ! lib/integer.pm
26431 ____________________________________________________________________________
26432 [  9114] By: jhi                                   on 2001/03/13  00:38:54
26433         Log: Metaconfig unit change for #9113.
26434      Branch: metaconfig
26435            ! U/modified/myhostname.U
26436 ____________________________________________________________________________
26437 [  9113] By: jhi                                   on 2001/03/13  00:38:35
26438         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?)
26439              From: Peter Prymmer <pvhp@forte.com>
26440              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
26441              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
26442      Branch: perl
26443            ! Configure README.os390 hints/os390.sh
26444 ____________________________________________________________________________
26445 [  9112] By: jhi                                   on 2001/03/13  00:29:00
26446         Log: Integrate perlio.
26447      Branch: perl
26448           !> sv.c utf8.h
26449 ____________________________________________________________________________
26450 [  9111] By: nick                                  on 2001/03/12  21:16:33
26451         Log: Integrate mainline.
26452      Branch: perlio
26453           +> t/op/anonsub.t
26454           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
26455           !> proto.h sv.c
26456 ____________________________________________________________________________
26457 [  9110] By: nick                                  on 2001/03/12  21:00:13
26458         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
26459      Branch: perlio
26460            ! sv.c utf8.h
26461 ____________________________________________________________________________
26462 [  9109] By: jhi                                   on 2001/03/12  16:04:47
26463         Log: Integrate change #9108 from maintperl to mainline.
26464              
26465              fix memory leak in C<sub X { sub {} }> arising from a refcount
26466              loop between the outer sub and the inner prototype anonsub
26467              
26468              this also enables closures returned by subroutines that
26469              subsequently get redefined to work without generating coredumps :)
26470              
26471              completely removed the free_closures() hack--it shouldn't be
26472              needed anymore
26473      Branch: perl
26474           +> t/op/anonsub.t
26475           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
26476           !> proto.h sv.c
26477 ____________________________________________________________________________
26478 [  9108] By: gsar                                  on 2001/03/12  10:21:31
26479         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
26480              loop between the outer sub and the inner prototype anonsub
26481              
26482              this also enables closures returned by subroutines that
26483              subsequently get redefined to work without generating coredumps :)
26484              
26485              completely removed the free_closures() hack--it shouldn't be
26486              needed anymore
26487      Branch: maint-5.6/perl
26488            + t/op/anonsub.t
26489            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
26490            ! proto.h sv.c
26491 ____________________________________________________________________________
26492 [  9107] By: jhi                                   on 2001/03/12  05:15:31
26493         Log: Integrate perlio.
26494      Branch: perl
26495           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
26496 ____________________________________________________________________________
26497 [  9106] By: nick                                  on 2001/03/11  20:10:12
26498         Log: regcomp.c is working in native space, not Unicode space (if different)
26499              as it is doing compare against 'W' in \W etc.
26500      Branch: perlio
26501            ! regcomp.c
26502 ____________________________________________________________________________
26503 [  9105] By: nick                                  on 2001/03/11  19:39:34
26504         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
26505              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
26506      Branch: perlio
26507            ! regcomp.c toke.c utf8.c
26508 ____________________________________________________________________________
26509 [  9104] By: nick                                  on 2001/03/11  18:15:44
26510         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
26511      Branch: perlio
26512            ! sv.c
26513 ____________________________________________________________________________
26514 [  9103] By: nick                                  on 2001/03/11  18:03:28
26515         Log: Integrate mainline (for regexp stuff).
26516      Branch: perlio
26517           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26518           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
26519           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
26520           !> t/lib/errno.t t/op/pat.t
26521 ____________________________________________________________________________
26522 [  9102] By: nick                                  on 2001/03/11  17:44:20
26523         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
26524              - exclude layer syms in makedef.pl for sfio
26525              - also inhibit Encode from trying to build ":encode()" layer.
26526      Branch: perlio
26527            ! ext/Encode/Encode.xs makedef.pl
26528 ____________________________________________________________________________
26529 [  9101] By: jhi                                   on 2001/03/10  22:38:13
26530         Log: The $Is_MacOS needs to be declared.
26531      Branch: perl
26532            ! lib/ExtUtils/Manifest.pm
26533 ____________________________________________________________________________
26534 [  9100] By: jhi                                   on 2001/03/10  22:14:29
26535         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
26536              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
26537              pollute the symbolspace if using sfio.
26538      Branch: perl
26539            ! ext/Encode/Encode.xs
26540 ____________________________________________________________________________
26541 [  9099] By: jhi                                   on 2001/03/10  21:58:48
26542         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
26543              Date: Sat, 10 Mar 2001 14:23:55 -0500
26544              From: Chris Nandor <pudge@pobox.com>
26545              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
26546      Branch: perl
26547            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26548            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
26549            ! t/lib/errno.t
26550 ____________________________________________________________________________
26551 [  9098] By: jhi                                   on 2001/03/10  21:38:30
26552         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
26553      Branch: perl
26554            ! regcomp.c regexec.c t/op/pat.t
26555 ____________________________________________________________________________
26556 [  9097] By: jhi                                   on 2001/03/10  14:38:07
26557         Log: Integrate perlio.
26558      Branch: perl
26559           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
26560           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
26561           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
26562 ____________________________________________________________________________
26563 [  9096] By: nick                                  on 2001/03/10  11:55:43
26564         Log: EBCDIC sanity - phase I
26565              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
26566              - use utf8n_xxxx (c.f. pvn) for forms which take length.
26567              - back out vN.N and $^V exceptions to e2a/a2e
26568              - make "locale" isxxx macros be uvchr (may be redundant?)
26569              
26570              Not clear yet that toUPPER_uni et. al. return being handled correctly.
26571              The tr// and rexexp stuff still needs an audit, assumption is they are working
26572              in Unicode space.
26573              
26574              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
26575      Branch: perlio
26576            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
26577            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
26578            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
26579 ____________________________________________________________________________
26580 [  9095] By: jhi                                   on 2001/03/09  22:10:01
26581         Log: Integrate perlio.
26582      Branch: perl
26583           !> dump.c
26584 ____________________________________________________________________________
26585 [  9094] By: nick                                  on 2001/03/09  17:36:38
26586         Log: Builds an passes all tests after integrate and this tweak.
26587      Branch: perlio
26588            ! dump.c
26589 ____________________________________________________________________________
26590 [  9093] By: nick                                  on 2001/03/09  17:16:03
26591         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
26592      Branch: perlio
26593           +> lib/unicode/Scripts.txt t/lib/sigaction.t
26594           !> (integrate 79 files)
26595 ____________________________________________________________________________
26596 [  9092] By: jhi                                   on 2001/03/09  15:28:26
26597         Log: Update Changes.
26598      Branch: perl
26599            ! Changes patchlevel.h
26600 ____________________________________________________________________________
26601 [  9091] By: jhi                                   on 2001/03/09  15:25:05
26602         Log: In op/stat #35 better to scan all the potential directories
26603              for setuids, not just the first one.
26604      Branch: perl
26605            ! t/op/stat.t
26606 ____________________________________________________________________________
26607 [  9090] By: jhi                                   on 2001/03/09  15:01:27
26608         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
26609              From: rspier@pobox.com (Robert Spier)
26610              Date: Fri, 9 Mar 2001 03:30:20 -0500
26611              Message-ID: <15016.38044.381174.160189@rls.cx>
26612              
26613              EXISTS() returning undef mistakenly triggered a FETCH().
26614      Branch: perl
26615            ! hv.c
26616 ____________________________________________________________________________
26617 [  9089] By: jhi                                   on 2001/03/09  14:59:02
26618         Log: Add /sbin and /usr/sbin to the list of directories scanned
26619              for setuid programs.  Takes care of bug id 20010309.003.
26620      Branch: perl
26621            ! t/op/stat.t
26622 ____________________________________________________________________________
26623 [  9088] By: jhi                                   on 2001/03/09  14:48:32
26624         Log: Regen perlapi, perltoc.
26625      Branch: perl
26626            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
26627 ____________________________________________________________________________
26628 [  9087] By: jhi                                   on 2001/03/09  14:38:56
26629         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
26630              From: David Mitchell <davem@fdgroup.co.uk>
26631              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
26632              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
26633      Branch: perl
26634            ! dump.c perl.c perl.h pod/perlrun.pod
26635 ____________________________________________________________________________
26636 [  9086] By: jhi                                   on 2001/03/09  01:47:16
26637         Log: A modified version of
26638              
26639              Subject: [ID 20010307.005] POSIX::sigaction has various problems
26640              From: anders@broadcom.com
26641              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
26642              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
26643              
26644              Currently the sigaction.t test #6 fails (and is fudged to look
26645              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
26646              This may well be a genuine bug in Linux sigaction() (since at
26647              least Tru64, Solaris, and HP-UX disagree with Linux).
26648              Anyone with POSIX / SUSv2 tome handy?  The problem is that
26649              the flags of the oldaction don't match with the flags in
26650              the previously installed disposition.
26651      Branch: perl
26652            + t/lib/sigaction.t
26653            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26654 ____________________________________________________________________________
26655 [  9085] By: jhi                                   on 2001/03/09  01:30:13
26656         Log: Subject: Re: mission impossible for the day
26657              From: Alex Gough <alex@rcon.org>
26658              Date: Thu, 08 Mar 2001 17:18:19 +0000
26659              Message-ID: <3AA7BEDB.8070409@rcon.org>
26660              
26661              If references (are overloaded) and can be directly stringified,
26662              show that instead of "stringified".
26663              
26664              (The problem, infinite mutual recursion caused by overloaded bool
26665              in Switch.pm, tracked by David Mitchell)
26666      Branch: perl
26667            ! lib/Carp/Heavy.pm
26668 ____________________________________________________________________________
26669 [  9084] By: jhi                                   on 2001/03/09  01:20:39
26670         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
26671              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
26672              From: David Mitchell <davem@fdgroup.co.uk>
26673              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
26674      Branch: perl
26675            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
26676            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
26677 ____________________________________________________________________________
26678 [  9083] By: jhi                                   on 2001/03/09  01:16:51
26679         Log: Subject: [PATCH] perldata.pod here-doc docs
26680              From: Jeff Pinyan <jeffp@crusoe.net>
26681              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
26682              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
26683      Branch: perl
26684            ! pod/perldata.pod
26685 ____________________________________________________________________________
26686 [  9082] By: jhi                                   on 2001/03/09  01:01:27
26687         Log: Subject: Re: Unicode/EBCDIC
26688              From: Peter Prymmer <pvhp@forte.com>
26689              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
26690              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
26691      Branch: perl
26692            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
26693 ____________________________________________________________________________
26694 [  9081] By: jhi                                   on 2001/03/08  13:41:30
26695         Log: Subject: Ooops, wrong 'no *POSIX' Patch
26696              From: Dorner Thomas <Thomas.Dorner@start.de>
26697              Date: Thu, 8 Mar 2001 08:43:28 +0100
26698              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
26699      Branch: perl
26700            ! hints/posix-bc.sh
26701 ____________________________________________________________________________
26702 [  9080] By: jhi                                   on 2001/03/08  13:11:42
26703         Log: It's Scripts.txt, not Script.txt.
26704      Branch: perl
26705            ! MANIFEST
26706 ____________________________________________________________________________
26707 [  9079] By: jhi                                   on 2001/03/08  12:59:05
26708         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
26709              From: Dorner Thomas <Thomas.Dorner@start.de>
26710              Date: Wed, 7 Mar 2001 14:13:31 +0100
26711              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
26712      Branch: perl
26713            ! makedepend.SH
26714 ____________________________________________________________________________
26715 [  9078] By: jhi                                   on 2001/03/08  12:57:43
26716         Log: Retract #9069, wrong patch.
26717      Branch: perl
26718            ! Makefile.SH
26719 ____________________________________________________________________________
26720 [  9077] By: jhi                                   on 2001/03/08  01:06:13
26721         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
26722      Branch: perl
26723            + lib/unicode/Scripts.txt
26724            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
26725            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
26726            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
26727            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26728            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
26729            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
26730            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
26731            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
26732            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
26733            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
26734            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
26735            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
26736            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
26737            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
26738            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
26739            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
26740            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
26741            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
26742            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
26743            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
26744            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
26745            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
26746            ! lib/unicode/version
26747 ____________________________________________________________________________
26748 [  9076] By: jhi                                   on 2001/03/07  22:59:39
26749         Log: Integrate change #7784 from mainline into maintperl.
26750              
26751              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
26752      Branch: maint-5.6/perl
26753           !> pp_ctl.c t/op/pat.t
26754 ____________________________________________________________________________
26755 [  9075] By: jhi                                   on 2001/03/07  22:05:11
26756         Log: More UTF-8 test tweaks.
26757      Branch: perl
26758            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
26759 ____________________________________________________________________________
26760 [  9074] By: nick                                  on 2001/03/07  21:39:29
26761         Log: Integrate mainline.
26762      Branch: perlio
26763           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
26764           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
26765           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
26766           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
26767           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
26768 ____________________________________________________________________________
26769 [  9073] By: jhi                                   on 2001/03/07  16:37:09
26770         Log: Update Changes.
26771      Branch: perl
26772            ! Changes patchlevel.h
26773 ____________________________________________________________________________
26774 [  9072] By: jhi                                   on 2001/03/07  16:32:30
26775         Log: Subject: [ID 20010306.004] || != named unary operator
26776              From: abela@geneanet.org
26777              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
26778              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
26779      Branch: perl
26780            ! pod/perlop.pod
26781 ____________________________________________________________________________
26782 [  9071] By: jhi                                   on 2001/03/07  15:14:11
26783         Log: Subject: downgrading to bytes for common functions
26784              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
26785              Date: Wed, 7 Mar 2001 02:36:55 -0500
26786              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
26787      Branch: perl
26788            ! pp_sys.c
26789 ____________________________________________________________________________
26790 [  9070] By: jhi                                   on 2001/03/07  15:04:58
26791         Log: Clarify the description differentiating for and while; inspired by
26792              
26793              Subject: [ID 20010306.002] for/while difference in for definition
26794              From: abela@geneanet.org
26795              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
26796              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
26797      Branch: perl
26798            ! pod/perlsyn.pod
26799 ____________________________________________________________________________
26800 [  9069] By: jhi                                   on 2001/03/07  14:55:30
26801         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
26802              From: Dorner Thomas <Thomas.Dorner@start.de>
26803              Date: Wed, 7 Mar 2001 14:13:31 +0100
26804              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
26805      Branch: perl
26806            ! Makefile.SH
26807 ____________________________________________________________________________
26808 [  9068] By: jhi                                   on 2001/03/07  14:51:17
26809         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
26810              From: Radu Greab <radu@netsoft.ro>
26811              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
26812              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
26813      Branch: perl
26814            ! pp.c t/op/chop.t
26815 ____________________________________________________________________________
26816 [  9067] By: jhi                                   on 2001/03/07  14:48:57
26817         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26818              From: Simon Cozens <simon@netthink.co.uk>
26819              Date: Wed, 7 Mar 2001 13:59:28 +0000
26820              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
26821              
26822              In order to allow MakeMaker to build correct Makefiles,
26823              you need to change the order of the arguments in MM_Unix.pm
26824              as well. (Unless you have C89_CCMODE set, but we're trying
26825              to be POSIXly correct)
26826              
26827              Thanks to Merijn Broeren for tracking this down.
26828      Branch: perl
26829            ! lib/ExtUtils/MM_Unix.pm
26830 ____________________________________________________________________________
26831 [  9066] By: jhi                                   on 2001/03/07  14:30:02
26832         Log: Floating point too messy.
26833      Branch: perl
26834            ! t/camel-III/vstring.t
26835 ____________________________________________________________________________
26836 [  9065] By: jhi                                   on 2001/03/07  14:17:44
26837         Log: Integrate change #9064 from maintperl into mainline.
26838              
26839              fix memory leak in pack("Bb",...)
26840      Branch: perl
26841           !> perl.c
26842 ____________________________________________________________________________
26843 [  9064] By: gsar                                  on 2001/03/07  06:29:24
26844         Log: fix memory leak in pack("Bb",...)
26845      Branch: maint-5.6/perl
26846            ! perl.c
26847 ____________________________________________________________________________
26848 [  9063] By: jhi                                   on 2001/03/07  00:55:04
26849         Log: Major utf8 test reorganisation and rewrite.
26850              Hopefully no tests were lost in the shuffle.
26851              (The beginning of pragma/utf8 was lost intentionally,
26852              the tests were rather bogus and incomplete.)
26853      Branch: perl
26854            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
26855            ! t/pragma/utf8.t
26856 ____________________________________________________________________________
26857 [  9062] By: jhi                                   on 2001/03/07  00:41:16
26858         Log: More tweakage on the Unicode character class descriptions.
26859      Branch: perl
26860            ! lib/unicode/mktables.PL pod/perlretut.pod
26861 ____________________________________________________________________________
26862 [  9061] By: jhi                                   on 2001/03/06  23:12:38
26863         Log: The perlretut was still talking about the old \p and \P
26864              definitions.
26865      Branch: perl
26866            ! pod/perlretut.pod
26867 ____________________________________________________________________________
26868 [  9060] By: nick                                  on 2001/03/06  20:52:37
26869         Log: Integrate mainline (make test works again now).
26870      Branch: perlio
26871           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
26872 ____________________________________________________________________________
26873 [  9059] By: jhi                                   on 2001/03/06  15:36:14
26874         Log: 0.999... does equal 1.0, doesn't it?
26875      Branch: perl
26876            ! t/camel-III/vstring.t
26877 ____________________________________________________________________________
26878 [  9058] By: jhi                                   on 2001/03/06  15:34:00
26879         Log: Make /x{abcd}/ to work without use utf8.
26880      Branch: perl
26881            ! regcomp.c
26882 ____________________________________________________________________________
26883 [  9057] By: jhi                                   on 2001/03/06  03:02:36
26884         Log: Easier to outcomment all the three reset() tests for now.
26885      Branch: perl
26886            ! t/op/pat.t
26887 ____________________________________________________________________________
26888 [  9056] By: jhi                                   on 2001/03/06  02:30:02
26889         Log: Comment out the deadly reset; until the 20010301.005
26890              is finally fixed.
26891      Branch: perl
26892            ! t/op/pat.t
26893 ____________________________________________________________________________
26894 [  9055] By: jhi                                   on 2001/03/06  02:21:26
26895         Log: Integrate the change #9054 from mainline:
26896              retract the PMOP cleanup patch pending further investigation.
26897      Branch: maint-5.6/perl
26898           !> op.c op.h
26899 ____________________________________________________________________________
26900 [  9054] By: jhi                                   on 2001/03/06  02:19:57
26901         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
26902              with oddly familiar stack traces.
26903      Branch: perl
26904            ! op.c op.h
26905 ____________________________________________________________________________
26906 [  9053] By: jhi                                   on 2001/03/05  23:20:28
26907         Log: Integrate perlio.
26908      Branch: perl
26909           +> ext/Encode/Encode/koi8-r.ucm
26910           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
26911           !> makedef.pl
26912 ____________________________________________________________________________
26913 [  9052] By: nick                                  on 2001/03/05  23:08:17
26914         Log: skipping USE_PERLIO symbols correction.
26915      Branch: perlio
26916            ! makedef.pl
26917 ____________________________________________________________________________
26918 [  9051] By: nick                                  on 2001/03/05  22:35:07
26919         Log: More Encode alias tidying.
26920      Branch: perlio
26921            + ext/Encode/Encode/koi8-r.ucm
26922            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
26923 ____________________________________________________________________________
26924 [  9050] By: jhi                                   on 2001/03/05  21:44:29
26925         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
26926              Sarathy's fix for ID 20010301.005.
26927      Branch: maint-5.6/perl
26928           !> op.c op.h
26929 ____________________________________________________________________________
26930 [  9049] By: nick                                  on 2001/03/05  19:54:04
26931         Log: Integrate Jarkko's Encode.pm tweak.
26932      Branch: perlio
26933           !> ext/Encode/Encode.pm
26934 ____________________________________________________________________________
26935 [  9048] By: nick                                  on 2001/03/05  19:47:57
26936         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
26937      Branch: perlio
26938           +> os2/os2add.sym
26939           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
26940           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
26941           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
26942           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
26943           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
26944 ____________________________________________________________________________
26945 [  9047] By: jhi                                   on 2001/03/05  19:25:26
26946         Log: Regen perlapi.
26947      Branch: perl
26948            ! pod/perlapi.pod
26949 ____________________________________________________________________________
26950 [  9046] By: jhi                                   on 2001/03/05  19:12:14
26951         Log: Integrate perlio.
26952      Branch: perl
26953           +> t/camel-III/vstring.t
26954           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
26955 ____________________________________________________________________________
26956 [  9045] By: jhi                                   on 2001/03/05  19:10:36
26957         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
26958      Branch: perl
26959            ! ext/Encode/Encode.pm
26960 ____________________________________________________________________________
26961 [  9044] By: jhi                                   on 2001/03/05  18:49:12
26962         Log: Forgot the other half of the PMOP patch (#9033).
26963      Branch: perl
26964            ! op.h
26965 ____________________________________________________________________________
26966 [  9043] By: nick                                  on 2001/03/05  18:14:47
26967         Log: Update MANIFEST for new test.
26968      Branch: perlio
26969            ! MANIFEST
26970 ____________________________________________________________________________
26971 [  9042] By: nick                                  on 2001/03/05  18:12:41
26972         Log: Some tests for Camel 3rd edition features.
26973              Make gethostbyaddr() test in above work.
26974      Branch: perlio
26975            + t/camel-III/vstring.t
26976            ! pp.h pp_sys.c t/TEST t/harness
26977 ____________________________________________________________________________
26978 [  9041] By: jhi                                   on 2001/03/05  17:41:48
26979         Log: Add more ISO 8859 encoding aliases.
26980      Branch: perl
26981            ! ext/Encode/Encode.pm
26982 ____________________________________________________________________________
26983 [  9040] By: jhi                                   on 2001/03/05  17:30:43
26984         Log: Integrate perlio.
26985      Branch: perl
26986           !> MANIFEST sv.c
26987 ____________________________________________________________________________
26988 [  9039] By: nick                                  on 2001/03/05  17:11:36
26989         Log: Missed added file.
26990      Branch: perlio
26991            ! MANIFEST
26992 ____________________________________________________________________________
26993 [  9038] By: jhi                                   on 2001/03/05  15:58:01
26994         Log: Add tr tests for EBCDIC, from Karsten Sperling.
26995      Branch: perl
26996            ! t/op/tr.t
26997 ____________________________________________________________________________
26998 [  9037] By: nick                                  on 2001/03/05  15:56:35
26999         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
27000              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
27001              
27002              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
27003              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
27004              - uses SvPV() rather than sv_2pv() in case it isn't a string.
27005      Branch: perlio
27006            ! sv.c
27007 ____________________________________________________________________________
27008 [  9036] By: jhi                                   on 2001/03/05  15:49:15
27009         Log: Add matching tests currently failing in EBCDIC,
27010              suggested by Karsten Sperling.
27011      Branch: perl
27012            ! t/op/pat.t
27013 ____________________________________________________________________________
27014 [  9035] By: jhi                                   on 2001/03/05  15:36:55
27015         Log: The #9034 needs a MANIFESTation.
27016      Branch: perl
27017            ! MANIFEST
27018 ____________________________________________________________________________
27019 [  9034] By: jhi                                   on 2001/03/05  15:35:14
27020         Log: Integrate perlio.
27021      Branch: perl
27022           +> ext/Encode/Encode/Tcl.pm
27023           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27024           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
27025           !> ext/Encode/Encode/iso8859-1.ucm
27026           !> ext/Encode/Encode/iso8859-10.ucm
27027           !> ext/Encode/Encode/iso8859-13.ucm
27028           !> ext/Encode/Encode/iso8859-14.ucm
27029           !> ext/Encode/Encode/iso8859-15.ucm
27030           !> ext/Encode/Encode/iso8859-16.ucm
27031           !> ext/Encode/Encode/iso8859-2.ucm
27032           !> ext/Encode/Encode/iso8859-3.ucm
27033           !> ext/Encode/Encode/iso8859-4.ucm
27034           !> ext/Encode/Encode/iso8859-5.ucm
27035           !> ext/Encode/Encode/iso8859-6.ucm
27036           !> ext/Encode/Encode/iso8859-7.ucm
27037           !> ext/Encode/Encode/iso8859-8.ucm
27038           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
27039           !> t/lib/encode.t
27040 ____________________________________________________________________________
27041 [  9033] By: jhi                                   on 2001/03/05  15:33:18
27042         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
27043              From: Gurusamy Sarathy <gsar@ActiveState.com>
27044              Date: Sun, 04 Mar 2001 22:33:15 -0800
27045              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
27046              
27047              PMOPs need to remember their own stash so that they can
27048              gracefully remove themselves from their linked list.
27049      Branch: perl
27050            ! op.c
27051 ____________________________________________________________________________
27052 [  9032] By: nick                                  on 2001/03/05  14:51:50
27053         Log: Encode implementation "completion"
27054              Implement and document define_encoding()
27055              Implement and document encoding aliases including define_alias()
27056              Make Encode::XS use define_encoding() rather than back-door.
27057              Move run-time *.enc to separate Encode::Tcl module.
27058              Make 'compile' honour <codeset_name>
27059              Change canonical names of to iso-8859-* and US-ascii.
27060      Branch: perlio
27061            + ext/Encode/Encode/Tcl.pm
27062            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27063            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
27064            ! ext/Encode/Encode/iso8859-1.ucm
27065            ! ext/Encode/Encode/iso8859-10.ucm
27066            ! ext/Encode/Encode/iso8859-13.ucm
27067            ! ext/Encode/Encode/iso8859-14.ucm
27068            ! ext/Encode/Encode/iso8859-15.ucm
27069            ! ext/Encode/Encode/iso8859-16.ucm
27070            ! ext/Encode/Encode/iso8859-2.ucm
27071            ! ext/Encode/Encode/iso8859-3.ucm
27072            ! ext/Encode/Encode/iso8859-4.ucm
27073            ! ext/Encode/Encode/iso8859-5.ucm
27074            ! ext/Encode/Encode/iso8859-6.ucm
27075            ! ext/Encode/Encode/iso8859-7.ucm
27076            ! ext/Encode/Encode/iso8859-8.ucm
27077            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
27078            ! t/lib/encode.t
27079 ____________________________________________________________________________
27080 [  9031] By: jhi                                   on 2001/03/05  13:51:17
27081         Log: Integrate change #9030 from maintperl into mainline.
27082              
27083              Subject: [PATCH 5.6.1] OS/2 cleanup
27084      Branch: perl
27085           +> os2/os2add.sym
27086           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27087           !> makedef.pl os2/Changes os2/Makefile.SHs
27088           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
27089           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
27090           !> os2/os2.sym os2/os2ish.h
27091 ____________________________________________________________________________
27092 [  9030] By: jhi                                   on 2001/03/05  13:46:49
27093         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
27094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27095              Date: Mon, 5 Mar 2001 02:29:44 -0500
27096              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
27097      Branch: maint-5.6/perl
27098            + os2/os2add.sym
27099            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27100            ! makedef.pl os2/Changes os2/Makefile.SHs
27101            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
27102            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
27103            ! os2/os2.sym os2/os2ish.h
27104 ____________________________________________________________________________
27105 [  9029] By: jhi                                   on 2001/03/05  13:40:35
27106         Log: Integrate change #9028 from maintperl into mainline.
27107              
27108              various nits in MM_Unix.pm found by disabling SelfLoader
27109      Branch: perl
27110           !> lib/ExtUtils/MM_Unix.pm
27111 ____________________________________________________________________________
27112 [  9028] By: gsar                                  on 2001/03/05  09:58:38
27113         Log: various nits in MM_Unix.pm found by disabling SelfLoader
27114      Branch: maint-5.6/perl
27115            ! lib/ExtUtils/MM_Unix.pm
27116 ____________________________________________________________________________
27117 [  9027] By: nick                                  on 2001/03/05  08:35:22
27118         Log: Integrate mainline
27119      Branch: perlio
27120           !> (integrate 28 files)
27121 ____________________________________________________________________________
27122 [  9026] By: jhi                                   on 2001/03/05  02:14:59
27123         Log: Integrate change #9025 from mainline to maintperl,
27124              retract \N{U+HHHH}.
27125      Branch: maint-5.6/perl
27126           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27127           !> t/lib/charnames.t toke.c
27128 ____________________________________________________________________________
27129 [  9025] By: jhi                                   on 2001/03/05  02:13:09
27130         Log: Retracting \N{U+HHHH}.
27131      Branch: perl
27132            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27133            ! t/lib/charnames.t toke.c
27134 ____________________________________________________________________________
27135 [  9024] By: jhi                                   on 2001/03/04  20:51:07
27136         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
27137              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27138              Date: Fri, 02 Mar 2001 18:25:26 +0100
27139              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
27140              
27141              Casting problem.
27142      Branch: perl
27143            ! ext/Storable/Storable.xs
27144 ____________________________________________________________________________
27145 [  9023] By: jhi                                   on 2001/03/04  19:46:45
27146         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
27147              From: nick@talking.bollo.cx
27148              Date: Sat, 03 Mar 2001 21:41:33 +0000
27149              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
27150              
27151              Revert the workaround.
27152      Branch: perl
27153            ! perlio.c
27154 ____________________________________________________________________________
27155 [  9022] By: jhi                                   on 2001/03/04  19:36:28
27156         Log: Update Changes.
27157      Branch: perl
27158            ! Changes patchlevel.h
27159 ____________________________________________________________________________
27160 [  9021] By: jhi                                   on 2001/03/04  18:41:00
27161         Log: makedef.pl updates suggested by Chris Nandor; double-checking
27162              the changes in AIX, OS/2 Win32 would be nice.
27163      Branch: perl
27164            ! makedef.pl
27165 ____________________________________________________________________________
27166 [  9020] By: jhi                                   on 2001/03/04  18:23:58
27167         Log: Integrate change #9012 from maintperl into mainline,
27168              quench a compiler warning.
27169      Branch: perl
27170           !> toke.c
27171 ____________________________________________________________________________
27172 [  9019] By: jhi                                   on 2001/03/04  18:18:43
27173         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
27174              
27175              \N{U+HHHH} fix.
27176              
27177              pattern in G_ARRAY context
27178      Branch: maint-5.6/perl
27179           !> pp_hot.c t/op/pat.t toke.c
27180 ____________________________________________________________________________
27181 [  9018] By: jhi                                   on 2001/03/04  18:07:48
27182         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
27183              From: Jeff Pinyan <jeffp@crusoe.net>
27184              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
27185              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
27186      Branch: perl
27187            ! pp_hot.c t/op/pat.t
27188 ____________________________________________________________________________
27189 [  9017] By: jhi                                   on 2001/03/04  18:06:21
27190         Log: I thought I tested the #9014.
27191      Branch: perl
27192            ! toke.c
27193 ____________________________________________________________________________
27194 [  9016] By: jhi                                   on 2001/03/04  17:41:22
27195         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
27196              
27197              Tweak the get*ent() OS/2 prototypes.
27198              
27199              Add the \N{U+HHHH} syntax.
27200              
27201              More tr/// UTF-8 fixes from Inaba Hiroto.
27202      Branch: maint-5.6/perl
27203           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
27204           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
27205 ____________________________________________________________________________
27206 [  9015] By: jhi                                   on 2001/03/04  17:36:04
27207         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
27208      Branch: perl
27209            ! doop.c t/op/tr.t
27210 ____________________________________________________________________________
27211 [  9014] By: jhi                                   on 2001/03/04  17:24:49
27212         Log: Add the \N{U+HHHH} syntax.
27213      Branch: perl
27214            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27215            ! t/lib/charnames.t toke.c
27216 ____________________________________________________________________________
27217 [  9013] By: jhi                                   on 2001/03/04  17:20:45
27218         Log: Tweak the get*ent() OS/2 prototypes.
27219      Branch: perl
27220            ! os2/os2.c
27221 ____________________________________________________________________________
27222 [  9012] By: gsar                                  on 2001/03/04  06:26:14
27223         Log: avoid warning (nit in change#9009)
27224      Branch: maint-5.6/perl
27225            ! toke.c
27226 ____________________________________________________________________________
27227 [  9011] By: gsar                                  on 2001/03/04  06:15:24
27228         Log: lib/charnames.t fails in 5.6.x because of older Unicode
27229              data
27230              
27231              TODO: need to revisit this after updating lib/unicode/...
27232      Branch: maint-5.6/perl
27233            ! t/lib/charnames.t
27234 ____________________________________________________________________________
27235 [  9010] By: gsar                                  on 2001/03/04  06:08:36
27236         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
27237      Branch: maint-5.6/perl
27238            ! toke.c
27239 ____________________________________________________________________________
27240 [  9009] By: jhi                                   on 2001/03/03  19:27:20
27241         Log: Integrate change #9008 from mainline to maintperl,
27242              UTF-8 tr/// fixes from Inaba Hiroto.
27243      Branch: maint-5.6/perl
27244           !> doop.c op.c t/op/tr.t toke.c
27245 ____________________________________________________________________________
27246 [  9008] By: jhi                                   on 2001/03/03  19:19:42
27247         Log: UTF8 tr/// fixes from Inaba Hiroto.
27248      Branch: perl
27249            ! doop.c op.c t/op/tr.t toke.c
27250 ____________________________________________________________________________
27251 [  9007] By: jhi                                   on 2001/03/03  19:00:30
27252         Log: Integrate change #9006 from maintperl to mainline,
27253              more robust quest for the infinite.
27254      Branch: perl
27255           !> lib/Math/Complex.pm
27256 ____________________________________________________________________________
27257 [  9006] By: jhi                                   on 2001/03/03  18:58:06
27258         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
27259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27260              Date: Sat, 3 Mar 2001 12:51:50 -0500
27261              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
27262              
27263              Be more robust in our quest for the infinite.
27264      Branch: maint-5.6/perl
27265            ! lib/Math/Complex.pm
27266 ____________________________________________________________________________
27267 [  9005] By: jhi                                   on 2001/03/03  17:55:50
27268         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
27269      Branch: maint-5.6/perl
27270            ! doio.c
27271 ____________________________________________________________________________
27272 [  9004] By: jhi                                   on 2001/03/03  17:40:14
27273         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
27274              so that picky compilers like IRIX won't get huffy about
27275              "statements without effect" (like 1;).
27276      Branch: perl
27277            ! toke.c
27278 ____________________________________________________________________________
27279 [  9003] By: jhi                                   on 2001/03/03  17:15:52
27280         Log: Integrate change #9002 from mainline to maintperl.
27281              
27282              Subject: [perl-5.6.x, perl-current] accept for EPOC
27283      Branch: maint-5.6/perl
27284           !> pp_sys.c
27285 ____________________________________________________________________________
27286 [  9002] By: jhi                                   on 2001/03/03  17:14:30
27287         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
27288              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27289              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
27290              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
27291      Branch: perl
27292            ! pp_sys.c
27293 ____________________________________________________________________________
27294 [  9001] By: jhi                                   on 2001/03/03  17:13:13
27295         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
27296              From: "Craig A. Berry" <craigberry@mac.com>
27297              Date: Fri, 02 Mar 2001 17:44:40 -0600
27298              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
27299      Branch: perl
27300            ! t/pod/find.t
27301 ____________________________________________________________________________
27302 [  9000] By: jhi                                   on 2001/03/03  17:11:55
27303         Log: Integrate changes #8997,8999 from maintperl.
27304              
27305              Subject: [PATCH 5.6.1] compiling on OS/2
27306              (Better error message from hints/os2.sh)
27307              
27308              Subject: [PATCH 5.6.1] syslog.t
27309      Branch: perl
27310           !> hints/os2.sh t/lib/syslog.t
27311 ____________________________________________________________________________
27312 [  8999] By: jhi                                   on 2001/03/03  17:09:28
27313         Log: Subject: [PATCH 5.6.1] syslog.t
27314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27315              Date: Sat, 3 Mar 2001 02:11:17 -0500
27316              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
27317      Branch: maint-5.6/perl
27318            ! t/lib/syslog.t
27319 ____________________________________________________________________________
27320 [  8998] By: jhi                                   on 2001/03/03  17:07:50
27321         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
27322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27323              Date: Sat, 3 Mar 2001 01:53:52 -0500
27324              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
27325      Branch: maint-5.6/perl
27326            ! opcode.pl os2/os2.c
27327 ____________________________________________________________________________
27328 [  8997] By: jhi                                   on 2001/03/03  17:03:30
27329         Log: Subject: [PATCH 5.6.1] compiling on OS/2
27330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27331              Date: Sat, 3 Mar 2001 01:59:59 -0500
27332              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
27333      Branch: maint-5.6/perl
27334            ! hints/os2.sh
27335 ____________________________________________________________________________
27336 [  8996] By: jhi                                   on 2001/03/03  00:55:58
27337         Log: Regen files for mainline.
27338      Branch: perl
27339            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27340            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
27341 ____________________________________________________________________________
27342 [  8995] By: jhi                                   on 2001/03/03  00:35:22
27343         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
27344              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
27345              to maintperl.
27346              
27347              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
27348              
27349              Add Configure option -Dmksymlinks which will create a symlink
27350              forest if the current/build differs from the source directory.
27351              (8218,8220,8221,8317,8318,8971)
27352              
27353              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
27354              (Document APPLLIB_EXP in INSTALL.)
27355              
27356              If running byacc write-enable also perly.h.
27357              
27358              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
27359              
27360              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
27361              
27362              Sanity check for conflicting thread flavours.
27363              
27364              Fix the sys/fcntl.h problem reported by Peter Prymmer.
27365              
27366              Add few CPUs/architectures to the Cppsym scan,
27367              add -perlio to archname if so selected (modified 8890)
27368              
27369              Be more helpful for devel builders, suggested by John L. Allen.
27370              (admittedly pointless change for maintperl, but the usedevel
27371              code is there already)
27372      Branch: maint-5.6/perl
27373           !> Configure INSTALL Makefile.SH Porting/Glossary
27374           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
27375           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
27376           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
27377           !> win32/config.bc win32/config.gc win32/config.vc
27378 ____________________________________________________________________________
27379 [  8994] By: jhi                                   on 2001/03/02  23:31:41
27380         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
27381      Branch: metaconfig/U/perl
27382            ! gccvers.U
27383 ____________________________________________________________________________
27384 [  8993] By: jhi                                   on 2001/03/02  23:22:12
27385         Log: Regenerate various files for maint.
27386      Branch: maint-5.6/perl
27387            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
27388            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
27389 ____________________________________________________________________________
27390 [  8992] By: alanbur                               on 2001/03/02  22:48:34
27391         Log: Resync wuth parent
27392      Branch: maint-5.6/pureperl
27393           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
27394           !> (integrate 60 files)
27395 ____________________________________________________________________________
27396 [  8991] By: jhi                                   on 2001/03/02  21:00:08
27397         Log: Retract the #8742 part of #8986, backward compat.
27398      Branch: maint-5.6/perl
27399            ! embed.pl
27400 ____________________________________________________________________________
27401 [  8990] By: jhi                                   on 2001/03/02  20:40:07
27402         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
27403      Branch: maint-5.6/perl
27404            ! hv.c
27405 ____________________________________________________________________________
27406 [  8989] By: jhi                                   on 2001/03/02  19:59:56
27407         Log: Update Changes.
27408      Branch: perl
27409            ! Changes patchlevel.h
27410 ____________________________________________________________________________
27411 [  8988] By: jhi                                   on 2001/03/02  19:57:08
27412         Log: Integrate perlio.
27413      Branch: perl
27414           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
27415           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
27416           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
27417           !> ext/Encode/Encode/iso8859-10.ucm
27418           !> ext/Encode/Encode/iso8859-13.ucm
27419           !> ext/Encode/Encode/iso8859-14.ucm
27420           !> ext/Encode/Encode/iso8859-15.ucm
27421           !> ext/Encode/Encode/iso8859-16.ucm
27422           !> ext/Encode/Encode/iso8859-2.ucm
27423           !> ext/Encode/Encode/iso8859-3.ucm
27424           !> ext/Encode/Encode/iso8859-4.ucm
27425           !> ext/Encode/Encode/iso8859-5.ucm
27426           !> ext/Encode/Encode/iso8859-6.ucm
27427           !> ext/Encode/Encode/iso8859-7.ucm
27428           !> ext/Encode/Encode/iso8859-8.ucm
27429           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
27430           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
27431 ____________________________________________________________________________
27432 [  8987] By: jhi                                   on 2001/03/02  19:43:40
27433         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
27434              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
27435              8950,8952,8955 from mainline to maintperl.
27436              
27437              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
27438              
27439              Put to rest the 20010205.001, the email address checking (not) regex.
27440              
27441              fork() not everywhere, cleanup temp files.
27442              
27443              The #8843 wasn't quite right: %Config needs to imported.
27444              
27445              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
27446              (#8849: the glob-basic hunk needed massaging as it depended
27447              on Schwern's large-scale (unintegrated) patches)
27448              
27449              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
27450              
27451              Upgrade to CGI.pm 2.752, from Lincoln Stein.
27452              (Note: there were some conflicts due to EBCDIC and EPOC
27453              patches, in general I preferred the repository code.)
27454              (When 2.753 comes out, we need to synchronize.)
27455              
27456              Subject: [PATCH] fix for charnames above FFFF
27457              
27458              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
27459              
27460              If no sfio, no -lsfio.
27461              
27462              Run run/*.t also in minitest.
27463              
27464              Subject:  [PATCH perl 5.7.0] malloc message address offset
27465              
27466              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
27467              
27468              Subject: fix for parameter -Dm (for perl@8867)
27469              
27470              Subject: [PATCH: perl@8892] was Re: hashing order difference?
27471              (make the test more portable)
27472              
27473              Subject: Re: [PATCH] fix for charnames above FFFF
27474              
27475              Subject: Re: I'm losing the war...
27476              (hv_store() not working correctly in ENV_IS_CASELESS case.)
27477              
27478              Subject: Modified README.bs2000 
27479              
27480              Subject: [PATCH: perl@8935] -Dt padsv($var)
27481              
27482              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
27483              
27484              Subject: PATCH: extra tests to check on negative float to unsigned cast
27485              
27486              Subject: [PATCH] XPUSH[insp] was Re: progress
27487              
27488              Subject: Re: Compile with perlcc..
27489      Branch: maint-5.6/perl
27490           !> (integrate 36 files)
27491 ____________________________________________________________________________
27492 [  8986] By: jhi                                   on 2001/03/02  18:51:25
27493         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
27494              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
27495              to maintperl.
27496              
27497              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
27498              
27499              Subject: [DOC PATCH] overload.pm nits
27500              
27501              Add header for LIB$ prototypes (C. Berry)
27502              
27503              Convert fwrite()s to sockets to write()s, since some socket stacks
27504              don't take kindly to stdio.
27505              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27506              (for often optional LNMs)
27507              Correct a few typos
27508              (C. Bailey)
27509              
27510              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
27511              
27512              De-cut-and-pasto.
27513              
27514              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
27515              
27516              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
27517              
27518              Upgrade to CPAN 1.59_54, from Andreas König.
27519              
27520              Bogus shebang.
27521              
27522              Subject: [PATCH] Document makepatch in Porting/patching
27523              
27524              UTF-8 documentation.
27525              
27526              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
27527              
27528              Sort the MANIFEST.
27529              
27530              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
27531              
27532              Subject: [PATCH @8807] toke.c cleanup: scan_str()
27533              
27534              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
27535              
27536              Add run/*.t to testables.
27537              
27538              TODO: integrate #8784.
27539      Branch: maint-5.6/perl
27540           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
27541           !> (integrate 28 files)
27542 ____________________________________________________________________________
27543 [  8985] By: nick                                  on 2001/03/02  18:15:45
27544         Log: Integrate mainline
27545      Branch: perlio
27546           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
27547           !> vms/vms.c
27548 ____________________________________________________________________________
27549 [  8984] By: jhi                                   on 2001/03/02  16:00:17
27550         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
27551              
27552              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
27553              5.004_05, and mention the suidperl August 2000 security problem.
27554              (#8978,#8981)
27555              
27556              Subject: [ID 20010301.004] Technically speaking in perldata
27557              
27558              Subject: [PATCH] File::Copy for bleadperl, maintperl
27559              
27560              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
27561              
27562              (The #8982, fix for 20010221.005 and 20010221.008,
27563              would be nice too but it didn't integrate cleanly.)
27564      Branch: maint-5.6/perl
27565           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
27566 ____________________________________________________________________________
27567 [  8983] By: jhi                                   on 2001/03/02  15:51:16
27568         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
27569              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27570              Date:     Thu, 1 Mar 2001 15:54:09 EST
27571              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
27572      Branch: perl
27573            ! vms/vms.c
27574 ____________________________________________________________________________
27575 [  8982] By: jhi                                   on 2001/03/02  15:43:31
27576         Log: Subject: Re: sync sync sync: have I missed any patches?
27577              From: Radu Greab <radu@netsoft.ro> 
27578              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
27579              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
27580              
27581              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
27582              was checking argv[0] regardless of whether a different pathname
27583              will actually be executed."  Test case not supplied because 
27584              drafting that, ironically enough, revealed another bug
27585              (or a feature).
27586      Branch: perl
27587            ! doio.c
27588 ____________________________________________________________________________
27589 [  8981] By: jhi                                   on 2001/03/02  15:28:03
27590         Log: Misdate in #8978.
27591      Branch: perl
27592            ! pod/perlfaq1.pod
27593 ____________________________________________________________________________
27594 [  8980] By: jhi                                   on 2001/03/02  15:24:20
27595         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
27596              From: Chris Nandor <pudge@pobox.com>
27597              Date: Wed, 28 Feb 2001 22:10:15 -0500
27598              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
27599      Branch: perl
27600            ! lib/File/Copy.pm
27601 ____________________________________________________________________________
27602 [  8979] By: jhi                                   on 2001/03/02  15:17:16
27603         Log: Subject: [ID 20010301.004] Technically speaking in perldata
27604              From: abela@geneanet.org
27605              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
27606              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
27607      Branch: perl
27608            ! pod/perldata.pod
27609 ____________________________________________________________________________
27610 [  8978] By: jhi                                   on 2001/03/02  15:15:27
27611         Log: Subject: [ID 20010301.003] ref to 5.004
27612              From: abela@geneanet.org
27613              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
27614              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
27615              
27616              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
27617              and mention the suidperl August 2000 security problem.
27618      Branch: perl
27619            ! pod/perlfaq1.pod
27620 ____________________________________________________________________________
27621 [  8977] By: alanbur                               on 2001/03/02  14:17:45
27622         Log: Resynchronised with parent
27623      Branch: maint-5.6/pureperl
27624           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
27625           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
27626           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
27627           !> vms/descrip_mms.template win32/win32.c win32/win32.h
27628           !> win32/win32iop.h
27629 ____________________________________________________________________________
27630 [  8976] By: nick                                  on 2001/03/01  23:25:30
27631         Log: Integrate mainline.
27632      Branch: perlio
27633            - t/op/qu.t
27634           !> (integrate 55 files)
27635 ____________________________________________________________________________
27636 [  8975] By: jhi                                   on 2001/03/01  16:51:34
27637         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
27638      Branch: perl
27639           !> toke.c
27640 ____________________________________________________________________________
27641 [  8974] By: gsar                                  on 2001/03/01  16:28:21
27642         Log: fix for bugid 20010226.008
27643              
27644              the problem was that some of the pointers (PL_last_lop and
27645              PL_last_uni specifically) into the lex buffers weren't correctly
27646              being invalidated when the buffer changed; this would leave the
27647              pointers pointing at an arbitrary location in the buffer if
27648              the buffer didn't need to be reallocated, or point into freed
27649              memory if the buffer had to be realloced
27650              
27651              TODO item for bugdb maintainers: check other seemingly random
27652              parser-related bugs--they might be cured by this
27653      Branch: maint-5.6/perl
27654            ! toke.c
27655 ____________________________________________________________________________
27656 [  8973] By: jhi                                   on 2001/03/01  02:23:25
27657         Log: Retract #8970 because of a completely mysterious core dump:
27658              adding the tests 241..244 causes op/pat dump core at test #25.
27659              The test needs a lot of whittling down before the bug can be solved.
27660      Branch: perl
27661            ! t/op/pat.t
27662 ____________________________________________________________________________
27663 [  8972] By: jhi                                   on 2001/03/01  01:58:38
27664         Log: Regen perlapi.
27665      Branch: perl
27666            ! pod/perlapi.pod
27667 ____________________________________________________________________________
27668 [  8971] By: jhi                                   on 2001/03/01  01:34:09
27669         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))
27670              From: Nicholas Clark <nick@ccl4.org>
27671              Date: Wed, 28 Feb 2001 23:28:49 +0000
27672              Message-ID: <20010228232849.A55187@plum.flirble.org>
27673              
27674              Allow a completely write protected source code tree
27675              when using the Configure -Dmksymlinks.
27676      Branch: perl
27677            ! embed.pl warnings.pl
27678 ____________________________________________________________________________
27679 [  8970] By: jhi                                   on 2001/03/01  01:32:04
27680         Log: Add back the EBCDIC character range tests (for matching).
27681      Branch: perl
27682            ! t/op/pat.t
27683 ____________________________________________________________________________
27684 [  8969] By: nick                                  on 2001/02/28  18:18:01
27685         Log: Add charname comments to .ucm files writen by 'compile',
27686              also order charmaps in those files by source encoding.
27687              regenerate distrubuted .ucm files
27688      Branch: perlio
27689            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
27690            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
27691            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
27692            ! ext/Encode/Encode/iso8859-10.ucm
27693            ! ext/Encode/Encode/iso8859-13.ucm
27694            ! ext/Encode/Encode/iso8859-14.ucm
27695            ! ext/Encode/Encode/iso8859-15.ucm
27696            ! ext/Encode/Encode/iso8859-16.ucm
27697            ! ext/Encode/Encode/iso8859-2.ucm
27698            ! ext/Encode/Encode/iso8859-3.ucm
27699            ! ext/Encode/Encode/iso8859-4.ucm
27700            ! ext/Encode/Encode/iso8859-5.ucm
27701            ! ext/Encode/Encode/iso8859-6.ucm
27702            ! ext/Encode/Encode/iso8859-7.ucm
27703            ! ext/Encode/Encode/iso8859-8.ucm
27704            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
27705            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
27706 ____________________________________________________________________________
27707 [  8968] By: jhi                                   on 2001/02/28  16:26:37
27708         Log: Expand usemorebits early if d_casti32 needs to be undefined.
27709      Branch: perl
27710            ! hints/hpux.sh hints/irix_6.sh
27711 ____________________________________________________________________________
27712 [  8967] By: jhi                                   on 2001/02/28  16:22:26
27713         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
27714              retract toke.c/qu parts of #8583, retract #8485, retract
27715              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
27716              op/length.t, and MANIFEST, and delete t/op/qu.t.
27717      Branch: perl
27718            - t/op/qu.t
27719            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
27720            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
27721            ! t/op/length.t toke.c
27722 ____________________________________________________________________________
27723 [  8966] By: jhi                                   on 2001/02/28  15:00:27
27724         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
27725              by not changing from pre-Unicode days into being Unicode-aware.
27726              Sniff.
27727      Branch: perl
27728            ! pp.c t/op/pack.t t/op/qu.t
27729 ____________________________________________________________________________
27730 [  8965] By: jhi                                   on 2001/02/28  14:37:55
27731         Log: Subject: Re: Errors in core PODs
27732              From: Michael Stevens <michael@etla.org> 
27733              Date: Fri, 23 Feb 2001 15:47:56 +0000
27734              Message-ID: <20010223154756.A7723@firedrake.org> 
27735      Branch: perl
27736            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
27737            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
27738            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
27739            ! x2p/a2p.pod
27740 ____________________________________________________________________________
27741 [  8964] By: jhi                                   on 2001/02/28  14:35:35
27742         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
27743              (The #8961 was too bold.)
27744      Branch: perl
27745            ! hints/hpux.sh hints/irix_6.sh
27746 ____________________________________________________________________________
27747 [  8963] By: jhi                                   on 2001/02/28  14:33:39
27748         Log: Subject: Re: sync sync sync: have I missed any patches?
27749              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27750              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
27751              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
27752              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
27753              
27754              Replace djSP with dSP.
27755      Branch: perl
27756            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
27757            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
27758            ! win32/perlhost.h
27759 ____________________________________________________________________________
27760 [  8962] By: jhi                                   on 2001/02/27  23:21:14
27761         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
27762      Branch: perl
27763            ! lib/Filter/Simple.pm
27764 ____________________________________________________________________________
27765 [  8961] By: jhi                                   on 2001/02/27  22:55:26
27766         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
27767              and this would be it.
27768      Branch: perl
27769            ! hints/hpux.sh hints/irix_6.sh
27770 ____________________________________________________________________________
27771 [  8960] By: jhi                                   on 2001/02/27  22:51:33
27772         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
27773              From: "Craig A. Berry" <craigberry@mac.com>
27774              Date: Tue, 27 Feb 2001 16:11:44 -0600
27775              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
27776      Branch: maint-5.6/perl
27777            ! configure.com vms/descrip_mms.template
27778 ____________________________________________________________________________
27779 [  8959] By: jhi                                   on 2001/02/27  22:47:23
27780         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
27781              From: "Craig A. Berry" <craigberry@mac.com>
27782              Date: Tue, 27 Feb 2001 16:11:44 -0600
27783              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
27784      Branch: perl
27785            ! configure.com vms/descrip_mms.template
27786 ____________________________________________________________________________
27787 [  8958] By: jhi                                   on 2001/02/27  15:16:42
27788         Log: Update Changes.
27789      Branch: perl
27790            ! Changes patchlevel.h
27791 ____________________________________________________________________________
27792 [  8957] By: jhi                                   on 2001/02/27  06:15:07
27793         Log: Subject: [5.6.x] EPOC additions
27794              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27795              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
27796              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
27797      Branch: maint-5.6/perl
27798            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
27799 ____________________________________________________________________________
27800 [  8956] By: jhi                                   on 2001/02/27  06:12:11
27801         Log: Subject: [perl-current] EPOC 
27802              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27803              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
27804              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
27805      Branch: perl
27806            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
27807            ! epoc/epocish.c epoc/epocish.h pp_sys.c
27808 ____________________________________________________________________________
27809 [  8955] By: jhi                                   on 2001/02/27  05:59:50
27810         Log: Subject: Re: Compile with perlcc..
27811              From: Edward Peschko <edwardp@excitehome.net>
27812              Date: Mon, 26 Feb 2001 18:51:58 -0800
27813              Message-ID: <20010226185158.A9871@excitehome.net>
27814              
27815              plus add a simple usage message if no arguments given.
27816      Branch: perl
27817            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
27818            ! utils/Makefile utils/perlcc.PL win32/pod.mak
27819 ____________________________________________________________________________
27820 [  8954] By: nick                                  on 2001/02/26  21:02:59
27821         Log: Integrate mainline
27822      Branch: perlio
27823           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
27824           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
27825           !> t/op/sprintf.t
27826 ____________________________________________________________________________
27827 [  8953] By: jhi                                   on 2001/02/26  14:43:54
27828         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
27829              From: Nicholas Clark <nick@ccl4.org>
27830              Date: Mon, 26 Feb 2001 00:42:07 +0000
27831              Message-ID: <20010226004207.F23333@plum.flirble.org>
27832      Branch: perl
27833            ! pp_ctl.c
27834 ____________________________________________________________________________
27835 [  8952] By: jhi                                   on 2001/02/26  14:42:13
27836         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
27837              From: Simon Cozens <simon@netthink.co.uk>
27838              Date: Mon, 26 Feb 2001 12:23:48 +0000
27839              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
27840      Branch: perl
27841            ! pod/perlguts.pod
27842 ____________________________________________________________________________
27843 [  8951] By: jhi                                   on 2001/02/26  14:39:15
27844         Log: Subject: [PATCH] perlio - unknown layer
27845              From: Nicholas Clark <nick@ccl4.org>
27846              Date: Mon, 26 Feb 2001 00:27:19 +0000
27847              Message-ID: <20010226002719.E23333@plum.flirble.org>
27848      Branch: perl
27849            ! perlio.c
27850 ____________________________________________________________________________
27851 [  8950] By: jhi                                   on 2001/02/26  14:38:04
27852         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
27853              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
27854              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
27855              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
27856      Branch: perl
27857            ! t/op/bop.t
27858 ____________________________________________________________________________
27859 [  8949] By: jhi                                   on 2001/02/26  14:37:07
27860         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
27861              From: Peter Prymmer <pvhp@forte.com>
27862              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
27863              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
27864      Branch: perl
27865            ! lib/Test.pm
27866 ____________________________________________________________________________
27867 [  8948] By: jhi                                   on 2001/02/26  14:35:53
27868         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
27869              From: Radu Greab <radu@netsoft.ro>
27870              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
27871              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
27872      Branch: perl
27873            ! pod/perlop.pod
27874 ____________________________________________________________________________
27875 [  8947] By: jhi                                   on 2001/02/26  14:34:46
27876         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
27877              From: David Mitchell <davem@fdgroup.co.uk>
27878              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
27879              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
27880      Branch: perl
27881            ! run.c
27882 ____________________________________________________________________________
27883 [  8946] By: jhi                                   on 2001/02/26  14:32:37
27884         Log: Subject: Modified README.bs2000 
27885              From: Dorner Thomas <Thomas.Dorner@start.de>
27886              Date: Mon, 26 Feb 2001 09:22:17 +0100
27887              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
27888      Branch: perl
27889            ! README.bs2000
27890 ____________________________________________________________________________
27891 [  8945] By: jhi                                   on 2001/02/26  14:19:53
27892         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
27893              to maintperl, listing the known failures on the tests 129 and 130.
27894      Branch: maint-5.6/perl
27895           !> t/op/sprintf.t
27896 ____________________________________________________________________________
27897 [  8944] By: jhi                                   on 2001/02/26  14:14:15
27898         Log: Add more known sprintf failures.
27899      Branch: perl
27900            ! t/op/sprintf.t
27901 ____________________________________________________________________________
27902 [  8943] By: jhi                                   on 2001/02/26  13:56:22
27903         Log: perlglob.exe needs to be found in Win32, patch from
27904              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
27905              which needs external glob at mini-perl time."
27906      Branch: perl
27907            ! ext/Encode/compile
27908 ____________________________________________________________________________
27909 [  8942] By: jhi                                   on 2001/02/26  13:52:19
27910         Log: A missing dTHX from Vadim Konovalov.
27911      Branch: perl
27912            ! perlio.c
27913 ____________________________________________________________________________
27914 [  8941] By: jhi                                   on 2001/02/26  13:37:05
27915         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
27916      Branch: perl
27917            ! op.c
27918 ____________________________________________________________________________
27919 [  8940] By: jhi                                   on 2001/02/26  13:35:40
27920         Log: Integrate perlio.
27921      Branch: perl
27922           !> ext/Encode/Encode.pm
27923 ____________________________________________________________________________
27924 [  8939] By: nick                                  on 2001/02/25  23:47:09
27925         Log: Integrate mainline.
27926      Branch: perlio
27927           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
27928           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
27929 ____________________________________________________________________________
27930 [  8938] By: nick                                  on 2001/02/25  19:36:28
27931         Log: Encode implementations docs.
27932      Branch: perlio
27933            ! ext/Encode/Encode.pm
27934 ____________________________________________________________________________
27935 [  8937] By: jhi                                   on 2001/02/25  19:26:16
27936         Log: Script wasn't aligned with reality.
27937      Branch: perl
27938            ! t/pod/find.t
27939 ____________________________________________________________________________
27940 [  8936] By: jhi                                   on 2001/02/25  18:54:55
27941         Log: Update Changes.
27942      Branch: perl
27943            ! Changes patchlevel.h
27944 ____________________________________________________________________________
27945 [  8935] By: jhi                                   on 2001/02/25  18:46:36
27946         Log: Retract #8929,8930,8932,8933 for now.
27947      Branch: perl
27948            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
27949 ____________________________________________________________________________
27950 [  8934] By: jhi                                   on 2001/02/25  17:34:35
27951         Log: Integrate perlio.
27952      Branch: perl
27953           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
27954           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
27955           !> t/lib/encode.t
27956 ____________________________________________________________________________
27957 [  8933] By: jhi                                   on 2001/02/25  17:33:12
27958         Log: (Retracted by #8395.)
27959              
27960              Slight tweaks in scan_const(), not fixes yet, it seems like
27961              lots of work remains to be done...
27962      Branch: perl
27963            ! toke.c
27964 ____________________________________________________________________________
27965 [  8932] By: jhi                                   on 2001/02/25  17:27:11
27966         Log: (Retracted by #8395.)
27967              
27968              Missing from #8930.
27969      Branch: perl
27970            ! perl.h
27971 ____________________________________________________________________________
27972 [  8931] By: jhi                                   on 2001/02/25  17:26:19
27973         Log: A comment tweak.
27974      Branch: perl
27975            ! utf8.c
27976 ____________________________________________________________________________
27977 [  8930] By: jhi                                   on 2001/02/25  17:25:47
27978         Log: (Retracted by #8395.)
27979              
27980              Attempt to fix the EBCDIC character range problwm with //.
27981      Branch: perl
27982            ! regcomp.c
27983 ____________________________________________________________________________
27984 [  8929] By: jhi                                   on 2001/02/25  17:23:45
27985         Log: (Retracted by #8395.)
27986              
27987              Expand the EBCDIC character range tests, and add few nasty
27988              tr tests from Karsten Sperling.
27989      Branch: perl
27990            ! t/op/pat.t t/op/tr.t
27991 ____________________________________________________________________________
27992 [  8928] By: jhi                                   on 2001/02/25  17:18:49
27993         Log: Missing check-in.
27994      Branch: perl
27995            ! lib/Pod/Find.pm
27996 ____________________________________________________________________________
27997 [  8927] By: nick                                  on 2001/02/25  11:30:22
27998         Log: Change method names in Encode implementation classes to something
27999              less confusing (preparing to "go public").
28000      Branch: perlio
28001            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28002 ____________________________________________________________________________
28003 [  8926] By: nick                                  on 2001/02/25  10:53:24
28004         Log: GCC __atribute__ / printf fix
28005      Branch: perlio
28006            ! perl.h
28007 ____________________________________________________________________________
28008 [  8925] By: nick                                  on 2001/02/25  10:52:25
28009         Log: Checked in the wrong one ...
28010      Branch: perlio
28011            ! ext/Encode/Encode.pm
28012 ____________________________________________________________________________
28013 [  8924] By: nick                                  on 2001/02/24  18:46:51
28014         Log: Integrate mainline - to see what Jarkko has in ...
28015      Branch: perlio
28016           +> t/pod/testpods/lib/Pod/Stuff.pm
28017           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
28018 ____________________________________________________________________________
28019 [  8923] By: nick                                  on 2001/02/24  17:05:23
28020         Log: Encode API documentation nd tidy up.
28021              Minor additions to test.
28022              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
28023              Adds STRLEN to standard typemap.
28024      Branch: perlio
28025            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
28026            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
28027 ____________________________________________________________________________
28028 [  8922] By: jhi                                   on 2001/02/24  16:38:12
28029         Log: Add a test for the "character range should match in EBCDIC
28030              if specified using explicit numerics" bug found by Karsten
28031              Sperling.
28032      Branch: perl
28033            ! t/op/pat.t
28034 ____________________________________________________________________________
28035 [  8921] By: jhi                                   on 2001/02/24  16:30:16
28036         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
28037              From: schwern@pobox.com
28038              Date: Fri, 23 Feb 2001 03:21:37 -0500
28039              Message-ID: <20010223032137.A26022@magnonel.guild.net>
28040              
28041              plus Charles Lane's fixes, plus tweaks.
28042      Branch: perl
28043            + t/pod/testpods/lib/Pod/Stuff.pm
28044            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
28045 ____________________________________________________________________________
28046 [  8920] By: nick                                  on 2001/02/24  10:30:11
28047         Log: Integrate mainline
28048      Branch: perlio
28049           !> (integrate 33 files)
28050 ____________________________________________________________________________
28051 [  8919] By: jhi                                   on 2001/02/24  00:23:35
28052         Log: Subject: Re: I'm losing the war...
28053              From: "Vadim Konovalov" <watman@inbox.ru>
28054              Date: Sat, 24 Feb 2001 00:10:14 +0300
28055              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
28056              
28057              hv_store() not working correctly in ENV_IS_CASELESS case.
28058      Branch: perl
28059            ! hv.c
28060 ____________________________________________________________________________
28061 [  8918] By: jhi                                   on 2001/02/24  00:20:09
28062         Log: Subject: Re: [PATCH] fix for charnames above FFFF
28063              From: andreas.koenig@anima.de (Andreas J. Koenig)
28064              Date: 23 Feb 2001 02:39:03 +0100
28065              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
28066              
28067              A further efficiency tweak.
28068      Branch: perl
28069            ! lib/charnames.pm
28070 ____________________________________________________________________________
28071 [  8917] By: jhi                                   on 2001/02/23  20:27:51
28072         Log: Integrate change #8916 from mainline,
28073              do away with USE_WIN32_RTL_ENV.
28074      Branch: maint-5.6/perl
28075           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
28076 ____________________________________________________________________________
28077 [  8916] By: jhi                                   on 2001/02/23  20:02:25
28078         Log: Abolish USE_WIN32_RTL_ENV.
28079      Branch: perl
28080            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
28081 ____________________________________________________________________________
28082 [  8915] By: jhi                                   on 2001/02/23  19:36:00
28083         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
28084              later protected by some #define.
28085      Branch: perl
28086            ! gv.c
28087 ____________________________________________________________________________
28088 [  8914] By: jhi                                   on 2001/02/23  19:31:38
28089         Log: Retract #8902 for now, requested by Charles Lane, the correct
28090              fix will be something else.
28091      Branch: perl
28092            ! op.c
28093 ____________________________________________________________________________
28094 [  8913] By: jhi                                   on 2001/02/23  19:11:36
28095         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
28096              From: Peter Prymmer <pvhp@forte.com>
28097              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
28098              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
28099      Branch: perl
28100            ! t/op/lex_assign.t
28101 ____________________________________________________________________________
28102 [  8912] By: jhi                                   on 2001/02/23  18:38:20
28103         Log: Subject: [patch] perlio + useithreads
28104              From: Doug MacEachern <dougm@covalent.net>
28105              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
28106              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
28107              
28108              Gets things running but not complete.
28109      Branch: perl
28110            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
28111 ____________________________________________________________________________
28112 [  8911] By: jhi                                   on 2001/02/23  04:20:02
28113         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
28114              
28115              Duplicated environment freeing, File::Temp 0.12,
28116              op/append portability (EBCDIC) tweak.
28117      Branch: maint-5.6/perl
28118           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28119           !> t/op/append.t
28120 ____________________________________________________________________________
28121 [  8910] By: jhi                                   on 2001/02/23  02:07:33
28122         Log: Integrate change #8909 from mainline, a better Borland
28123              putenv() workaround.
28124      Branch: maint-5.6/perl
28125           !> perl.c
28126 ____________________________________________________________________________
28127 [  8909] By: jhi                                   on 2001/02/23  02:05:46
28128         Log: A better workaround for Borland putenv() brokenness from Sarathy.
28129      Branch: perl
28130            ! perl.c
28131 ____________________________________________________________________________
28132 [  8908] By: jhi                                   on 2001/02/23  02:04:14
28133         Log: Subject: fix for parameter -Dm (for perl@8867)
28134              From: "Vadim Konovalov" <watman@inbox.ru>
28135              Date: Thu, 22 Feb 2001 17:30:12 +0300
28136              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
28137      Branch: perl
28138            ! perl.h
28139 ____________________________________________________________________________
28140 [  8907] By: jhi                                   on 2001/02/23  01:58:20
28141         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
28142              From: Peter Prymmer <pvhp@forte.com>
28143              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
28144              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
28145      Branch: perl
28146            ! t/op/append.t
28147 ____________________________________________________________________________
28148 [  8906] By: jhi                                   on 2001/02/23  01:48:34
28149         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
28150      Branch: perl
28151            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28152 ____________________________________________________________________________
28153 [  8905] By: jhi                                   on 2001/02/23  01:43:30
28154         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
28155              From: Peter Prymmer <pvhp@forte.com>
28156              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
28157              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
28158      Branch: perl
28159            ! t/lib/st-06compat.t
28160 ____________________________________________________________________________
28161 [  8904] By: jhi                                   on 2001/02/23  01:42:39
28162         Log: Metaconfig unit change for #8903.
28163      Branch: metaconfig/U/perl
28164            ! Devel.U
28165 ____________________________________________________________________________
28166 [  8903] By: jhi                                   on 2001/02/23  01:42:12
28167         Log: Be more helpful for devel builders, suggested by John L. Allen.
28168      Branch: perl
28169            ! Configure
28170 ____________________________________________________________________________
28171 [  8902] By: jhi                                   on 2001/02/23  01:37:41
28172         Log: (Retracted by #8914)
28173              (Wrongly, reinstated by #8941)             
28174
28175              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
28176              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28177              Date:     Thu, 22 Feb 2001 09:43:57 EST
28178              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
28179      Branch: perl
28180            ! op.c
28181 ____________________________________________________________________________
28182 [  8901] By: jhi                                   on 2001/02/23  01:20:32
28183         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
28184              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28185              Date:     Thu, 22 Feb 2001 08:01:35 EST
28186              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
28187      Branch: perl
28188            ! malloc.c
28189 ____________________________________________________________________________
28190 [  8900] By: jhi                                   on 2001/02/23  01:18:02
28191         Log: Integrate changes #8898,8899 from mainline, environ handling.
28192      Branch: maint-5.6/perl
28193           !> perl.c
28194 ____________________________________________________________________________
28195 [  8899] By: jhi                                   on 2001/02/23  01:16:25
28196         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
28197              putenv() is not to be relied on, they are either broken or leaky
28198              or both.)
28199      Branch: perl
28200            ! perl.c
28201 ____________________________________________________________________________
28202 [  8898] By: jhi                                   on 2001/02/22  23:36:59
28203         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
28204              and safesysfree() must be used.
28205      Branch: perl
28206            ! perl.c
28207 ____________________________________________________________________________
28208 [  8897] By: jhi                                   on 2001/02/22  23:25:45
28209         Log: With environ one must use safesysmalloc()/safesysfree().
28210      Branch: perl
28211            ! perl.c
28212 ____________________________________________________________________________
28213 [  8896] By: jhi                                   on 2001/02/22  22:13:18
28214         Log: If we have a duplicated environment free it
28215              if PERL_DESTRUCT_LEVEL.
28216      Branch: perl
28217            ! perl.c
28218 ____________________________________________________________________________
28219 [  8895] By: alanbur                               on 2001/02/22  19:31:57
28220         Log: Synchronised with parent
28221      Branch: maint-5.6/pureperl
28222           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
28223 ____________________________________________________________________________
28224 [  8894] By: gsar                                  on 2001/02/22  19:06:18
28225         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
28226              
28227              fix memory leak in method call optimization (change#3768);
28228              made C<eval "$x->foo()"> leak
28229              
28230              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
28231      Branch: maint-5.6/perl
28232           !> op.c
28233 ____________________________________________________________________________
28234 [  8893] By: jhi                                   on 2001/02/22  18:35:27
28235         Log: (Retracted by #8915.)
28236              
28237              Third Degree finding:
28238              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
28239      Branch: perl
28240            ! gv.c
28241 ____________________________________________________________________________
28242 [  8892] By: jhi                                   on 2001/02/22  14:28:32
28243         Log: Update Changes.
28244      Branch: perl
28245            ! Changes patchlevel.h
28246 ____________________________________________________________________________
28247 [  8891] By: jhi                                   on 2001/02/22  13:22:45
28248         Log: Metaconfig unit changes for #8890.
28249      Branch: metaconfig
28250            ! U/modified/Cppsym.U U/threads/archname.U
28251 ____________________________________________________________________________
28252 [  8890] By: jhi                                   on 2001/02/22  13:22:12
28253         Log: Add -stdio to the archname if no perlio selected,
28254              no -perlio added since that is now the default.
28255              
28256              Add few CPUs/architectures to the Cppsym scan.
28257      Branch: perl
28258            ! Configure config_h.SH
28259 ____________________________________________________________________________
28260 [  8889] By: jhi                                   on 2001/02/22  13:05:59
28261         Log: Metaconfig unit change for #8888.
28262      Branch: metaconfig/U/perl
28263            ! useperlio.U
28264 ____________________________________________________________________________
28265 [  8888] By: jhi                                   on 2001/02/22  13:05:28
28266         Log: *drum roll*  Make perlio the default.
28267      Branch: perl
28268            ! Configure config_h.SH
28269 ____________________________________________________________________________
28270 [  8887] By: jhi                                   on 2001/02/22  12:50:52
28271         Log: Integrate change #8665 from maintperl to mainline,
28272              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
28273      Branch: perl
28274           !> ext/POSIX/POSIX.xs
28275 ____________________________________________________________________________
28276 [  8886] By: jhi                                   on 2001/02/22  12:49:24
28277         Log: Integrate changes #8883,8884 from mainline to maintperl.
28278              
28279              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
28280              Subject: Re: File::Temp::_gettemp warning
28281      Branch: maint-5.6/perl
28282           !> embed.h embed.pl lib/File/Temp.pm
28283 ____________________________________________________________________________
28284 [  8885] By: jhi                                   on 2001/02/22  12:43:59
28285         Log: Based on
28286              
28287              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
28288              From: schwab@suse.de
28289              Date: Thu, 22 Feb 2001 13:08:09 +0100
28290              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
28291              
28292              but the fix done slightly differently because the other
28293              half was already done in #8664.
28294      Branch: maint-5.6/perl
28295            ! ext/POSIX/POSIX.xs
28296 ____________________________________________________________________________
28297 [  8884] By: jhi                                   on 2001/02/22  12:37:15
28298         Log: Subject: Re: File::Temp::_gettemp warning
28299              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28300              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
28301              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
28302              
28303              This patch to File::Temp does two things:
28304              
28305              1. Fixes the problem with CGI::Carp when determining
28306              the Fcntl constants
28307              
28308              2. Removes most of the carps and consolidates them so that all the
28309              reasons are included in a single die that is caught by the test. This
28310              means that the correct skipping behaviour is displayed by the test.
28311      Branch: perl
28312            ! lib/File/Temp.pm
28313 ____________________________________________________________________________
28314 [  8883] By: jhi                                   on 2001/02/22  12:29:19
28315         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
28316              From: Peter Prymmer <pvhp@forte.com>
28317              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
28318              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
28319      Branch: perl
28320            ! embed.h embed.pl
28321 ____________________________________________________________________________
28322 [  8882] By: jhi                                   on 2001/02/21  19:41:33
28323         Log: Integrate change #8881 from mainlin to maintperl.
28324              
28325              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
28326      Branch: maint-5.6/perl
28327           !> op.c
28328 ____________________________________________________________________________
28329 [  8881] By: jhi                                   on 2001/02/21  19:38:57
28330         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
28331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28332              Date:     Wed, 21 Feb 2001 13:08:03 EST
28333              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
28334      Branch: perl
28335            ! op.c
28336 ____________________________________________________________________________
28337 [  8880] By: jhi                                   on 2001/02/21  19:34:34
28338         Log: Retract #8875, cannot let go of the old semantics of unpack U
28339              without rethinking utf8decode.t.
28340      Branch: perl
28341            ! pp.c t/op/pack.t
28342 ____________________________________________________________________________
28343 [  8879] By: jhi                                   on 2001/02/21  19:08:02
28344         Log: Run run/*.t also in minitest.
28345      Branch: perl
28346            ! Makefile.SH
28347 ____________________________________________________________________________
28348 [  8878] By: nick                                  on 2001/02/21  18:55:37
28349         Log: Integrate mainline
28350      Branch: perlio
28351           !> (integrate 76 files)
28352 ____________________________________________________________________________
28353 [  8877] By: jhi                                   on 2001/02/21  15:09:33
28354         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
28355      Branch: metaconfig
28356            ! U/compline/nblock_io.U
28357      Branch: perl
28358            ! Configure config_h.SH
28359 ____________________________________________________________________________
28360 [  8876] By: jhi                                   on 2001/02/21  14:54:45
28361         Log: If no sfio, no -lsfio.
28362      Branch: metaconfig/U/perl
28363            ! d_sfio.U
28364      Branch: perl
28365            ! Configure config_h.SH
28366 ____________________________________________________________________________
28367 [  8875] By: jhi                                   on 2001/02/21  14:54:00
28368         Log: Make unpack C and unpack C truly equivalent.
28369      Branch: perl
28370            ! pp.c t/op/pack.t
28371 ____________________________________________________________________________
28372 [  8874] By: jhi                                   on 2001/02/21  14:26:02
28373         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
28374              From: Peter Prymmer <pvhp@forte.com>
28375              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
28376              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
28377      Branch: perl
28378            ! pod/perlport.pod
28379 ____________________________________________________________________________
28380 [  8873] By: jhi                                   on 2001/02/21  14:24:31
28381         Log: Subject: [PATCH] fix for charnames above FFFF
28382              From: andreas.koenig@anima.de (Andreas J. Koenig)
28383              Date: 21 Feb 2001 07:05:45 +0100
28384              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
28385      Branch: perl
28386            ! lib/charnames.pm t/lib/charnames.t
28387 ____________________________________________________________________________
28388 [  8872] By: jhi                                   on 2001/02/21  14:15:25
28389         Log: Integrate change #8868 from pureperl to mainline.
28390              
28391              Fixed reference count loop caused by sv_magic.
28392      Branch: perl
28393           !> sv.c
28394 ____________________________________________________________________________
28395 [  8871] By: jhi                                   on 2001/02/21  14:07:29
28396         Log: Integrate change #8868 from pureperl to maintperl.
28397              
28398              Fixed reference count loop caused by sv_magic.
28399      Branch: maint-5.6/perl
28400           !> sv.c
28401 ____________________________________________________________________________
28402 [  8870] By: jhi                                   on 2001/02/21  14:04:41
28403         Log: Put back the #8840, it was innocent.
28404      Branch: perl
28405            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28406            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
28407 ____________________________________________________________________________
28408 [  8869] By: jhi                                   on 2001/02/21  14:00:03
28409         Log: unpack("C", ...) was left slightly unfinished by #8865.
28410      Branch: perl
28411            ! pp.c t/op/pack.t
28412 ____________________________________________________________________________
28413 [  8868] By: alanbur                               on 2001/02/21  01:33:45
28414         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
28415              from gv_fetchpv to create single-character magic variables (e.g. $!),
28416              and it is passed a sv and the gv that contains the sv as the mg_obj
28417              value.  When sv_magic stores the mg_obj pointer it increments the gv
28418              refcount, thus causing a sv-gv pair that can't be freed.  There is
28419              already a check for sv == obj which is used to prevent such reference
28420              loops.  This change extends the check to cover the case described above.
28421      Branch: maint-5.6/pureperl
28422            ! sv.c
28423 ____________________________________________________________________________
28424 [  8867] By: jhi                                   on 2001/02/21  00:52:39
28425         Log: Update Changes.
28426      Branch: perl
28427            ! Changes patchlevel.h
28428 ____________________________________________________________________________
28429 [  8866] By: jhi                                   on 2001/02/21  00:34:20
28430         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
28431              (Note: there were some conflicts due to EBCDIC and EPOC
28432              patches, in general I preferred the repository code.)
28433              (When 2.753 comes out, we need to synchronize.)
28434      Branch: perl
28435            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
28436            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
28437            ! t/lib/cgi-html.t
28438 ____________________________________________________________________________
28439 [  8865] By: jhi                                   on 2001/02/21  00:24:22
28440         Log: Make pack("C", 0x100) to create Unicode, unless under the
28441              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
28442              will understand Unicode, unless you under know what.
28443      Branch: perl
28444            ! pp.c t/op/pack.t t/op/qu.t
28445 ____________________________________________________________________________
28446 [  8864] By: alanbur                               on 2001/02/20  22:35:34
28447         Log: Resynchronised with parent
28448      Branch: maint-5.6/pureperl
28449           !> README.win32 ext/GDBM_File/GDBM_File.pm
28450           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
28451           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
28452           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
28453           !> t/lib/sdbm.t util.c
28454 ____________________________________________________________________________
28455 [  8863] By: jhi                                   on 2001/02/20  20:55:11
28456         Log: Integrate change #8860,8861 from mainline into maintperl.
28457              
28458              "pseudo-literal j"
28459              
28460              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
28461      Branch: maint-5.6/perl
28462           !> lib/Test.pm pod/perlop.pod
28463 ____________________________________________________________________________
28464 [  8862] By: jhi                                   on 2001/02/20  20:30:07
28465         Log: Don't do casting between pointers pointing to differently sized
28466              integers.
28467      Branch: perl
28468            ! hv.c sv.c
28469 ____________________________________________________________________________
28470 [  8861] By: jhi                                   on 2001/02/20  19:53:44
28471         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
28472              From: Peter Prymmer <pvhp@forte.com>
28473              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
28474              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
28475      Branch: perl
28476            ! lib/Test.pm
28477 ____________________________________________________________________________
28478 [  8860] By: jhi                                   on 2001/02/20  19:48:02
28479         Log: "pseudo-literal j", a documentation glitch reported to Debian.
28480              The text recovered from Perl 5.005_03, and pseudo-literal replaced
28481              by "backtick string".
28482      Branch: perl
28483            ! pod/perlop.pod
28484 ____________________________________________________________________________
28485 [  8859] By: jhi                                   on 2001/02/20  19:15:46
28486         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
28487              from Chris Nandor.
28488      Branch: perl
28489            ! makedef.pl
28490 ____________________________________________________________________________
28491 [  8858] By: jhi                                   on 2001/02/20  17:36:53
28492         Log: Integrate pureperl changes #8844,8845,8850 to mainline
28493              (via maintperl #8855).
28494              
28495              Fixed %^H scoping bug
28496              
28497              Removed GV <-> CV refcount loop
28498              
28499              Removed %ENV refcount loop
28500      Branch: perl
28501           !> gv.c op.c perl.c pp.c scope.c
28502 ____________________________________________________________________________
28503 [  8857] By: jhi                                   on 2001/02/20  17:34:32
28504         Log: Integrate changes #8853,8854 from maintperl to mainline.
28505              
28506              EBDIC fixes, README.win32 Borland update.
28507      Branch: perl
28508           !> README.win32 handy.h util.c
28509 ____________________________________________________________________________
28510 [  8856] By: jhi                                   on 2001/02/20  17:33:16
28511         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
28512      Branch: maint-5.6/perl
28513           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
28514           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
28515           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28516 ____________________________________________________________________________
28517 [  8855] By: jhi                                   on 2001/02/20  17:32:13
28518         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
28519              
28520              Fixed %^H scoping bug
28521              
28522              Removed GV <-> CV refcount loop
28523              
28524              Removed %ENV refcount loop
28525      Branch: maint-5.6/perl
28526           !> gv.c op.c perl.c pp.c scope.c
28527 ____________________________________________________________________________
28528 [  8854] By: jhi                                   on 2001/02/20  17:25:06
28529         Log: Subject: Addition to readme.win32 for Borland C++ compilers
28530              Date: Tue, 20 Feb 2001 02:15:25 +0300
28531              From: "Vadim Konovalov" <watman@inbox.ru>
28532              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
28533              
28534              Document Borland compiler misbehaviour.
28535      Branch: maint-5.6/perl
28536            ! README.win32
28537 ____________________________________________________________________________
28538 [  8853] By: jhi                                   on 2001/02/20  17:22:25
28539         Log: The assimilation of ebcdic.c didn't quite work at the first try,
28540              patches from Thomas Dorner.
28541      Branch: maint-5.6/perl
28542            ! handy.h util.c
28543 ____________________________________________________________________________
28544 [  8852] By: jhi                                   on 2001/02/20  17:20:15
28545         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
28546              From: Chris Nandor <pudge@pobox.com>
28547              Date: Tue, 20 Feb 2001 08:32:45 -0500
28548              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
28549      Branch: maint-5.6/perl
28550            ! makedef.pl mg.c
28551 ____________________________________________________________________________
28552 [  8851] By: jhi                                   on 2001/02/20  17:15:52
28553         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
28554      Branch: perl
28555            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
28556            ! t/lib/filter-util.t
28557 ____________________________________________________________________________
28558 [  8850] By: alanbur                               on 2001/02/20  17:12:40
28559         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
28560              and the magic pointer points back to the GV that contains the
28561              %ENV hash.  This creates a refcount loop that prevents members
28562              of %ENV from being freed correctly.  This change removes the
28563              refcount loop - the magic pointer was never used anyway, the
28564              only use of the magic was to check the type ('E') so that the
28565              appropriate environment manipulation code is called when %ENV
28566              is modified.
28567      Branch: maint-5.6/pureperl
28568            ! perl.c
28569 ____________________________________________________________________________
28570 [  8849] By: jhi                                   on 2001/02/20  17:12:20
28571         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
28572              From: "Craig A. Berry" <craigberry@mac.com>
28573              Date: Mon, 19 Feb 2001 23:36:12 -0600
28574              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
28575              
28576              Case-forgiving systems match TestInit.pm with TES*.
28577      Branch: perl
28578            ! t/lib/glob-basic.t
28579 ____________________________________________________________________________
28580 [  8848] By: jhi                                   on 2001/02/20  17:10:02
28581         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
28582      Branch: perl
28583            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
28584            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
28585            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28586 ____________________________________________________________________________
28587 [  8847] By: jhi                                   on 2001/02/20  15:34:41
28588         Log: The #8843 wasn't quite right: %Config needs to imported.
28589      Branch: perl
28590            ! t/run/runenv.t
28591 ____________________________________________________________________________
28592 [  8846] By: jhi                                   on 2001/02/20  15:31:50
28593         Log: Retract the #8838 and #8840 for now because of
28594              the DB_File tie problem.
28595      Branch: perl
28596            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
28597            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
28598            ! proto.h sv.c
28599 ____________________________________________________________________________
28600 [  8845] By: alanbur                               on 2001/02/20  14:25:41
28601         Log: Removed GV <-> CV refcount loop
28602              CvGV(mycv) points to the parent GV of the CV, and was previously
28603              refcounted.  The pointer remains, but the refcounting has been removed
28604              as it causes a refcount loop between the CV and GV that means the CV
28605              can't ever be deleted.
28606      Branch: maint-5.6/pureperl
28607            ! gv.c op.c pp.c
28608 ____________________________________________________________________________
28609 [  8844] By: alanbur                               on 2001/02/20  14:23:13
28610         Log: Fixed %^H scoping bug
28611      Branch: maint-5.6/pureperl
28612            ! scope.c
28613 ____________________________________________________________________________
28614 [  8843] By: jhi                                   on 2001/02/19  13:38:08
28615         Log: fork() not everywhere, cleanup temp files.
28616      Branch: perl
28617            ! t/run/runenv.t
28618 ____________________________________________________________________________
28619 [  8842] By: alanbur                               on 2001/02/19  12:42:07
28620         Log: Resynchronised with parent
28621      Branch: maint-5.6/pureperl
28622           !> pod/perlfaq4.pod sv.c utf8.c
28623 ____________________________________________________________________________
28624 [  8841] By: jhi                                   on 2001/02/19  03:35:51
28625         Log: Update Changes.
28626      Branch: perl
28627            ! Changes patchlevel.h
28628 ____________________________________________________________________________
28629 [  8840] By: jhi                                   on 2001/02/19  00:23:41
28630         Log: Subject: [patch] add sv_setref_uv
28631              From: Doug MacEachern <dougm@covalent.net>
28632              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
28633              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
28634      Branch: perl
28635            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28636            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
28637 ____________________________________________________________________________
28638 [  8839] By: jhi                                   on 2001/02/19  00:01:38
28639         Log: Put to rest the 20010205.001, the email address checking (not) regex.
28640      Branch: perl
28641            ! pod/perlfaq9.pod
28642 ____________________________________________________________________________
28643 [  8838] By: jhi                                   on 2001/02/18  22:17:54
28644         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
28645              From: Doug MacEachern <dougm@covalent.net>
28646              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
28647              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
28648      Branch: perl
28649            ! lib/ExtUtils/xsubpp
28650 ____________________________________________________________________________
28651 [  8837] By: jhi                                   on 2001/02/18  22:16:50
28652         Log: Subject: [patch] -Wall cleanup round 2
28653              From: Doug MacEachern <dougm@covalent.net>
28654              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
28655              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
28656      Branch: perl
28657            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
28658            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
28659            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
28660            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
28661            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
28662            ! ext/SDBM_File/SDBM_File.xs
28663 ____________________________________________________________________________
28664 [  8836] By: jhi                                   on 2001/02/18  22:11:20
28665         Log: Misapplied regex optimizations when \C is present.
28666              Fixes 20001230.002.
28667              
28668              What still remains broken is that the submatches that
28669              have \C in them get their UTF8 flag on because their
28670              parent SV has it on.  This will result in malformed
28671              UTF8 if a \C happened to match a non-ASCII byte.
28672      Branch: perl
28673            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
28674            ! t/pragma/utf8.t
28675 ____________________________________________________________________________
28676 [  8835] By: jhi                                   on 2001/02/18  20:12:02
28677         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
28678              
28679              The hash key got wrongly UTF8fied.
28680      Branch: perl
28681            ! pod/perlapi.pod toke.c utf8.c
28682 ____________________________________________________________________________
28683 [  8834] By: jhi                                   on 2001/02/18  19:44:25
28684         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
28685              don't warn on magical or overloaded things.
28686      Branch: perl
28687            ! pp_hot.c
28688 ____________________________________________________________________________
28689 [  8833] By: nick                                  on 2001/02/18  19:31:22
28690         Log: Integrate mainline
28691      Branch: perlio
28692           +> t/TestInit.pm t/run/runenv.t
28693            - t/UTEST
28694           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
28695           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
28696           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
28697           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
28698           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
28699           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
28700           !> utf8.c
28701 ____________________________________________________________________________
28702 [  8832] By: jhi                                   on 2001/02/18  19:21:18
28703         Log: Integrate perlio.
28704      Branch: perl
28705           !> perlio.c pod/perldiag.pod
28706 ____________________________________________________________________________
28707 [  8831] By: jhi                                   on 2001/02/18  19:14:20
28708         Log: Integrate change #8827 from mainline.
28709              
28710              UTF8 tweaks.
28711      Branch: maint-5.6/perl
28712           !> sv.c utf8.c
28713 ____________________________________________________________________________
28714 [  8830] By: nick                                  on 2001/02/18  19:10:34
28715         Log: Apply the spirit of patch from Nick Clark:
28716              Subject: [PATCH] Re: extensions that provide layers
28717              From: Nicholas Clark <nick@ccl4.org>
28718              Date: Mon, 12 Feb 2001 16:43:51 +0000
28719              Message-Id: <20010212164350.Q3652@plum.flirble.org>
28720      Branch: perlio
28721            ! perlio.c pod/perldiag.pod
28722 ____________________________________________________________________________
28723 [  8829] By: jhi                                   on 2001/02/18  19:03:25
28724         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
28725              From: schwern@pobox.com 
28726              Date: Sun, 18 Feb 2001 13:44:35 -0500
28727              Message-ID: <20010218134435.A17544@magnonel.guild.net>
28728              
28729              Applied, but as t/TestInit.pm.
28730      Branch: perl
28731            + t/TestInit.pm
28732            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
28733            ! t/op/subst_wamp.t
28734 ____________________________________________________________________________
28735 [  8828] By: jhi                                   on 2001/02/18  18:43:52
28736         Log: Integrate perlio.
28737      Branch: perl
28738           !> perlio.c
28739 ____________________________________________________________________________
28740 [  8827] By: jhi                                   on 2001/02/18  18:41:33
28741         Log: UTF-8 tweaks.
28742      Branch: perl
28743            ! sv.c utf8.c
28744 ____________________________________________________________________________
28745 [  8826] By: nick                                  on 2001/02/18  17:40:59
28746         Log: Fix [ID 20010217.002]
28747              open FOO, "<:raw:perlio", ...
28748              :raw now inserts default base layer below itself.
28749              Also
28750              open FOO, "<:unix", ...
28751              works as well - but leaves buffer layer on stack under the unix layer.
28752      Branch: perlio
28753            ! perlio.c
28754 ____________________________________________________________________________
28755 [  8825] By: jhi                                   on 2001/02/18  17:15:39
28756         Log: Integrate perlio.
28757      Branch: perl
28758           !> perlio.c perliol.h
28759 ____________________________________________________________________________
28760 [  8824] By: jhi                                   on 2001/02/18  17:10:53
28761         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
28762              From: schwern@pobox.com
28763              Date: Sun, 18 Feb 2001 01:48:50 -0500
28764              Message-ID: <20010218014850.C19957@magnonel.guild.net>
28765      Branch: perl
28766            ! lib/Test/Harness.pm t/TEST t/op/chop.t
28767 ____________________________________________________________________________
28768 [  8823] By: jhi                                   on 2001/02/18  17:01:06
28769         Log: Add run/*.t to testables.
28770      Branch: perl
28771            ! t/TEST
28772 ____________________________________________________________________________
28773 [  8822] By: jhi                                   on 2001/02/18  16:58:58
28774         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
28775              From: schwern@pobox.com
28776              Date: Sun, 18 Feb 2001 01:11:35 -0500
28777              Message-ID: <20010218011135.A19957@magnonel.guild.net>
28778              
28779              Revive mjd's and Simon's PERL5OPT fix.
28780      Branch: perl
28781            + t/run/runenv.t
28782            ! MANIFEST perl.c
28783 ____________________________________________________________________________
28784 [  8821] By: jhi                                   on 2001/02/18  16:53:46
28785         Log: Subject: Re: Why t/TEST and not Test::Harness?
28786              From: schwern@pobox.com
28787              Date: Sat, 17 Feb 2001 22:44:44 -0500
28788              Message-ID: <20010217224444.A6679@magnonel.guild.net>
28789              
28790              Replace UTEST with TEST -utf8.
28791      Branch: perl
28792            - t/UTEST
28793            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
28794            ! t/lib/glob-basic.t
28795 ____________________________________________________________________________
28796 [  8820] By: nick                                  on 2001/02/18  13:06:16
28797         Log: Clean up a few core dumps when layers are used in unexpected ways.
28798              (Still not "right"...)
28799      Branch: perlio
28800            ! perlio.c perliol.h
28801 ____________________________________________________________________________
28802 [  8819] By: jhi                                   on 2001/02/18  02:25:55
28803         Log: Integrate change #8818 from maintperl, a FAQ nit.
28804      Branch: perl
28805           !> pod/perlfaq4.pod
28806 ____________________________________________________________________________
28807 [  8818] By: jhi                                   on 2001/02/18  02:24:50
28808         Log: FAQ nit from Chris Fedde.
28809      Branch: maint-5.6/perl
28810            ! pod/perlfaq4.pod
28811 ____________________________________________________________________________
28812 [  8817] By: nick                                  on 2001/02/17  18:20:14
28813         Log: Integrate mainline
28814      Branch: perlio
28815           +> lib/unicode/UCD.html lib/unicode/Unicode.html
28816           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
28817           +> pod/perlclib.pod
28818            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28819            - lib/unicode/Unicode.301
28820           !> (integrate 324 files)
28821 ____________________________________________________________________________
28822 [  8816] By: jhi                                   on 2001/02/17  16:56:58
28823         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
28824      Branch: perl
28825            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28826            ! ext/Storable/Storable.xs t/lib/st-06compat.t
28827            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
28828 ____________________________________________________________________________
28829 [  8815] By: jhi                                   on 2001/02/17  16:40:07
28830         Log: Subject: [patch] -Wall
28831              From: Doug MacEachern <dougm@covalent.net>
28832              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
28833              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
28834      Branch: perl
28835            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
28836            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
28837 ____________________________________________________________________________
28838 [  8814] By: jhi                                   on 2001/02/16  19:27:18
28839         Log: Document qu better.
28840      Branch: perl
28841            ! pod/perlop.pod
28842 ____________________________________________________________________________
28843 [  8813] By: jhi                                   on 2001/02/15  13:54:37
28844         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
28845              From: Hugo <hv@crypt.compulink.co.uk>
28846              Date: Thu, 15 Feb 2001 13:39:49 +0000
28847              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
28848      Branch: perl
28849            ! toke.c
28850 ____________________________________________________________________________
28851 [  8812] By: alanbur                               on 2001/02/15  13:52:16
28852         Log: Resynchronised with parent
28853      Branch: maint-5.6/pureperl
28854            - ebcdic.c
28855           !> (integrate 36 files)
28856 ____________________________________________________________________________
28857 [  8811] By: jhi                                   on 2001/02/15  13:51:16
28858         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
28859              
28860              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
28861              From: Jan Dubois <JanD@ActiveState.com>
28862              Date: Wed, 31 Jan 2001 21:17:03 -0800
28863              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
28864              
28865              tweak change#8659 to keep it simple
28866              
28867              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
28868              From: Russ Allbery <rra@stanford.edu>
28869              Date: 14 Feb 2001 10:15:41 -0800
28870              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
28871              
28872              (8809 empty)
28873
28874              Upgrade to podlators 1.08, from Russ Allbery.
28875      Branch: perl
28876           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
28877           !> utils/perldoc.PL
28878 ____________________________________________________________________________
28879 [  8810] By: jhi                                   on 2001/02/15  13:35:08
28880         Log: Upgrade to podlators 1.08, from Russ Allbery.
28881      Branch: maint-5.6/perl
28882            ! lib/Pod/Man.pm lib/Pod/Text.pm
28883 ____________________________________________________________________________
28884 [  8809] By: jhi                                   on 2001/02/15  13:26:38
28885         Log: (accidentally empty check-in)
28886      Branch: maint-5.6/perl
28887            ! lib/Test/Harness.pm
28888 ____________________________________________________________________________
28889 [  8808] By: jhi                                   on 2001/02/15  13:23:47
28890         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
28891              From: Russ Allbery <rra@stanford.edu>
28892              Date: 14 Feb 2001 10:15:41 -0800
28893              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
28894              
28895              perldoc was hardcoding $Config{installscript}, which breaks
28896              when install* isn't where Perl ends up (such as with AFS).
28897              
28898              Use $Config{scriptdir} instead.
28899      Branch: maint-5.6/perl
28900            ! utils/perldoc.PL
28901 ____________________________________________________________________________
28902 [  8807] By: jhi                                   on 2001/02/14  14:37:27
28903         Log: Update Changes.
28904      Branch: perl
28905            ! Changes patchlevel.h
28906 ____________________________________________________________________________
28907 [  8806] By: jhi                                   on 2001/02/14  14:25:31
28908         Log: Integrate changes #8803,8804,8805 from mainline.
28909              
28910              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
28911              
28912              Don't skip too much of the locale error message if no environ array,
28913              from Chris Nandor.
28914              
28915              More MacOS Classic fixes from Chris Nandor.
28916      Branch: maint-5.6/perl
28917           !> doop.c lib/Cwd.pm perl.c perl.h util.c
28918 ____________________________________________________________________________
28919 [  8805] By: jhi                                   on 2001/02/14  03:29:01
28920         Log: More MacOS Classic fixes from Chris Nandor.
28921      Branch: perl
28922            ! doop.c lib/Cwd.pm
28923 ____________________________________________________________________________
28924 [  8804] By: jhi                                   on 2001/02/14  03:18:35
28925         Log: Don't skip too much of the locale error message if no environ array,
28926              from Chris Nandor.
28927      Branch: perl
28928            ! util.c
28929 ____________________________________________________________________________
28930 [  8803] By: jhi                                   on 2001/02/14  03:14:14
28931         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
28932      Branch: perl
28933            ! perl.c perl.h
28934 ____________________________________________________________________________
28935 [  8802] By: jhi                                   on 2001/02/13  18:31:33
28936         Log: AUTHORS update.
28937      Branch: perl
28938            ! AUTHORS
28939 ____________________________________________________________________________
28940 [  8801] By: jhi                                   on 2001/02/13  17:55:19
28941         Log: Integrate change #8792 from mainline.
28942              
28943              Subject: buncha MacPerl patches for bleadperl
28944              From: Chris Nandor <pudge@pobox.com>
28945              Date: Tue, 13 Feb 2001 00:02:43 -0500
28946              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
28947      Branch: maint-5.6/perl
28948           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28949           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
28950           !> t/lib/basename.t toke.c util.h
28951 ____________________________________________________________________________
28952 [  8800] By: jhi                                   on 2001/02/13  17:46:43
28953         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
28954              to be forced to Off_t.
28955              
28956              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
28957              From: nick@ccl4.org
28958              Date: Thu, 1 Feb 2001 12:01:04 +0000
28959              Message-Id: <20010201120103.E11401@plum.flirble.org>
28960      Branch: maint-5.6/perl
28961            ! iperlsys.h perlio.c
28962 ____________________________________________________________________________
28963 [  8799] By: jhi                                   on 2001/02/13  16:52:51
28964         Log: Duplex duplex hunk hunk.
28965      Branch: maint-5.6/perl
28966            ! Makefile.SH
28967 ____________________________________________________________________________
28968 [  8797] By: jhi                                   on 2001/02/13  14:52:04
28969         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
28970              From: "Craig A. Berry" <craigberry@mac.com>
28971              Date: Mon, 12 Feb 2001 11:05:25 -0600
28972              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
28973      Branch: perl
28974            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
28975 ____________________________________________________________________________
28976 [  8796] By: jhi                                   on 2001/02/13  14:36:47
28977         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
28978              From: simon.cozens@pembroke.oxford.ac.uk 
28979              Date: Sat, 10 Feb 2001 17:57:02 +0000
28980              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
28981              
28982              Now it does include.
28983      Branch: perl
28984            ! pod/perldiag.pod
28985 ____________________________________________________________________________
28986 [  8795] By: jhi                                   on 2001/02/13  14:30:11
28987         Log: Sort the MANIFEST.
28988      Branch: perl
28989            ! MANIFEST
28990 ____________________________________________________________________________
28991 [  8794] By: jhi                                   on 2001/02/13  14:26:51
28992         Log: Integrate change #8793 from mainline, FAQ updates.
28993      Branch: maint-5.6/perl
28994           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
28995 ____________________________________________________________________________
28996 [  8793] By: jhi                                   on 2001/02/13  14:25:13
28997         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
28998      Branch: perl
28999            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
29000 ____________________________________________________________________________
29001 [  8792] By: jhi                                   on 2001/02/13  14:22:50
29002         Log: Subject: buncha MacPerl patches for bleadperl
29003              From: Chris Nandor <pudge@pobox.com>
29004              Date: Tue, 13 Feb 2001 00:02:43 -0500
29005              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
29006      Branch: perl
29007            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29008            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
29009            ! t/lib/basename.t toke.c util.h
29010 ____________________________________________________________________________
29011 [  8791] By: jhi                                   on 2001/02/13  14:10:39
29012         Log: Integrate change #8790 from mainline.
29013              
29014              environ array wrongly assumed in Perl_init_i18nl10n(),
29015      Branch: maint-5.6/perl
29016           !> util.c
29017 ____________________________________________________________________________
29018 [  8790] By: jhi                                   on 2001/02/13  14:06:15
29019         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
29020              noticed by Chris Nandor in MacOS Classic.
29021      Branch: perl
29022            ! util.c
29023 ____________________________________________________________________________
29024 [  8789] By: jhi                                   on 2001/02/13  13:58:07
29025         Log: Integrate changes #8373,8487,8544,8783 from mainline.
29026              
29027              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
29028              hints files, the dynaloading, assimilate ebcdic into util.c.
29029      Branch: maint-5.6/perl
29030            - ebcdic.c
29031            ! MANIFEST hints/posix-bc.sh
29032           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
29033           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
29034           !> perlapi.c proto.h util.c
29035 ____________________________________________________________________________
29036 [  8788] By: alanbur                               on 2001/02/13  10:33:13
29037         Log: Integrated changes from maint-5.6
29038      Branch: maint-5.6/pureperl
29039           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
29040           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
29041           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29042           !> vos/config.ga.h vos/configure_perl.cm
29043 ____________________________________________________________________________
29044 [  8787] By: jhi                                   on 2001/02/13  05:56:36
29045         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
29046      Branch: perl
29047           !> Makefile.SH
29048 ____________________________________________________________________________
29049 [  8786] By: jhi                                   on 2001/02/13  05:54:34
29050         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
29051              From: Dorner Thomas <Thomas.Dorner@start.de>
29052              Date: Mon, 12 Feb 2001 15:06:26 +0100
29053              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
29054      Branch: maint-5.6/perl
29055            ! Makefile.SH
29056 ____________________________________________________________________________
29057 [  8785] By: jhi                                   on 2001/02/13  05:29:04
29058         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
29059      Branch: perl
29060           !> hints/openbsd.sh
29061 ____________________________________________________________________________
29062 [  8784] By: jhi                                   on 2001/02/13  02:25:24
29063         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
29064              From: Peter Prymmer <pvhp@forte.com>
29065              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
29066              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
29067      Branch: perl
29068            ! pod/perlclib.pod
29069 ____________________________________________________________________________
29070 [  8783] By: jhi                                   on 2001/02/13  02:22:36
29071         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
29072      Branch: perl
29073            - ebcdic.c
29074            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
29075            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
29076            ! util.c
29077 ____________________________________________________________________________
29078 [  8782] By: jhi                                   on 2001/02/13  02:00:07
29079         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
29080      Branch: maint-5.6/perl
29081            ! pod/perlport.pod
29082 ____________________________________________________________________________
29083 [  8781] By: jhi                                   on 2001/02/13  01:58:44
29084         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
29085      Branch: maint-5.6/perl
29086            ! hints/openbsd.sh
29087 ____________________________________________________________________________
29088 [  8780] By: jhi                                   on 2001/02/13  01:57:33
29089         Log: Synchronize the regexp tests between maintperl and mainline.
29090      Branch: maint-5.6/perl
29091           !> t/op/re_tests
29092 ____________________________________________________________________________
29093 [  8779] By: jhi                                   on 2001/02/13  01:49:35
29094         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
29095              From: Hugo <hv@crypt.compulink.co.uk>
29096              Date: Tue, 13 Feb 2001 00:11:11 +0000
29097              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
29098      Branch: perl
29099            ! regcomp.c t/op/re_tests
29100 ____________________________________________________________________________
29101 [  8778] By: jhi                                   on 2001/02/13  00:23:10
29102         Log: Comments do not nest.
29103      Branch: perl
29104            ! perl.h
29105 ____________________________________________________________________________
29106 [  8777] By: jhi                                   on 2001/02/13  00:17:54
29107         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
29108              From: Hugo <hv@crypt.compulink.co.uk>
29109              Date: Tue, 13 Feb 2001 00:11:11 +0000
29110              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
29111      Branch: maint-5.6/perl
29112            ! regcomp.c t/op/re_tests
29113 ____________________________________________________________________________
29114 [  8776] By: jhi                                   on 2001/02/12  23:25:52
29115         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
29116      Branch: maint-5.6/perl
29117            ! pod/perlport.pod
29118 ____________________________________________________________________________
29119 [  8775] By: jhi                                   on 2001/02/12  23:04:28
29120         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
29121      Branch: maint-5.6/perl
29122            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
29123            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29124            ! vos/configure_perl.cm
29125 ____________________________________________________________________________
29126 [  8774] By: jhi                                   on 2001/02/12  22:59:11
29127         Log: Subject: Re: [patch] context for 'U' magic functions
29128              From: Doug MacEachern <dougm@covalent.net>
29129              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
29130              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
29131              
29132              plus the suggestion by Nick Ing-Simmons to name the macro
29133              as PERL_MG_UFUNC to avoid namespace pollution, plus add
29134              the advice by Doug for XS writers to perl.h
29135      Branch: perl
29136            ! mg.c perl.h
29137 ____________________________________________________________________________
29138 [  8773] By: jhi                                   on 2001/02/11  20:14:12
29139         Log: Update Changes.
29140      Branch: perl
29141            ! Changes patchlevel.h
29142 ____________________________________________________________________________
29143 [  8772] By: jhi                                   on 2001/02/11  18:47:52
29144         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
29145              From: Simon Cozens <simon@cozens.net>
29146              Date: Wed, 31 Jan 2001 16:31:43 +0000
29147              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
29148      Branch: perl
29149            + pod/perlclib.pod
29150            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
29151            ! pod/perltoc.pod
29152 ____________________________________________________________________________
29153 [  8771] By: jhi                                   on 2001/02/11  18:36:48
29154         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
29155              
29156              Blocks-4d3.beta.txt
29157              CaseFolding-3d4.beta.txt
29158              CompositionExclusions-3d6.beta.txt
29159              EastAsianWidth-4d4.beta.txt
29160              LineBreak-6d3.beta.txt
29161              NamesList-3.1.0d1.beta.txt
29162              PropList-3.1.0d4.beta.txt
29163              SpecialCasing-4d1.beta.txt
29164              UnicodeData-3.1.0d6.beta.txt
29165      Branch: perl
29166            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
29167           +> lib/unicode/UCD.html lib/unicode/Unicode.html
29168            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29169            - lib/unicode/Unicode.301
29170            ! (edit 257 files)
29171 ____________________________________________________________________________
29172 [  8770] By: jhi                                   on 2001/02/11  17:26:22
29173         Log: UTF-8 documentation.
29174      Branch: perl
29175            ! utf8.h
29176 ____________________________________________________________________________
29177 [  8769] By: jhi                                   on 2001/02/11  17:12:49
29178         Log: Retract #8762.
29179      Branch: perl
29180            ! regexec.c
29181 ____________________________________________________________________________
29182 [  8768] By: jhi                                   on 2001/02/11  16:54:45
29183         Log: Subject: [PATCH] Test::Harness
29184              From: andreas.koenig@anima.de (Andreas J. Koenig)
29185              Date: 11 Feb 2001 14:37:00 +0100
29186              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
29187      Branch: perl
29188            ! lib/Test/Harness.pm
29189 ____________________________________________________________________________
29190 [  8767] By: jhi                                   on 2001/02/11  16:53:52
29191         Log: Subject: [PATCH] Document makepatch in Porting/patching
29192              From: andreas.koenig@anima.de (Andreas J. Koenig)
29193              Date: 11 Feb 2001 16:46:28 +0100
29194              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
29195      Branch: perl
29196            ! Porting/patching.pod
29197 ____________________________________________________________________________
29198 [  8766] By: jhi                                   on 2001/02/11  06:30:23
29199         Log: Subject: Re: [patch] GvSHARED
29200              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
29201              From: Doug MacEachern <dougm@covalent.net>
29202              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
29203              
29204              Subject: Re: [patch] GvSHARED
29205              From: Doug MacEachern <dougm@covalent.net>
29206              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
29207              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
29208              
29209              Subject: [patch] attributes.pm support for `shared'
29210              From: Doug MacEachern <dougm@covalent.net>
29211              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
29212              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
29213              
29214              our() attributes were ignored, our :shared pieces missing,
29215              allow attributes.pm to turn on shared.
29216      Branch: perl
29217            ! op.c t/op/attrs.t toke.c xsutils.c
29218 ____________________________________________________________________________
29219 [  8765] By: alanbur                               on 2001/02/10  23:11:19
29220         Log: Resync with parent (hopefully sucessfully this time)
29221      Branch: maint-5.6/pureperl
29222           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
29223           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
29224           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29225           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29226           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29227           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29228           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
29229 ____________________________________________________________________________
29230 [  8764] By: jhi                                   on 2001/02/10  22:54:38
29231         Log: Make TEST and UTEST more verbose in case something goes
29232              wrong in running/compiling a script, suggested by Doug
29233              MacEachern.
29234      Branch: perl
29235            ! t/TEST t/UTEST
29236 ____________________________________________________________________________
29237 [  8763] By: jhi                                   on 2001/02/10  22:11:34
29238         Log: Bogus shebang.
29239      Branch: perl
29240            ! t/lib/texttabs.t
29241 ____________________________________________________________________________
29242 [  8762] By: jhi                                   on 2001/02/10  21:56:02
29243         Log: (Retracted by #8769)
29244      Branch: perl
29245            ! regexec.c
29246 ____________________________________________________________________________
29247 [  8761] By: jhi                                   on 2001/02/10  21:26:15
29248         Log: Subject: Re: [patch] GvSHARED 
29249              From: Doug MacEachern <dougm@covalent.net>
29250              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
29251              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
29252              
29253              our @EXPORT : shared = (...);
29254      Branch: perl
29255            ! toke.c
29256 ____________________________________________________________________________
29257 [  8760] By: jhi                                   on 2001/02/10  21:25:07
29258         Log: Subject: [patch] GvSHARED
29259              From: Doug MacEachern <dougm@covalent.net>
29260              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
29261              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
29262      Branch: perl
29263            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
29264 ____________________________________________________________________________
29265 [  8759] By: alanbur                               on 2001/02/10  21:24:27
29266         Log: Backed out mismerge.
29267      Branch: maint-5.6/pureperl
29268            ! MANIFEST README.hpux README.vmesa gv.c installhtml
29269            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
29270            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29271            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29272            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29273            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29274            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
29275 ____________________________________________________________________________
29276 [  8758] By: jhi                                   on 2001/02/10  18:01:17
29277         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
29278              
29279              Fixed UMRs and leak in Perl_pmtrans()
29280              
29281              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29282              associated UTFied tr/// code.  Also fixed scoping leak of
29283              PL_reg_start_tmp.
29284              
29285              newATTRSUB leaks when an attempt to redefine the active sort sub is
29286              made.
29287      Branch: maint-5.6/perl
29288           !> op.c regcomp.c
29289 ____________________________________________________________________________
29290 [  8757] By: alanbur                               on 2001/02/10  17:56:46
29291         Log: Resynchronised with parent
29292      Branch: maint-5.6/pureperl
29293           +> README.bs2000
29294            - README.posix-bc
29295            ! gv.c perl.c sv.c
29296           !> MANIFEST README.hpux README.vmesa installhtml
29297           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
29298           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29299           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29300           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29301           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29302           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
29303 ____________________________________________________________________________
29304 [  8756] By: alanbur                               on 2001/02/10  17:51:15
29305         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
29306              made.
29307      Branch: maint-5.6/pureperl
29308            ! op.c
29309 ____________________________________________________________________________
29310 [  8755] By: jhi                                   on 2001/02/09  22:41:35
29311         Log: Upgrade to CPAN 1.59_54, from Andreas König.
29312      Branch: perl
29313            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29314 ____________________________________________________________________________
29315 [  8754] By: jhi                                   on 2001/02/09  22:29:20
29316         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
29317              
29318              Didn't upgrade the fill.t since it has a dependency to File::Slurp
29319              purely for debugging purposes, the actual test hasn't changed.
29320      Branch: perl
29321            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
29322            ! t/lib/textwrap.t
29323 ____________________________________________________________________________
29324 [  8753] By: jhi                                   on 2001/02/09  20:17:50
29325         Log: Integrate change #8682 from maintperl.
29326              
29327              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
29328              to work correctly.
29329      Branch: perl
29330           !> hints/irix_6.sh
29331 ____________________________________________________________________________
29332 [  8752] By: jhi                                   on 2001/02/09  20:00:46
29333         Log: Update Changes.
29334      Branch: perl
29335            ! Changes patchlevel.h
29336 ____________________________________________________________________________
29337 [  8751] By: nick                                  on 2001/02/09  19:48:37
29338         Log: Integrate mainline
29339      Branch: perlio
29340           +> README.bs2000 t/lib/cgi-esc.t
29341            - README.posix-bc
29342           !> (integrate 53 files)
29343 ____________________________________________________________________________
29344 [  8750] By: nick                                  on 2001/02/09  19:25:16
29345         Log: Subject: RE: Biannual Competition to Improve Hashing Function
29346              From: Fisher Mark <fisherm@tce.com>
29347              Date: Thu, 8 Feb 2001 10:44:00 -0500
29348              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
29349              Date: Thu, 8 Feb 2001 15:02:47 -0500
29350              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
29351      Branch: perl
29352            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
29353 ____________________________________________________________________________
29354 [  8749] By: jhi                                   on 2001/02/09  19:02:35
29355         Log: Forgotten fragment.
29356      Branch: perl
29357            ! pod/perlapi.pod
29358 ____________________________________________________________________________
29359 [  8748] By: jhi                                   on 2001/02/09  18:31:34
29360         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
29361              plus manual tweakage.
29362              
29363              Sync the perlfaq2 between mainline and maintperl.
29364      Branch: maint-5.6/perl
29365            ! pod/perlfaq2.pod
29366      Branch: perl
29367           !> pod/perlfaq2.pod
29368 ____________________________________________________________________________
29369 [  8747] By: jhi                                   on 2001/02/09  18:12:04
29370         Log: Subject: versiononly and installperl
29371              From: abigail@foad.org
29372              Date: Wed, 7 Feb 2001 22:43:12 +0100
29373              Message-ID: <20010207214312.7045.qmail@foad.org>    
29374              
29375              Add +v flag to force a normal install of the perl binary
29376              and the utilities.
29377              
29378              Subject: [PATCH] installperl
29379              From: Nicholas Clark <nick@ccl4.org>
29380              Date: Fri, 9 Feb 2001 16:28:57 +0000
29381              Message-ID: <20010209162857.B10931@plum.flirble.org>
29382              
29383              Add -A flag which also hardlinks the binary with
29384              the full architecture name.
29385      Branch: perl
29386            ! installperl
29387 ____________________________________________________________________________
29388 [  8746] By: jhi                                   on 2001/02/09  18:03:43
29389         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
29390              
29391              Subject: perlfaq2, re: perlmongers
29392              
29393              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
29394              
29395              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
29396              
29397              Subject: [ID 20010205.001] typo in perlfaq9
29398              
29399              Subject: [ID 20010208.002] unordered explanation in perlcall
29400      Branch: maint-5.6/perl
29401           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29402           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
29403           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
29404 ____________________________________________________________________________
29405 [  8745] By: jhi                                   on 2001/02/09  17:59:09
29406         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
29407              From: abela@geneanet.org
29408              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
29409              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
29410      Branch: perl
29411            ! pod/perlcall.pod
29412 ____________________________________________________________________________
29413 [  8744] By: jhi                                   on 2001/02/09  17:48:16
29414         Log: Subject: [ID 20010205.001] typo in perlfaq9
29415              From: eserte@vran.herceg.de
29416              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
29417              Message-Id: <200102042244.XAA21926@vran.herceg.de>
29418      Branch: perl
29419            ! pod/perlfaq9.pod
29420 ____________________________________________________________________________
29421 [  8743] By: jhi                                   on 2001/02/09  17:25:12
29422         Log: Integrate change #8695 from maintperl.
29423              
29424              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
29425      Branch: perl
29426           !> thread.h
29427 ____________________________________________________________________________
29428 [  8742] By: jhi                                   on 2001/02/09  17:21:22
29429         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
29430              From: Andy Dougherty <doughera@lafayette.edu>
29431              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
29432              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
29433      Branch: perl
29434            ! embed.pl
29435 ____________________________________________________________________________
29436 [  8741] By: jhi                                   on 2001/02/09  17:05:19
29437         Log: Integrate changes #8738,8739,8740 from maintperl.
29438              
29439              Html files will be installed in a more logical and easier to
29440              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
29441              
29442              Html files will be generated with a header to make them look
29443              a little less bare.
29444              
29445              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
29446      Branch: perl
29447           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
29448 ____________________________________________________________________________
29449 [  8740] By: jhi                                   on 2001/02/09  17:03:46
29450         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
29451              From: "Brendan O'Dea" <bod@compusol.com.au>
29452              Date: Sun, 4 Feb 2001 11:17:56 +1100
29453              Message-ID: <20010204111756.A16301@compusol.com.au>
29454      Branch: maint-5.6/perl
29455            ! pod/perlfaq3.pod
29456 ____________________________________________________________________________
29457 [  8739] By: jhi                                   on 2001/02/09  17:01:59
29458         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
29459              From: "Indy Singh" <indy@nusphere.com>
29460              Date: Fri, 2 Feb 2001 15:09:59 -0500
29461              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
29462              
29463              Html files will be generated with a header to make them look
29464              a little less bare.
29465      Branch: maint-5.6/perl
29466            ! installhtml
29467 ____________________________________________________________________________
29468 [  8738] By: jhi                                   on 2001/02/09  16:58:48
29469         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
29470              From: "Indy Singh" <indy@nusphere.com>
29471              Date: Fri, 2 Feb 2001 15:08:23 -0500
29472              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
29473              
29474              Html files will be installed in a more logical and easier to
29475              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
29476      Branch: maint-5.6/perl
29477            ! win32/Makefile win32/makefile.mk
29478 ____________________________________________________________________________
29479 [  8737] By: jhi                                   on 2001/02/09  16:46:54
29480         Log: Integrate changes #8687,8736 from maintperl.
29481              
29482              HP-UX thread patches from Merijn H. Brand.
29483              
29484              Latin nit from Philip Newton.
29485      Branch: perl
29486           !> README.hpux hints/hpux.sh
29487 ____________________________________________________________________________
29488 [  8736] By: jhi                                   on 2001/02/09  16:42:31
29489         Log: Latin nit from Philip Newton.
29490      Branch: maint-5.6/perl
29491            ! README.hpux
29492 ____________________________________________________________________________
29493 [  8735] By: jhi                                   on 2001/02/09  16:24:03
29494         Log: Integrate changes #8704,8710 from pureperl.
29495              
29496              Fixed UMRs and leak in Perl_pmtrans()
29497              
29498              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29499              associated UTFied tr/// code.  Also fixed scoping leak of
29500              PL_reg_start_tmp.
29501      Branch: perl
29502           !> op.c regcomp.c
29503 ____________________________________________________________________________
29504 [  8734] By: jhi                                   on 2001/02/09  15:40:21
29505         Log: Integrate change #8733 from maintperl.
29506              
29507              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
29508      Branch: perl
29509           !> pod/perlre.pod
29510 ____________________________________________________________________________
29511 [  8733] By: jhi                                   on 2001/02/09  15:35:47
29512         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
29513              From: Prymmer/Kahn <pvhp@best.com>
29514              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
29515              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
29516      Branch: maint-5.6/perl
29517            ! pod/perlre.pod
29518 ____________________________________________________________________________
29519 [  8732] By: jhi                                   on 2001/02/09  15:26:17
29520         Log: Rename README.posix-bc to README.bs2000 (to avoid the
29521              confusion of a "perlposix-bc.pod"), add a few missing
29522              arch pods, regen toc.
29523      Branch: maint-5.6/perl
29524           +> README.bs2000
29525            - README.posix-bc
29526            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29527            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29528 ____________________________________________________________________________
29529 [  8731] By: jhi                                   on 2001/02/09  15:23:39
29530         Log: De-cut-and-pasto.
29531      Branch: perl
29532            ! pod/perl.pod
29533 ____________________________________________________________________________
29534 [  8730] By: jhi                                   on 2001/02/09  15:11:13
29535         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
29536              when people think that perlposix-bc.pod tells anything about
29537              Perl and POSIX.  Regen toc.
29538      Branch: perl
29539           +> README.bs2000
29540            - README.posix-bc
29541            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29542            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29543 ____________________________________________________________________________
29544 [  8729] By: jhi                                   on 2001/02/09  14:52:28
29545         Log: The README.vmesa part of #8712 from maintperl.
29546      Branch: perl
29547            ! README.vmesa
29548 ____________________________________________________________________________
29549 [  8728] By: jhi                                   on 2001/02/09  14:46:06
29550         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
29551              From: Peter Prymmer <pvhp@forte.com>
29552              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
29553              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
29554      Branch: maint-5.6/perl
29555            ! README.vmesa win32/Makefile win32/makefile.mk
29556 ____________________________________________________________________________
29557 [  8727] By: jhi                                   on 2001/02/09  14:33:25
29558         Log: Integrate change #8712 from mainline.
29559              
29560              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
29561      Branch: maint-5.6/perl
29562           !> lib/Pod/Find.pm
29563 ____________________________________________________________________________
29564 [  8726] By: jhi                                   on 2001/02/09  14:30:28
29565         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
29566              From: Peter Prymmer <pvhp@forte.com>
29567              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
29568              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
29569      Branch: perl
29570            + t/lib/cgi-esc.t
29571            ! MANIFEST lib/CGI/Util.pm
29572 ____________________________________________________________________________
29573 [  8725] By: jhi                                   on 2001/02/09  04:56:47
29574         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
29575      Branch: maint-5.6/perl
29576            ! pod/perlport.pod
29577 ____________________________________________________________________________
29578 [  8724] By: jhi                                   on 2001/02/09  04:40:59
29579         Log: Integrate changes 7819,7820 from vmsperl into mainline.
29580              
29581              Add header for LIB$ prototypes (C. Berry)
29582              
29583              Convert fwrite()s to sockets to write()s, since some socket stacks
29584              don't take kindly to stdio.
29585              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29586              (for often optional LNMs)
29587              Correct a few typos
29588              (C. Bailey)
29589      Branch: perl
29590           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
29591 ____________________________________________________________________________
29592 [  8723] By: jhi                                   on 2001/02/09  03:29:29
29593         Log: Integrate change #8722 from mainline.
29594              
29595              The Im() function wasn't returning zero for non-Math::Complex
29596              arguments.  The bug reported by John Gamble.
29597      Branch: maint-5.6/perl
29598           !> lib/Math/Complex.pm
29599 ____________________________________________________________________________
29600 [  8722] By: jhi                                   on 2001/02/09  03:28:33
29601         Log: The Im() function wasn't returning zero for non-Math::Complex
29602              arguments.  The bug reported by John Gamble.
29603      Branch: perl
29604            ! lib/Math/Complex.pm
29605 ____________________________________________________________________________
29606 [  8721] By: nick                                  on 2001/02/08  22:11:35
29607         Log: Correct the correction :-(
29608      Branch: perl
29609            ! perl.c
29610 ____________________________________________________________________________
29611 [  8720] By: bailey                                on 2001/02/08  20:59:22
29612         Log: Convert frwite()s to sockets to write()s, since some socket stacks
29613              don't take kindly to stdio.
29614              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29615              (for often optional LNMs)
29616              Correct a few typos
29617              (C. Bailey)
29618      Branch: vmsperl
29619            ! vms/vms.c vms/vmsish.h
29620 ____________________________________________________________________________
29621 [  8719] By: bailey                                on 2001/02/08  20:51:02
29622         Log: Add header for LIB$ prototypes (C. Berry)
29623      Branch: vmsperl
29624            ! ext/Devel/DProf/DProf.xs
29625 ____________________________________________________________________________
29626 [  8718] By: bailey                                on 2001/02/08  20:49:00
29627         Log: SYN SYN
29628      Branch: vmsperl
29629           +> pod/perliol.pod t/lib/sample-tests/bailout
29630           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
29631           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
29632           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
29633           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
29634           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
29635           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
29636            - lib/unicode/Is/DCinital.pl
29637           !> (integrate 101 files)
29638 ____________________________________________________________________________
29639 [  8717] By: nick                                  on 2001/02/08  19:38:48
29640         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
29641              From: Robin Barker <rmb1@cise.npl.co.uk>
29642              Date: Thu, 8 Feb 2001 14:38:07 GMT
29643              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
29644      Branch: perl
29645            ! lib/CPAN.pm
29646 ____________________________________________________________________________
29647 [  8716] By: nick                                  on 2001/02/08  19:29:07
29648         Log: Generated files form 8713 etc.
29649      Branch: perl
29650            ! embed.h global.sym objXSUB.h perlapi.c proto.h
29651 ____________________________________________________________________________
29652 [  8715] By: nick                                  on 2001/02/08  19:26:08
29653         Log: Fixup non-ithread build after 8713
29654      Branch: perl
29655            ! perl.c
29656 ____________________________________________________________________________
29657 [  8714] By: nick                                  on 2001/02/08  19:17:45
29658         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
29659              From: nick@ccl4.org
29660              Date: Wed, 7 Feb 2001 00:27:47 +0000
29661              Message-Id: <20010207002747.B63724@plum.flirble.org>
29662      Branch: perl
29663            ! sv.c toke.c
29664 ____________________________________________________________________________
29665 [  8713] By: nick                                  on 2001/02/08  19:15:58
29666         Log: Subject: Re: [patch] Re: PL_ptr_table
29667              From: Doug Maceachern <dougm@covalent.net>
29668              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
29669              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
29670      Branch: perl
29671            ! embed.pl perl.c sv.c sv.h
29672 ____________________________________________________________________________
29673 [  8712] By: nick                                  on 2001/02/08  19:12:47
29674         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
29675              From: Peter Prymmer <pvhp@forte.com>
29676              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
29677              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
29678      Branch: perl
29679            ! lib/Pod/Find.pm
29680 ____________________________________________________________________________
29681 [  8711] By: nick                                  on 2001/02/07  21:06:11
29682         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
29683              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
29684              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29685              Date: Tue, 06 Feb 2001 23:37:01 +0000
29686              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
29687      Branch: perl
29688            ! regcomp.c
29689 ____________________________________________________________________________
29690 [  8710] By: alanbur                               on 2001/02/07  00:22:04
29691         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29692              associated UTFied tr/// code.  Also fixed scoping leak of
29693              PL_reg_start_tmp.
29694      Branch: maint-5.6/pureperl
29695            ! op.c regcomp.c
29696 ____________________________________________________________________________
29697 [  8709] By: nick                                  on 2001/02/06  21:16:49
29698         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
29699              From: Michael G Schwern <schwern@pobox.com>
29700              Date: Sun, 4 Feb 2001 19:47:14 -0500
29701              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
29702      Branch: perl
29703            ! pod/perlapi.pod pod/perlmodlib.PL
29704 ____________________________________________________________________________
29705 [  8708] By: nick                                  on 2001/02/06  20:41:20
29706         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
29707              From: Michael G Schwern <schwern@pobox.com>
29708              Date: Sun, 4 Feb 2001 21:17:49 -0500
29709              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
29710      Branch: perl
29711            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
29712            ! pod/perltootc.pod
29713 ____________________________________________________________________________
29714 [  8707] By: nick                                  on 2001/02/06  20:29:11
29715         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
29716              From: Michael G Schwern <schwern@pobox.com>
29717              Date: Tue, 6 Feb 2001 05:54:30 -0500
29718              Message-Id: <20010206055430.A951@blackrider.aocn.com>
29719      Branch: perl
29720            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
29721 ____________________________________________________________________________
29722 [  8706] By: nick                                  on 2001/02/06  20:21:40
29723         Log: Subject: RE: some win32 fixes
29724              Date: Tue, 6 Feb 2001 09:23:20 +0300
29725              From: Vadim Konovalov <vkonovalov@lucent.com>
29726              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
29727      Branch: perl
29728            ! toke.c win32/Makefile win32/config.bc win32/config.gc
29729            ! win32/config.vc win32/config_H.bc win32/makefile.mk
29730 ____________________________________________________________________________
29731 [  8705] By: alanbur                               on 2001/02/06  15:00:03
29732         Log: Synchronised with parent
29733      Branch: maint-5.6/pureperl
29734            ! regexec.c
29735           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
29736           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
29737 ____________________________________________________________________________
29738 [  8704] By: alanbur                               on 2001/02/06  14:55:24
29739         Log: Fixed UMRs and leak in Perl_pmtrans()
29740      Branch: maint-5.6/pureperl
29741            ! op.c
29742 ____________________________________________________________________________
29743 [  8703] By: gsar                                  on 2001/02/06  02:29:37
29744         Log: $(MAKE) distclean doesn't clean up properly on windows
29745      Branch: maint-5.6/perl
29746            ! win32/Makefile win32/makefile.mk
29747 ____________________________________________________________________________
29748 [  8702] By: gsar                                  on 2001/02/06  01:00:46
29749         Log: tweak change#8659 to keep it simple
29750      Branch: maint-5.6/perl
29751            ! utils/perldoc.PL
29752 ____________________________________________________________________________
29753 [  8701] By: gsar                                  on 2001/02/05  22:45:41
29754         Log: change#8693 was missing testsuite changes
29755      Branch: maint-5.6/perl
29756           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
29757 ____________________________________________________________________________
29758 [  8700] By: nick                                  on 2001/02/05  20:32:52
29759         Log: Integrate mainline
29760      Branch: perlio
29761           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
29762           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
29763           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
29764           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
29765           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
29766           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
29767           +> t/lib/test-harness.t
29768           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
29769           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
29770           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
29771           !> pod/perlutil.pod t/TEST utils/h2xs.PL
29772 ____________________________________________________________________________
29773 [  8699] By: nick                                  on 2001/02/05  19:41:07
29774         Log: Subject: perlfaq2, re: perlmongers
29775              From: David H. Adler <dha@panix.com>
29776              Date: Sun, 4 Feb 2001 23:48:23 -0500
29777              Message-Id: <20010204234823.A13429@panix.com>
29778      Branch: perl
29779            ! pod/perlfaq2.pod
29780 ____________________________________________________________________________
29781 [  8698] By: nick                                  on 2001/02/05  19:39:31
29782         Log: Missed file f#rom the testharness mess.
29783      Branch: perl
29784            + t/lib/test-harness.t
29785 ____________________________________________________________________________
29786 [  8697] By: nick                                  on 2001/02/05  19:37:21
29787         Log: Subject: [DOC PATCH] overload.pm nits
29788              From: John Tobey <jtobey@john-edwin-tobey.org>
29789              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
29790              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
29791      Branch: perl
29792            ! lib/overload.pm
29793 ____________________________________________________________________________
29794 [  8696] By: alanbur                               on 2001/02/05  11:56:00
29795         Log: Sync with parent
29796      Branch: maint-5.6/pureperl
29797           !> thread.h
29798 ____________________________________________________________________________
29799 [  8695] By: gsar                                  on 2001/02/05  03:27:34
29800         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
29801      Branch: maint-5.6/perl
29802            ! thread.h
29803 ____________________________________________________________________________
29804 [  8694] By: alanbur                               on 2001/02/05  00:07:47
29805         Log: Initial branch creation from //depot/maint-5.6/perl
29806      Branch: maint-5.6/pureperl
29807           +> (branch 1719 files)
29808 ____________________________________________________________________________
29809 [  8693] By: gsar                                  on 2001/02/04  22:38:49
29810         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
29811              changes)
29812      Branch: maint-5.6/perl
29813           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
29814           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
29815           !> ext/DB_File/version.c
29816 ____________________________________________________________________________
29817 [  8692] By: nick                                  on 2001/02/04  18:15:57
29818         Log: The missed t/TEST part of the grand testharness upgrade.
29819      Branch: perl
29820            ! t/TEST
29821 ____________________________________________________________________________
29822 [  8691] By: nick                                  on 2001/02/04  18:05:17
29823         Log: New improved test harness
29824              Subject: Re: [PATCH Test::Harness] Third time's a charm?
29825              From: Michael G Schwern <schwern@pobox.com>
29826              Date: Sun, 4 Feb 2001 08:01:20 -0500
29827              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
29828      Branch: perl
29829            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
29830            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
29831            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
29832            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
29833            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
29834            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
29835            ! MANIFEST lib/Test/Harness.pm
29836 ____________________________________________________________________________
29837 [  8690] By: nick                                  on 2001/02/04  17:57:51
29838         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
29839              From: Jonathan Stowe <gellyfish@gellyfish.com>
29840              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
29841              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
29842      Branch: perl
29843            ! utils/h2xs.PL
29844 ____________________________________________________________________________
29845 [  8689] By: nick                                  on 2001/02/04  17:55:24
29846         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
29847              From: Michael G Schwern <schwern@pobox.com>
29848              Date: Sat, 3 Feb 2001 22:46:38 -0500
29849              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
29850      Branch: perl
29851            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
29852            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
29853 ____________________________________________________________________________
29854 [  8688] By: nick                                  on 2001/02/04  17:43:55
29855         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
29856              length byfailing to spot lack of closing )
29857              From: nick@talking.bollo.cx
29858              Date: Sat, 03 Feb 2001 23:53:16 +0000
29859              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
29860      Branch: perl
29861            ! perlio.c pod/perldiag.pod
29862 ____________________________________________________________________________
29863 [  8687] By: jhi                                   on 2001/02/03  17:11:42
29864         Log: HP-UX thread patches from Merijn H. Brand.
29865      Branch: maint-5.6/perl
29866            ! README.hpux hints/hpux.sh
29867 ____________________________________________________________________________
29868 [  8686] By: jhi                                   on 2001/02/03  16:40:12
29869         Log: Metaconfig changes for #8685.
29870      Branch: metaconfig
29871            ! U/installdirs/instubperl.U
29872      Branch: metaconfig/U/perl
29873            ! Devel.U versiononly.U
29874 ____________________________________________________________________________
29875 [  8685] By: jhi                                   on 2001/02/03  16:39:49
29876         Log: For -Dusedevel builds turn off installusrbinperl and turn on
29877              versiononly, a combined idea of Richard Soderberg and Merijn
29878              H. Brand.  You can still override both of these from the command
29879              line if you need to, -Dinstallusrbinperl and -Uversiononly.
29880      Branch: perl
29881            ! Configure
29882 ____________________________________________________________________________
29883 [  8684] By: jhi                                   on 2001/02/03  16:16:34
29884         Log: Metaconfig unit fix for #8683.
29885      Branch: metaconfig
29886            ! U/compline/nblock_io.U
29887 ____________________________________________________________________________
29888 [  8683] By: jhi                                   on 2001/02/03  16:16:12
29889         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
29890              reported by Peter Prymmer for 5.6-TRIAL1.
29891      Branch: perl
29892            ! Configure
29893 ____________________________________________________________________________
29894 [  8682] By: jhi                                   on 2001/02/03  05:52:11
29895         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
29896              to work correctly.
29897      Branch: maint-5.6/perl
29898            ! hints/irix_6.sh
29899 ____________________________________________________________________________
29900 [  8681] By: jhi                                   on 2001/02/03  05:47:33
29901         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
29902      Branch: maint-5.6/perl
29903            ! pod/perlport.pod
29904 ____________________________________________________________________________
29905 [  8680] By: jhi                                   on 2001/02/02  21:39:49
29906         Log: perlport update from Peter Prymmer.
29907      Branch: maint-5.6/perl
29908            ! pod/perlport.pod
29909 ____________________________________________________________________________
29910 [  8679] By: nick                                  on 2001/02/02  20:50:48
29911         Log: Integrate mainline
29912      Branch: perlio
29913           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
29914           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
29915           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
29916 ____________________________________________________________________________
29917 [  8678] By: gsar                                  on 2001/02/02  16:02:12
29918         Log: note about bincompat, slightly modified (from Lupe Christoph)
29919      Branch: maint-5.6/perl
29920            ! README.solaris
29921 ____________________________________________________________________________
29922 [  8677] By: jhi                                   on 2001/02/02  15:46:20
29923         Log: Supported platforms updates.
29924      Branch: maint-5.6/perl
29925            ! pod/perlport.pod
29926 ____________________________________________________________________________
29927 [  8676] By: jhi                                   on 2001/02/02  03:41:26
29928         Log: A couple more perlfaq2 tweaks.
29929      Branch: maint-5.6/perl
29930            ! pod/perlfaq2.pod
29931 ____________________________________________________________________________
29932 [  8675] By: jhi                                   on 2001/02/02  03:17:44
29933         Log: Misedit in #8661.
29934      Branch: maint-5.6/perl
29935            ! Configure
29936 ____________________________________________________________________________
29937 [  8674] By: jhi                                   on 2001/02/02  03:14:38
29938         Log: Damien again.
29939      Branch: maint-5.6/perl
29940            ! pod/perlfaq2.pod
29941 ____________________________________________________________________________
29942 [  8673] By: jhi                                   on 2001/02/02  03:12:40
29943         Log: perlfaq update from Elaine Ashton.
29944      Branch: maint-5.6/perl
29945            ! pod/perlfaq2.pod
29946 ____________________________________________________________________________
29947 [  8672] By: jhi                                   on 2001/02/02  03:07:08
29948         Log: UTF-8 s/// patch from Inaba Hiroto.
29949      Branch: maint-5.6/perl
29950            ! pp_ctl.c pp_hot.c
29951 ____________________________________________________________________________
29952 [  8671] By: jhi                                   on 2001/02/01  22:34:31
29953         Log: Update Changes.
29954      Branch: perl
29955            ! Changes patchlevel.h
29956 ____________________________________________________________________________
29957 [  8670] By: jhi                                   on 2001/02/01  22:15:29
29958         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
29959              from maintperl.
29960              
29961              Upgrade to Getopt::Long 2.25, from Johan Vromans.
29962              
29963              more files need to be writable in the source distribution
29964              
29965              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
29966              
29967              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
29968              
29969              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29970              
29971              Allow the float to be fuzzier.
29972              
29973              need to use INT2PTR instead of a straight cast or ia64 fails
29974              
29975              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
29976              
29977              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
29978      Branch: perl
29979           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
29980           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
29981           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
29982 ____________________________________________________________________________
29983 [  8669] By: jhi                                   on 2001/02/01  21:57:02
29984         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29985              From: Robin Barker <rmb1@cise.npl.co.uk>
29986              Date: Thu, 1 Feb 2001 16:59:05 GMT
29987              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
29988      Branch: maint-5.6/perl
29989            ! pod/perlmodlib.PL
29990 ____________________________________________________________________________
29991 [  8668] By: nick                                  on 2001/02/01  19:41:40
29992         Log: Integrate mainline
29993      Branch: perlio
29994           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
29995           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
29996           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
29997 ____________________________________________________________________________
29998 [  8667] By: gsar                                  on 2001/02/01  16:59:11
29999         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
30000      Branch: maint-5.6/perl
30001            ! embed.pl embedvar.h
30002 ____________________________________________________________________________
30003 [  8666] By: gsar                                  on 2001/02/01  16:34:51
30004         Log: add missing entries to win32/config.?c
30005      Branch: maint-5.6/perl
30006            ! win32/config.bc win32/config.gc win32/config.vc
30007            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30008 ____________________________________________________________________________
30009 [  8665] By: jhi                                   on 2001/02/01  14:58:51
30010         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
30011              From: "Stephen P. Potter" <spp@spotter.yi.org>
30012              Date: Thu, 01 Feb 2001 10:45:46 -0500
30013              Message-Id: <200102011545.KAA31479@spotter.yi.org>
30014      Branch: maint-5.6/perl
30015            ! pod/perlfunc.pod
30016 ____________________________________________________________________________
30017 [  8664] By: gsar                                  on 2001/02/01  14:52:37
30018         Log: need to use INT2PTR instead of a straight cast or ia64 fails
30019              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
30020      Branch: maint-5.6/perl
30021            ! ext/POSIX/POSIX.xs
30022 ____________________________________________________________________________
30023 [  8663] By: jhi                                   on 2001/02/01  14:09:13
30024         Log: Allow the float to be fuzzier.
30025      Branch: maint-5.6/perl
30026            ! t/lib/peek.t
30027 ____________________________________________________________________________
30028 [  8662] By: jhi                                   on 2001/02/01  13:59:00
30029         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30030              From: Robin Barker <rmb1@cise.npl.co.uk>
30031              Date: Thu, 1 Feb 2001 13:05:39 GMT
30032              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
30033      Branch: maint-5.6/perl
30034            ! pod/perlmodlib.pod
30035 ____________________________________________________________________________
30036 [  8661] By: jhi                                   on 2001/02/01  13:57:38
30037         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
30038              Date: Thu, 01 Feb 2001 14:15:41 +0100
30039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30040              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
30041              
30042              Have the $ccflags in the gcc version test (strange, this change
30043              is claimed to be have been integrated already)
30044      Branch: maint-5.6/perl
30045            ! Configure
30046 ____________________________________________________________________________
30047 [  8660] By: jhi                                   on 2001/02/01  13:44:10
30048         Log: Integrate changes #7950,7964,7962 from mainline.
30049              
30050              Find the stdchar signedness using cpp, should fix some of
30051              the Solaris compiler warnings reported by Alan Burlison.
30052      Branch: maint-5.6/perl
30053           !> Configure config_h.SH
30054 ____________________________________________________________________________
30055 [  8659] By: jhi                                   on 2001/02/01  05:35:32
30056         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
30057              From: Jan Dubois <JanD@ActiveState.com>
30058              Date: Wed, 31 Jan 2001 21:17:03 -0800
30059              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
30060      Branch: maint-5.6/perl
30061            ! utils/perldoc.PL
30062 ____________________________________________________________________________
30063 [  8658] By: jhi                                   on 2001/02/01  04:33:17
30064         Log: Integrate the README.os390 and README.posix-bc parts of mainline
30065              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
30066              installperl parts were taken care of by #8657.)
30067      Branch: maint-5.6/perl
30068           !> README.os390 README.posix-bc
30069 ____________________________________________________________________________
30070 [  8657] By: jhi                                   on 2001/02/01  04:29:21
30071         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
30072              From: Peter Prymmer <pvhp@forte.com>
30073              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
30074              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
30075      Branch: maint-5.6/perl
30076            + ext/DynaLoader/dl_dllload.xs
30077            ! MANIFEST Makefile.SH hints/os390.sh installperl
30078 ____________________________________________________________________________
30079 [  8656] By: jhi                                   on 2001/02/01  04:25:45
30080         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
30081              From: Peter Prymmer <pvhp@forte.com>
30082              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
30083              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
30084      Branch: maint-5.6/perl
30085            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
30086 ____________________________________________________________________________
30087 [  8655] By: jhi                                   on 2001/02/01  04:14:47
30088         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
30089              From: troc@netrus.net
30090              Date: Wed, 31 Jan 2001 22:31:26 -0500
30091              Message-Id: <200102010331.WAA117.85@rocco.homenet>
30092      Branch: maint-5.6/perl
30093            ! os2/os2.c
30094 ____________________________________________________________________________
30095 [  8654] By: jhi                                   on 2001/02/01  04:12:52
30096         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
30097              as reported by Alan Burlison.
30098      Branch: maint-5.6/perl
30099            ! pp.h
30100 ____________________________________________________________________________
30101 [  8653] By: jhi                                   on 2001/02/01  04:05:12
30102         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
30103              From: dsugalski@northernlight.com
30104              Date: Wed, 31 Jan 2001 18:54:11 -0500
30105              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
30106      Branch: maint-5.6/perl
30107            ! configure.com
30108 ____________________________________________________________________________
30109 [  8652] By: jhi                                   on 2001/02/01  04:03:11
30110         Log: Misplaced #endif.
30111              
30112              Subject: [perl-5-6-1-trial2] patches for EPOC
30113              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30114              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30115              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30116      Branch: maint-5.6/perl
30117            ! epoc/epocish.c
30118 ____________________________________________________________________________
30119 [  8651] By: jhi                                   on 2001/02/01  04:00:25
30120         Log: Integrate changes #8647,8648,8650 from mainline.
30121              
30122              Macrofy a magic UTF-8 test.
30123              
30124              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
30125              
30126              Watch out for cross compiling for EPOC (usually done on linux).
30127      Branch: maint-5.6/perl
30128           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
30129 ____________________________________________________________________________
30130 [  8650] By: jhi                                   on 2001/02/01  03:56:20
30131         Log: Watch out for cross compiling for EPOC (usually done on linux)
30132              
30133              Subject: [perl-5-6-1-trial2] patches for EPOC
30134              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30135              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30136              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30137      Branch: perl
30138            ! ext/Errno/Errno_pm.PL
30139 ____________________________________________________________________________
30140 [  8649] By: gsar                                  on 2001/02/01  00:46:00
30141         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
30142      Branch: maint-5.6/perl
30143            ! sv.c
30144 ____________________________________________________________________________
30145 [  8648] By: jhi                                   on 2001/01/31  23:35:36
30146         Log: All the uses of PL_numeric_radix must be protected by
30147              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
30148              
30149              Subject: [perl-5-6-1-trial2] patches for EPOC
30150              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30151              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30152              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30153      Branch: perl
30154            ! sv.c
30155 ____________________________________________________________________________
30156 [  8647] By: jhi                                   on 2001/01/31  22:56:16
30157         Log: Macrofy a magic UTF-8 test.
30158      Branch: perl
30159            ! utf8.c utf8.h
30160 ____________________________________________________________________________
30161 [  8646] By: gsar                                  on 2001/01/31  15:55:12
30162         Log: update Changes
30163      Branch: maint-5.6/perl
30164            ! Changes
30165 ____________________________________________________________________________
30166 [  8645] By: gsar                                  on 2001/01/31  15:10:14
30167         Log: Configure tweak suggested by Peter Prymmer
30168      Branch: maint-5.6/perl
30169            ! Configure
30170 ____________________________________________________________________________
30171 [  8644] By: gsar                                  on 2001/01/31  15:06:32
30172         Log: more files need to be writable in the source distribution
30173      Branch: maint-5.6/perl
30174            ! Porting/makerel
30175 ____________________________________________________________________________
30176 [  8643] By: jhi                                   on 2001/01/31  14:59:46
30177         Log: Integrate changes #8258,8278,8279 from mainline.
30178              
30179              Make the large file tests more robust/talkative.
30180      Branch: maint-5.6/perl
30181           !> t/lib/syslfs.t t/op/lfs.t
30182 ____________________________________________________________________________
30183 [  8642] By: gsar                                  on 2001/01/31  14:53:48
30184         Log: integrate changes#8311,8334 from mainline
30185              
30186              Add a new MakeMaker variable PM_FILTER that defines a Unix
30187              filter to be run on each .pm during the pm_to_blib() phase,
30188              a fixed version of
30189              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
30190              
30191              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
30192              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
30193              accurate reading of the "atime".  
30194      Branch: maint-5.6/perl
30195           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
30196           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30197           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
30198 ____________________________________________________________________________
30199 [  8641] By: jhi                                   on 2001/01/31  14:46:37
30200         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
30201      Branch: maint-5.6/perl
30202            ! lib/Getopt/Long.pm
30203 ____________________________________________________________________________
30204 [  8640] By: gsar                                  on 2001/01/31  14:40:24
30205         Log: make regen_all
30206      Branch: maint-5.6/perl
30207            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
30208 ____________________________________________________________________________
30209 [  8639] By: gsar                                  on 2001/01/31  14:37:25
30210         Log: refresh windows config files
30211      Branch: maint-5.6/perl
30212            ! win32/Makefile win32/config_H.bc win32/config_H.gc
30213            ! win32/config_H.vc win32/makefile.mk
30214 ____________________________________________________________________________
30215 [  8638] By: gsar                                  on 2001/01/31  14:28:10
30216         Log: makefile tweaks for windows: introduce a bulk-switch to enable
30217              same options as ActivePerl; sync changes with makefile.mk
30218      Branch: maint-5.6/perl
30219            ! win32/Makefile win32/makefile.mk
30220 ____________________________________________________________________________
30221 [  8637] By: jhi                                   on 2001/01/31  04:41:30
30222         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
30223              From: Nicholas Clark <nick@ccl4.org>
30224              Date: Tue, 30 Jan 2001 19:51:05 +0000
30225              Message-ID: <20010130195105.R76607@plum.flirble.org> 
30226              
30227              op/inc cure.
30228      Branch: perl
30229            ! pp.c pp.h pp_hot.c t/op/arith.t
30230 ____________________________________________________________________________
30231 [  8636] By: jhi                                   on 2001/01/31  02:38:32
30232         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
30233              no perlio],8257,8380,8479,8515 from mainline.
30234              
30235              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
30236              
30237              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
30238              Subject: [PATCH perl@8133] fix-up for VMS extensions
30239              
30240              In VMS embedded perls couldn't access the statically built Socket.
30241              
30242              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
30243              
30244              Further VMS piping fixes from Charles Lane.
30245              
30246              Subject:  [PATCH] make t/op/misc.t work on VMS
30247              
30248              Add tracing for debugging extensions builds in VMS.
30249              
30250              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
30251      Branch: maint-5.6/perl
30252           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
30253           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
30254           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
30255 ____________________________________________________________________________
30256 [  8635] By: jhi                                   on 2001/01/31  01:46:41
30257         Log: Integrate change #7732 from mainline.
30258              
30259              Sparc 64-bit pack() fix from Jens Hamisch.
30260      Branch: maint-5.6/perl
30261           !> pp.c
30262 ____________________________________________________________________________
30263 [  8634] By: jhi                                   on 2001/01/31  01:41:16
30264         Log: One spot missing from #8626.
30265      Branch: maint-5.6/perl
30266            ! sv.c
30267 ____________________________________________________________________________
30268 [  8633] By: jhi                                   on 2001/01/31  00:49:17
30269         Log: Integrate change #7495 from mainline.
30270              
30271              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
30272      Branch: maint-5.6/perl
30273           !> MANIFEST ext/re/Makefile.PL
30274 ____________________________________________________________________________
30275 [  8632] By: jhi                                   on 2001/01/30  23:38:49
30276         Log: Integrate change #8396 from mainline.
30277              
30278              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
30279              better multicast support (resend)
30280      Branch: maint-5.6/perl
30281           !> ext/Socket/Socket.pm
30282 ____________________________________________________________________________
30283 [  8631] By: jhi                                   on 2001/01/30  23:28:03
30284         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
30285              
30286              More AIX lore. (7514, ext/re/hints/aix.pl)
30287              
30288              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
30289              
30290              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)
30291              
30292              Subject: [ID 20001214.002] Net::Ping patch
30293              
30294              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
30295              
30296              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
30297              
30298              Add ReuseAddr as a (preferred) alias for Reuse as we now
30299              also have ReusePort.
30300              
30301              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
30302      Branch: maint-5.6/perl
30303           +> ext/re/hints/aix.pl
30304           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
30305           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
30306 ____________________________________________________________________________
30307 [  8630] By: jhi                                   on 2001/01/30  23:03:59
30308         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
30309              
30310              read() documentation tweak for 20001121.004.
30311              
30312              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
30313      Branch: maint-5.6/perl
30314           !> pod/perlfunc.pod pod/perlre.pod
30315 ____________________________________________________________________________
30316 [  8629] By: jhi                                   on 2001/01/30  22:41:57
30317         Log: Integrate change #8098 from mainline.
30318              
30319              fastgetcwd is defined using a glob alias on a $^O dependent basis
30320              and there was no default assignment or perl subroutine.
30321      Branch: maint-5.6/perl
30322           !> lib/Cwd.pm
30323 ____________________________________________________________________________
30324 [  8628] By: jhi                                   on 2001/01/30  21:58:52
30325         Log: Integrate change #7866 from mainline.
30326              
30327              File::Temp 0.11.
30328      Branch: maint-5.6/perl
30329           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
30330 ____________________________________________________________________________
30331 [  8627] By: jhi                                   on 2001/01/30  21:39:44
30332         Log: Integrate changes #8075,8086,8228 from mainline.  
30333              
30334              Darwin is not Windows. (8075,8086)
30335              
30336              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
30337      Branch: maint-5.6/perl
30338           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
30339           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
30340           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
30341           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
30342 ____________________________________________________________________________
30343 [  8626] By: jhi                                   on 2001/01/30  21:22:11
30344         Log: Integrate with tweakery the change #8625 from mainline,
30345              the multibyte decimal separator fix ("fa_IR locale failure").
30346      Branch: maint-5.6/perl
30347            ! embedvar.h perlapi.h
30348           !> intrpvar.h perl.c perl.h sv.c util.c
30349 ____________________________________________________________________________
30350 [  8625] By: jhi                                   on 2001/01/30  20:26:33
30351         Log: Fix for the fa_IR locale failure.  The reason for the failure
30352              was that Perl was assuming the decimal separator aka the radix
30353              separator is one character.  The Farsi-Iranian locale crushed
30354              that bad assumption since there the separator is 'Momayyez',
30355              glyphwise looking somewhat like a slash, and in Unicode UTF-8
30356              encoded in two bytes, 0xd9 0xab.
30357      Branch: perl
30358            ! intrpvar.h perl.c perl.h sv.c util.c
30359 ____________________________________________________________________________
30360 [  8624] By: gsar                                  on 2001/01/30  20:17:03
30361         Log: regen_headers
30362      Branch: maint-5.6/perl
30363            ! Makefile.SH pod/perlintern.pod
30364 ____________________________________________________________________________
30365 [  8623] By: gsar                                  on 2001/01/30  19:42:34
30366         Log: backout change#7431 and its dependents (causes spurious rebuilds
30367              of autogenerated files)
30368              
30369              fix benign b.t failure
30370      Branch: maint-5.6/perl
30371            ! Makefile.SH t/lib/b.t
30372 ____________________________________________________________________________
30373 [  8622] By: jhi                                   on 2001/01/30  19:41:41
30374         Log: Microperl sync.
30375      Branch: perl
30376            ! mg.c perl.h
30377 ____________________________________________________________________________
30378 [  8621] By: gsar                                  on 2001/01/30  19:24:47
30379         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
30380              from mainline
30381              
30382              Subject: podlators 1.06 released
30383              
30384              Subject: [PATCH @8436] Eliminate op_children
30385              
30386              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
30387              
30388              (Replaced by #8448)  More op_children traces (cleanup of #8442).
30389              
30390              Subject: [PATCH #3 @8436] Re: Eliminate op_children
30391              Replace #8444 and #8445.
30392              
30393              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
30394              at the setting of the ofs_sv in new_struct_thread() as the
30395              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
30396              uninitialized fields are, uh, initialized with),
30397              SvREFCNT_inc()ing that invited a core dump.
30398              
30399              podlators 1.07, from Russ Allbery.
30400              
30401              Subject: [PATCH] regcomp.c old feature removal
30402              From: mjd@plover.com
30403              Date: 16 Jan 2001 14:43:18 -0000 
30404              Message-ID: <20010116144318.7140.qmail@plover.com> 
30405      Branch: maint-5.6/perl
30406           +> lib/Pod/Text/Overstrike.pm
30407           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
30408           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
30409           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
30410           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
30411           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
30412           !> util.c
30413 ____________________________________________________________________________
30414 [  8620] By: gsar                                  on 2001/01/30  18:48:32
30415         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
30416              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
30417              now fails one test)
30418              
30419              Subject: [PATCH] lvalue AUTOLOAD. No, really.
30420              
30421              Subject: [PATCH] Interesting syntax idea
30422              Make opens + bareword assigns do typeglob assigns.
30423              
30424              Tests for #8254.
30425              
30426              Subject: [PATCH @8269] Continue blocks and B::Deparse
30427              Make the peephole optimizer to bypass more null ops and
30428              and rewrite the deparse handling of continue blocks.
30429              
30430              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
30431              Doc tweak on #8313.
30432              
30433              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
30434              
30435              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
30436              
30437              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
30438              
30439              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
30440              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
30441              according to the platform.
30442              
30443              Subject: [PATCH @8404] Consolidated lvalue sub changes
30444              
30445              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
30446              
30447              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
30448              
30449              Subject: B::Concise -- an improved replacement for B::Terse 
30450              
30451              The B::Terse drop-in replacement wasn't quite drop-in.
30452              
30453              The LVRET macro needed an aTHX.
30454              
30455              Use the /^Perl_/-less form of is_lvalue_sub().
30456              
30457              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
30458      Branch: maint-5.6/perl
30459           +> ext/B/B/Concise.pm
30460           !> (integrate 27 files)
30461 ____________________________________________________________________________
30462 [  8619] By: nick                                  on 2001/01/30  18:40:28
30463         Log: Integrate mainline
30464      Branch: perlio
30465           !> (integrate 40 files)
30466 ____________________________________________________________________________
30467 [  8618] By: jhi                                   on 2001/01/30  18:37:18
30468         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
30469              Date: Mon, 29 Jan 2001 22:51:29 -0600
30470              From: "Craig A. Berry" <craigberry@mac.com>
30471              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
30472      Branch: perl
30473            ! vms/test.com
30474 ____________________________________________________________________________
30475 [  8617] By: jhi                                   on 2001/01/30  18:34:53
30476         Log: Subject: [PATCH] Add missing CV flags to dump.c
30477              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30478              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
30479              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
30480      Branch: perl
30481            ! dump.c
30482 ____________________________________________________________________________
30483 [  8616] By: jhi                                   on 2001/01/30  18:20:58
30484         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
30485              part isn't applicable to maintperl.
30486              
30487              UTF-8 nit from Inaba Hiroto.
30488      Branch: maint-5.6/perl
30489           !> pod/perlapi.pod utf8.c
30490 ____________________________________________________________________________
30491 [  8615] By: jhi                                   on 2001/01/30  18:18:51
30492         Log: UTF-8 nit from Inaba Hiroto.
30493      Branch: perl
30494            ! pod/perlapi.pod t/op/each.t utf8.c
30495 ____________________________________________________________________________
30496 [  8614] By: jhi                                   on 2001/01/30  18:13:38
30497         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
30498              
30499              perl's internal variables are not for public consumption,
30500              move their docs from perlapi.pod to perlintern.pod
30501              
30502              support for -Dusethreads build under HP-UX 10.20 and DCE threads
30503              library (11.0 and later have pthreads but 10.x don't)
30504              
30505              avoid uninitialized value warnings
30506              
30507              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
30508              gets weird results)
30509              
30510              perldoc nit on windows
30511              
30512              make it possible to run the tests outside the source tree
30513              (there's still a dependency on ../lib being the library
30514              location)
30515      Branch: perl
30516           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
30517           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
30518           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
30519           !> win32/bin/search.pl win32/vdir.h
30520 ____________________________________________________________________________
30521 [  8613] By: gsar                                  on 2001/01/30  16:39:59
30522         Log: make it possible to run the tests outside the source tree
30523              (there's still a dependency on ../lib being the library
30524              location)
30525      Branch: maint-5.6/perl
30526            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
30527 ____________________________________________________________________________
30528 [  8612] By: gsar                                  on 2001/01/30  16:31:12
30529         Log: perldoc nit on windows
30530      Branch: maint-5.6/perl
30531            ! utils/perldoc.PL
30532 ____________________________________________________________________________
30533 [  8611] By: gsar                                  on 2001/01/30  16:22:54
30534         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
30535              gets weird results)
30536      Branch: maint-5.6/perl
30537            ! win32/vdir.h
30538 ____________________________________________________________________________
30539 [  8610] By: gsar                                  on 2001/01/30  16:12:45
30540         Log: avoid uninitialized value warnings
30541      Branch: maint-5.6/perl
30542            ! win32/bin/search.pl
30543 ____________________________________________________________________________
30544 [  8609] By: gsar                                  on 2001/01/30  16:08:01
30545         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
30546              library (11.0 and later have pthreads but 10.x don't)
30547      Branch: maint-5.6/perl
30548            ! hints/hpux.sh thread.h
30549 ____________________________________________________________________________
30550 [  8608] By: gsar                                  on 2001/01/30  15:48:55
30551         Log: perl's internal variables are not for public consumption,
30552              move their docs from perlapi.pod to perlintern.pod
30553      Branch: maint-5.6/perl
30554            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
30555            ! thrdvar.h
30556 ____________________________________________________________________________
30557 [  8607] By: gsar                                  on 2001/01/30  15:44:27
30558         Log: mistakenly branched perl56delta.pod, revert
30559      Branch: maint-5.6/perl
30560            - pod/perl56delta.pod
30561           !> pod/perldelta.pod
30562 ____________________________________________________________________________
30563 [  8606] By: gsar                                  on 2001/01/30  14:20:24
30564         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
30565              dTHR which has been a noop for a while now, except for the
30566              compatibility definition in thread.h)
30567      Branch: maint-5.6/perl
30568           !> (integrate 45 files)
30569 ____________________________________________________________________________
30570 [  8605] By: jhi                                   on 2001/01/30  05:43:58
30571         Log: Mark the UTF-8 APIs as experimental.
30572      Branch: maint-5.6/perl
30573            ! embed.pl pod/perlapi.pod
30574 ____________________________________________________________________________
30575 [  8604] By: jhi                                   on 2001/01/30  05:38:40
30576         Log: Nits from earlier integrates.
30577      Branch: maint-5.6/perl
30578            ! lib/Carp/Heavy.pm
30579           !> sv.c
30580 ____________________________________________________________________________
30581 [  8603] By: jhi                                   on 2001/01/30  05:27:26
30582         Log: Regenerate Porting files.
30583      Branch: maint-5.6/perl
30584            ! Porting/Glossary Porting/config.sh Porting/config_H
30585 ____________________________________________________________________________
30586 [  8602] By: jhi                                   on 2001/01/30  05:14:59
30587         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
30588              8310,8339,8447,8492,8493,8505,8525: documentation changes.
30589              
30590              Subject: Re: perlfaq style changes
30591              
30592              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
30593              
30594              Subject: [PATCH] docs on NaN
30595              
30596              Subject: [patch] perlfaq7
30597              
30598              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
30599              
30600              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
30601              
30602              Subject: [PATCH] open() example in perlfunc.pod
30603              
30604              Podify README.mpeix (a new version from the web)
30605              
30606              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30607              
30608              Subject: [PATCH] format and rewording in perlfaq.pod
30609              
30610              Subject: [PATCH] API Variable documentation   
30611              
30612              Memory management calls documentation.
30613              
30614              Subject: [PATCH: perl@8482] README.vms URL updates
30615              
30616              Subject: Minor typos in perlfaq2.pod
30617              
30618              Subject: [PATCH] pod/perlvar.pod
30619      Branch: maint-5.6/perl
30620           +> pod/perl56delta.pod
30621            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30622           !> README.amiga README.epoc README.mpeix README.vms
30623           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
30624           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
30625           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
30626           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
30627           !> pod/perlvar.pod thrdvar.h
30628 ____________________________________________________________________________
30629 [  8601] By: jhi                                   on 2001/01/30  04:38:35
30630         Log: Integrate changes #8036,8096,8253 from mainline:
30631              hints changes.
30632              
30633              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30634              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
30635              
30636              Output the (apparent) version of gcc in Tru64.
30637      Branch: maint-5.6/perl
30638           +> ext/POSIX/hints/svr4.pl
30639           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
30640           !> hints/svr4.sh t/lib/bigfltpm.t
30641 ____________________________________________________________________________
30642 [  8600] By: jhi                                   on 2001/01/30  04:04:01
30643         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
30644              locale fixes.
30645              
30646              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
30647              
30648              Debian allows /usr/bin/locale to exist without any locales. (7868)
30649              
30650              Allow the locale test needing POSIX and the taint test
30651              needing IPC::SysV to run under 'minitest' (basically,
30652              bail out if loading the extension fails). (8384)
30653              
30654              Cleanup the locale.t output  (8480)
30655      Branch: maint-5.6/perl
30656           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
30657           !> t/pragma/locale.t
30658 ____________________________________________________________________________
30659 [  8599] By: jhi                                   on 2001/01/30  03:51:04
30660         Log: Missing generated files from #8598.
30661      Branch: maint-5.6/perl
30662            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30663 ____________________________________________________________________________
30664 [  8598] By: jhi                                   on 2001/01/30  03:41:54
30665         Log: Integrate change #8555 from mainline, manually integrate parts
30666              of changes 8452 and 8583.
30667              
30668              Subject: [PATCH] utf8.c documentation (8452)
30669              
30670              No point in checking the length if the pointer is bogus. (8555)
30671              
30672              Introduce bytes_from_utf8() and implement sv_eq() using it,
30673              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
30674              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
30675              was malformed. (8583)
30676      Branch: maint-5.6/perl
30677            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
30678           !> pod/perlapi.pod sv.c utf8.c
30679 ____________________________________________________________________________
30680 [  8597] By: gsar                                  on 2001/01/30  02:37:26
30681         Log: get PERL_OBJECT build going again on windows
30682      Branch: maint-5.6/perl
30683            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30684            ! pod/perlapi.pod proto.h sv.c
30685 ____________________________________________________________________________
30686 [  8596] By: jhi                                   on 2001/01/30  02:16:17
30687         Log: Signedness nit.
30688      Branch: perl
30689            ! sv.c
30690 ____________________________________________________________________________
30691 [  8595] By: jhi                                   on 2001/01/30  02:11:07
30692         Log: EBCDIC patch for Storable, from Peter Prymmer.
30693      Branch: perl
30694            ! t/lib/st-06compat.t
30695 ____________________________________________________________________________
30696 [  8594] By: jhi                                   on 2001/01/30  01:04:48
30697         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
30698              From: Peter Prymmer <pvhp@forte.com>
30699              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
30700              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
30701      Branch: perl
30702            ! t/lib/b.t
30703 ____________________________________________________________________________
30704 [  8593] By: jhi                                   on 2001/01/30  00:56:47
30705         Log: Subject: [PATCH: perl@8585] pod problems in io
30706              From: Peter Prymmer <pvhp@forte.com>
30707              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
30708              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
30709      Branch: perl
30710            ! pod/perlapio.pod pod/perliol.pod
30711 ____________________________________________________________________________
30712 [  8592] By: jhi                                   on 2001/01/30  00:48:20
30713         Log: Integrate perlio.
30714      Branch: perl
30715           !> pod/perlapio.pod pod/perliol.pod
30716 ____________________________________________________________________________
30717 [  8591] By: nick                                  on 2001/01/29  22:02:28
30718         Log: GNU 'merge' Simon's copy of perliol.pod with version
30719              patched by Craig's patch.
30720      Branch: perlio
30721            ! pod/perliol.pod
30722 ____________________________________________________________________________
30723 [  8590] By: nick                                  on 2001/01/29  21:55:10
30724         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
30725      Branch: perlio
30726            ! pod/perlapio.pod pod/perliol.pod
30727 ____________________________________________________________________________
30728 [  8589] By: jhi                                   on 2001/01/29  15:35:33
30729         Log: Integrate change #8586 from maint-5.6/perl.
30730              
30731              make the BOM detection code not call tell() until it has to
30732              (meant to fix esoteric compatibility issues where PL_rsfp
30733              is overridden)
30734      Branch: perl
30735           !> toke.c
30736 ____________________________________________________________________________
30737 [  8588] By: jhi                                   on 2001/01/29  15:29:11
30738         Log: Subject: MAking Solaris malloc() the default
30739              From: Lupe Christoph <lupe@lupe-christoph.de>
30740              Date: Mon, 29 Jan 2001 12:59:36 +0100
30741              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
30742              
30743              The README.solaris part slightly tweaked.
30744      Branch: perl
30745            ! README.solaris hints/solaris_2.sh
30746 ____________________________________________________________________________
30747 [  8587] By: jhi                                   on 2001/01/29  15:17:34
30748         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
30749              From: root@ak-75.mind.de
30750              Date: Sun, 28 Jan 2001 20:32:29 +0100
30751              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
30752      Branch: perl
30753            ! pod/perlre.pod
30754 ____________________________________________________________________________
30755 [  8586] By: gsar                                  on 2001/01/29  13:43:44
30756         Log: make the BOM detection code not call tell() until it has to
30757              (meant to fix esoteric compatibility issues where PL_rsfp
30758              is overridden)
30759      Branch: maint-5.6/perl
30760            ! toke.c
30761 ____________________________________________________________________________
30762 [  8585] By: jhi                                   on 2001/01/28  20:05:45
30763         Log: Update Changes.
30764      Branch: perl
30765            ! Changes patchlevel.h
30766 ____________________________________________________________________________
30767 [  8584] By: jhi                                   on 2001/01/28  19:30:02
30768         Log: Integrate perlio.
30769      Branch: perl
30770           +> pod/perliol.pod
30771           !> MANIFEST pod/perlapio.pod
30772 ____________________________________________________________________________
30773 [  8583] By: jhi                                   on 2001/01/28  19:28:40
30774         Log: Patch from Inaba Hiroto:
30775              - canonical UTF-8 hash keys: if a key string for a hash is
30776              UTF8-on, try downgrade the string and use it if
30777              unicode::distinct is not in effect.
30778              For the task, I added a function bytes_from_utf8() to utf8.c.
30779              It might resemble utf8_to_bytes() but it is not convenient
30780              to the task.
30781              Made a test for it and added to t/op/each.t
30782              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
30783              the mortal copy of the argument SV.
30784              And changed t/io/utf8.t test 18 which expects print() to
30785              upgrade its argument.
30786              - re-implement sv_eq with bytes_from_utf8()
30787              - some bug fixes
30788              - tr/// does not handle UTF8 range (\x{}-\x{})
30789              - \ before raw UTF8 character produced
30790              "Malformed UTF-8 character" warning.
30791              - "\x{100}\N{CENT SIGN}" is Malformed.
30792              Added tests for these 3.
30793              - and one silly bug (by me) with qu operator.
30794      Branch: perl
30795            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
30796            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
30797            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
30798 ____________________________________________________________________________
30799 [  8582] By: nick                                  on 2001/01/28  19:25:04
30800         Log: Add pod/perliol.pod to MANIFEST :-(
30801      Branch: perlio
30802            ! MANIFEST
30803 ____________________________________________________________________________
30804 [  8581] By: nick                                  on 2001/01/28  19:22:40
30805         Log: PerlIO documentation. Proofing and sub-editing requested.
30806      Branch: perlio
30807            + pod/perliol.pod
30808            ! pod/perlapio.pod
30809 ____________________________________________________________________________
30810 [  8580] By: jhi                                   on 2001/01/28  05:16:25
30811         Log: Revert the change to sv_2pv() done by #8054: Someone who
30812              did SvNV_set() on a scalar that also happened to be POK,
30813              followed by sv_2pv() won't get the right coercion anymore.
30814              [Sarathy]
30815      Branch: maint-5.6/perl
30816            ! sv.c
30817 ____________________________________________________________________________
30818 [  8579] By: jhi                                   on 2001/01/28  05:15:04
30819         Log: Remove the #8084 effect: do not allow -Q to be interpreted
30820              as -&Q(), this is too much wiggle room.
30821      Branch: maint-5.6/perl
30822            ! toke.c
30823 ____________________________________________________________________________
30824 [  8578] By: jhi                                   on 2001/01/28  05:12:45
30825         Log: Needed bits of #8439 (should have been in #8576),
30826              mainly for lval substr().
30827      Branch: maint-5.6/perl
30828            ! mg.c pp.c pp_hot.c
30829 ____________________________________________________________________________
30830 [  8577] By: jhi                                   on 2001/01/28  05:02:46
30831         Log: A missing check-in.
30832      Branch: maint-5.6/perl
30833            ! utf8.c
30834 ____________________________________________________________________________
30835 [  8576] By: jhi                                   on 2001/01/28  04:26:18
30836         Log: Integrate changes #8425,8436,8439,8517 from mainline.
30837              The 8439 was not truly integrated because it had too many
30838              dependencies on the development branch and because it introduced
30839              concepts too bold for a maintenance branch (such as the qu operator).
30840              
30841              Subject: [PATCH perl@8342] -Wformat
30842              
30843              Tighten some of the UTF-8 tests a bit.
30844              
30845              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
30846              - The substr lval was still not okay.
30847              - Now pp_stringify and sv_setsv copies source's UTF8 flag
30848              even if IN_BYTE.  pp_stringify is called from fold_constants
30849              at optimization phase and "\x{100}" was made SvUTF8_off under
30850              use bytes (the bytes pragma is for "byte semantics" and not
30851              for "do not produce UTF8 data")
30852      Branch: maint-5.6/perl
30853            ! t/lib/charnames.t t/op/substr.t toke.c
30854           !> sv.c t/pragma/utf8.t
30855 ____________________________________________________________________________
30856 [  8575] By: jhi                                   on 2001/01/28  04:01:51
30857         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
30858              
30859              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
30860              
30861              Subject: [ID 20001230.003] UTF-8 tr still hurts
30862              
30863              Test cases for #8385 (from Simon's "torture.pl")
30864              
30865              Start fixing UTF-8 lval substr() (8405)
30866      Branch: maint-5.6/perl
30867           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
30868           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
30869 ____________________________________________________________________________
30870 [  8574] By: jhi                                   on 2001/01/28  03:09:06
30871         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
30872              from mainline.
30873              
30874              UTF-8 cleanup.
30875              
30876              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
30877              
30878              "\x{FF}\xFF" was broken.
30879              
30880              Tests for #8329 and #8330.
30881              
30882              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
30883              
30884              IRIX compiler noticed that the bof initialization might be
30885              bypassed by control flow.
30886              
30887              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
30888      Branch: maint-5.6/perl
30889           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30890           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
30891 ____________________________________________________________________________
30892 [  8573] By: jhi                                   on 2001/01/28  02:06:12
30893         Log: Retract #8552.
30894      Branch: perl
30895            ! lib/Text/Wrap.pm t/lib/textwrap.t
30896 ____________________________________________________________________________
30897 [  8572] By: jhi                                   on 2001/01/28  02:04:49
30898         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
30899              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
30900              not really integrated but instead salvaged by hand
30901              (they had too many dependencies on the development release
30902              to be cleanly integratable).
30903              
30904              Subject: more UTF8 test suites and an UTF8 patch
30905              
30906              Tweak for MULTIPLICITY/USE_PERLIO
30907              
30908              Signedness nit.
30909              
30910              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
30911              
30912              Use the UTF8_XXX macros in is_utf8_char().
30913              
30914              Rewrite pp_concat() in terms of sv_catsv().  The . operator
30915              should now be UTF-8-proof.
30916              
30917              Subject: [PATCH perl@8269] scanning two hex-constants
30918              fails on EBCDIC environment (script length.t)
30919              
30920              Add some Unicode chop() tests.
30921      Branch: maint-5.6/perl
30922            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
30923           !> sv.c t/op/chop.t utf8.h
30924 ____________________________________________________________________________
30925 [  8571] By: jhi                                   on 2001/01/28  00:35:59
30926         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
30927              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
30928              
30929              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
30930              
30931              The maxiters upper limit sanity check (guarding against
30932              non-progress) assumed bytes instead of characters in s///
30933              and split().
30934              
30935              Signedness nit.
30936              
30937              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
30938              join() should now be UTF-8-proof.
30939              
30940              More split // UTF-8 tests. (8250)
30941      Branch: maint-5.6/perl
30942           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
30943           !> util.c
30944 ____________________________________________________________________________
30945 [  8570] By: jhi                                   on 2001/01/27  22:15:46
30946         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
30947              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
30948              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
30949              8084,8204,8244,8333 from mainline.
30950              
30951              For -Q where Q might be a one-letter sub name one does no more
30952              get a warning about an unknown filetest (7941,7943,7944,8084).
30953              
30954              Subject: Re: [ID 20001130.011] expression parsing bug ?
30955              
30956              Make uv_to_utf8() to zero-terminate its output buffer.
30957              
30958              Split off t/op/length.t (7995)
30959              
30960              Split off t/op/utf8decode.t (7996)
30961              
30962              Remove an unnecessary 'use utf8' from the utf8.t (7998)
30963              
30964              Split off t/op/concat.t (8004)
30965              
30966              Split off t/op/ver.t (8005)
30967              
30968              Document utf8_length(), utf8_distance(), and utf8_hop().
30969              
30970              Document utf8_to_uv() better.
30971              
30972              Introduce macros for UTF8 decoding (8028,8033).
30973              
30974              Add test for reverse() (8030,8031).
30975              
30976              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
30977              
30978              Do not return the Unicode replacement character    on UTF-8
30979              decoding failure.
30980              
30981              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
30982              not this_utf8 i.e. the output string has one, but don't mess
30983              with source assumption. (8052,8053)
30984              
30985              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
30986              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
30987              was not expecting to be called with something that was already
30988              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
30989              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
30990              (8054)
30991              
30992              Recode the naughty binary bytes in utf8decode.t using the \xHH.
30993              
30994              Make some panic messages a bit more logical.
30995      Branch: maint-5.6/perl
30996           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
30997           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
30998           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
30999           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
31000           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
31001           !> utf8.c utf8.h
31002 ____________________________________________________________________________
31003 [  8569] By: jhi                                   on 2001/01/27  19:16:43
31004         Log: Integrate changes #7750 from perlio and #8566 from mainline.
31005      Branch: maint-5.6/perl
31006           !> regexec.c sv.c
31007 ____________________________________________________________________________
31008 [  8568] By: jhi                                   on 2001/01/27  18:06:51
31009         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
31010              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
31011              7935[-perlio.c],7936,7959,7965 from mainline.
31012              
31013              Change the "big byte" error message to "Wide character".
31014              (7355, the croak-if-wide-chars-in-print part ignored)
31015              
31016              Use UINT64_C().
31017              
31018              Introduce Perl_utf8_length().
31019              
31020              diff -se shows these as different (7753, forgotten check-ins)
31021              
31022              Subject: [PATCH] doop.c - UTF8 tr///
31023              
31024              If we use (aTHX_ ...) then put Perl_ on the front.
31025              
31026              Make utf8_length() and utf8_distance() to be less forgiving
31027              about bad UTF-8.
31028              
31029              Test line numbers are different with utf8.
31030              
31031              No need to scan till infinity, 13 is enough. (7872,7911)
31032              
31033              Subject: [PATCH] Tokeniser debugging
31034              
31035              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
31036              
31037              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
31038              
31039              Be more careful in Perl_sv_utf8_downgrade().
31040              
31041              Use DO_UTF8().
31042              
31043              Raw zero bytes in text files confuse at least GNU patch 2.1.
31044      Branch: maint-5.6/perl
31045           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
31046           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
31047           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
31048           !> t/pragma/utf8.t toke.c utf8.c utf8.h
31049 ____________________________________________________________________________
31050 [  8567] By: nick                                  on 2001/01/27  11:10:38
31051         Log: Integrate mainline
31052      Branch: perlio
31053           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
31054           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
31055           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
31056           !> toke.c
31057 ____________________________________________________________________________
31058 [  8566] By: jhi                                   on 2001/01/27  06:22:48
31059         Log: More documentation for the regexp context stack.
31060      Branch: perl
31061            ! regexec.c
31062 ____________________________________________________________________________
31063 [  8565] By: jhi                                   on 2001/01/27  05:21:57
31064         Log: Update Changes.
31065      Branch: perl
31066            ! Changes patchlevel.h
31067 ____________________________________________________________________________
31068 [  8564] By: jhi                                   on 2001/01/27  04:44:04
31069         Log: Threadedness patch for #8562 from Doug MacEachern.
31070      Branch: perl
31071            ! toke.c
31072 ____________________________________________________________________________
31073 [  8563] By: jhi                                   on 2001/01/27  04:26:24
31074         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
31075              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31076              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
31077              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
31078      Branch: perl
31079            ! op.c
31080 ____________________________________________________________________________
31081 [  8562] By: jhi                                   on 2001/01/27  04:20:30
31082         Log: Subject: Re: Announce : Tokener reporting patch
31083              From: Simon Cozens <simon@cozens.net>
31084              Date: Mon, 22 Jan 2001 02:17:22 +0000
31085              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
31086      Branch: perl
31087            ! embed.h embed.pl proto.h toke.c
31088 ____________________________________________________________________________
31089 [  8561] By: jhi                                   on 2001/01/27  04:17:24
31090         Log: Forgot from #8545.  Oops.
31091      Branch: perl
31092            ! pp.c t/pragma/overload.t
31093 ____________________________________________________________________________
31094 [  8560] By: jhi                                   on 2001/01/27  03:01:47
31095         Log: A better module compilation test, use MANIFEST as suggested
31096              by Spider.
31097      Branch: perl
31098            ! t/lib/1_compile.t
31099 ____________________________________________________________________________
31100 [  8559] By: jhi                                   on 2001/01/27  02:50:48
31101         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
31102              From: Peter Prymmer <pvhp@forte.com>
31103              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
31104              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
31105      Branch: perl
31106            ! t/lib/b.t
31107 ____________________________________________________________________________
31108 [  8558] By: jhi                                   on 2001/01/27  02:27:05
31109         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
31110              From: Peter Prymmer <pvhp@forte.com>
31111              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
31112              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
31113      Branch: perl
31114            ! t/pragma/sub_lval.t
31115 ____________________________________________________________________________
31116 [  8557] By: jhi                                   on 2001/01/27  02:26:03
31117         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
31118              From: Peter Prymmer <pvhp@forte.com>
31119              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
31120              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
31121      Branch: perl
31122            ! t/lib/st-06compat.t
31123 ____________________________________________________________________________
31124 [  8556] By: jhi                                   on 2001/01/27  02:24:33
31125         Log: Subject: [PATCH: perl@8531] minor update to README.os390
31126              From: Peter Prymmer <pvhp@forte.com>
31127              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
31128              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
31129      Branch: perl
31130            ! README.os390
31131 ____________________________________________________________________________
31132 [  8555] By: jhi                                   on 2001/01/27  00:35:47
31133         Log: No point in checking the length before we know whether the pointer
31134              is bogus or not, fixes Abigail's odbm failures in Linux.
31135      Branch: perl
31136            ! sv.c
31137 ____________________________________________________________________________
31138 [  8554] By: nick                                  on 2001/01/26  19:01:31
31139         Log: Integrate mainline
31140      Branch: perlio
31141           !> lib/Text/Wrap.pm t/lib/textwrap.t
31142 ____________________________________________________________________________
31143 [  8553] By: jhi                                   on 2001/01/26  15:19:39
31144         Log: Integrate change #7792 from perlio (multiplicity fix),
31145              fix the AV leak in regex DEBUGGING (tiny part of the
31146              polymorphic regexp patch #8143).
31147      Branch: maint-5.6/perl
31148            ! regcomp.c
31149           !> scope.h
31150 ____________________________________________________________________________
31151 [  8552] By: jhi                                   on 2001/01/26  15:03:23
31152         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
31153              From: Michael G Schwern <schwern@pobox.com>
31154              Date: Fri, 26 Jan 2001 09:28:31 -0500
31155              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
31156      Branch: perl
31157            ! lib/Text/Wrap.pm t/lib/textwrap.t
31158 ____________________________________________________________________________
31159 [  8551] By: jhi                                   on 2001/01/26  02:33:19
31160         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
31161              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
31162              
31163              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
31164              
31165              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
31166              
31167              Message nit.
31168              
31169              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
31170              
31171              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
31172              
31173              (the cleanup of unused submatches in regtry() and regcppop())
31174              
31175              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
31176              stored and restored, and thusly was trounced by the utf8 swash
31177              routines.
31178              
31179              use utf8 not required to use \x{}.
31180              
31181              Removed two more tests that make no sense in UTF-8 since the test
31182              data is not in UTF-8.
31183              
31184              Get the three different space character classes right under utf8.
31185              
31186              Implement ANYOFUTF8 regprop() dumping.
31187              
31188              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
31189              
31190              Document the regex context pushing/popping a bit better.
31191      Branch: maint-5.6/perl
31192           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
31193           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
31194           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
31195           !> t/op/regmesg.t utf8.c
31196 ____________________________________________________________________________
31197 [  8550] By: nick                                  on 2001/01/25  19:42:30
31198         Log: Integrate mainline
31199      Branch: perlio
31200           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
31201           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
31202           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
31203           !> t/lib/bigint.t t/lib/bigintpm.t
31204 ____________________________________________________________________________
31205 [  8549] By: jhi                                   on 2001/01/25  15:22:28
31206         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
31207      Branch: maint-5.6/perl
31208            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
31209 ____________________________________________________________________________
31210 [  8548] By: jhi                                   on 2001/01/25  15:02:55
31211         Log: Integrate changes #7997,8063,8492,8547 from mainline.
31212              
31213              Subject: Re: STRLEN - what?
31214              
31215              Subject: [PATCH] perlguts.pod
31216              
31217              Memory management calls documentation.
31218              
31219              Layout using tabulator is not a good idea in a pod.
31220      Branch: maint-5.6/perl
31221           !> pod/perlguts.pod
31222 ____________________________________________________________________________
31223 [  8547] By: jhi                                   on 2001/01/25  14:49:05
31224         Log: Layout using tabulator is not a good idea in a pod.
31225      Branch: perl
31226            ! pod/perlguts.pod
31227 ____________________________________________________________________________
31228 [  8546] By: jhi                                   on 2001/01/25  14:31:12
31229         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
31230              from mainline.
31231              
31232              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31233              
31234              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
31235              
31236              More Win32 editor/IDE/shell hints.
31237              
31238              More Win32 Perling.
31239              
31240              Yet another editor edit.
31241              
31242              Edit edit edit.
31243              
31244              IDE/editor section tweaking.
31245              
31246              Few more IDE/editor nits from p5p.
31247      Branch: maint-5.6/perl
31248           !> pod/perlfaq3.pod
31249 ____________________________________________________________________________
31250 [  8545] By: jhi                                   on 2001/01/25  04:16:32
31251         Log: Subject: [PATCH 5.7.0] overload int()
31252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31253              Date: Wed, 24 Jan 2001 19:06:57 -0500
31254              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
31255      Branch: perl
31256            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
31257            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
31258            ! t/lib/bigintpm.t
31259 ____________________________________________________________________________
31260 [  8544] By: jhi                                   on 2001/01/25  04:15:11
31261         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
31262              From: Peter Prymmer <pvhp@forte.com>
31263              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
31264              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
31265      Branch: perl
31266            ! Makefile.SH README.os390 hints/os390.sh installperl
31267 ____________________________________________________________________________
31268 [  8543] By: jhi                                   on 2001/01/25  03:52:08
31269         Log: Integrate change #8462,8469 from mainline.
31270              
31271              In VMS Perl subversion (perl -V) is undef.
31272      Branch: maint-5.6/perl
31273           !> configure.com
31274 ____________________________________________________________________________
31275 [  8542] By: jhi                                   on 2001/01/25  03:44:55
31276         Log: Integrate changes #7835,7850,8315,8316 from mainline.
31277              
31278              Solaris hints.
31279      Branch: maint-5.6/perl
31280           !> hints/solaris_2.sh
31281 ____________________________________________________________________________
31282 [  8541] By: jhi                                   on 2001/01/25  03:39:28
31283         Log: Integrate #8336 from mainline.
31284      Branch: maint-5.6/perl
31285           !> hv.c
31286 ____________________________________________________________________________
31287 [  8540] By: jhi                                   on 2001/01/25  03:23:50
31288         Log: Retract #8539.
31289      Branch: maint-5.6/perl
31290            ! pod/perlfaq3.pod
31291 ____________________________________________________________________________
31292 [  8539] By: jhi                                   on 2001/01/25  03:21:55
31293         Log: (Retracted by #5940.)
31294      Branch: maint-5.6/perl
31295            ! pod/perlfaq3.pod
31296 ____________________________________________________________________________
31297 [  8538] By: jhi                                   on 2001/01/25  03:14:07
31298         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
31299              From: Peter Prymmer <pvhp@forte.com>
31300              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
31301              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
31302              
31303              The VMS bits.
31304      Branch: maint-5.6/perl
31305            ! configure.com vms/descrip_mms.template
31306 ____________________________________________________________________________
31307 [  8537] By: jhi                                   on 2001/01/25  03:06:09
31308         Log: Integrate #7710,7824,7973 from mainline.
31309      Branch: maint-5.6/perl
31310           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31311           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
31312           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
31313           !> vos/config.ga.def vos/config.ga.h win32/config.bc
31314           !> win32/config.gc win32/config.vc
31315 ____________________________________________________________________________
31316 [  8536] By: jhi                                   on 2001/01/24  13:50:20
31317         Log: Revert the edits made by me so far to the 5.6 branch since
31318              the TRIAL1 since I did edits when I should have been using
31319              integrates.  Bad programmer.   (Will integrate them properly later.)
31320              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
31321              The #8353 will not be reapplied at least for now since
31322              the UTF-8 hash keys need more thinking.
31323              (The patches #8347, #8354, #8454, #8473 were okay since they
31324              were original edits made specifically for the 5.6.1-TRIAL1.)
31325      Branch: maint-5.6/perl
31326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31327            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
31328            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
31329            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
31330            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
31331            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31332            ! win32/config.bc win32/config.gc win32/config.vc
31333 ____________________________________________________________________________
31334 [  8535] By: bailey                                on 2001/01/24  06:37:02
31335         Log: SYN SYN
31336      Branch: vmsperl
31337           +> (branch 26 files)
31338           !> (integrate 130 files)
31339 ____________________________________________________________________________
31340 [  8534] By: nick                                  on 2001/01/23  19:30:57
31341         Log: Integrate mainline.
31342      Branch: perlio
31343           !> Changes Configure Porting/Glossary Porting/config.sh
31344           !> Porting/config_H embed.h embed.pl ext/Encode/compile
31345           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
31346           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
31347           !> pod/perlvar.pod proto.h t/lib/1_compile.t
31348 ____________________________________________________________________________
31349 [  8533] By: jhi                                   on 2001/01/23  16:15:46
31350         Log: Forgotten from #8501.
31351      Branch: perl
31352            ! Porting/Glossary Porting/config.sh Porting/config_H
31353 ____________________________________________________________________________
31354 [  8532] By: jhi                                   on 2001/01/23  16:13:27
31355         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
31356              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31357              Date: Mon, 22 Jan 2001 17:51:58 +0100
31358              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
31359      Branch: perl
31360            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
31361 ____________________________________________________________________________
31362 [  8531] By: jhi                                   on 2001/01/23  15:46:01
31363         Log: Update Changes.
31364      Branch: perl
31365            ! Changes patchlevel.h
31366 ____________________________________________________________________________
31367 [  8530] By: jhi                                   on 2001/01/23  15:38:39
31368         Log: De-cut-and-pasto.
31369      Branch: perl
31370            ! t/lib/1_compile.t
31371 ____________________________________________________________________________
31372 [  8529] By: jhi                                   on 2001/01/23  15:11:04
31373         Log: Document the mkdir trailing slashes case.
31374      Branch: perl
31375            ! pod/perlfunc.pod
31376 ____________________________________________________________________________
31377 [  8528] By: jhi                                   on 2001/01/23  15:08:28
31378         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
31379              get installed:
31380              
31381              Subject: lib/lib.pm
31382              From: <abigail@foad.org>
31383              Date: Mon, 28 Aug 2000 20:35:08 -0400
31384              Message-ID: <20000829003508.21281.qmail@foad.org>
31385      Branch: perl
31386            ! installperl
31387 ____________________________________________________________________________
31388 [  8527] By: jhi                                   on 2001/01/23  14:44:04
31389         Log: Metaconfig unit change for #8526.
31390      Branch: metaconfig
31391            ! U/threads/archname.U
31392 ____________________________________________________________________________
31393 [  8526] By: jhi                                   on 2001/01/23  14:43:19
31394         Log: Attach -perlio to the archname if so selected.
31395      Branch: perl
31396            ! Configure
31397 ____________________________________________________________________________
31398 [  8525] By: jhi                                   on 2001/01/23  14:24:01
31399         Log: Subject: [PATCH] pod/perlvar.pod
31400              From: abigail@foad.org
31401              Date: Tue, 23 Jan 2001 01:41:10 +0100
31402              Message-ID: <20010123004110.22259.qmail@foad.org>
31403      Branch: perl
31404            ! pod/perlvar.pod
31405 ____________________________________________________________________________
31406 [  8524] By: jhi                                   on 2001/01/23  14:22:32
31407         Log: A bug introduced in #8217 (the undefined variable in the
31408              lib/safe1_t #3) fixed, by Charles Lane:
31409              
31410              The earlier patch made it so that stuff running in Safe
31411              compartments could do a "caller" and see "main".  That
31412              little change in name is done right before the code in
31413              the compartment is run, and apparantly the parser
31414              was picking up the stash name before it got changed.
31415              
31416              (why it was threaded vs. unthreaded Perl that was sensitive to this
31417              I still don't know...and it probably doesn't matter).
31418              
31419              I tryed removing the stash name-change and saw that threaded Perl
31420              did indeed pass the lib/safe1.t tests.
31421              
31422              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
31423              do the name change (and to connect _ in the compartment to the global
31424              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
31425              to call _safe_pkg_prep when creating a new compartment.
31426              
31427              Passes all tests with threaded perl on linux; passes all tests
31428              with unthreaded perl on VMS.
31429              
31430              At some point I'll probably want to revisit Safe and Opcode to
31431              provide more sensible handling of global variables...and to get
31432              formats working in Safe compartments, which they don't do currently.
31433      Branch: perl
31434            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
31435 ____________________________________________________________________________
31436 [  8523] By: jhi                                   on 2001/01/23  14:11:58
31437         Log: Also the lib/Thread.pm itself needs to be ignored if
31438              the Thread extension hasn't been built.
31439      Branch: perl
31440            ! t/lib/1_compile.t
31441 ____________________________________________________________________________
31442 [  8522] By: jhi                                   on 2001/01/23  13:51:28
31443         Log: print() instead of warn() so that stderr doesn't get
31444              unncessarily polluted.
31445      Branch: perl
31446            ! ext/Encode/compile
31447 ____________________________________________________________________________
31448 [  8521] By: jhi                                   on 2001/01/23  13:49:48
31449         Log: Integrate perlio.
31450      Branch: perl
31451           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
31452           !> ext/Encode/encode.h
31453 ____________________________________________________________________________
31454 [  8520] By: nick                                  on 2001/01/22  21:44:00
31455         Log: More messing with Encode:
31456              Extra fields in header to allow multiple names and to record
31457              other things "compile" knows.
31458              Re-organise compile to factor out common output routines.
31459      Branch: perlio
31460            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
31461 ____________________________________________________________________________
31462 [  8519] By: nick                                  on 2001/01/22  20:33:50
31463         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
31464      Branch: perlio
31465            ! ext/Encode/Makefile.PL ext/Encode/compile
31466 ____________________________________________________________________________
31467 [  8518] By: nick                                  on 2001/01/22  20:28:13
31468         Log: Integrate mainline
31469      Branch: perlio
31470           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
31471           !> vos/config.alpha.def vos/config.alpha.h
31472 ____________________________________________________________________________
31473 [  8517] By: jhi                                   on 2001/01/22  15:37:17
31474         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
31475              by Inaba Hiroto.
31476      Branch: perl
31477            ! sv.c
31478 ____________________________________________________________________________
31479 [  8516] By: jhi                                   on 2001/01/22  14:55:15
31480         Log: More SIG_SIZE fixes.
31481      Branch: perl
31482            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
31483 ____________________________________________________________________________
31484 [  8515] By: jhi                                   on 2001/01/22  14:50:27
31485         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
31486              From: "Craig A. Berry" <craigberry@mac.com>
31487              Date: Mon, 22 Jan 2001 00:42:24 -0600
31488              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
31489      Branch: perl
31490            ! configure.com
31491 ____________________________________________________________________________
31492 [  8514] By: jhi                                   on 2001/01/22  14:31:17
31493         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
31494              From: "Craig A. Berry" <craigberry@mac.com>
31495              Date: Sun, 21 Jan 2001 23:03:25 -0600
31496              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
31497      Branch: perl
31498            ! configure.com
31499 ____________________________________________________________________________
31500 [  8513] By: jhi                                   on 2001/01/22  14:14:00
31501         Log: Add the .ucm encoding tables to the MANIFEST.
31502      Branch: perl
31503            ! MANIFEST
31504 ____________________________________________________________________________
31505 [  8512] By: jhi                                   on 2001/01/22  13:43:33
31506         Log: Integrate perlio.
31507      Branch: perl
31508           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31509           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31510           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31511           +> ext/Encode/Encode/iso8859-10.ucm
31512           +> ext/Encode/Encode/iso8859-13.ucm
31513           +> ext/Encode/Encode/iso8859-14.ucm
31514           +> ext/Encode/Encode/iso8859-15.ucm
31515           +> ext/Encode/Encode/iso8859-16.ucm
31516           +> ext/Encode/Encode/iso8859-2.ucm
31517           +> ext/Encode/Encode/iso8859-3.ucm
31518           +> ext/Encode/Encode/iso8859-4.ucm
31519           +> ext/Encode/Encode/iso8859-5.ucm
31520           +> ext/Encode/Encode/iso8859-6.ucm
31521           +> ext/Encode/Encode/iso8859-7.ucm
31522           +> ext/Encode/Encode/iso8859-8.ucm
31523           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31524           +> ext/Encode/Encode/symbol.ucm
31525           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
31526           !> perliol.h
31527 ____________________________________________________________________________
31528 [  8511] By: nick                                  on 2001/01/21  23:44:47
31529         Log: Make "real" layers of ":utf8" and ":raw".
31530              So now PERLIO=utf8 perl ...
31531              does what Andreas wanted.
31532              Fix arg passing in open.pm (still have a Carp issue).
31533      Branch: perlio
31534            ! lib/open.pm perlio.c perliol.h
31535 ____________________________________________________________________________
31536 [  8510] By: jhi                                   on 2001/01/21  22:56:53
31537         Log: Document the regex context pushing/popping a bit better.
31538      Branch: perl
31539            ! regexec.c
31540 ____________________________________________________________________________
31541 [  8509] By: jhi                                   on 2001/01/21  22:55:44
31542         Log: Tweak the mkdir trailing slash code some more.
31543              
31544              TO DO: the same handling should probably be done for
31545              all the other filesystem functions that can have directories
31546              as their arguments.
31547      Branch: perl
31548            ! pp_sys.c
31549 ____________________________________________________________________________
31550 [  8508] By: nick                                  on 2001/01/21  21:37:43
31551         Log: Switch "compiled in" encodings to .ucm format.
31552              (Leave others as .enc till we can run-time load .ucm,
31553              or find some other way to load them.)
31554      Branch: perlio
31555            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31556            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31557            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31558            + ext/Encode/Encode/iso8859-10.ucm
31559            + ext/Encode/Encode/iso8859-13.ucm
31560            + ext/Encode/Encode/iso8859-14.ucm
31561            + ext/Encode/Encode/iso8859-15.ucm
31562            + ext/Encode/Encode/iso8859-16.ucm
31563            + ext/Encode/Encode/iso8859-2.ucm
31564            + ext/Encode/Encode/iso8859-3.ucm
31565            + ext/Encode/Encode/iso8859-4.ucm
31566            + ext/Encode/Encode/iso8859-5.ucm
31567            + ext/Encode/Encode/iso8859-6.ucm
31568            + ext/Encode/Encode/iso8859-7.ucm
31569            + ext/Encode/Encode/iso8859-8.ucm
31570            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31571            + ext/Encode/Encode/symbol.ucm
31572            ! ext/Encode/Makefile.PL ext/Encode/compile
31573 ____________________________________________________________________________
31574 [  8507] By: nick                                  on 2001/01/21  21:02:03
31575         Log: Integrate (partial) mainline.
31576      Branch: perlio
31577           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
31578           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
31579           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31580 ____________________________________________________________________________
31581 [  8506] By: jhi                                   on 2001/01/21  20:09:30
31582         Log: Update Changes.
31583      Branch: perl
31584            ! Changes patchlevel.h
31585 ____________________________________________________________________________
31586 [  8505] By: jhi                                   on 2001/01/21  19:39:59
31587         Log: Subject: Minor typos in perlfaq2.pod
31588              From: "Stephen P. Potter" <spp@spotter.yi.org>
31589              Message-Id: <200101192101.QAA11911@spotter.yi.org>
31590              Date: Fri, 19 Jan 2001 16:01:13 -0500
31591              
31592              with a nit from Philip Netwon.
31593      Branch: perl
31594            ! pod/perlfaq2.pod
31595 ____________________________________________________________________________
31596 [  8504] By: jhi                                   on 2001/01/21  19:33:05
31597         Log: Metaconfig change for #8503.
31598      Branch: metaconfig
31599            ! U/threads/usethreads.U
31600 ____________________________________________________________________________
31601 [  8503] By: jhi                                   on 2001/01/21  19:32:21
31602         Log: Sanity check for conflicting thread flavours.
31603      Branch: perl
31604            ! Configure config_h.SH
31605 ____________________________________________________________________________
31606 [  8502] By: jhi                                   on 2001/01/21  19:23:00
31607         Log: Metaconfig change for #8501.
31608      Branch: metaconfig
31609            ! U/modified/sig_name.U
31610 ____________________________________________________________________________
31611 [  8501] By: jhi                                   on 2001/01/21  19:22:26
31612         Log: The SIG_SIZE is the number of the elements *excluding*
31613              the terminating NULL.
31614      Branch: perl
31615            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
31616            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
31617            ! win32/config_H.vc
31618 ____________________________________________________________________________
31619 [  8500] By: jhi                                   on 2001/01/21  18:31:31
31620         Log: Integrate perlio.
31621      Branch: perl
31622           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
31623           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
31624           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
31625           !> pp_sys.c proto.h sv.c
31626 ____________________________________________________________________________
31627 [  8499] By: jhi                                   on 2001/01/21  17:43:57
31628         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
31629              From: Hugo <hv@crypt.compulink.co.uk>
31630              Date: Sun, 21 Jan 2001 13:34:05 +0000
31631              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
31632              
31633              In sprintf UTF8ize only if necessary.
31634      Branch: perl
31635            ! sv.c
31636 ____________________________________________________________________________
31637 [  8498] By: nick                                  on 2001/01/21  16:25:32
31638         Log: Encode cleanup.
31639              Add command line control over "compile" so that Makefile.PL
31640              needs can be combined with other uses.
31641              Use command line options in Makefile.PL.
31642              Fix multi-byte parsing in .ucm files.
31643      Branch: perlio
31644            ! ext/Encode/Makefile.PL ext/Encode/compile
31645 ____________________________________________________________________________
31646 [  8497] By: nick                                  on 2001/01/21  12:56:27
31647         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
31648      Branch: perlio
31649            ! ext/Encode/Encode.xs
31650 ____________________________________________________________________________
31651 [  8496] By: nick                                  on 2001/01/21  12:18:45
31652         Log: Fixup after integrate:
31653              missed the .sym files that are changed by regen_headers
31654              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
31655      Branch: perlio
31656            ! global.sym pp.sym sv.c
31657 ____________________________________________________________________________
31658 [  8495] By: nick                                  on 2001/01/21  11:51:07
31659         Log: Integrate mainline.
31660      Branch: perlio
31661           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
31662           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
31663           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
31664           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
31665           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
31666           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
31667           !> win32/Makefile win32/makefile.mk
31668 ____________________________________________________________________________
31669 [  8494] By: jhi                                   on 2001/01/20  23:12:11
31670         Log: Forgot the expect_number() prototype.
31671      Branch: perl
31672            ! embed.h embed.pl proto.h
31673 ____________________________________________________________________________
31674 [  8493] By: jhi                                   on 2001/01/20  22:56:39
31675         Log: Subject: [PATCH: perl@8482] README.vms URL updates
31676              From: Peter Prymmer <pvhp@forte.com>
31677              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
31678              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
31679              
31680              Plus Craig A. Berry's suggestion to use compaq.com instead
31681              of digital.com.
31682      Branch: perl
31683            ! README.vms
31684 ____________________________________________________________________________
31685 [  8492] By: jhi                                   on 2001/01/20  22:50:05
31686         Log: Memory management calls documentation.
31687      Branch: perl
31688            ! pod/perlguts.pod
31689 ____________________________________________________________________________
31690 [  8491] By: jhi                                   on 2001/01/20  22:38:33
31691         Log: Signedness nit plus few memcpy/Copy nits.
31692      Branch: perl
31693            ! sv.c
31694 ____________________________________________________________________________
31695 [  8490] By: jhi                                   on 2001/01/20  22:25:53
31696         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
31697              From: Peter Prymmer <pvhp@forte.com>
31698              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
31699              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
31700      Branch: perl
31701            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
31702 ____________________________________________________________________________
31703 [  8489] By: jhi                                   on 2001/01/20  22:24:41
31704         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
31705              From: Peter Prymmer <pvhp@forte.com>
31706              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
31707              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
31708      Branch: perl
31709            ! win32/Makefile win32/makefile.mk
31710 ____________________________________________________________________________
31711 [  8488] By: jhi                                   on 2001/01/20  22:22:27
31712         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
31713              From: Peter Prymmer <pvhp@forte.com>
31714              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
31715              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
31716      Branch: perl
31717            ! Makefile.SH
31718 ____________________________________________________________________________
31719 [  8487] By: jhi                                   on 2001/01/20  22:21:18
31720         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
31721              From: Peter Prymmer <pvhp@forte.com>
31722              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
31723              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
31724      Branch: perl
31725            + ext/DynaLoader/dl_dllload.xs
31726            ! MANIFEST Makefile.SH hints/os390.sh
31727 ____________________________________________________________________________
31728 [  8486] By: jhi                                   on 2001/01/20  22:17:53
31729         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
31730              From: Peter Prymmer <pvhp@forte.com>
31731              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
31732              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
31733      Branch: perl
31734            ! README.os390 README.posix-bc
31735 ____________________________________________________________________________
31736 [  8485] By: jhi                                   on 2001/01/20  20:15:30
31737         Log: Document and test the new qu operator.
31738      Branch: perl
31739            + t/op/qu.t
31740            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
31741            ! pod/perlretut.pod pod/perlunicode.pod
31742 ____________________________________________________________________________
31743 [  8484] By: nick                                  on 2001/01/20  19:42:30
31744         Log: Infrastructure to allow:
31745              open($fh,"|-",@array);
31746              to be implemented
31747              i.e. mark pp_open as needing a stack mark, and make pp_open
31748              process its args in that style (and pass them _all_ to tied handles OPEN).
31749              Invent do_openn() which takes SV ** at allow it to see multiple args.
31750              Note this does not _do_ anything yet.
31751      Branch: perlio
31752            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
31753            ! perlapi.c pp_proto.h pp_sys.c proto.h
31754 ____________________________________________________________________________
31755 [  8483] By: nick                                  on 2001/01/20  17:23:14
31756         Log: Integrate mainline.
31757      Branch: perlio
31758           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
31759           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
31760 ____________________________________________________________________________
31761 [  8482] By: jhi                                   on 2001/01/19  15:37:49
31762         Log: Update Changes.
31763      Branch: perl
31764            ! Changes patchlevel.h
31765 ____________________________________________________________________________
31766 [  8481] By: jhi                                   on 2001/01/19  14:41:24
31767         Log: Subject: Re: new feature: s?printf parameter reordering 
31768              From: Hugo <hv@crypt.compulink.co.uk>
31769              Date: Thu, 11 Jan 2001 17:09:03 +0000
31770              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
31771              
31772              - support reordering for all parameters: %, *v, *, .*
31773              - lay down that the reordering specification must immediately
31774              follow that parameter: %3$, *v3$, *3$, .*3$
31775              - fix vectorisation of a zero-length string
31776              - factor out the code choosing the argument to format
31777              
31778              Possibly unwanted side-effects:
31779              - the special format specifiers ' +-0' must now precede any
31780              vectorisation specifier. Tests in op/sprintf and op/ver
31781              have been changed to reflect this.
31782              - sprintf.t test #214 changed its expectations because in many
31783              cases, the next parameter has already been consumed when an
31784              invalid type letter is detected.
31785              
31786              Probably wanted side-effects:
31787              - attempts to format a non-existent parameter will warn as if C<undef>
31788              - attempt to write to non-existent parameter with '%n' will complain
31789              of "attempt to modify read-only value" instead of being silent
31790      Branch: perl
31791            ! sv.c t/op/sprintf.t t/op/ver.t
31792 ____________________________________________________________________________
31793 [  8480] By: jhi                                   on 2001/01/19  14:08:37
31794         Log: Subject: PATCH pragma/locale.t
31795              From: andreas.koenig@anima.de (Andreas J. Koenig)
31796              Date: 18 Jan 2001 09:45:37 +0100
31797              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
31798      Branch: perl
31799            ! t/pragma/locale.t
31800 ____________________________________________________________________________
31801 [  8479] By: jhi                                   on 2001/01/19  13:19:58
31802         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
31803      Branch: perl
31804            ! configure.com
31805 ____________________________________________________________________________
31806 [  8478] By: jhi                                   on 2001/01/19  02:12:35
31807         Log: Automate 1_compile.t.
31808      Branch: perl
31809            ! t/lib/1_compile.t
31810 ____________________________________________________________________________
31811 [  8477] By: jhi                                   on 2001/01/19  01:49:56
31812         Log: Integrate perlio.
31813      Branch: perl
31814           !> sv.c win32/config.bc win32/config.gc win32/config.vc
31815           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31816 ____________________________________________________________________________
31817 [  8476] By: nick                                  on 2001/01/18  21:51:52
31818         Log: Integrate mainline
31819      Branch: perlio
31820           +> t/lib/1_compile.t t/lib/compmod.pl
31821           !> MANIFEST configure.com lib/unicode/distinct.pm
31822 ____________________________________________________________________________
31823 [  8475] By: nick                                  on 2001/01/18  21:48:02
31824         Log: Win32 "safe signals" co-existance fix.
31825              Fix SIG_SIZE value.
31826              Clear PL_sig_pending when cloning (fork).
31827      Branch: perlio
31828            ! sv.c win32/config.bc win32/config.gc win32/config.vc
31829            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31830 ____________________________________________________________________________
31831 [  8474] By: jhi                                   on 2001/01/18  14:40:57
31832         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
31833      Branch: perl
31834            ! t/lib/1_compile.t
31835 ____________________________________________________________________________
31836 [  8473] By: gsar                                  on 2001/01/18  11:42:31
31837         Log: unsubmitted trial1 change
31838      Branch: maint-5.6/perl
31839            ! Changes
31840 ____________________________________________________________________________
31841 [  8472] By: jhi                                   on 2001/01/18  04:30:24
31842         Log: The first bug found by 1_compile.t.
31843      Branch: perl
31844            ! lib/unicode/distinct.pm
31845 ____________________________________________________________________________
31846 [  8471] By: jhi                                   on 2001/01/18  04:29:42
31847         Log: Add Schwern's 1_compile test.  The compile_module script renamed
31848              to be a bit shorter for the 8.3 people.
31849      Branch: perl
31850            + t/lib/1_compile.t t/lib/compmod.pl
31851            ! MANIFEST
31852 ____________________________________________________________________________
31853 [  8470] By: jhi                                   on 2001/01/18  04:16:00
31854         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)
31855              From: Peter Prymmer <pvhp@forte.com>
31856              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
31857              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
31858              Replace #8463.
31859      Branch: maint-5.6/perl
31860            ! configure.com
31861 ____________________________________________________________________________
31862 [  8469] By: jhi                                   on 2001/01/18  04:13:02
31863         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)
31864              From: Peter Prymmer <pvhp@forte.com>
31865              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
31866              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
31867              Replace #8462.
31868      Branch: perl
31869            ! configure.com
31870 ____________________________________________________________________________
31871 [  8468] By: jhi                                   on 2001/01/18  03:42:08
31872         Log: Integrate perlio.
31873      Branch: perl
31874           !> gv.c mg.c perlio.c util.c
31875 ____________________________________________________________________________
31876 [  8467] By: nick                                  on 2001/01/17  22:41:10
31877         Log: "Safe" signals - trial implementation.
31878              gv.c tweaked to zero PL_sig_pend array
31879              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
31880              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
31881              Odd thing is that it "works" with PERLIO=stdio as well (linux).
31882      Branch: perlio
31883            ! gv.c mg.c perlio.c util.c
31884 ____________________________________________________________________________
31885 [  8466] By: nick                                  on 2001/01/17  20:40:20
31886         Log: Integrate mainline.
31887      Branch: perlio
31888           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31889           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
31890           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
31891           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31892           !> vos/config.ga.h win32/config.bc win32/config.gc
31893           !> win32/config.vc
31894 ____________________________________________________________________________
31895 [  8465] By: jhi                                   on 2001/01/17  18:37:13
31896         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
31897              From: Nicholas Clark <nick@ccl4.org>
31898              Date: Wed, 17 Jan 2001 17:31:33 +0000
31899              Message-ID: <20010117173133.I2633@plum.flirble.org>
31900      Branch: perl
31901            ! t/op/int.t
31902 ____________________________________________________________________________
31903 [  8464] By: jhi                                   on 2001/01/17  14:43:17
31904         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
31905              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31906              Date: Wed, 17 Jan 2001 15:16:43 +0100
31907              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
31908              
31909              pp_int() was dropping an NV to the floor,
31910              int(279964589018079/59) either returned not an integer
31911              4745162525730.15, or one got "Attempt to free unreferenced scalar."
31912      Branch: perl
31913            ! pp.c
31914 ____________________________________________________________________________
31915 [  8463] By: jhi                                   on 2001/01/17  06:12:42
31916         Log: (Replaced by #8470)
31917              
31918              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)
31919              From: "Craig A. Berry" <craigberry@mac.com>
31920              Date: Tue, 16 Jan 2001 23:38:46 -0600
31921              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
31922      Branch: maint-5.6/perl
31923            ! configure.com
31924 ____________________________________________________________________________
31925 [  8462] By: jhi                                   on 2001/01/17  06:11:31
31926         Log: (Replaced by #8469)
31927              
31928              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)
31929              From: "Craig A. Berry" <craigberry@mac.com>
31930              Date: Tue, 16 Jan 2001 23:38:46 -0600
31931              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
31932      Branch: perl
31933            ! configure.com
31934 ____________________________________________________________________________
31935 [  8461] By: jhi                                   on 2001/01/17  05:56:12
31936         Log: Allow for one trailing slash in the directory of mkdir().
31937      Branch: perl
31938            ! pp_sys.c
31939 ____________________________________________________________________________
31940 [  8460] By: jhi                                   on 2001/01/17  03:26:01
31941         Log: Metaconfig unit changes for #8459.
31942      Branch: metaconfig
31943            ! U/modified/Loc.U U/modified/sig_name.U
31944 ____________________________________________________________________________
31945 [  8459] By: jhi                                   on 2001/01/17  03:24:48
31946         Log: Define SIG_SIZE, the number of elements in the sig_name and
31947              sig_num arrays, including the final NULL entry.
31948      Branch: perl
31949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31950            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
31951            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
31952            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31953            ! win32/config.bc win32/config.gc win32/config.vc
31954 ____________________________________________________________________________
31955 [  8458] By: jhi                                   on 2001/01/17  01:41:33
31956         Log: Integrate perlio.
31957      Branch: perl
31958           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
31959           !> perlapi.h proto.h sv.c
31960 ____________________________________________________________________________
31961 [  8457] By: nick                                  on 2001/01/16  22:07:26
31962         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
31963              Provides all the "cost" but no benefit yet - it is to allow cost
31964              to be measured, and implementation experiments (just in mg.c?).
31965      Branch: perlio
31966            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
31967            ! perlapi.h proto.h sv.c
31968 ____________________________________________________________________________
31969 [  8456] By: nick                                  on 2001/01/16  21:07:07
31970         Log: Integrate mainline.
31971      Branch: perlio
31972           !> (integrate 51 files)
31973 ____________________________________________________________________________
31974 [  8455] By: jhi                                   on 2001/01/16  18:13:43
31975         Log: Subject: [PATCH] regcomp.c old feature removal
31976              From: mjd@plover.com
31977              Date: 16 Jan 2001 14:43:18 -0000 
31978              Message-ID: <20010116144318.7140.qmail@plover.com> 
31979      Branch: perl
31980            ! regcomp.c
31981 ____________________________________________________________________________
31982 [  8454] By: jhi                                   on 2001/01/16  16:12:39
31983         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
31984              From: "Indy Singh" <indy@nusphere.com>
31985              Date: Wed, 10 Jan 2001 20:17:49 -0500
31986              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
31987      Branch: maint-5.6/perl
31988            ! win32/Makefile
31989 ____________________________________________________________________________
31990 [  8453] By: jhi                                   on 2001/01/16  16:09:33
31991         Log: Update Changes.
31992      Branch: perl
31993            ! Changes patchlevel.h
31994 ____________________________________________________________________________
31995 [  8452] By: jhi                                   on 2001/01/16  15:42:04
31996         Log: Subject: Re: API Cleanup
31997              To: perl5-porters@perl.org
31998              Date: Tue, 16 Jan 2001 13:42:30 +0000
31999              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
32000              
32001              Subject: [PATCH] utf8.c documentation
32002              From: Simon Cozens <simon@cozens.net>
32003              Date: Tue, 16 Jan 2001 13:52:48 +0000
32004              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
32005              
32006              Subject: Re: API Cleanup
32007              From: Simon Cozens <simon@cozens.net>
32008              Date: Tue, 16 Jan 2001 14:58:55 +0000
32009              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
32010              
32011              UTF-8 doc patches.
32012      Branch: perl
32013            ! embed.pl pod/perlapi.pod utf8.c
32014 ____________________________________________________________________________
32015 [  8451] By: jhi                                   on 2001/01/16  14:41:39
32016         Log: podlators 1.07, from Russ Allbery.
32017      Branch: perl
32018            ! lib/Pod/Man.pm
32019 ____________________________________________________________________________
32020 [  8450] By: jhi                                   on 2001/01/16  14:24:19
32021         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
32022              From: "Indy Singh" <indy@nusphere.com>
32023              Date: Mon, 15 Jan 2001 20:59:40 -0500
32024              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
32025      Branch: perl
32026            ! win32/Makefile
32027 ____________________________________________________________________________
32028 [  8449] By: jhi                                   on 2001/01/16  03:42:55
32029         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
32030              at the setting of the ofs_sv in new_struct_thread() as the
32031              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
32032              that invited a core dump.
32033      Branch: perl
32034            ! util.c
32035 ____________________________________________________________________________
32036 [  8448] By: jhi                                   on 2001/01/16  01:49:07
32037         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
32038              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32039              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
32040              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
32041              
32042              Replace #8444 and #8445.
32043      Branch: perl
32044            ! ext/B/B.xs ext/B/B/Debug.pm
32045 ____________________________________________________________________________
32046 [  8447] By: jhi                                   on 2001/01/15  21:05:35
32047         Log: Subject: [PATCH] API Variable documentation   
32048              From: Simon Cozens <simon@cozens.net>
32049              Date: Mon, 15 Jan 2001 19:35:54 +0000
32050              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
32051      Branch: perl
32052            ! pod/perlapi.pod thrdvar.h
32053 ____________________________________________________________________________
32054 [  8446] By: jhi                                   on 2001/01/15  20:49:20
32055         Log: Signedness nit.
32056      Branch: perl
32057            ! pp_ctl.c
32058 ____________________________________________________________________________
32059 [  8445] By: jhi                                   on 2001/01/15  20:28:48
32060         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
32061      Branch: perl
32062            ! ext/B/B/Debug.pm
32063 ____________________________________________________________________________
32064 [  8444] By: jhi                                   on 2001/01/15  13:09:10
32065         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
32066      Branch: perl
32067            ! ext/B/B.xs
32068 ____________________________________________________________________________
32069 [  8443] By: jhi                                   on 2001/01/15  13:06:26
32070         Log: Missing from #8439.
32071      Branch: perl
32072            ! keywords.h mg.c
32073 ____________________________________________________________________________
32074 [  8442] By: jhi                                   on 2001/01/15  13:02:38
32075         Log: Subject: [PATCH @8436] Eliminate op_children
32076              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32077              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
32078              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
32079              
32080              Subject: [PATCH @8436] Re: Eliminate op_children
32081              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32082              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
32083              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
32084      Branch: perl
32085            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
32086            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
32087            ! op.c op.h
32088 ____________________________________________________________________________
32089 [  8441] By: jhi                                   on 2001/01/15  12:57:08
32090         Log: Use the /^Perl_/-less form of is_lvalue_sub().
32091      Branch: perl
32092            ! pp.h
32093 ____________________________________________________________________________
32094 [  8440] By: jhi                                   on 2001/01/15  05:13:09
32095         Log: Revert #8437 and #8438, the Linux large files story is more complex.
32096      Branch: metaconfig/U/perl
32097            ! d_fpos64_t.U d_off64_t.U
32098      Branch: perl
32099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32100            ! config_h.SH configure.com epoc/config.sh perl.h
32101            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32102            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32103            ! win32/config.bc win32/config.gc win32/config.vc
32104 ____________________________________________________________________________
32105 [  8439] By: jhi                                   on 2001/01/15  05:02:24
32106         Log: More UTF-8 patches from Inaba Hiroto.
32107              - The substr lval was still not okay.
32108              - Now pp_stringify and sv_setsv copies source's UTF8 flag
32109              even if IN_BYTE.  pp_stringify is called from fold_constants
32110              at optimization phase and "\x{100}" was made SvUTF8_off under
32111              use bytes (the bytes pragma is for "byte semantics" and not
32112              for "do not produce UTF8 data")
32113              - New `qu' operator to generate UTF8 string explicitly.
32114              Though I agree with the policy "0x00-0xff always produce bytes",
32115              sometimes want to such a string to be coded in UTF8.
32116              I can use pack"U0a*" but it requires more typing and has
32117              runtime overhead.
32118              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
32119              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
32120              string is not UTF8_on and has char 0x80-0xff.
32121              
32122              TODO: document and test qu.
32123      Branch: perl
32124            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
32125            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
32126            ! toke.c
32127 ____________________________________________________________________________
32128 [  8438] By: jhi                                   on 2001/01/14  05:10:23
32129         Log: Metaconfig unit changes for #8437.
32130      Branch: metaconfig/U/perl
32131            ! d_fpos64_t.U d_off64_t.U
32132 ____________________________________________________________________________
32133 [  8437] By: jhi                                   on 2001/01/14  04:55:34
32134         Log: Add <features.h> probing, seems to be needed for (some?)
32135              Linux largefileness.
32136      Branch: perl
32137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32138            ! config_h.SH configure.com epoc/config.sh perl.h
32139            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32140            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32141            ! win32/config.bc win32/config.gc win32/config.vc
32142 ____________________________________________________________________________
32143 [  8436] By: jhi                                   on 2001/01/13  17:47:21
32144         Log: Tighten some of the tests a bit.
32145      Branch: perl
32146            ! t/pragma/utf8.t
32147 ____________________________________________________________________________
32148 [  8435] By: jhi                                   on 2001/01/13  17:31:54
32149         Log: Integrate perlio.
32150      Branch: perl
32151           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
32152           !> win32/config_H.gc win32/config_H.vc
32153 ____________________________________________________________________________
32154 [  8434] By: nick                                  on 2001/01/13  11:36:53
32155         Log: Run dmake regen_config_h for Win32
32156      Branch: perlio
32157            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32158 ____________________________________________________________________________
32159 [  8433] By: nick                                  on 2001/01/13  11:31:55
32160         Log: VMS friendly patch to Encode compile process
32161      Branch: perlio
32162            ! ext/Encode/Makefile.PL ext/Encode/compile
32163 ____________________________________________________________________________
32164 [  8432] By: nick                                  on 2001/01/13  11:06:44
32165         Log: Integrate mainline
32166      Branch: perlio
32167           +> ext/B/B/Concise.pm
32168           !> (integrate 52 files)
32169 ____________________________________________________________________________
32170 [  8431] By: jhi                                   on 2001/01/13  05:55:55
32171         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
32172              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32173              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
32174              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
32175      Branch: perl
32176            ! ext/B/B/Concise.pm
32177 ____________________________________________________________________________
32178 [  8430] By: jhi                                   on 2001/01/13  04:24:18
32179         Log: The LVRET macro needed an aTHX.
32180      Branch: perl
32181            ! pp.h
32182 ____________________________________________________________________________
32183 [  8429] By: jhi                                   on 2001/01/13  02:12:42
32184         Log: Update Changes.
32185      Branch: perl
32186            ! Changes patchlevel.h
32187 ____________________________________________________________________________
32188 [  8428] By: jhi                                   on 2001/01/13  02:08:50
32189         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
32190              From: Peter Prymmer <pvhp@forte.com>
32191              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
32192              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
32193              
32194              Add a BEGIN guard for sloppy floating point division.
32195      Branch: perl
32196            ! lib/Math/BigInt.pm lib/bigint.pl
32197 ____________________________________________________________________________
32198 [  8427] By: jhi                                   on 2001/01/13  01:47:16
32199         Log: The B::Terse drop-in replacement wasn't quite drop-in.
32200      Branch: perl
32201            ! ext/B/B/Terse.pm
32202 ____________________________________________________________________________
32203 [  8426] By: jhi                                   on 2001/01/12  21:20:43
32204         Log: Use UVXf.
32205      Branch: perl
32206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32207            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
32208            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32209            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32210            ! win32/config.gc win32/config.vc
32211 ____________________________________________________________________________
32212 [  8425] By: jhi                                   on 2001/01/12  20:20:14
32213         Log: Subject: [PATCH perl@8342] -Wformat
32214              From: Robin Barker <rmb1@cise.npl.co.uk>
32215              Date: Fri, 12 Jan 2001 20:03:14 GMT
32216              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
32217      Branch: perl
32218            ! ext/Encode/Encode.xs mg.c sv.c toke.c
32219 ____________________________________________________________________________
32220 [  8424] By: jhi                                   on 2001/01/12  20:01:48
32221         Log: Subject: B::Concise -- an improved replacement for B::Terse 
32222              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32223              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
32224              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
32225      Branch: perl
32226            + ext/B/B/Concise.pm
32227            ! MANIFEST ext/B/B/Terse.pm
32228 ____________________________________________________________________________
32229 [  8423] By: jhi                                   on 2001/01/12  19:24:02
32230         Log: The new metaconfig unit from the #8421.
32231      Branch: metaconfig/U/perl
32232            + d_sigprocmask.U
32233 ____________________________________________________________________________
32234 [  8422] By: jhi                                   on 2001/01/12  19:23:43
32235         Log: Forgot the microperl config from the #8421.
32236      Branch: perl
32237            ! uconfig.h uconfig.sh
32238 ____________________________________________________________________________
32239 [  8421] By: jhi                                   on 2001/01/12  19:05:27
32240         Log: Add sigprocmask() probe, regen Configure, regen toc.
32241      Branch: perl
32242            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32243            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
32244            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32245            ! vos/config.ga.h win32/config.bc win32/config.gc
32246            ! win32/config.vc
32247 ____________________________________________________________________________
32248 [  8420] By: jhi                                   on 2001/01/12  18:34:31
32249         Log: Add sockatmark() to the todo list.
32250      Branch: perl
32251            ! Todo-5.6
32252 ____________________________________________________________________________
32253 [  8419] By: jhi                                   on 2001/01/12  18:09:46
32254         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
32255      Branch: perl
32256            ! op.c
32257 ____________________________________________________________________________
32258 [  8418] By: jhi                                   on 2001/01/12  18:05:30
32259         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
32260              From: Radu Greab <radu@netsoft.ro>
32261              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
32262              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
32263      Branch: perl
32264            ! op.c t/pragma/sub_lval.t
32265 ____________________________________________________________________________
32266 [  8417] By: jhi                                   on 2001/01/12  16:09:09
32267         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
32268              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
32269              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
32270              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
32271      Branch: perl
32272            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
32273            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
32274            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
32275            ! t/pragma/sub_lval.t toke.c
32276 ____________________________________________________________________________
32277 [  8416] By: jhi                                   on 2001/01/12  15:42:06
32278         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
32279              From: "Richard Soderberg" <rs@crystalflame.net>
32280              Date: Fri, 12 Jan 2001 04:49:35 -0800
32281              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
32282              
32283              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
32284              according to the platform.
32285      Branch: perl
32286            ! op.c
32287 ____________________________________________________________________________
32288 [  8415] By: jhi                                   on 2001/01/12  15:33:41
32289         Log: One more UTF-8 fix from Inaba Hiroto.
32290      Branch: perl
32291            ! pp.c regexec.c t/pragma/utf8.t
32292 ____________________________________________________________________________
32293 [  8414] By: jhi                                   on 2001/01/12  15:30:18
32294         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
32295      Branch: perl
32296            ! regexec.c
32297 ____________________________________________________________________________
32298 [  8413] By: jhi                                   on 2001/01/12  15:22:10
32299         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
32300              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32301              Date: Thu, 11 Jan 2001 12:53:36 +0100
32302              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
32303      Branch: perl
32304            ! toke.c
32305 ____________________________________________________________________________
32306 [  8412] By: jhi                                   on 2001/01/12  15:20:25
32307         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
32308              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32309              Date: Fri, 12 Jan 2001 14:37:55 +0100
32310              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
32311      Branch: perl
32312            ! hints/posix-bc.sh
32313 ____________________________________________________________________________
32314 [  8411] By: jhi                                   on 2001/01/12  15:14:14
32315         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
32316              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32317              Date: Fri, 12 Jan 2001 10:42:21 +0100
32318              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
32319      Branch: perl
32320            ! t/op/regmesg.t
32321 ____________________________________________________________________________
32322 [  8410] By: jhi                                   on 2001/01/12  05:48:55
32323         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
32324              From: Nicholas Clark <nick@ccl4.org> 
32325              Date: Sun, 7 Jan 2001 19:47:14 +0000
32326              Message-ID: <20010107194714.B1048@plum.flirble.org>
32327      Branch: perl
32328            ! t/op/numconvert.t
32329 ____________________________________________________________________________
32330 [  8409] By: jhi                                   on 2001/01/12  05:41:28
32331         Log: Integrate perlio.
32332      Branch: perl
32333           !> mg.c scope.h
32334 ____________________________________________________________________________
32335 [  8408] By: nick                                  on 2001/01/11  22:43:28
32336         Log: Remove variables that were used in experiments.
32337      Branch: perlio
32338            ! mg.c
32339 ____________________________________________________________________________
32340 [  8407] By: nick                                  on 2001/01/11  20:57:44
32341         Log: Catch die in %SIG handler and unblock the signal before re-dying.
32342              This make Linux work _without_ sigsetjmp().
32343              Turn off sigsetjmp() to see what else it does.
32344              May need Configure probe for sigprocmask() if anything has sigaction()
32345              but not sigprocmask().
32346      Branch: perlio
32347            ! mg.c scope.h
32348 ____________________________________________________________________________
32349 [  8406] By: nick                                  on 2001/01/11  19:32:07
32350         Log: Integrate mainline
32351      Branch: perlio
32352           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
32353           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
32354           !> t/op/substr.t
32355 ____________________________________________________________________________
32356 [  8405] By: jhi                                   on 2001/01/11  17:11:01
32357         Log: Fix UTF-8 lval substr().
32358      Branch: perl
32359            ! mg.c t/op/substr.t
32360 ____________________________________________________________________________
32361 [  8404] By: jhi                                   on 2001/01/11  05:13:58
32362         Log: Update Changes.
32363      Branch: perl
32364            ! Changes patchlevel.h
32365 ____________________________________________________________________________
32366 [  8403] By: jhi                                   on 2001/01/11  04:38:24
32367         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
32368              From: Hugo <hv@crypt.compulink.co.uk>
32369              Date: Mon, 30 Oct 2000 01:33:26 +0000
32370              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
32371      Branch: perl
32372            ! regexec.c t/op/re_tests
32373 ____________________________________________________________________________
32374 [  8402] By: jhi                                   on 2001/01/11  04:26:12
32375         Log: Integrate perlio.
32376      Branch: perl
32377           !> scope.h util.c
32378 ____________________________________________________________________________
32379 [  8401] By: nick                                  on 2001/01/10  22:52:55
32380         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
32381              (So Alan and Ilya can try setting via hints.)
32382              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
32383              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
32384              doing the save everywhere seems to restart read() correctly, but just
32385              doing it once "round" the handler does not.
32386      Branch: perlio
32387            ! scope.h
32388 ____________________________________________________________________________
32389 [  8400] By: jhi                                   on 2001/01/10  21:57:54
32390         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
32391              of IRIX, HP-UX is unaffected.
32392      Branch: perl
32393            ! perl.h
32394 ____________________________________________________________________________
32395 [  8399] By: nick                                  on 2001/01/10  21:29:19
32396         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
32397      Branch: perlio
32398            ! util.c
32399 ____________________________________________________________________________
32400 [  8398] By: jhi                                   on 2001/01/10  20:55:31
32401         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
32402              also have ReusePort.
32403      Branch: perl
32404            ! ext/IO/lib/IO/Socket/INET.pm
32405 ____________________________________________________________________________
32406 [  8397] By: jhi                                   on 2001/01/10  20:50:57
32407         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
32408              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
32409              Date: Wed, 10 Jan 2001 01:38:13 -0800
32410              Message-ID: <20010110013813.B41744@yahoo-inc.com>
32411      Branch: perl
32412            ! ext/IO/lib/IO/Socket/INET.pm
32413 ____________________________________________________________________________
32414 [  8396] By: jhi                                   on 2001/01/10  20:49:30
32415         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
32416              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
32417              Date: Wed, 10 Jan 2001 01:37:32 -0800
32418              Message-ID: <20010110013732.A41744@yahoo-inc.com>
32419      Branch: perl
32420            ! ext/Socket/Socket.pm
32421 ____________________________________________________________________________
32422 [  8395] By: jhi                                   on 2001/01/10  20:41:37
32423         Log: Test for bug id 20010105.016 (fixed by #8378).
32424      Branch: perl
32425            ! t/op/split.t
32426 ____________________________________________________________________________
32427 [  8394] By: jhi                                   on 2001/01/10  20:26:32
32428         Log: Integrate perlio.
32429      Branch: perl
32430            ! util.c
32431 ____________________________________________________________________________
32432 [  8393] By: nick                                  on 2001/01/10  19:34:30
32433         Log: Back out Simon's pid hackery for now.
32434      Branch: perlio
32435            ! util.c
32436 ____________________________________________________________________________
32437 [  8392] By: nick                                  on 2001/01/10  19:23:13
32438         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
32439      Branch: perlio
32440           !> (integrate 29 files)
32441 ____________________________________________________________________________
32442 [  8391] By: jhi                                   on 2001/01/10  18:43:15
32443         Log: Subject: [PATCH] Fix my_pclose segfault
32444              From: Simon Cozens <simon@cozens.net>
32445              Date: Wed, 10 Jan 2001 18:39:35 +0000
32446              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
32447      Branch: perl
32448            ! util.c
32449 ____________________________________________________________________________
32450 [  8390] By: jhi                                   on 2001/01/10  18:42:08
32451         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
32452              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32453              Date:     Wed, 10 Jan 2001 13:23:02 EST
32454              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
32455      Branch: perl
32456            ! ext/Opcode/Opcode.xs
32457 ____________________________________________________________________________
32458 [  8389] By: jhi                                   on 2001/01/10  15:16:07
32459         Log: Turn off the integer preservation for now.
32460      Branch: perl
32461            ! perl.h
32462 ____________________________________________________________________________
32463 [  8388] By: jhi                                   on 2001/01/10  15:01:25
32464         Log: Few more IDE/editor nits from p5p.
32465      Branch: perl
32466            ! pod/perlfaq3.pod
32467 ____________________________________________________________________________
32468 [  8387] By: jhi                                   on 2001/01/10  06:53:16
32469         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
32470              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
32471              Date: Tue, 9 Jan 2001 23:16:02 +0000
32472              Message-ID: <20010109231602.A81101@plum.flirble.org>
32473      Branch: perl
32474            ! sv.c
32475 ____________________________________________________________________________
32476 [  8386] By: jhi                                   on 2001/01/10  03:17:54
32477         Log: Test cases for #8385 (from Simon's "torture.pl")
32478      Branch: perl
32479            ! t/op/tr.t
32480 ____________________________________________________________________________
32481 [  8385] By: jhi                                   on 2001/01/10  03:17:11
32482         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
32483              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
32484              Date: Wed, 10 Jan 2001 11:39:39 +0900
32485              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
32486              
32487              Some more UTF-8 tr cases fixed.
32488      Branch: perl
32489            ! doop.c
32490 ____________________________________________________________________________
32491 [  8384] By: jhi                                   on 2001/01/09  22:45:40
32492         Log: Allow the locale test needing POSIX and the taint test
32493              needing IPC::SysV to run under 'minitest' (basically,
32494              bail out if loading the extension fails)
32495      Branch: perl
32496            ! t/op/misc.t t/op/taint.t
32497 ____________________________________________________________________________
32498 [  8383] By: jhi                                   on 2001/01/09  21:36:04
32499         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
32500              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32501              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
32502              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
32503      Branch: perl
32504            ! t/io/openpid.t
32505 ____________________________________________________________________________
32506 [  8382] By: jhi                                   on 2001/01/09  21:06:08
32507         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
32508              Should finish up the bug id 20001205.022.
32509      Branch: perl
32510            ! pp.c pp_hot.c scope.c
32511 ____________________________________________________________________________
32512 [  8381] By: jhi                                   on 2001/01/09  18:27:43
32513         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
32514              From: Andy Dougherty <doughera@lafayette.edu>
32515              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
32516              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
32517              
32518              More robust yacc/bison error detection.
32519      Branch: perl
32520            ! t/comp/proto.t
32521 ____________________________________________________________________________
32522 [  8380] By: jhi                                   on 2001/01/09  15:21:38
32523         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
32524              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32525              Date:     Tue, 9 Jan 2001 07:53:55 EST
32526              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
32527      Branch: perl
32528            ! t/op/misc.t vms/test.com
32529 ____________________________________________________________________________
32530 [  8379] By: jhi                                   on 2001/01/09  15:20:38
32531         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
32532              From: jhi@cc.hut.fi
32533              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
32534              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
32535              
32536              The #8378 fixed this.
32537      Branch: perl
32538            ! t/op/tr.t
32539 ____________________________________________________________________________
32540 [  8378] By: jhi                                   on 2001/01/09  15:05:32
32541         Log: Subject: One more patch for UTF8 
32542              From: Inaba Hiroto <inaba@st.rim.or.jp>
32543              Date: Tue, 09 Jan 2001 01:04:32 +0900
32544              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
32545              
32546              UTF-8 fixes for 'x' and tr///.
32547      Branch: perl
32548            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
32549            ! regcomp.c regexec.c toke.c utf8.c
32550 ____________________________________________________________________________
32551 [  8377] By: jhi                                   on 2001/01/09  14:32:17
32552         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
32553      Branch: perl
32554            ! t/op/length.t
32555 ____________________________________________________________________________
32556 [  8376] By: jhi                                   on 2001/01/09  04:32:32
32557         Log: integrate changes #7775, #8316, #8316 from mainline
32558      Branch: maint-5.6/perl
32559            ! hints/solaris_2.sh
32560 ____________________________________________________________________________
32561 [  8375] By: jhi                                   on 2001/01/09  04:26:43
32562         Log: Update Changes.
32563      Branch: perl
32564            ! Changes patchlevel.h
32565 ____________________________________________________________________________
32566 [  8374] By: jhi                                   on 2001/01/09  04:14:32
32567         Log: IDE/editor section tweaking.
32568      Branch: perl
32569            ! pod/perlfaq3.pod
32570 ____________________________________________________________________________
32571 [  8373] By: jhi                                   on 2001/01/09  02:38:26
32572         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
32573              From: Peter Prymmer <pvhp@forte.com>
32574              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
32575              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
32576              
32577              In preparation os OS/390 dynamic loading.
32578      Branch: perl
32579            ! README.os390 hints/os390.sh
32580 ____________________________________________________________________________
32581 [  8372] By: jhi                                   on 2001/01/09  00:24:30
32582         Log: Integrate with perlio.
32583      Branch: perl
32584           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
32585 ____________________________________________________________________________
32586 [  8371] By: nick                                  on 2001/01/08  23:54:33
32587         Log: Fix "scalars leaked" bugs caused by overload magic
32588              (Highlighted by Ilya's DESTROY optimization.)
32589      Branch: perlio
32590            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
32591 ____________________________________________________________________________
32592 [  8370] By: nick                                  on 2001/01/08  20:19:41
32593         Log: Integrate mainline
32594      Branch: perlio
32595           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
32596           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
32597           !> t/op/64bitint.t
32598 ____________________________________________________________________________
32599 [  8369] By: jhi                                   on 2001/01/08  17:30:52
32600         Log: save_delete() Safefree() doesn't (anymore?) work with shared
32601              strings, one test failure in op/misc and almost all of lib/b.
32602              (Outcomments #8369.)
32603      Branch: perl
32604            ! scope.c
32605 ____________________________________________________________________________
32606 [  8368] By: jhi                                   on 2001/01/08  14:47:10
32607         Log: (Outcommented by #8369.)
32608              
32609              Subject: Re: Perl BugID 20001205.022 ---- save_delete
32610              From: Simon Cozens <simon@cozens.net>
32611              Date: Sat, 6 Jan 2001 11:48:40 +0000
32612              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
32613              
32614              The save_delete() does need the Safefree.
32615      Branch: perl
32616            ! scope.c
32617 ____________________________________________________________________________
32618 [  8367] By: bailey                                on 2001/01/08  08:53:52
32619         Log: Once again syncing after too long an absence
32620      Branch: vmsperl
32621           +> (branch 55 files)
32622            - MAINTAIN fix_pl vos/config.def vos/config.h
32623            - vos/config_h.SH_orig
32624           !> (integrate 498 files)
32625 ____________________________________________________________________________
32626 [  8366] By: jhi                                   on 2001/01/08  02:42:59
32627         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
32628              From: nick@ccl4.org
32629              Date: Sun, 7 Jan 2001 21:07:18 +0000
32630              Message-Id: <20010107210717.D1048@plum.flirble.org>
32631      Branch: perl
32632            ! sv.c t/op/64bitint.t
32633 ____________________________________________________________________________
32634 [  8365] By: jhi                                   on 2001/01/08  02:35:16
32635         Log: Subject: [PATCH] environ nit
32636              From: Simon Cozens <simon@cozens.net>
32637              Date: Sun, 7 Jan 2001 17:57:07 +0000
32638              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
32639              
32640              Use environ only if we have it.
32641      Branch: perl
32642            ! mg.c
32643 ____________________________________________________________________________
32644 [  8364] By: jhi                                   on 2001/01/08  02:24:51
32645         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
32646      Branch: perl
32647            ! ext/GDBM_File/GDBM_File.xs
32648 ____________________________________________________________________________
32649 [  8363] By: jhi                                   on 2001/01/08  02:19:24
32650         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
32651              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32652              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
32653              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
32654      Branch: perl
32655            ! dump.c op.c
32656 ____________________________________________________________________________
32657 [  8362] By: jhi                                   on 2001/01/08  02:17:43
32658         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
32659              From: Doug MacEachern <dougm@covalent.net>
32660              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
32661              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
32662              
32663              Allow AUTOLOAD to be an xsub and allow such xsubs
32664              to avoid use of $AUTOLOAD.
32665      Branch: perl
32666            ! gv.c
32667 ____________________________________________________________________________
32668 [  8361] By: jhi                                   on 2001/01/08  02:16:07
32669         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32670              From: Radu Greab <radu@netsoft.ro>
32671              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
32672              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
32673              
32674              No need for the potentially unportable $SIG{CHLD}.
32675      Branch: perl
32676            ! t/io/pipe.t
32677 ____________________________________________________________________________
32678 [  8360] By: jhi                                   on 2001/01/08  01:58:23
32679         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
32680      Branch: perl
32681            ! lib/Getopt/Long.pm
32682 ____________________________________________________________________________
32683 [  8359] By: jhi                                   on 2001/01/08  01:55:44
32684         Log: Integrate perlio.
32685      Branch: perl
32686           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
32687           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
32688           !> utf8.c win32/Makefile
32689 ____________________________________________________________________________
32690 [  8358] By: jhi                                   on 2001/01/07  21:16:50
32691         Log: Update the EPOC cross SDK URL.
32692      Branch: perl
32693            ! README.epoc
32694 ____________________________________________________________________________
32695 [  8357] By: jhi                                   on 2001/01/07  21:16:09
32696         Log: Update the EPOC cross SDK URL.
32697      Branch: maint-5.6/perl
32698            ! README.epoc
32699 ____________________________________________________________________________
32700 [  8356] By: nick                                  on 2001/01/06  21:47:52
32701         Log: FILE * in XS code for PerlIO world:
32702              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
32703              - Add FILE * T_STDIO typemap.
32704              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
32705      Branch: perlio
32706            ! lib/ExtUtils/typemap perlio.c perlio.h
32707 ____________________________________________________________________________
32708 [  8355] By: jhi                                   on 2001/01/06  20:27:15
32709         Log: integrate change #8336 from mainline
32710              
32711              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
32712      Branch: maint-5.6/perl
32713            ! hv.c
32714 ____________________________________________________________________________
32715 [  8354] By: jhi                                   on 2001/01/06  20:24:29
32716         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32717              From: Robin Barker <rmb1@cise.npl.co.uk>
32718              Date: Fri, 22 Dec 2000 12:17:38 GMT
32719              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
32720              
32721              The patch reformats some long =item lines so they give
32722              correct output via pod2man | nroff -man
32723              
32724              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32725              From: Robin Barker <rmb1@cise.npl.co.uk>
32726              Date: Tue, 2 Jan 2001 15:35:03 GMT
32727              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
32728              
32729              Here is a _further_ patch which corrects a few more errors:
32730              * an empty C<=item> in CPAN.pm
32731              * patching the wrong file (pod/perlamiga.pod not README.amiga)
32732              * leaving empty C<=item>s which formatted incorrectly
32733              * over long C<=item>s revealed by latest patch to Pod::Man
32734      Branch: maint-5.6/perl
32735            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32736            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32737            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
32738            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
32739            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
32740            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
32741 ____________________________________________________________________________
32742 [  8353] By: jhi                                   on 2001/01/06  20:21:10
32743         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
32744              
32745              UTF-8 hash keys.
32746      Branch: maint-5.6/perl
32747            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
32748 ____________________________________________________________________________
32749 [  8352] By: jhi                                   on 2001/01/06  20:18:44
32750         Log: Forgotten from #8438.
32751      Branch: maint-5.6/perl
32752            ! epoc/epocish.h
32753 ____________________________________________________________________________
32754 [  8351] By: jhi                                   on 2001/01/06  20:18:12
32755         Log: Forgotten from #8347.
32756      Branch: maint-5.6/perl
32757            ! config_h.SH
32758 ____________________________________________________________________________
32759 [  8350] By: jhi                                   on 2001/01/06  20:00:19
32760         Log: Thinko in #8347.
32761      Branch: maint-5.6/perl
32762            ! regcomp.c
32763 ____________________________________________________________________________
32764 [  8349] By: jhi                                   on 2001/01/06  18:05:30
32765         Log: Copy the FAQ3 IDE section from the development branch,
32766              changes originally by Peter Prymmer.
32767      Branch: maint-5.6/perl
32768            ! pod/perlfaq3.pod
32769 ____________________________________________________________________________
32770 [  8348] By: jhi                                   on 2001/01/06  18:03:02
32771         Log: EPOC updates for TRIAL1.
32772              
32773              Subject: [5.6.1 trial1] EPOC update
32774              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32775              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
32776              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
32777              
32778              Subject: epoc patch2 for perl-5.6.1-trial1
32779              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32780              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
32781              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
32782      Branch: maint-5.6/perl
32783            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
32784            ! epoc/epocish.c
32785 ____________________________________________________________________________
32786 [  8347] By: jhi                                   on 2001/01/06  17:29:10
32787         Log: integrate changes #7710,7824,7973 from mainline,
32788              plus VMS nits from Peter Prymmer and Dan Sugalski.
32789              
32790              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
32791              library (getprotobyname and getprotobynumber are outversioned by
32792              the same calls in libc, at least for xlc version 3.
32793              
32794              Add HAS_SBRK_PROTO.
32795              
32796              Fixes for signedness warnings noticed by VMSperlers.
32797      Branch: maint-5.6/perl
32798            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32799            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
32800            ! sv.c vms/descrip_mms.template vos/config.alpha.def
32801            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32802            ! win32/config.bc win32/config.gc win32/config.vc
32803 ____________________________________________________________________________
32804 [  8346] By: nick                                  on 2001/01/06  14:36:01
32805         Log: Fixup accumulated integrate muddles (perlio == devperl again)
32806      Branch: perlio
32807            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
32808 ____________________________________________________________________________
32809 [  8345] By: nick                                  on 2001/01/06  14:24:58
32810         Log: Integrate mainline
32811      Branch: perlio
32812           !> (integrate 55 files)
32813 ____________________________________________________________________________
32814 [  8344] By: jhi                                   on 2001/01/06  02:24:02
32815         Log: Subject: [patch] PerlIO_cleanup() prototype
32816              From: Doug MacEachern <dougm@covalent.net>
32817              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
32818              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
32819      Branch: perl
32820            ! perlio.h
32821 ____________________________________________________________________________
32822 [  8343] By: jhi                                   on 2001/01/06  01:04:09
32823         Log: IRIX compiler noticed that the bof initialization might be
32824              bypassed by control flow.
32825      Branch: perl
32826            ! toke.c
32827 ____________________________________________________________________________
32828 [  8342] By: jhi                                   on 2001/01/06  00:10:48
32829         Log: Update Changes.
32830      Branch: perl
32831            ! Changes patchlevel.h
32832 ____________________________________________________________________________
32833 [  8341] By: jhi                                   on 2001/01/05  23:52:33
32834         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
32835      Branch: perl
32836            ! toke.c
32837 ____________________________________________________________________________
32838 [  8340] By: jhi                                   on 2001/01/05  22:44:08
32839         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32840              From: Radu Greab <radu@netsoft.ro>
32841              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
32842              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
32843      Branch: perl
32844            ! t/io/pipe.t util.c
32845 ____________________________________________________________________________
32846 [  8339] By: jhi                                   on 2001/01/05  22:35:17
32847         Log: Subject: [PATCH] format and rewording in perlfaq.pod
32848              From: Robin Barker <rmb1@cise.npl.co.uk>
32849              Date: Fri, 5 Jan 2001 18:51:20 GMT
32850              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
32851      Branch: perl
32852            ! pod/perlfaq.pod
32853 ____________________________________________________________________________
32854 [  8338] By: jhi                                   on 2001/01/05  22:31:17
32855         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
32856              From: Peter Prymmer <pvhp@forte.com>
32857              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
32858              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
32859      Branch: perl
32860            ! utils/perlbug.PL
32861 ____________________________________________________________________________
32862 [  8337] By: jhi                                   on 2001/01/05  18:15:11
32863         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
32864              From: Robin Barker <rmb1@cise.npl.co.uk>
32865              Date: Tue, 2 Jan 2001 15:24:07 GMT
32866              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
32867              
32868              If you call configure as C<./Configure> or C<sh ./Configure>,
32869              $src is set to the absolute path name, not '.'.
32870              
32871              This, in turn, means -Dmksymlink tries to do its stuff because
32872              it does not think it is in the src directory.
32873              
32874              (plus a metaconfig nitfix)
32875      Branch: metaconfig
32876            ! U/compline/ccflags.U U/modified/src.U
32877      Branch: perl
32878            ! Configure config_h.SH
32879 ____________________________________________________________________________
32880 [  8336] By: jhi                                   on 2001/01/05  17:48:32
32881         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
32882              From: Alan Burlison <Alan.Burlison@uk.sun.com>
32883              Message-ID: <3A5606C4.473D2226@uk.sun.com>
32884              Date: Fri, 05 Jan 2001 17:39:16 +0000
32885      Branch: perl
32886            ! hv.c
32887 ____________________________________________________________________________
32888 [  8335] By: jhi                                   on 2001/01/05  16:05:44
32889         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
32890      Branch: perl
32891            ! lib/Getopt/Long.pm
32892 ____________________________________________________________________________
32893 [  8334] By: jhi                                   on 2001/01/05  16:00:51
32894         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
32895              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
32896              Date: Fri, 05 Jan 2001 13:46:51 +0100
32897              Message-ID: <13693.978698811@nice.ram.loc>
32898              
32899              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
32900              accurate reading of the "atime".  
32901      Branch: perl
32902            ! t/io/fs.t
32903 ____________________________________________________________________________
32904 [  8333] By: jhi                                   on 2001/01/05  15:57:37
32905         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
32906              From: Simon Cozens <simon@cozens.net>
32907              Date: Fri, 8 Dec 2000 13:33:31 +0000
32908              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
32909              
32910              A lost patch fragment.
32911      Branch: perl
32912            ! doop.c
32913 ____________________________________________________________________________
32914 [  8332] By: jhi                                   on 2001/01/05  15:40:42
32915         Log: Do away with strncpy() and a fixed length buffer.
32916      Branch: perl
32917            ! utf8.c
32918 ____________________________________________________________________________
32919 [  8331] By: jhi                                   on 2001/01/05  15:03:07
32920         Log: Tests for #8329 and #8330.
32921      Branch: perl
32922            ! t/op/bop.t
32923 ____________________________________________________________________________
32924 [  8330] By: jhi                                   on 2001/01/05  15:02:38
32925         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
32926              raw 8-bit form to the UTF-8 string.
32927      Branch: perl
32928            ! toke.c
32929 ____________________________________________________________________________
32930 [  8329] By: jhi                                   on 2001/01/05  14:55:13
32931         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
32932              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32933              Date: Fri, 5 Jan 2001 12:28:52 +0100
32934              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
32935              
32936              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
32937              no effect.  (changed the strncpy() to Copy())
32938      Branch: perl
32939            ! toke.c
32940 ____________________________________________________________________________
32941 [  8328] By: jhi                                   on 2001/01/05  06:44:27
32942         Log: UTF-8 cleanup.
32943      Branch: perl
32944            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32945            ! regexec.c sv.c toke.c
32946 ____________________________________________________________________________
32947 [  8327] By: jhi                                   on 2001/01/05  01:11:29
32948         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')
32949              From: Radu Greab <radu@netsoft.ro>
32950              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
32951              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
32952              
32953              Cleans up Harness to not use FileHandle, which uses IO.
32954      Branch: perl
32955            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32956 ____________________________________________________________________________
32957 [  8326] By: jhi                                   on 2001/01/05  00:56:37
32958         Log: Update Changes.
32959      Branch: perl
32960            ! Changes patchlevel.h
32961 ____________________________________________________________________________
32962 [  8325] By: jhi                                   on 2001/01/05  00:53:18
32963         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
32964              From: Peter Prymmer <pvhp@forte.com>
32965              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
32966              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
32967              
32968              plus a couple more tailing whitespace removals.
32969      Branch: perl
32970            ! win32/Makefile
32971 ____________________________________________________________________________
32972 [  8324] By: jhi                                   on 2001/01/05  00:47:39
32973         Log: Add some Unicode chop() tests.
32974      Branch: perl
32975            ! t/op/chop.t
32976 ____________________________________________________________________________
32977 [  8323] By: jhi                                   on 2001/01/05  00:47:23
32978         Log: Unify UTF-8 malformedness handling.
32979      Branch: perl
32980            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
32981 ____________________________________________________________________________
32982 [  8322] By: jhi                                   on 2001/01/04  22:21:54
32983         Log: The new $issymlink was unknown to Mksymlinks.
32984      Branch: metaconfig/U/perl
32985            ! Mksymlinks.U issymlink.U
32986      Branch: perl
32987            ! Configure config_h.SH
32988 ____________________________________________________________________________
32989 [  8321] By: jhi                                   on 2001/01/04  21:51:05
32990         Log: The test didn't work under the core test framework.
32991      Branch: perl
32992            ! t/lib/st-lock.t
32993 ____________________________________________________________________________
32994 [  8320] By: jhi                                   on 2001/01/04  21:14:22
32995         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
32996      Branch: perl
32997            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
32998 ____________________________________________________________________________
32999 [  8319] By: jhi                                   on 2001/01/04  20:46:17
33000         Log: Typo in #8312 when manually appying a problematic patch fragment.
33001      Branch: perl
33002            ! ext/Storable/Storable.xs
33003 ____________________________________________________________________________
33004 [  8318] By: jhi                                   on 2001/01/04  20:43:01
33005         Log: The $sh_c didn't fly.
33006      Branch: metaconfig
33007            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
33008            ! U/modified/Loc.U U/modified/myhostname.U
33009            ! U/modified/spitshell.U
33010      Branch: metaconfig/U/perl
33011            ! issymlink.U
33012      Branch: perl
33013            ! Configure config_h.SH
33014 ____________________________________________________________________________
33015 [  8317] By: jhi                                   on 2001/01/04  19:58:01
33016         Log: AIX builtin test -h is broken, changes based on
33017              
33018              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
33019              Date: Tue, 02 Jan 2001 11:24:39 +0100
33020              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33021              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
33022      Branch: metaconfig
33023            + U/modified/spitshell.U
33024            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
33025            ! U/modified/Loc.U U/modified/myhostname.U
33026      Branch: metaconfig/U/perl
33027            ! Mksymlinks.U issymlink.U
33028      Branch: perl
33029            ! Configure
33030 ____________________________________________________________________________
33031 [  8316] By: jhi                                   on 2001/01/04  19:02:22
33032         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
33033              From: Andy Dougherty <doughera@lafayette.edu>
33034              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
33035              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
33036              
33037              Beware of GNU ld.
33038      Branch: perl
33039            ! hints/solaris_2.sh
33040 ____________________________________________________________________________
33041 [  8315] By: jhi                                   on 2001/01/04  18:56:48
33042         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
33043              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
33044              Date: Wed, 3 Jan 2001 07:58:51 +0100
33045              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
33046      Branch: perl
33047            ! hints/solaris_2.sh
33048 ____________________________________________________________________________
33049 [  8314] By: jhi                                   on 2001/01/04  18:54:07
33050         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
33051              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33052              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
33053              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
33054              
33055              Doc tweak on #8313.
33056      Branch: perl
33057            ! ext/B/B/Deparse.pm
33058 ____________________________________________________________________________
33059 [  8313] By: jhi                                   on 2001/01/04  18:52:27
33060         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
33061              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
33062              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33063              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
33064              
33065              Make the peephole optimizer to bypass more null ops and
33066              and rewrite the deparse handling of continue blocks.
33067      Branch: perl
33068            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
33069 ____________________________________________________________________________
33070 [  8312] By: jhi                                   on 2001/01/04  18:47:39
33071         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
33072      Branch: perl
33073            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
33074            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
33075            ! t/lib/st-lock.t
33076 ____________________________________________________________________________
33077 [  8311] By: jhi                                   on 2001/01/04  18:36:08
33078         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
33079              filter to be run on each .pm during the pm_to_blib() phase,
33080              a fixed version of
33081              
33082              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
33083              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33084              Date: Wed, 03 Jan 2001 22:01:30 +0100
33085              Message-ID: <5296.978555690@nice.ram.loc>
33086      Branch: perl
33087            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
33088            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
33089            ! lib/ExtUtils/MakeMaker.pm
33090 ____________________________________________________________________________
33091 [  8310] By: jhi                                   on 2001/01/04  18:32:54
33092         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33093              From: Robin Barker <rmb1@cise.npl.co.uk>
33094              Date: Tue, 2 Jan 2001 15:35:03 GMT
33095              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
33096      Branch: perl
33097            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
33098            ! pod/perlrequick.pod
33099 ____________________________________________________________________________
33100 [  8309] By: jhi                                   on 2001/01/04  18:29:07
33101         Log: Subject: Re: [patch] static-ize XS()
33102              From: Doug MacEachern <dougm@covalent.net>
33103              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
33104              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
33105              
33106              Provide prototypes for the XS functions.
33107      Branch: perl
33108            ! lib/ExtUtils/xsubpp
33109 ____________________________________________________________________________
33110 [  8308] By: jhi                                   on 2001/01/04  18:27:44
33111         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
33112              From: Doug MacEachern <dougm@covalent.net>
33113              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
33114              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
33115      Branch: perl
33116            ! lib/ExtUtils/typemap
33117 ____________________________________________________________________________
33118 [  8307] By: jhi                                   on 2001/01/04  18:25:25
33119         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
33120              From: Doug MacEachern <dougm@covalent.net>
33121              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
33122              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
33123              
33124              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
33125      Branch: perl
33126            ! lib/ExtUtils/MM_Unix.pm
33127 ____________________________________________________________________________
33128 [  8306] By: jhi                                   on 2001/01/04  18:23:00
33129         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
33130              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33131              Date: Thu, 4 Jan 2001 12:47:10 +0100 
33132              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
33133              
33134              The toke.c part only, patching embed.h and proto.h is futile.
33135      Branch: perl
33136            ! toke.c
33137 ____________________________________________________________________________
33138 [  8305] By: jhi                                   on 2001/01/04  18:05:51
33139         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
33140              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33141              Date: Thu, 4 Jan 2001 17:50:12 +0100 
33142              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
33143      Branch: perl
33144            ! toke.c
33145 ____________________________________________________________________________
33146 [  8304] By: jhi                                   on 2001/01/04  18:03:26
33147         Log: Subject: [PATCH perl@8269]
33148              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33149              Date: Thu, 4 Jan 2001 12:53:39 +0100 
33150              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
33151              
33152              If running byacc write-enable also perly.h.
33153      Branch: perl
33154            ! Makefile.SH
33155 ____________________________________________________________________________
33156 [  8303] By: jhi                                   on 2001/01/04  15:40:49
33157         Log: Rewrite pp_concat() in terms of sv_catsv().
33158      Branch: perl
33159            ! pp_hot.c
33160 ____________________________________________________________________________
33161 [  8302] By: nick                                  on 2001/01/03  22:43:22
33162         Log: Integrate mainline.
33163      Branch: perlio
33164           !> ext/Encode/Encode.xs sv.c utf8.c
33165 ____________________________________________________________________________
33166 [  8301] By: jhi                                   on 2001/01/02  23:40:26
33167         Log: Variable naming tweak.
33168      Branch: perl
33169            ! sv.c
33170 ____________________________________________________________________________
33171 [  8300] By: jhi                                   on 2001/01/02  23:40:02
33172         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
33173              in is_utf8_string().
33174      Branch: perl
33175            ! utf8.c
33176 ____________________________________________________________________________
33177 [  8299] By: jhi                                   on 2001/01/02  22:14:40
33178         Log: Integrate perlio.
33179      Branch: perl
33180           !> pp.c pp_hot.c win32/Makefile
33181 ____________________________________________________________________________
33182 [  8298] By: nick                                  on 2001/01/02  22:03:06
33183         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
33184      Branch: perlio
33185            ! pp.c pp_hot.c
33186 ____________________________________________________________________________
33187 [  8297] By: jhi                                   on 2001/01/02  04:26:28
33188         Log: Signedness nit.
33189      Branch: perl
33190            ! ext/Encode/Encode.xs
33191 ____________________________________________________________________________
33192 [  8296] By: nick                                  on 2001/01/01  23:49:36
33193         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
33194      Branch: perlio
33195            ! win32/Makefile
33196 ____________________________________________________________________________
33197 [  8295] By: jhi                                   on 2001/01/01  23:05:48
33198         Log: Integrate perlio.
33199      Branch: perl
33200           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
33201           !> t/lib/encode.t
33202 ____________________________________________________________________________
33203 [  8294] By: nick                                  on 2001/01/01  22:48:34
33204         Log: Integrate mainline
33205      Branch: perlio
33206            ! pp_hot.c t/lib/encode.t
33207           !> (integrate 65 files)
33208 ____________________________________________________________________________
33209 [  8293] By: nick                                  on 2001/01/01  21:58:50
33210         Log: More rigor in UTF-8-ness of Encode's toUnicode
33211              XS export some of the utf8 internal functions.
33212              Test some of the functions.
33213              Fix pp_concat() bug shown by said tests.
33214      Branch: perlio
33215            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
33216            ! t/lib/encode.t
33217 ____________________________________________________________________________
33218 [  8292] By: jhi                                   on 2001/01/01  18:11:44
33219         Log: Integrate perlio.
33220      Branch: perl
33221           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33222           !> ext/Encode/encengine.c ext/Encode/encode.h
33223 ____________________________________________________________________________
33224 [  8291] By: jhi                                   on 2001/01/01  18:10:58
33225         Log: Podify README.mpeix (a new version from the web),
33226              add a dummy NAME to Carp::Heavy, regen toc.
33227      Branch: perl
33228            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
33229            ! pod/perltoc.pod
33230 ____________________________________________________________________________
33231 [  8290] By: nick                                  on 2001/01/01  17:43:47
33232         Log: Loose the "Loading..." warning.
33233              Another bug in fallback support
33234      Branch: perlio
33235            ! ext/Encode/Encode.pm ext/Encode/encengine.c
33236 ____________________________________________________________________________
33237 [  8289] By: jhi                                   on 2001/01/01  00:01:57
33238         Log: Bump up Larry's copyright.
33239      Branch: perl
33240            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
33241            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
33242            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
33243            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
33244            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
33245            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
33246            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
33247            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
33248 ____________________________________________________________________________
33249 [  8288] By: nick                                  on 2000/12/31  21:27:53
33250         Log: Fix .ucm reading - forgot a chr()
33251              Start of .ucm write (for .enc to .ucm)
33252      Branch: perlio
33253            ! ext/Encode/compile
33254 ____________________________________________________________________________
33255 [  8287] By: jhi                                   on 2000/12/31  18:15:56
33256         Log: Comment away a diagnostic message as noted by Craig A. Berry
33257              (the unexpected message was confusing testing)
33258      Branch: perl
33259            ! ext/Encode/Encode.pm
33260 ____________________________________________________________________________
33261 [  8286] By: jhi                                   on 2000/12/31  18:14:51
33262         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
33263              Date: Sun, 31 Dec 2000 11:17:37 -0600
33264              From: "Craig A. Berry" <craigberry@mac.com>
33265              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
33266      Branch: perl
33267            ! ext/Encode/Makefile.PL
33268 ____________________________________________________________________________
33269 [  8285] By: nick                                  on 2000/12/31  18:11:54
33270         Log: Start of support of ICU-style .ucm files:
33271              - teach compile how to read a .ucm file
33272              - first guess at how to represent fallbacks in "tries".
33273              - use fallbacks if check == 0
33274              - new return code to indicate we used one.
33275      Branch: perlio
33276            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33277            ! ext/Encode/encengine.c ext/Encode/encode.h
33278 ____________________________________________________________________________
33279 [  8284] By: jhi                                   on 2000/12/31  18:04:41
33280         Log: Pacify picky VMS compiler.
33281              
33282              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
33283              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33284              Date: Sat, 30 Dec 2000 18:10:02 -0600
33285              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
33286      Branch: perl
33287            ! sv.c
33288 ____________________________________________________________________________
33289 [  8283] By: jhi                                   on 2000/12/31  16:11:47
33290         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
33291      Branch: perl
33292            ! t/lib/glob-basic.t
33293 ____________________________________________________________________________
33294 [  8282] By: jhi                                   on 2000/12/31  15:26:11
33295         Log: Integrate perlio.
33296      Branch: perl
33297           !> makedef.pl opcode.pl os2/os2.c perlio.c
33298 ____________________________________________________________________________
33299 [  8281] By: nick                                  on 2000/12/31  10:06:15
33300         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
33301              is available to be exported
33302      Branch: perlio
33303            ! makedef.pl perlio.c
33304 ____________________________________________________________________________
33305 [  8280] By: nick                                  on 2000/12/31  09:41:26
33306         Log: Ilya's OS2 patch (testing for damage on Win32)
33307      Branch: perlio
33308            ! makedef.pl opcode.pl os2/os2.c
33309 ____________________________________________________________________________
33310 [  8279] By: jhi                                   on 2000/12/30  21:52:07
33311         Log: Test nits.
33312      Branch: perl
33313            ! t/lib/syslfs.t t/op/lfs.t
33314 ____________________________________________________________________________
33315 [  8278] By: jhi                                   on 2000/12/30  21:47:49
33316         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
33317              From: andreas.koenig@anima.de (Andreas J. Koenig)
33318              Date: 30 Dec 2000 22:35:37 +0100
33319              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
33320              
33321              The 32-bit wraparound test wasn't quite right.
33322      Branch: perl
33323            ! t/lib/syslfs.t t/op/lfs.t
33324 ____________________________________________________________________________
33325 [  8277] By: jhi                                   on 2000/12/30  21:33:44
33326         Log: Subject: [PATCH] open() example in perlfunc.pod 
33327              From: Karsten Sperling <s_sperli@ira.uka.de>
33328              Date: Sat, 30 Dec 2000 22:27:09 +0100
33329              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
33330      Branch: perl
33331            ! pod/perlfunc.pod
33332 ____________________________________________________________________________
33333 [  8276] By: jhi                                   on 2000/12/30  20:32:40
33334         Log: Not quite that many tests yet.
33335      Branch: perl
33336            ! t/op/pat.t
33337 ____________________________________________________________________________
33338 [  8275] By: jhi                                   on 2000/12/30  20:26:58
33339         Log: Integrate perlio.
33340      Branch: perl
33341           !> toke.c
33342 ____________________________________________________________________________
33343 [  8274] By: jhi                                   on 2000/12/30  20:24:56
33344         Log: Signedness nit.
33345      Branch: perl
33346            ! utf8.c
33347 ____________________________________________________________________________
33348 [  8273] By: jhi                                   on 2000/12/30  20:15:46
33349         Log: Add a test case for 20000731.001 which was fixed by the #8267.
33350      Branch: perl
33351            ! t/op/pat.t
33352 ____________________________________________________________________________
33353 [  8272] By: nick                                  on 2000/12/30  19:47:51
33354         Log: Tweak for MULTIPLICITY/USE_PERLIO
33355      Branch: perlio
33356            ! toke.c
33357 ____________________________________________________________________________
33358 [  8271] By: nick                                  on 2000/12/30  19:46:45
33359         Log: Integrate mainline
33360      Branch: perlio
33361           +> lib/unicode/distinct.pm
33362           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
33363           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
33364           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
33365 ____________________________________________________________________________
33366 [  8270] By: jhi                                   on 2000/12/30  19:39:50
33367         Log: Subject: RE: perl@8269
33368              From: "Richard Soderberg" <rs@crystalflame.net>
33369              Date: Sat, 30 Dec 2000 11:36:27 -0800
33370              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
33371              
33372              A missing aTHX_.
33373      Branch: perl
33374            ! toke.c
33375 ____________________________________________________________________________
33376 [  8269] By: jhi                                   on 2000/12/30  18:55:48
33377         Log: Update Changes.
33378      Branch: perl
33379            ! Changes patchlevel.h
33380 ____________________________________________________________________________
33381 [  8268] By: jhi                                   on 2000/12/30  17:18:40
33382         Log: Add a test for Unicode split //.  The #8267 was the cure.
33383      Branch: perl
33384            ! t/op/split.t
33385 ____________________________________________________________________________
33386 [  8267] By: jhi                                   on 2000/12/30  17:14:19
33387         Log: Subject: more UTF8 test suites and an UTF8 patch
33388              From: Inaba Hiroto <inaba@st.rim.or.jp>
33389              Date: Sat, 30 Dec 2000 14:27:10 +0900
33390              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
33391              
33392              Just the patch part for now, and the pragma renamed
33393              as unicode::distinct.
33394      Branch: perl
33395            + lib/unicode/distinct.pm
33396            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
33397            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
33398            ! regcomp.h regexec.c sv.c toke.c utf8.c
33399 ____________________________________________________________________________
33400 [  8266] By: nick                                  on 2000/12/30  16:40:49
33401         Log: Integrate mainline
33402      Branch: perlio
33403           +> lib/Pod/Text/Overstrike.pm
33404           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
33405           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
33406           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
33407           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
33408           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
33409 ____________________________________________________________________________
33410 [  8265] By: jhi                                   on 2000/12/30  07:28:55
33411         Log: The sv_catsv() fix, take two.
33412      Branch: perl
33413            ! sv.c t/op/join.t
33414 ____________________________________________________________________________
33415 [  8264] By: jhi                                   on 2000/12/30  06:19:18
33416         Log: Undo all the join-related changes since #8248: relevant
33417              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
33418              The new sv_catsv() doesn't fly so it must go back to
33419              the drawing board.
33420      Branch: perl
33421            ! sv.c t/op/join.t t/pragma/utf8.t
33422 ____________________________________________________________________________
33423 [  8263] By: jhi                                   on 2000/12/30  01:08:32
33424         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
33425      Branch: perl
33426            ! sv.c
33427 ____________________________________________________________________________
33428 [  8262] By: jhi                                   on 2000/12/30  00:45:14
33429         Log: Retract #8261.
33430      Branch: perl
33431            ! hv.c util.c
33432 ____________________________________________________________________________
33433 [  8261] By: jhi                                   on 2000/12/30  00:38:32
33434         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
33435      Branch: perl
33436            ! hv.c util.c
33437 ____________________________________________________________________________
33438 [  8260] By: jhi                                   on 2000/12/29  22:51:33
33439         Log: (Retracted by #8264)  More fixing for #8251.
33440      Branch: perl
33441            ! sv.c
33442 ____________________________________________________________________________
33443 [  8259] By: jhi                                   on 2000/12/29  18:27:30
33444         Log: Subject: podlators 1.06 released
33445              From: Russ Allbery <rra@stanford.edu>
33446              Date: 25 Dec 2000 05:09:30 -0800
33447              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
33448      Branch: perl
33449            + lib/Pod/Text/Overstrike.pm
33450            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
33451            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
33452 ____________________________________________________________________________
33453 [  8258] By: jhi                                   on 2000/12/29  18:20:45
33454         Log: Make the large file tests more robust/talkative as suggested by
33455              
33456              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
33457              From: andreas.koenig@anima.de (Andreas J. Koenig)
33458              Date: 29 Dec 2000 14:23:01 +0100
33459              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
33460      Branch: perl
33461            ! t/lib/syslfs.t t/op/lfs.t
33462 ____________________________________________________________________________
33463 [  8257] By: jhi                                   on 2000/12/29  17:48:04
33464         Log: Further VMS piping fixes from Charles Lane:
33465              
33466              In summary, error messages produced when a subprocess terminated
33467              abnormally were being sent not just to the parent process, but to
33468              grandparents, because of default values for error output that were
33469              not completely overridden when the subprocess was started.
33470              
33471              This patch fixes this behavior by defining user-mode (i.e., temporary
33472              for the duration of the program) logical names for SYS$OUTPUT and
33473              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
33474              changes to make it so that the user-mode logicals are the ones that
33475              control where Perl's error messages go if it terminates abnormally.
33476              
33477              I also added some gratuitous fixes to the indentation of braces in
33478              the piping code.  It just looked ugly, before.
33479      Branch: perl
33480            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
33481 ____________________________________________________________________________
33482 [  8256] By: jhi                                   on 2000/12/29  17:45:12
33483         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
33484              From: "Casey R. Tweten" <crt@kiski.net>
33485              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
33486              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
33487              
33488              Tests for for #8240.
33489      Branch: perl
33490            ! t/pragma/constant.t
33491 ____________________________________________________________________________
33492 [  8255] By: jhi                                   on 2000/12/29  17:43:07
33493         Log: Subject: Re: [PATCH] Interesting syntax idea
33494              From: Simon Cozens <simon@cozens.net>
33495              Date: Fri, 29 Dec 2000 14:34:04 +0000
33496              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
33497              
33498              Tests for #8254.
33499      Branch: perl
33500            ! t/pragma/sub_lval.t
33501 ____________________________________________________________________________
33502 [  8254] By: jhi                                   on 2000/12/29  17:42:11
33503         Log: Subject: [PATCH] Interesting syntax idea
33504              From: Simon Cozens <simon@cozens.net>
33505              Date: Wed, 27 Dec 2000 05:08:57 +0000
33506              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
33507              
33508              Make opens + bareword assigns do typeglob assigns.
33509      Branch: perl
33510            ! op.c
33511 ____________________________________________________________________________
33512 [  8253] By: jhi                                   on 2000/12/29  17:36:45
33513         Log: Output the (apparent) version of gcc, as suggested by
33514              
33515              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
33516              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
33517              Date: 26 Dec 2000 04:29:17 -0500
33518              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
33519              
33520              (The patch as such didn't any more apply as the misparsing had
33521              already been addressed in #6474.)  Also change the wording about
33522              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
33523      Branch: perl
33524            ! hints/dec_osf.sh
33525 ____________________________________________________________________________
33526 [  8252] By: nick                                  on 2000/12/29  12:14:31
33527         Log: Integrate mainline
33528      Branch: perlio
33529           !> (integrate 27 files)
33530 ____________________________________________________________________________
33531 [  8251] By: jhi                                   on 2000/12/29  08:45:46
33532         Log: (Retracted by #8264)
33533              
33534              (Fixed by #8260.)
33535              
33536              sv_catsv() needs one more byte space than seems reasonable.
33537              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
33538              Curiouser and curiouser.
33539      Branch: perl
33540            ! sv.c
33541 ____________________________________________________________________________
33542 [  8250] By: jhi                                   on 2000/12/29  07:57:52
33543         Log: More split // UTF-8 tests.
33544      Branch: perl
33545            ! t/pragma/utf8.t
33546 ____________________________________________________________________________
33547 [  8249] By: jhi                                   on 2000/12/29  07:54:51
33548         Log: (Retracted by #8264)  More join() testing which was good because
33549              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
33550      Branch: perl
33551            ! pp.c t/op/join.t utf8.c utf8.h
33552 ____________________________________________________________________________
33553 [  8248] By: jhi                                   on 2000/12/29  07:08:32
33554         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
33555              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
33556              that the only cases to care about are byte+byte and byte+character.
33557              
33558              TODO: See how well pp_concat() could be implemented in terms
33559              of sv_catsv().
33560      Branch: perl
33561            ! doop.c sv.c t/op/join.t utf8.h
33562 ____________________________________________________________________________
33563 [  8247] By: jhi                                   on 2000/12/29  06:35:23
33564         Log: Signedness nit.
33565      Branch: perl
33566            ! pp_hot.c
33567 ____________________________________________________________________________
33568 [  8246] By: jhi                                   on 2000/12/29  01:23:31
33569         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
33570              From: Lupe Christoph <lupe@lupe-christoph.de>
33571              Date: Thu, 28 Dec 2000 23:00:00 +0100
33572              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
33573              
33574              Suggest rsync --delete --dry-run.
33575      Branch: perl
33576            ! pod/perlhack.pod
33577 ____________________________________________________________________________
33578 [  8245] By: jhi                                   on 2000/12/28  23:57:05
33579         Log: The maxiters upper limit sanity check (guarding against
33580              non-progress) assumed bytes instead of characters in s///
33581              and split().
33582      Branch: perl
33583            ! pp.c pp_hot.c
33584 ____________________________________________________________________________
33585 [  8244] By: jhi                                   on 2000/12/28  23:34:08
33586         Log: Make some panic messages a bit more logical.
33587      Branch: perl
33588            ! doop.c pod/perldiag.pod pp.c pp_hot.c
33589 ____________________________________________________________________________
33590 [  8243] By: jhi                                   on 2000/12/28  22:59:16
33591         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
33592              From: Simon Cozens <simon@cozens.net>
33593              Date: Wed, 27 Dec 2000 02:30:03 +0000
33594              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
33595      Branch: perl
33596            ! pp.c t/pragma/sub_lval.t
33597 ____________________________________________________________________________
33598 [  8242] By: jhi                                   on 2000/12/28  22:56:53
33599         Log: Subject: [PATCH blead] Fix B::Terse indentation
33600              From: Daniel Chetlin <daniel@chetlin.com>
33601              Date: Wed, 27 Dec 2000 06:43:30 -0800
33602              Message-ID: <20001227064329.B9573@darkstar>
33603      Branch: perl
33604            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
33605 ____________________________________________________________________________
33606 [  8241] By: jhi                                   on 2000/12/28  22:48:59
33607         Log: The latter patch from the
33608              
33609              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
33610              From: Peter Prymmer <pvhp@forte.com> 
33611              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
33612              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
33613              
33614              (the former patch from the above should have been
33615              taken care of by Nick I-S)
33616      Branch: perl
33617            ! win32/Makefile
33618 ____________________________________________________________________________
33619 [  8240] By: jhi                                   on 2000/12/28  22:45:22
33620         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
33621              From: "Casey R. Tweten" <crt@kiski.net>
33622              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
33623              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
33624      Branch: perl
33625            ! lib/constant.pm
33626 ____________________________________________________________________________
33627 [  8239] By: jhi                                   on 2000/12/28  22:37:45
33628         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
33629              From: Simon Cozens <simon@cozens.net>
33630              Date: Wed, 27 Dec 2000 14:12:44 +0000
33631              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
33632      Branch: perl
33633            ! t/op/method.t t/op/sort.t toke.c
33634 ____________________________________________________________________________
33635 [  8238] By: jhi                                   on 2000/12/28  22:30:32
33636         Log: Subject: [PATCH perl@8229] Call.pm
33637              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33638              Date: Mon, 25 Dec 2000 10:47:15 -0000
33639              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
33640      Branch: perl
33641            ! ext/Filter/Util/Call/Call.pm
33642 ____________________________________________________________________________
33643 [  8237] By: jhi                                   on 2000/12/28  22:19:21
33644         Log: Subject: [PATCH blead] Fix problem with `&' prototype
33645              From: Daniel Chetlin <daniel@chetlin.com>
33646              Date: Wed, 27 Dec 2000 15:55:32 -0800
33647              Message-ID: <20001227155532.D9573@darkstar>
33648      Branch: perl
33649            ! op.c t/comp/proto.t
33650 ____________________________________________________________________________
33651 [  8236] By: jhi                                   on 2000/12/28  22:09:25
33652         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
33653              From: Daniel Chetlin <daniel@chetlin.com>
33654              Date: Sun, 24 Dec 2000 04:09:49 -0800
33655              Message-ID: <20001224040949.B3090@darkstar>
33656      Branch: perl
33657            ! gv.c mg.c t/op/attrs.t
33658 ____________________________________________________________________________
33659 [  8235] By: jhi                                   on 2000/12/28  22:07:11
33660         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
33661              From: Jan Dubois <jand@ActiveState.com>
33662              Date: Tue, 26 Dec 2000 20:57:31 -0800
33663              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
33664      Branch: perl
33665            ! win32/win32.c
33666 ____________________________________________________________________________
33667 [  8234] By: jhi                                   on 2000/12/28  21:52:42
33668         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
33669              From: Simon Cozens <simon@cozens.net>
33670              Date: Thu, 28 Dec 2000 20:33:13 +0000
33671              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
33672      Branch: perl
33673            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
33674 ____________________________________________________________________________
33675 [  8233] By: jhi                                   on 2000/12/28  19:40:49
33676         Log: Integrate perlio.
33677      Branch: perl
33678           !> ext/Encode/Makefile.PL ext/Encode/compile
33679 ____________________________________________________________________________
33680 [  8232] By: nick                                  on 2000/12/23  16:06:00
33681         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
33682              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
33683      Branch: perlio
33684            ! ext/Encode/Makefile.PL
33685 ____________________________________________________________________________
33686 [  8231] By: nick                                  on 2000/12/23  14:30:34
33687         Log: "Compiled" encode build cleanup
33688              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
33689              - .c files do not export sub-tables
33690      Branch: perlio
33691            ! ext/Encode/Makefile.PL ext/Encode/compile
33692 ____________________________________________________________________________
33693 [  8230] By: nick                                  on 2000/12/23  12:50:37
33694         Log: Integrate mainline
33695      Branch: perlio
33696           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
33697           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
33698           !> pod/perl5004delta.pod pod/perl5005delta.pod
33699           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
33700           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
33701           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
33702           !> pod/perlsub.pod
33703 ____________________________________________________________________________
33704 [  8229] By: jhi                                   on 2000/12/22  15:32:12
33705         Log: Integrate perlio.
33706      Branch: perl
33707           +> win32/distclean.bat
33708           !> MANIFEST t/io/utf8.t
33709 ____________________________________________________________________________
33710 [  8228] By: jhi                                   on 2000/12/22  15:29:40
33711         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
33712              From: Robin Barker <rmb1@cise.npl.co.uk>
33713              Date: Fri, 22 Dec 2000 12:17:38 GMT
33714              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
33715      Branch: perl
33716            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
33717            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
33718            ! pod/perl5004delta.pod pod/perl5005delta.pod
33719            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
33720            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
33721            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
33722            ! pod/perlsub.pod
33723 ____________________________________________________________________________
33724 [  8227] By: jhi                                   on 2000/12/22  15:24:28
33725         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
33726              From: "John L. Allen" <allen@grumman.com>
33727              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
33728              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
33729              
33730              Document APPLLIB_EXP.
33731      Branch: perl
33732            ! INSTALL
33733 ____________________________________________________________________________
33734 [  8226] By: nick                                  on 2000/12/21  22:11:50
33735         Log: Handy script for when one forgets to "dmake clean" 
33736      Branch: perlio
33737            + win32/distclean.bat
33738            ! MANIFEST
33739 ____________________________________________________________________________
33740 [  8225] By: nick                                  on 2000/12/21  21:54:04
33741         Log: CRLF platform issue with io/utf8 fix.
33742      Branch: perlio
33743            ! t/io/utf8.t
33744 ____________________________________________________________________________
33745 [  8224] By: nick                                  on 2000/12/21  21:02:20
33746         Log: Integrate mainline
33747      Branch: perlio
33748           !> Changes Configure Makefile.SH Porting/Glossary
33749           !> Porting/config.sh Porting/config_H configure.com
33750           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
33751           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
33752           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
33753           !> win32/config.bc win32/config.gc win32/config.vc
33754 ____________________________________________________________________________
33755 [  8223] By: jhi                                   on 2000/12/21  17:09:16
33756         Log: Update Changes.
33757      Branch: perl
33758            ! Changes patchlevel.h
33759 ____________________________________________________________________________
33760 [  8222] By: jhi                                   on 2000/12/21  16:24:01
33761         Log: Metaconfig unit changes for #8221.
33762      Branch: metaconfig/U/perl
33763           +> issymlink.U
33764            - testsyml.U
33765            ! Mksymlinks.U
33766 ____________________________________________________________________________
33767 [  8221] By: jhi                                   on 2000/12/21  16:23:48
33768         Log: Rename testsyml to issymlink.
33769      Branch: perl
33770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33771            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
33772            ! win32/config.vc
33773 ____________________________________________________________________________
33774 [  8220] By: jhi                                   on 2000/12/21  15:47:26
33775         Log: Robustness support for #8218 (symlink forest) since the GNU
33776              tools seem to be overly picky about symlinkage depths.
33777      Branch: perl
33778            ! Makefile.SH t/io/fs.t
33779 ____________________________________________________________________________
33780 [  8219] By: jhi                                   on 2000/12/21  15:38:27
33781         Log: Metaconfig changes for #8218.
33782      Branch: metaconfig
33783            ! U/modified/Oldconfig.U
33784      Branch: metaconfig/U/perl
33785            + Mksymlinks.U
33786            ! testsyml.U
33787 ____________________________________________________________________________
33788 [  8218] By: jhi                                   on 2000/12/21  15:37:57
33789         Log: Add Configure option -Dmksymlinks which will create a symlink
33790              forest if the current/build differs from the source directory.
33791              TODO: mkdir -p is not portable.
33792      Branch: perl
33793            ! Configure
33794 ____________________________________________________________________________
33795 [  8217] By: jhi                                   on 2000/12/21  14:39:12
33796         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
33797              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
33798              Date: Thu, 21 Dec 2000 09:38:18 GMT
33799              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
33800              
33801              The ofs became an SV.
33802      Branch: perl
33803            ! ext/Thread/Thread.xs
33804 ____________________________________________________________________________
33805 [  8216] By: jhi                                   on 2000/12/21  05:40:21
33806         Log: The polymorphism seems to have fixed 20000517.001.
33807      Branch: perl
33808            ! t/pragma/utf8.t
33809 ____________________________________________________________________________
33810 [  8215] By: jhi                                   on 2000/12/21  04:44:52
33811         Log: read() documentation tweak for 20001121.004.
33812      Branch: perl
33813            ! pod/perlfunc.pod
33814 ____________________________________________________________________________
33815 [  8214] By: jhi                                   on 2000/12/21  03:54:11
33816         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
33817      Branch: perl
33818            ! pp_sys.c t/op/misc.t
33819 ____________________________________________________________________________
33820 [  8213] By: jhi                                   on 2000/12/21  00:28:10
33821         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
33822              From: Peter Prymmer <pvhp@forte.com>
33823              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
33824              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
33825      Branch: perl
33826            ! configure.com
33827 ____________________________________________________________________________
33828 [  8212] By: jhi                                   on 2000/12/21  00:26:21
33829         Log: Edit edit edit.
33830      Branch: perl
33831            ! pod/perlfaq3.pod
33832 ____________________________________________________________________________
33833 [  8211] By: jhi                                   on 2000/12/20  18:52:46
33834         Log: Update Changes.
33835      Branch: perl
33836            ! Changes patchlevel.h
33837 ____________________________________________________________________________
33838 [  8210] By: jhi                                   on 2000/12/20  18:34:47
33839         Log: Yet another editor edit.
33840      Branch: perl
33841            ! pod/perlfaq3.pod
33842 ____________________________________________________________________________
33843 [  8209] By: jhi                                   on 2000/12/20  15:33:28
33844         Log: More Win32 Perling.
33845      Branch: perl
33846            ! pod/perlfaq3.pod
33847 ____________________________________________________________________________
33848 [  8208] By: jhi                                   on 2000/12/20  15:07:46
33849         Log: More Win32 editor/IDE/shell hints.
33850      Branch: perl
33851            ! pod/perlfaq3.pod
33852 ____________________________________________________________________________
33853 [  8207] By: jhi                                   on 2000/12/20  03:54:08
33854         Log: Subject: [PATCH] obscure timing knowledge
33855              From: Nicholas Clark <nick@ccl4.org>
33856              Date: Tue, 19 Dec 2000 19:22:31 +0000
33857              Message-ID: <20001219192231.F2827@plum.flirble.org>
33858      Branch: perl
33859            ! sv.c
33860 ____________________________________________________________________________
33861 [  8206] By: jhi                                   on 2000/12/20  03:45:57
33862         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
33863              From: Spider Boardman <spider@leggy.zk3.dec.com>
33864              Date: Tue, 19 Dec 2000 21:30:16 -0500
33865              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
33866      Branch: perl
33867            ! sv.c
33868 ____________________________________________________________________________
33869 [  8205] By: jhi                                   on 2000/12/19  23:02:01
33870         Log: Update Changes.
33871      Branch: perl
33872            ! Changes patchlevel.h
33873 ____________________________________________________________________________
33874 [  8204] By: jhi                                   on 2000/12/19  22:58:18
33875         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
33876              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
33877              on editors and diffing/patching.
33878      Branch: perl
33879            ! t/op/utf8decode.t
33880 ____________________________________________________________________________
33881 [  8203] By: nick                                  on 2000/12/19  21:36:16
33882         Log: Integrate mainline (forgot my own change...)
33883      Branch: perlio
33884           !> ext/Encode/compile
33885 ____________________________________________________________________________
33886 [  8202] By: nick                                  on 2000/12/19  21:34:42
33887         Log: Integrate mainline.
33888      Branch: perlio
33889           !> (integrate 61 files)
33890 ____________________________________________________________________________
33891 [  8201] By: nick                                  on 2000/12/19  21:34:06
33892         Log: Avoid looking for File::Glob when we don't need it.
33893      Branch: perl
33894            ! ext/Encode/compile
33895 ____________________________________________________________________________
33896 [  8200] By: jhi                                   on 2000/12/19  18:35:49
33897         Log: Update Changes.
33898      Branch: perl
33899            ! Changes patchlevel.h
33900 ____________________________________________________________________________
33901 [  8199] By: jhi                                   on 2000/12/19  18:35:07
33902         Log: Microperl tweaks.
33903      Branch: perl
33904            ! sv.c uconfig.h uconfig.sh
33905 ____________________________________________________________________________
33906 [  8198] By: jhi                                   on 2000/12/19  18:29:59
33907         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
33908      Branch: perl
33909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33910            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
33911 ____________________________________________________________________________
33912 [  8197] By: jhi                                   on 2000/12/19  17:55:29
33913         Log: In VMS embedded perls couldn't access the statically built Socket,
33914              from Charles Lane.
33915      Branch: perl
33916            ! configure.com
33917 ____________________________________________________________________________
33918 [  8196] By: jhi                                   on 2000/12/19  17:49:50
33919         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
33920              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
33921              Date: Sun, 17 Dec 2000 19:11:44 -0000
33922              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
33923      Branch: perl
33924            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33925            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
33926 ____________________________________________________________________________
33927 [  8195] By: jhi                                   on 2000/12/19  17:47:53
33928         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
33929              From: Jonathan Stowe <gellyfish@gellyfish.com>
33930              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
33931              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
33932      Branch: perl
33933            ! utils/h2xs.PL
33934 ____________________________________________________________________________
33935 [  8194] By: jhi                                   on 2000/12/19  17:46:28
33936         Log: Subject: Re: useless use of void context work-around
33937              From: andreas.koenig@anima.de (Andreas J. Koenig)
33938              Date: 16 Dec 2000 15:13:36 +0100
33939              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
33940              
33941              Document (comment) the q(di ds ig) trick in the code.
33942      Branch: perl
33943            ! op.c
33944 ____________________________________________________________________________
33945 [  8193] By: jhi                                   on 2000/12/19  17:10:57
33946         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
33947              From: "Mark J. Reed" <mreed@strange.turner.com>
33948              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
33949              Message-Id: <200012160222.VAA13986@strange.turner.com>
33950      Branch: perl
33951            ! ext/Sys/Syslog/Syslog.pm
33952 ____________________________________________________________________________
33953 [  8192] By: jhi                                   on 2000/12/19  17:07:45
33954         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
33955              From: Nicholas Clark <nick@ccl4.org>
33956              Date: Sat, 16 Dec 2000 19:03:13 +0000
33957              Message-ID: <20001216190313.D68304@plum.flirble.org>
33958      Branch: perl
33959            ! t/op/64bitint.t
33960 ____________________________________________________________________________
33961 [  8191] By: jhi                                   on 2000/12/19  17:06:13
33962         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
33963              From: Dominic Dunlop <domo@computer.org>
33964              Date: Mon, 18 Dec 2000 12:00:15 +0100
33965              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
33966              
33967              This patchlet is needed in order that perl can be statically linked.  
33968      Branch: perl
33969            ! regexec.c
33970 ____________________________________________________________________________
33971 [  8190] By: jhi                                   on 2000/12/19  17:03:08
33972         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
33973              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33974              Date: Sun, 17 Dec 2000 00:18:35 -0600
33975              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
33976      Branch: perl
33977            ! perlio.h vms/gen_shrfls.pl
33978 ____________________________________________________________________________
33979 [  8189] By: jhi                                   on 2000/12/19  16:20:28
33980         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
33981              From: Prymmer/Kahn <pvhp@best.com>
33982              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
33983              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
33984              
33985              A better version of #8188.
33986      Branch: perl
33987            ! pod/perlfaq3.pod
33988 ____________________________________________________________________________
33989 [  8188] By: jhi                                   on 2000/12/19  15:57:06
33990         Log: (Replaced by #8189)
33991              
33992              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33993              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
33994              From: Prymmer/Kahn <pvhp@best.com>
33995              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
33996              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33997              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
33998              Date: Mon, 18 Dec 2000 11:10:45 -0500
33999              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
34000      Branch: perl
34001            ! pod/perlfaq3.pod
34002 ____________________________________________________________________________
34003 [  8187] By: jhi                                   on 2000/12/19  15:54:19
34004         Log: Email address fix for Anton Berezin.
34005      Branch: perl
34006            ! AUTHORS
34007 ____________________________________________________________________________
34008 [  8186] By: jhi                                   on 2000/12/19  15:38:54
34009         Log: Subject: [PATCH perl@8102] cygwin port
34010              From: "Eric Fifer" <efifer@dircon.co.uk> 
34011              Date: Thu, 14 Dec 2000 13:41:29 -0000
34012              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
34013              
34014              When compiling modules the data item that is being imported
34015              from libperl.dll needs to be tagged as imported/shared data:
34016              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
34017      Branch: perl
34018            ! perliol.h
34019 ____________________________________________________________________________
34020 [  8185] By: jhi                                   on 2000/12/19  14:53:24
34021         Log: Regen uconfig.h and uconfig.sh.
34022      Branch: perl
34023            ! uconfig.h uconfig.sh
34024 ____________________________________________________________________________
34025 [  8184] By: jhi                                   on 2000/12/18  20:43:49
34026         Log: Comments work so much better when they are closed.
34027      Branch: perl
34028            ! regcomp.c
34029 ____________________________________________________________________________
34030 [  8183] By: jhi                                   on 2000/12/18  18:04:02
34031         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
34032              Fixes the bug 20001218.016.
34033      Branch: perl
34034            ! regcomp.c
34035 ____________________________________________________________________________
34036 [  8182] By: gsar                                  on 2000/12/18  09:53:47
34037         Log: delete spurious files
34038      Branch: maint-5.6/perl
34039            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
34040            - vos/config.h vos/config_h.SH_orig
34041 ____________________________________________________________________________
34042 [  8181] By: gsar                                  on 2000/12/18  09:46:08
34043         Log: regen perltoc
34044      Branch: maint-5.6/perl
34045            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
34046 ____________________________________________________________________________
34047 [  8180] By: gsar                                  on 2000/12/18  09:20:27
34048         Log: integrate changes#7924..7926,7946,7952 from mainline
34049      Branch: maint-5.6/perl
34050           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
34051           !> lib/File/stat.pm t/lib/class-struct.t
34052 ____________________________________________________________________________
34053 [  8179] By: gsar                                  on 2000/12/18  08:55:54
34054         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
34055              7918,7919,7988,8907 from mainline (various)
34056      Branch: maint-5.6/perl
34057           +> t/lib/class-struct.t
34058           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
34059           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
34060           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
34061 ____________________________________________________________________________
34062 [  8178] By: gsar                                  on 2000/12/18  08:16:30
34063         Log: avoid redefinition warnings on windows due to sys/socket.h getting
34064              #included before win32.h
34065      Branch: maint-5.6/perl
34066            ! win32/include/sys/socket.h
34067 ____________________________________________________________________________
34068 [  8177] By: gsar                                  on 2000/12/18  05:24:04
34069         Log: make regen_headers; fix POSIX.xs problems; remove outdated
34070              code from sys/socket.h that makes build fail now
34071      Branch: maint-5.6/perl
34072            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
34073            ! pod/perlapi.pod
34074           !> win32/include/sys/socket.h
34075 ____________________________________________________________________________
34076 [  8176] By: gsar                                  on 2000/12/18  05:20:17
34077         Log: update Changes
34078      Branch: maint-5.6/perl
34079            ! Changes patchlevel.h
34080 ____________________________________________________________________________
34081 [  8175] By: gsar                                  on 2000/12/18  04:57:48
34082         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
34083              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
34084              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
34085              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
34086              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
34087              7823,7825,7838
34088      Branch: maint-5.6/perl
34089           +> lib/File/Spec/Epoc.pm
34090           !> (integrate 88 files)
34091 ____________________________________________________________________________
34092 [  8174] By: gsar                                  on 2000/12/18  03:53:09
34093         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
34094              7625..7629,7631..7634,7637,7639,7642 from mainline
34095      Branch: maint-5.6/perl
34096           +> README.solaris
34097           !> (integrate 26 files)
34098 ____________________________________________________________________________
34099 [  8173] By: gsar                                  on 2000/12/18  03:37:02
34100         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
34101              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
34102              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
34103              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
34104      Branch: maint-5.6/perl
34105           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
34106            - MAINTAIN
34107           !> (integrate 111 files)
34108 ____________________________________________________________________________
34109 [  8172] By: jhi                                   on 2000/12/18  02:49:27
34110         Log: Regen pods.
34111      Branch: perl
34112            ! pod/perlmodlib.pod pod/perltoc.pod
34113 ____________________________________________________________________________
34114 [  8171] By: gsar                                  on 2000/12/18  02:49:24
34115         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
34116              7465..7471 from mainline
34117              
34118              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
34119              in platforms that strictly require all the symbols being present
34120              at link time.
34121              
34122              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
34123              
34124              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
34125              
34126              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
34127              
34128              Subject: [PATCH] todo
34129              
34130              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
34131              
34132              Use $sort, $uniq (and $tr) consistently as wondered
34133              by Nicholas Clark.
34134              
34135              Too enthusiastic editing in #7460.
34136              
34137              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
34138              
34139              Upgrade to CPAN 1.58_55.
34140              Subject: CPAN.pm status
34141              
34142              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
34143              
34144              Make target reordering to avoid pointless re-makes.
34145              Subject: Re: Total re-make of 'make okfile' after 7451 ?
34146              
34147              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
34148              
34149              Subject: DOC PATCH 5.6.0
34150              
34151              Add the repository doc by Malcolm, Sarathy, and by Simon,
34152              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
34153      Branch: maint-5.6/perl
34154           +> Porting/repository.pod
34155           !> Configure MANIFEST Makefile.SH README.dos README.os2
34156           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
34157           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
34158           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
34159 ____________________________________________________________________________
34160 [  8169] By: gsar                                  on 2000/12/18  02:33:34
34161         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
34162              7435..7441,7445 from mainline
34163              
34164              Make the UTF-8 decoding stricter and more verbose when
34165              malformation happens.  This involved adding an argument
34166              to utf8_to_uv_chk(), which involved changing its prototype,
34167              and prefer STRLEN over I32 for the UTF-8 length, which as
34168              a domino effect necessitated changing the prototypes of
34169              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
34170              The stricter UTF-8 decoding checking uses Markus Kuhn's
34171              UTF-8 Decode Stress Tester from
34172              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
34173              
34174              Run vms/vms_yfix.pl, should have done that after changing
34175              perly.c in #7382.
34176              
34177              Subject: [PATCH 5.7.0] static linking with uninstalled perl
34178              
34179              (Replaced by #7440.)
34180              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34181              
34182              Fix the bug ID 20001024.005, the bug introduced by #7416.
34183              
34184              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
34185              
34186              Fix the bug reported in
34187              From: andreas.koenig@anima.de (Andreas J. Koenig)
34188              Also make is_utf8_char() stricter.
34189              
34190              Missed the header file changes from #7425.
34191              
34192              Check if stdio supports tweaking lval and cnt simultaneously.
34193              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34194              
34195              Stratus VOS updates from Paul Green.
34196              
34197              Podify README.epoc and README.vos.
34198              
34199              Add targets to Makefile.SH, most importantly
34200              'regen_all' which also remembers to update vms/perly*.
34201              
34202              Subject: Minor update to find2perl, for portability
34203              
34204              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
34205              
34206              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
34207              
34208              Rename UTF8LEN() to be UNISKIP(), too confusing to have
34209              UTF8LEN() and UTF8SKIP(). 
34210              
34211              Allow poking holes at the UTF-8 decoding strictness.
34212              
34213              Continue the internal UTF-8 API tweaking.
34214              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
34215              used much more than the simpler API, now called utf8_to_uv_simple().
34216              Still not quite happy with API, too much partial duplication
34217              of functionality.
34218              
34219              A new version of making the syslog test more robust.
34220              (Replaces #7421.)
34221              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34222              
34223              buildtoc target tweaks.
34224              
34225              Integrate with vmsperl #7430 by Charles Bailey:
34226              
34227              Cleanup from prior patch (Charles Lane?):
34228              - improve handling of MFDs in Basename and Path
34229              - default to no xsubpp line # munging when building debug images
34230      Branch: maint-5.6/perl
34231           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34232           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
34233           !> (integrate 67 files)
34234 ____________________________________________________________________________
34235 [  8168] By: gsar                                  on 2000/12/18  02:05:49
34236         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
34237              
34238              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
34239              From: Martin Husemann <martin@duskware.de>
34240              
34241              Subject: [PATCH 5.7.0] restore match data on backtracing
34242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34243      Branch: maint-5.6/perl
34244           !> regcomp.c regexec.c t/op/re_tests
34245 ____________________________________________________________________________
34246 [  8167] By: gsar                                  on 2000/12/18  01:55:22
34247         Log: integrate changes#7858,7986 from mainline
34248              
34249              C<foreach my $x ...> in pseudo-fork()ed process may diddle
34250              parent's memory; fix it by keeping track of the actual pad
34251              offset rather than a raw pointer (this change is probably also
34252              relevant to non-ithreads case to avoid fallout from reallocs of
34253              the pad array, but is currently only enabled for the ithreads
34254              case in the interests of minimal disruption to existing "well
34255              tested" code)
34256              
34257              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
34258              due to the notorious GetFileType() bug in Windows 9x, which fstat()
34259              tickles)
34260      Branch: maint-5.6/perl
34261           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
34262           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
34263           !> win32/win32.c win32/win32.h win32/win32sck.c
34264 ____________________________________________________________________________
34265 [  8166] By: gsar                                  on 2000/12/18  01:52:59
34266         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
34267              from mainline (xsubpp and ExtUtils::LibList fixups, various
34268              other small items)
34269      Branch: maint-5.6/perl
34270           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
34271           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
34272           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
34273           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
34274           !> win32/bin/search.pl
34275 ____________________________________________________________________________
34276 [  8165] By: gsar                                  on 2000/12/18  01:28:45
34277         Log: integrate changes#7533,7563,7611,7623 from mainline (various
34278              malloc.c embellishments)
34279      Branch: maint-5.6/perl
34280           !> malloc.c pod/perldiag.pod
34281 ____________________________________________________________________________
34282 [  8164] By: gsar                                  on 2000/12/18  01:23:33
34283         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
34284              fixups)
34285      Branch: maint-5.6/perl
34286           !> utils/h2xs.PL
34287 ____________________________________________________________________________
34288 [  8163] By: gsar                                  on 2000/12/18  01:17:50
34289         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
34290              fixups)
34291      Branch: maint-5.6/perl
34292           !> Makefile.SH utils/perlbug.PL
34293 ____________________________________________________________________________
34294 [  8162] By: gsar                                  on 2000/12/18  00:25:43
34295         Log: always export Perl_deb() (it is required by re.xs whether
34296              Perl is built with or without -DDEBUGGING)
34297      Branch: maint-5.6/perl
34298            ! makedef.pl
34299 ____________________________________________________________________________
34300 [  8161] By: gsar                                  on 2000/12/18  00:23:38
34301         Log: integrate change#7414 from mainline
34302              
34303              Undo the basename() part of #7412 since the lib/basename
34304              tests would need upgrading too.
34305              
34306              squelch two tests in tr.t that rely on tr/// paranoia change
34307              that's not in 5.6.x
34308      Branch: maint-5.6/perl
34309            ! t/op/tr.t
34310           !> lib/File/Basename.pm
34311 ____________________________________________________________________________
34312 [  8160] By: gsar                                  on 2000/12/18  00:05:30
34313         Log: missing change in previous integrate
34314      Branch: maint-5.6/perl
34315           !> README.aix
34316 ____________________________________________________________________________
34317 [  8159] By: gsar                                  on 2000/12/18  00:03:38
34318         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
34319              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
34320              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
34321              7410..7413 from mainline
34322      Branch: maint-5.6/perl
34323           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
34324           +> t/lib/tie-splice.t
34325            - lib/unicode/Is/DCinital.pl
34326           !> (integrate 112 files)
34327 ____________________________________________________________________________
34328 [  8158] By: jhi                                   on 2000/12/17  23:04:24
34329         Log: Subject: [PATCHES] RE: perl@8150 
34330              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
34331              Date: Sun, 17 Dec 2000 21:46:39 +0100
34332              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
34333              
34334              Neither cygwin has a getpwuid() one can trust on.
34335      Branch: perl
34336            ! t/lib/glob-basic.t
34337 ____________________________________________________________________________
34338 [  8157] By: jhi                                   on 2000/12/17  23:01:54
34339         Log: More MAN.PODS => {} fixes.
34340      Branch: perl
34341            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
34342            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
34343            ! os2/OS2/REXX/Makefile.PL
34344 ____________________________________________________________________________
34345 [  8156] By: gsar                                  on 2000/12/17  22:49:13
34346         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
34347              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
34348              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
34349              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
34350              7201,7204 from mainline
34351      Branch: maint-5.6/perl
34352           !> (integrate 121 files)
34353 ____________________________________________________________________________
34354 [  8155] By: jhi                                   on 2000/12/17  22:30:58
34355         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
34356              From: "Craig A. Berry" <craigberry@mac.com>
34357              Date: Sun, 17 Dec 2000 13:09:28 -0600
34358              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
34359              
34360              MAN.PODS => ' ' is naughty.
34361      Branch: perl
34362            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
34363 ____________________________________________________________________________
34364 [  8154] By: nick                                  on 2000/12/17  22:07:13
34365         Log: MULTIPLICITY nit.
34366      Branch: perl
34367            ! mg.c
34368 ____________________________________________________________________________
34369 [  8153] By: gsar                                  on 2000/12/17  21:23:05
34370         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
34371              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
34372              from mainline
34373              
34374              Document the SvIOK_.*UV().
34375              
34376              Update Unicode todo list.
34377              
34378              Guard against bad string->int conversion for quads.
34379              
34380              Subject: small apidoc fix
34381              
34382              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
34383              
34384              Subject: [PATCH] Tied filehandle documentation
34385              
34386              Subject: [PATCH] Modernize Opcode.pm documentation
34387              
34388              Make Data::Dumper (non-XS) to work with changed semantics of ref().
34389              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
34390              [applied even though said semantics didn't change in 5.6.x]
34391              
34392              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
34393              
34394              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
34395              
34396              Fix the URL, but the server is still missing in action.
34397              Subject: [ID 20000905.002] perlfaq1.pod URL error
34398              
34399              Subject: [ID 20000903.001] \w in utf8-strings
34400              
34401              Fix the ccversion detection for 5.1 and beyond.
34402              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34403              
34404              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
34405              
34406              Subject: [ID 20000904.008] Tiny fix for perldiag
34407              
34408              Subject: Re: [ID 20000906.004] segfault with bad perl statement
34409              
34410              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34411              
34412              Subject: [ID 20000908.002] perlipc documentation bug.
34413              
34414              Subject: [PATCH lib/Benchmark.pm]
34415              
34416              Re-allow vec() for characters > 255.
34417              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
34418              
34419              Do away with memory models cruft.  Sorry, PDP users.
34420              
34421              Continue #7041.
34422              
34423              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
34424              
34425              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
34426              
34427              Upgrade to CPAN 1.57_65, from Andreas König.
34428              
34429              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
34430              by Russ Allbery.
34431              
34432              Silence t/pod/*.t about alternate quote-mappings now implemented
34433              by Pod::Text, from Brad Appleton.
34434              
34435              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
34436              Subject: borland C++ win32.c tweak
34437              
34438              C<@a = @b = split(...)> optimization coredumps under ithreads
34439              (missed a spot when fixing up op_pmreplroot hack for ithreads)
34440              
34441              Document the SvUTF8*().
34442              
34443              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
34444              
34445              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
34446              
34447              Do in VMS as the #7054 does.
34448              
34449              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
34450              
34451              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
34452              
34453              Subject: [patch: perl@7045] vms updates
34454              
34455              Test for the #7049.
34456              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
34457              
34458              Break up the myconfig lines a bit.
34459              Subject: perlbug/perl -V output format
34460              
34461              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
34462              
34463              The #7054 truncated Configure badly.
34464              
34465              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
34466              initialization in all the threads on Windows
34467              
34468              Allow for whitespace between "#" and "line" in cpp output.
34469              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
34470              
34471              Remove vestiges of tr//CU.
34472              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
34473              
34474              The return value of setlocale must be copied away.
34475              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
34476              
34477              Allow chop() and chomp() to be overridden.
34478              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
34479              
34480              Hints optimization.
34481              Subject: Minor nit
34482              
34483              Subject: [PATCH] de-wall t/README
34484              
34485              Subject: Re: Two advertising clauses need to be removed
34486      Branch: maint-5.6/perl
34487           !> (integrate 75 files)
34488 ____________________________________________________________________________
34489 [  8152] By: gsar                                  on 2000/12/17  20:30:11
34490         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
34491              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
34492              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
34493              
34494              Don't attach -ld to the archname if pointless.
34495              
34496              Document UNTIE in a very minimalistic way.
34497              
34498              POSIX doesn't report long double values under -Duselongdouble
34499              when the long doubles are "real" (bigger than doubles).
34500              
34501              More author updates.
34502              
34503              Try to deduce NV_MAX.  Really should be Configure fodder.
34504              
34505              :: not allowed in pathnames, change to .
34506              Subject: [PATCH perl@6938] cygwin port
34507              
34508              Forget about NV_MAX (#6951).  Various floating point tweaks,
34509              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
34510              
34511              Move the Solaris 7 scan to use64bitall, make the
34512              failure to find 64-bot sparc libc to mention the
34513              possibility of being in an intel, from Lupe and Alan.
34514              
34515              Regen perltoc.
34516              
34517              AUTHORS tweaks, from Peter Prymmer.
34518              
34519              More address tweaking.
34520              
34521              Small tweaks all over.
34522              
34523              File::Temp patches from Andreas König,
34524              
34525              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
34526              
34527              Subject: CPAN.pm beta 1.57_57 for the core
34528              
34529              Part of the solution.
34530              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
34531              
34532              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
34533              
34534              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34535              
34536              Add the overload warnings to perldiag.
34537              
34538              Drop unused argument.
34539              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
34540              
34541              Subject: Nit in Configure (bleadperl@6961)
34542              
34543              Update to PodParser 1.18, from Brad Appleton.
34544              
34545              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
34546              
34547              Subject: [PATCH: 6948] add SCNfldbl to configure.com
34548              
34549              Document UNTIE. Also tweak implementation to suppress the 'inner references'
34550              warning when UNTIE exists and instead pass the cound of extra references to
34551              the UNTIE method.
34552              
34553              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
34554              so that case-ignoring systems like DCL can tell them from
34555              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
34556              
34557              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34558              
34559              Feature ordering tweak.
34560              
34561              Regen perltoc.
34562              
34563              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
34564              
34565              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
34566              
34567              Subject: http:// in L<>
34568              
34569              Detypo.
34570              
34571              change#6791 accidentally clobbered change#6710, put it back
34572              
34573              Only the first line, thank you very much.
34574              
34575              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
34576              plus rework the http: spots as suggested by Tom Christiansen,
34577              plus regen perltoc.
34578              
34579              Undo part of change 6489 which looks like a bulk edit which
34580              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
34581              The supressing of main:: on return from select() is undesirable.
34582              
34583              Apparently avoiding the swapping is too costly.
34584              
34585              Various Configure nits by Philip Newton,
34586              plus the ebcdic one by me.
34587              
34588              Make certain cc is set before trying to run it.
34589              
34590              If overloaded %{} etc. return the object do not loop.
34591              Thus  sub deref { $_[0] } functions if object is wanted type.
34592              
34593              Update perlhist.
34594              
34595              More %{} and other deref special casing - do not pass to 'nomethod'.
34596      Branch: maint-5.6/perl
34597           !> (integrate 59 files)
34598 ____________________________________________________________________________
34599 [  8151] By: gsar                                  on 2000/12/17  19:14:38
34600         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
34601              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
34602              
34603              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
34604              
34605              Make the epsilon to be relative, not absolute.
34606              
34607              Put back the flags dump as reasoned in
34608              Subject: Re: [PATCH] Glob dumping
34609              
34610              Introduce ccname to keep track of what compiler kind of we have.
34611              
34612              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
34613              
34614              Put back the slice accidentally removed by #6907.
34615              
34616              Reset archname and archname64 always, forcing them be
34617              recomputed at each Configure run, make Configure and
34618              the hints files agree on the naming of largefiles variables.
34619              
34620              Don't say "Perl 5.0 source kit".
34621              
34622              Subject: [PATCH] fix misc cast warnings
34623              
34624              Subject: typos in pods
34625              
34626              NVs not necessarily doubles, as pointed out by Yitzchak.
34627              
34628              Subject: [PATCH 6889] add a few ldbl formats to configure.com
34629              
34630              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
34631              
34632              Better options for rsync.
34633              
34634              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
34635              
34636              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
34637              
34638              Subject: [PATCH] Re: UNTIE method 
34639              
34640              A better fix for the Socket building problem from Craig Berry.
34641              
34642              Retract the dummy test, skip the security tests (instead of failing),
34643              explain what the warnings mean.
34644              
34645              Heap decorruption.
34646              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
34647              
34648              Update to Unicode 3.0.1.
34649              
34650              Missed one Unicode file.
34651              
34652              Subject: Re: typos in pods
34653              
34654              The #6929 was too skimpy.
34655              
34656              sscanf() may be the only way to read long doubles from strings.
34657              
34658              Reveal Borland's isnan.
34659              Subject: build with BC++ tweak
34660              
34661              Issue useful diagnostic on unknown pod commands.
34662              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
34663              
34664              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
34665              
34666              Clarify the third case of ftmp-security warnings.
34667              
34668              Make -Dusemorebits find long doubles in Solaris.
34669              
34670              Wrap the test in eval.
34671      Branch: maint-5.6/perl
34672           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
34673           +> lib/unicode/PropList.txt lib/unicode/README.perl
34674           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
34675           +> lib/unicode/Unicode.301 vms/vmspipe.com
34676            - lib/unicode/Props.txt lib/unicode/UCD300.html
34677            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
34678           !> (integrate 305 files)
34679 ____________________________________________________________________________
34680 [  8150] By: jhi                                   on 2000/12/17  18:47:57
34681         Log: Uncheckedin generated files.
34682      Branch: perl
34683            ! global.sym perlapi.c pod/perlapi.pod
34684 ____________________________________________________________________________
34685 [  8149] By: jhi                                   on 2000/12/17  18:41:22
34686         Log: Update Changes.
34687      Branch: perl
34688            ! Changes patchlevel.h
34689 ____________________________________________________________________________
34690 [  8148] By: jhi                                   on 2000/12/17  18:39:16
34691         Log: Subject: [PATCH] Fcntl constants speedup
34692              From: Nicholas Clark <nick@ccl4.org>
34693              Date: Sun, 17 Dec 2000 16:29:24 +0000
34694              Message-ID: <20001217162924.E97668@plum.flirble.org>
34695              
34696              Use IVs for the Fcntl constants instead of NVs.
34697      Branch: perl
34698            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
34699 ____________________________________________________________________________
34700 [  8147] By: jhi                                   on 2000/12/17  18:33:41
34701         Log: Add test for #8145 (binmode() warning), add warning for
34702              ioctl() and sockpair(), document them. (fileno() cannot
34703              be tripwired with the same kind of warning because
34704              'defined fileno($foo)' seems to be an idiom.)
34705      Branch: perl
34706            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
34707 ____________________________________________________________________________
34708 [  8146] By: gsar                                  on 2000/12/17  18:09:08
34709         Log: update Changes
34710      Branch: maint-5.6/perl
34711            ! Changes
34712 ____________________________________________________________________________
34713 [  8145] By: jhi                                   on 2000/12/17  17:39:35
34714         Log: Subject: [PATCH] Re: The long awaited feature ...
34715              From: Simon Cozens <simon@cozens.net>
34716              Date: Sun, 17 Dec 2000 12:31:56 +0000
34717              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
34718              
34719              Add a warning to binmode() about using bad filehandles
34720              (can happen e.g. if someone forgets the filehandle argument)
34721      Branch: perl
34722            ! pp_sys.c
34723 ____________________________________________________________________________
34724 [  8144] By: jhi                                   on 2000/12/17  17:33:48
34725         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
34726              From: Jonathan Stowe <gellyfish@gellyfish.com>
34727              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
34728              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
34729      Branch: perl
34730            ! lib/Net/Ping.pm
34731 ____________________________________________________________________________
34732 [  8143] By: jhi                                   on 2000/12/17  05:31:37
34733         Log: Polymorphic regexps.
34734              
34735              Fixes at least the bugs 20001028.003 (both of them...) and
34736              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
34737              also to be fixed by now, probably already before this patch.
34738      Branch: perl
34739            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
34740            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
34741            ! t/op/utf8decode.t t/pragma/utf8.t
34742 ____________________________________________________________________________
34743 [  8142] By: jhi                                   on 2000/12/16  17:16:05
34744         Log: Subject: [patch perl@8102] dos/djgpp update
34745              From: Laszlo Molnar <ml1050@freemail.hu>
34746              Date: Sat, 16 Dec 2000 01:40:52 +0100
34747              Message-ID: <20001216014052.A335@freemail.hu>
34748      Branch: perl
34749            ! djgpp/config.over t/base/commonsense.t
34750 ____________________________________________________________________________
34751 [  8141] By: jhi                                   on 2000/12/16  17:09:27
34752         Log: Few uncheckedin files.
34753      Branch: perl
34754            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
34755 ____________________________________________________________________________
34756 [  8140] By: nick                                  on 2000/12/15  22:14:31
34757         Log: Integrate mainline
34758      Branch: perlio
34759           !> (integrate 53 files)
34760 ____________________________________________________________________________
34761 [  8139] By: jhi                                   on 2000/12/15  19:49:49
34762         Log: One more IVUV tweak from Nicholas Clark.
34763      Branch: perl
34764            ! sv.c
34765 ____________________________________________________________________________
34766 [  8138] By: jhi                                   on 2000/12/15  19:17:06
34767         Log: Return of the IVUV-preservation, now seems to be happy even
34768              in Digital UNIX (the broken strtoul brokenness detection
34769              seems to have been the fly in the ointment).
34770      Branch: perl
34771            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34772            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
34773            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
34774            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
34775            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34776            ! vos/config.ga.h win32/config.bc win32/config.gc
34777            ! win32/config.vc
34778 ____________________________________________________________________________
34779 [  8137] By: jhi                                   on 2000/12/15  18:12:14
34780         Log: Metaconfig unit change for #8136.
34781      Branch: metaconfig
34782            ! U/modified/d_strtoul.U
34783      Branch: metaconfig/U/perl
34784            ! d_strtoull.U d_strtouq.U
34785 ____________________________________________________________________________
34786 [  8136] By: jhi                                   on 2000/12/15  18:11:35
34787         Log: I don't think it's sensible or portable to test the strtou*
34788              on /^-/ strings.
34789      Branch: perl
34790            ! Configure
34791 ____________________________________________________________________________
34792 [  8135] By: jhi                                   on 2000/12/15  17:18:49
34793         Log: Metaconfig unit change for #8134.
34794      Branch: metaconfig
34795            ! U/modified/d_strtoul.U
34796 ____________________________________________________________________________
34797 [  8134] By: jhi                                   on 2000/12/15  17:14:13
34798         Log: If longsize is 8 we don't need a LL suffix for integer constants.
34799      Branch: perl
34800            ! Configure config_h.SH
34801 ____________________________________________________________________________
34802 [  8133] By: jhi                                   on 2000/12/15  16:00:23
34803         Log: Update Changes.
34804      Branch: perl
34805            ! Changes patchlevel.h
34806 ____________________________________________________________________________
34807 [  8132] By: jhi                                   on 2000/12/15  15:44:16
34808         Log: Some compilers get huffy if you do not cast a const pointer
34809              to a non-const when assigning.
34810      Branch: perl
34811            ! gv.c
34812 ____________________________________________________________________________
34813 [  8131] By: jhi                                   on 2000/12/15  15:38:30
34814         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
34815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34816              Date: Fri, 15 Dec 2000 05:26:57 -0500
34817              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
34818      Branch: perl
34819            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
34820            ! t/pragma/overload.t
34821 ____________________________________________________________________________
34822 [  8130] By: jhi                                   on 2000/12/15  15:36:08
34823         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
34824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34825              Date: Thu, 14 Dec 2000 22:02:43 -0500
34826              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
34827      Branch: perl
34828            ! gv.c perl.h
34829 ____________________________________________________________________________
34830 [  8129] By: jhi                                   on 2000/12/15  15:34:16
34831         Log: Subject: PATCH: h2xs nit
34832              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34833              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
34834              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
34835              
34836              Add a template README.
34837      Branch: perl
34838            ! utils/h2xs.PL
34839 ____________________________________________________________________________
34840 [  8128] By: jhi                                   on 2000/12/15  15:32:22
34841         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
34842      Branch: perl
34843            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
34844 ____________________________________________________________________________
34845 [  8127] By: jhi                                   on 2000/12/15  15:19:34
34846         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
34847              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34848              Date:     Thu, 14 Dec 2000 20:04:42 EST
34849              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
34850      Branch: perl
34851            ! ext/Opcode/Opcode.xs
34852 ____________________________________________________________________________
34853 [  8126] By: jhi                                   on 2000/12/15  15:17:49
34854         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
34855              From: Peter Prymmer <pvhp@forte.com>
34856              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
34857              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
34858      Branch: perl
34859            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
34860            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
34861            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
34862 ____________________________________________________________________________
34863 [  8125] By: jhi                                   on 2000/12/15  15:11:05
34864         Log: This seems to be a stage sane and stable enough to checkin.
34865              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
34866      Branch: perl
34867            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
34868            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
34869            ! t/op/cmp.t t/op/numconvert.t
34870 ____________________________________________________________________________
34871 [  8124] By: jhi                                   on 2000/12/15  04:20:26
34872         Log: Something is really wonky.
34873      Branch: perl
34874            ! sv.c
34875 ____________________________________________________________________________
34876 [  8123] By: jhi                                   on 2000/12/15  04:00:50
34877         Log: Fixes for the IV UV patches to compile in Digital UNIX.
34878      Branch: perl
34879            ! sv.c
34880 ____________________________________________________________________________
34881 [  8122] By: jhi                                   on 2000/12/15  02:53:40
34882         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
34883              From: "Craig A. Berry" <craigberry@mac.com>
34884              Date: Thu, 14 Dec 2000 19:10:49 -0600
34885              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
34886      Branch: perl
34887            ! vms/vms.c
34888 ____________________________________________________________________________
34889 [  8121] By: jhi                                   on 2000/12/15  02:50:00
34890         Log: Metaconfig changes for #8120.
34891      Branch: metaconfig
34892            + U/modified/d_strtoul.U
34893      Branch: metaconfig/U/perl
34894            ! d_strtoull.U d_strtouq.U
34895 ____________________________________________________________________________
34896 [  8120] By: jhi                                   on 2000/12/15  02:49:42
34897         Log: From: Nicholas Clark <nick@ccl4.org> 
34898              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
34899              Date: Thu, 14 Dec 2000 18:38:57 +0000
34900              Message-ID: <20001214183857.B97909@plum.flirble.org>
34901      Branch: perl
34902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34903            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
34904            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34905            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34906            ! win32/config.gc win32/config.vc
34907 ____________________________________________________________________________
34908 [  8119] By: jhi                                   on 2000/12/14  23:40:58
34909         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
34910              From: Nicholas Clark <nick@ccl4.org>
34911              Date: Wed, 13 Dec 2000 20:08:50 +0000
34912              Message-ID: <20001213200849.B71166@plum.flirble.org>
34913      Branch: perl
34914            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
34915            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
34916 ____________________________________________________________________________
34917 [  8118] By: jhi                                   on 2000/12/14  22:46:26
34918         Log: Integrate perlio.
34919      Branch: perl
34920           !> MANIFEST ext/Encode/compile makedef.pl
34921 ____________________________________________________________________________
34922 [  8117] By: nick                                  on 2000/12/14  22:38:53
34923         Log: Win32 tweaks to get Encode to build
34924              - temp hack to makedef.pl till PerlIO is properly "exported".
34925              - MSVC dislikes  
34926              static encpage_t foo[];
34927              so make 'em extern for now.
34928      Branch: perlio
34929            ! ext/Encode/compile makedef.pl
34930 ____________________________________________________________________________
34931 [  8116] By: nick                                  on 2000/12/14  22:00:53
34932         Log: Document the new files
34933      Branch: perlio
34934            ! MANIFEST
34935 ____________________________________________________________________________
34936 [  8115] By: jhi                                   on 2000/12/14  21:58:01
34937         Log: MANIFEST new files of #8114.
34938      Branch: perl
34939            ! MANIFEST
34940 ____________________________________________________________________________
34941 [  8114] By: jhi                                   on 2000/12/14  21:50:49
34942         Log: Integrate perlio.
34943      Branch: perl
34944           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
34945           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34946           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
34947           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
34948           !> ext/Encode/Makefile.PL
34949 ____________________________________________________________________________
34950 [  8113] By: jhi                                   on 2000/12/14  21:48:49
34951         Log: The documentation part of the
34952              
34953              Subject: [ID 20001214.002] Net::Ping patch
34954              From: Jonathan Stowe <gellyfish@gellyfish.com>
34955              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
34956              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
34957              since the #7529 had already addressed the same problem.
34958      Branch: perl
34959            ! lib/Net/Ping.pm
34960 ____________________________________________________________________________
34961 [  8112] By: jhi                                   on 2000/12/14  21:42:57
34962         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
34963              From: Dominic Dunlop <domo@computer.org>
34964              Date: Tue, 12 Dec 2000 10:47:10 +0100
34965              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
34966              
34967              Document how elusive subroutines can be.
34968      Branch: perl
34969            ! pod/perlfunc.pod
34970 ____________________________________________________________________________
34971 [  8111] By: jhi                                   on 2000/12/14  21:38:05
34972         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
34973              From: Dominic Dunlop <domo@computer.org>
34974              Date: Thu, 14 Dec 2000 10:13:51 +0100
34975              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
34976      Branch: perl
34977            ! ext/POSIX/POSIX.pod
34978 ____________________________________________________________________________
34979 [  8110] By: jhi                                   on 2000/12/14  21:36:32
34980         Log: Subject: [patch] perlfaq7
34981              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
34982              Date: Thu, 14 Dec 2000 15:31:07 +0100
34983              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
34984      Branch: perl
34985            ! pod/perlfaq7.pod
34986 ____________________________________________________________________________
34987 [  8109] By: jhi                                   on 2000/12/14  21:29:20
34988         Log: Subject: [8104] Encode
34989              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34990              Date: Thu, 14 Dec 2000 14:49:34 +0100
34991              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
34992              
34993              Type casting for nervous compilers.
34994      Branch: perl
34995            ! ext/Encode/Encode.xs
34996 ____________________________________________________________________________
34997 [  8108] By: jhi                                   on 2000/12/14  21:26:17
34998         Log: Subject: [8104] DB_File
34999              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35000              Date: Thu, 14 Dec 2000 14:49:35 +0100
35001              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
35002              
35003              Type definition incorrect for DB 2.7.7.  Not known when it
35004              changed, so only changed it for a known revision.
35005      Branch: perl
35006            ! ext/DB_File/DB_File.xs
35007 ____________________________________________________________________________
35008 [  8107] By: jhi                                   on 2000/12/14  21:23:41
35009         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
35010              From: Peter Prymmer <pvhp@forte.com>
35011              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
35012              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
35013              
35014              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
35015      Branch: perl
35016            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35017            ! ext/Encode/Encode/posix-bc.enc
35018 ____________________________________________________________________________
35019 [  8106] By: nick                                  on 2000/12/14  20:36:13
35020         Log: "Cold" build correction to Encode's Makefile.PL
35021      Branch: perlio
35022            ! ext/Encode/Makefile.PL
35023 ____________________________________________________________________________
35024 [  8105] By: nick                                  on 2000/12/14  20:09:37
35025         Log: "Compiled" encodings.
35026              Correct replacement character in EBCDIC .enc files
35027              Add 0x7F to ASCII repertoire.
35028      Branch: perlio
35029            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35030            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
35031            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
35032            ! ext/Encode/Makefile.PL ext/Encode/compile
35033            ! ext/Encode/encengine.c ext/Encode/encode.h
35034 ____________________________________________________________________________
35035 [  8104] By: nick                                  on 2000/12/14  00:38:20
35036         Log: Integrate mainline
35037      Branch: perlio
35038           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
35039           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
35040           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
35041           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
35042           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
35043           !> t/lib/db-hash.t t/lib/db-recno.t
35044 ____________________________________________________________________________
35045 [  8103] By: nick                                  on 2000/12/13  23:16:13
35046         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
35047              so far and so it does not get lost.
35048      Branch: perlio
35049            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
35050 ____________________________________________________________________________
35051 [  8102] By: jhi                                   on 2000/12/13  17:14:22
35052         Log: Update Changes.
35053      Branch: perl
35054            ! Changes patchlevel.h
35055 ____________________________________________________________________________
35056 [  8101] By: jhi                                   on 2000/12/13  16:53:41
35057         Log: Move the proto of start_glob() to a better place; regen api files.
35058      Branch: perl
35059            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
35060 ____________________________________________________________________________
35061 [  8100] By: jhi                                   on 2000/12/13  16:47:11
35062         Log: Metaconfig change for #8099.
35063      Branch: metaconfig
35064            ! U/modified/Head.U
35065 ____________________________________________________________________________
35066 [  8099] By: jhi                                   on 2000/12/13  16:46:48
35067         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
35068              From: Andy Dougherty <doughera@lafayette.edu>
35069              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
35070              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
35071      Branch: perl
35072            ! Configure
35073 ____________________________________________________________________________
35074 [  8098] By: jhi                                   on 2000/12/13  16:39:02
35075         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
35076              From: rspier@pobox.com (Robert Spier)
35077              Date: Tue, 12 Dec 2000 21:12:39 -0500
35078              Message-ID: <14902.56087.678086.725773@rls.cx>
35079              
35080              fastgetcwd is defined using a glob alias on a $^O dependent basis -
35081              and there was no default assignment or perl subroutine.
35082      Branch: perl
35083            ! lib/Cwd.pm
35084 ____________________________________________________________________________
35085 [  8097] By: jhi                                   on 2000/12/13  16:16:01
35086         Log: Subject: [PATCH] move startglob out of pp_hot.c
35087              From: Nicholas Clark <nick@ccl4.org>
35088              Date: Mon, 11 Dec 2000 23:16:39 +0000
35089              Message-ID: <20001211231638.A55550@plum.flirble.org>
35090      Branch: perl
35091            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
35092 ____________________________________________________________________________
35093 [  8096] By: jhi                                   on 2000/12/13  15:26:23
35094         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
35095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35096              Date: Wed, 13 Dec 2000 14:01:37 +0100
35097              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
35098              
35099              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
35100              in turn requires libpthread in libswanted.
35101      Branch: perl
35102            ! hints/hpux.sh
35103 ____________________________________________________________________________
35104 [  8095] By: jhi                                   on 2000/12/12  19:51:05
35105         Log: The integration wars continue.
35106      Branch: perl
35107           !> sv.c
35108 ____________________________________________________________________________
35109 [  8094] By: jhi                                   on 2000/12/12  19:48:26
35110         Log: Subject: [PATCH perl@8070] DB_File-1.74  
35111              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
35112              Date: Mon, 11 Dec 2000 23:07:17 -0000
35113              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
35114      Branch: perl
35115            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35116            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
35117            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
35118            ! t/lib/db-recno.t
35119 ____________________________________________________________________________
35120 [  8093] By: nick                                  on 2000/12/12  19:42:13
35121         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
35122      Branch: perlio
35123            ! sv.c
35124           !> lib/File/DosGlob.pm
35125 ____________________________________________________________________________
35126 [  8092] By: jhi                                   on 2000/12/12  19:28:11
35127         Log: Integrate perlio.
35128      Branch: perl
35129           !> sv.c
35130 ____________________________________________________________________________
35131 [  8091] By: nick                                  on 2000/12/12  18:49:45
35132         Log: Fix for Tk, and upgrading shared SVs.
35133      Branch: perlio
35134            ! sv.c
35135 ____________________________________________________________________________
35136 [  8090] By: jhi                                   on 2000/12/12  16:48:59
35137         Log: Subject: [PATCH] Re: Breadperl & Tk
35138              From: Nick Ing-Simmons <nik@tiuk.ti.com>
35139              Date: Tue, 12 Dec 2000 14:48:27 GMT
35140              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
35141      Branch: perl
35142            ! sv.c
35143 ____________________________________________________________________________
35144 [  8089] By: jhi                                   on 2000/12/12  03:37:19
35145         Log: Subject: DosGlob.pm diff for bash style brace expansion.
35146              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
35147              Date: Fri, 8 Dec 2000 10:45:30 -0600
35148              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
35149      Branch: perl
35150            ! lib/File/DosGlob.pm
35151 ____________________________________________________________________________
35152 [  8088] By: nick                                  on 2000/12/11  23:59:59
35153         Log: Integrate mainline
35154      Branch: perlio
35155           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
35156           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
35157           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
35158           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
35159           !> t/op/local.t t/pragma/warn/toke toke.c
35160 ____________________________________________________________________________
35161 [  8087] By: jhi                                   on 2000/12/11  23:20:23
35162         Log: Integrate perlio.
35163      Branch: perl
35164           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35165 ____________________________________________________________________________
35166 [  8086] By: jhi                                   on 2000/12/11  22:50:59
35167         Log: Tune further the OS detection of CGI.
35168      Branch: perl
35169            ! lib/CGI.pm
35170 ____________________________________________________________________________
35171 [  8085] By: nick                                  on 2000/12/11  22:50:46
35172         Log: Finish 1st pass of "encoding" layer e.g. :
35173              open($fh,"<encoding(iso8859-7)",$greek) || die;
35174      Branch: perlio
35175            ! ext/Encode/Encode.xs perlio.c perliol.h
35176 ____________________________________________________________________________
35177 [  8084] By: jhi                                   on 2000/12/11  22:32:06
35178         Log: Revert the -f ambiguousity patch, seems to cause
35179              too much hassle (the interpret -Q as a function
35180              where Q is not a known filetest part is left in).
35181      Branch: perl
35182            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
35183            ! toke.c
35184 ____________________________________________________________________________
35185 [  8083] By: jhi                                   on 2000/12/11  22:27:23
35186         Log: (accidentally empty check-in)
35187      Branch: perl
35188            ! lib/File/DosGlob.pm
35189 ____________________________________________________________________________
35190 [  8082] By: nick                                  on 2000/12/11  19:09:51
35191         Log: Restore mmap function (broken by tweaks to shared buffer
35192              layer for encode(xxxx)).
35193      Branch: perlio
35194            ! perlio.c
35195 ____________________________________________________________________________
35196 [  8081] By: jhi                                   on 2000/12/11  18:29:13
35197         Log: Subject: Re: The long awaited feature ...
35198              From: Simon Cozens <simon@cozens.net>
35199              Date: Mon, 11 Dec 2000 15:54:24 +0000
35200              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
35201              
35202              More io/utf8 tests.
35203      Branch: perl
35204            ! t/io/utf8.t
35205 ____________________________________________________________________________
35206 [  8080] By: jhi                                   on 2000/12/11  18:19:36
35207         Log: Subject: PATCH MakeMaker manpage clarification
35208              From: andreas.koenig@anima.de (Andreas J. Koenig)
35209              Date: 10 Dec 2000 20:46:13 +0100
35210              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
35211      Branch: perl
35212            ! lib/ExtUtils/MakeMaker.pm
35213 ____________________________________________________________________________
35214 [  8079] By: jhi                                   on 2000/12/11  15:35:07
35215         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
35216              From: Simon Cozens <simon@cozens.net>
35217              Date: Sun, 10 Dec 2000 19:06:19 +0000
35218              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
35219      Branch: perl
35220            ! ext/B/B/Deparse.pm t/lib/b.t
35221 ____________________________________________________________________________
35222 [  8078] By: jhi                                   on 2000/12/11  15:09:11
35223         Log: Subject: [PATCH] docs on NaN
35224              From: Nicholas Clark <nick@ccl4.org>
35225              Date: Mon, 11 Dec 2000 01:48:38 +0000
35226              Message-ID: <20001211014838.B99205@plum.flirble.org>
35227      Branch: perl
35228            ! pod/perlop.pod
35229 ____________________________________________________________________________
35230 [  8077] By: jhi                                   on 2000/12/11  15:02:21
35231         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
35232              From: Simon Cozens <simon@cozens.net>
35233              Date: Mon, 11 Dec 2000 01:21:45 +0000
35234              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
35235      Branch: perl
35236            ! pp.c pp_hot.c scope.c t/op/local.t
35237 ____________________________________________________________________________
35238 [  8076] By: nick                                  on 2000/12/10  20:43:32
35239         Log: Not merge worthy...
35240              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
35241              syntax is modelled on attributes.
35242              Untested fix for io/utf8 on Win32 etc.
35243              Very clumsy start to the encode layer.
35244      Branch: perlio
35245            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35246 ____________________________________________________________________________
35247 [  8075] By: jhi                                   on 2000/12/10  18:39:33
35248         Log: Darwin is not Windows.
35249      Branch: perl
35250            ! lib/CGI.pm
35251 ____________________________________________________________________________
35252 [  8074] By: jhi                                   on 2000/12/10  18:31:27
35253         Log: Subject: Ambiguous -%c() resolved as a file test
35254              From: "Paul Marquess" <Paul.Marquess@openwave.com>
35255              Date: Sun, 10 Dec 2000 15:35:07 -0000
35256              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
35257      Branch: perl
35258            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
35259 ____________________________________________________________________________
35260 [  8073] By: jhi                                   on 2000/12/10  18:16:29
35261         Log: Subject: PATCH installperl misinformed 
35262              From: andreas.koenig@anima.de (Andreas J. Koenig)
35263              Date: 10 Dec 2000 13:01:32 +0100 
35264              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
35265      Branch: perl
35266            ! installperl
35267 ____________________________________________________________________________
35268 [  8072] By: jhi                                   on 2000/12/10  18:07:55
35269         Log: The walkoptree confusion rages; walkoptree() seems to be coming
35270              from B.xs, while walkoptree_slow() comes from B.pm.
35271      Branch: perl
35272            ! ext/B/B.pm
35273 ____________________________________________________________________________
35274 [  8071] By: nick                                  on 2000/12/10  11:45:47
35275         Log: Integrate mainline
35276      Branch: perlio
35277           +> t/base/commonsense.t
35278           !> (integrate 37 files)
35279 ____________________________________________________________________________
35280 [  8070] By: jhi                                   on 2000/12/10  04:46:21
35281         Log: Update Changes.
35282      Branch: perl
35283            ! Changes patchlevel.h
35284 ____________________________________________________________________________
35285 [  8069] By: jhi                                   on 2000/12/10  04:39:19
35286         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
35287              From: andreas.koenig@anima.de (Andreas J. Koenig)
35288              Date: 09 Dec 2000 17:14:25 +0100
35289              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
35290      Branch: perl
35291            + t/base/commonsense.t
35292            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
35293 ____________________________________________________________________________
35294 [  8068] By: jhi                                   on 2000/12/10  04:17:36
35295         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
35296              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35297              Date: Sat, 9 Dec 2000 16:47:22 -0000
35298              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
35299      Branch: perl
35300            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
35301            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
35302            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
35303            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
35304            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
35305            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
35306            ! t/lib/sdbm.t
35307 ____________________________________________________________________________
35308 [  8067] By: jhi                                   on 2000/12/10  03:52:02
35309         Log: Test case for #8066.
35310      Branch: perl
35311            ! t/op/misc.t
35312 ____________________________________________________________________________
35313 [  8066] By: jhi                                   on 2000/12/10  03:50:30
35314         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
35315              From: Simon Cozens <simon@cozens.net>
35316              Date: Sun, 10 Dec 2000 00:55:37 +0000
35317              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
35318      Branch: perl
35319            ! pp_sys.c
35320 ____________________________________________________________________________
35321 [  8065] By: jhi                                   on 2000/12/10  03:44:52
35322         Log: Test case for #8064.
35323      Branch: perl
35324            ! t/comp/proto.t
35325 ____________________________________________________________________________
35326 [  8064] By: jhi                                   on 2000/12/10  03:42:32
35327         Log: Subject: Re: prototype of substr
35328              From: Simon Cozens <simon@cozens.net>
35329              Date: Sun, 10 Dec 2000 00:13:33 +0000
35330              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
35331              
35332              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
35333      Branch: perl
35334            ! pp.c
35335 ____________________________________________________________________________
35336 [  8063] By: jhi                                   on 2000/12/10  03:39:42
35337         Log: Subject: [PATCH] perlguts.pod
35338              From: Simon Cozens <simon@cozens.net>
35339              Date: Sun, 10 Dec 2000 00:06:47 +0000
35340              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
35341              
35342              Documentation of the different types of ops,
35343              plus the functions in dump.c
35344      Branch: perl
35345            ! pod/perlguts.pod
35346 ____________________________________________________________________________
35347 [  8062] By: jhi                                   on 2000/12/10  03:30:04
35348         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
35349              From: Nicholas Clark <nick@talking.bollo.cx>
35350              Date: Sat, 09 Dec 2000 18:57:25 +0000
35351              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
35352              
35353              Be more robust in weird hostname setups.
35354      Branch: perl
35355            ! t/lib/net-hostent.t
35356 ____________________________________________________________________________
35357 [  8061] By: jhi                                   on 2000/12/10  03:28:21
35358         Log: Pacify fussy compiler. 
35359      Branch: perl
35360            ! pp_sys.c
35361 ____________________________________________________________________________
35362 [  8060] By: jhi                                   on 2000/12/10  02:52:46
35363         Log: Integrate perlio.
35364      Branch: perl
35365           !> pp_sys.c t/io/utf8.t
35366 ____________________________________________________________________________
35367 [  8059] By: nick                                  on 2000/12/09  23:40:14
35368         Log: read/sysread/recv should now be utf8 aware.
35369              Basic test for utf8 read.
35370      Branch: perlio
35371            ! pp_sys.c t/io/utf8.t
35372 ____________________________________________________________________________
35373 [  8058] By: jhi                                   on 2000/12/09  21:56:02
35374         Log: Integrate perlio.
35375      Branch: perl
35376           +> t/io/utf8.t
35377           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
35378 ____________________________________________________________________________
35379 [  8057] By: jhi                                   on 2000/12/09  21:53:35
35380         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
35381              From: Inaba Hiroto <inaba@st.rim.or.jp>
35382              Date: Sun, 10 Dec 2000 05:53:21 +0900
35383              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
35384              
35385              Tests for #8056.
35386      Branch: perl
35387            ! t/op/each.t
35388 ____________________________________________________________________________
35389 [  8056] By: jhi                                   on 2000/12/09  21:51:16
35390         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
35391              From: Inaba Hiroto <inaba@st.rim.or.jp>
35392              Date: Sat, 09 Dec 2000 18:02:00 +0900
35393              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
35394              
35395              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
35396      Branch: perl
35397            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
35398 ____________________________________________________________________________
35399 [  8055] By: nick                                  on 2000/12/09  20:11:48
35400         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
35401              than raw PerlIO_write() - does not seem to break any tests.
35402      Branch: perlio
35403            ! pp_sys.c
35404 ____________________________________________________________________________
35405 [  8054] By: nick                                  on 2000/12/09  19:47:30
35406         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
35407              (sysread, recv and write i.e. formats still to do...)
35408              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
35409              open($fh,">:utf8","name")
35410              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
35411              so no extra overhead is involved.
35412              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
35413              to a non-utf8 stream.
35414              Add initial io/utf8.t
35415              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
35416              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
35417              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
35418      Branch: perlio
35419            + t/io/utf8.t
35420            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
35421 ____________________________________________________________________________
35422 [  8053] By: nick                                  on 2000/12/09  19:26:37
35423         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
35424              was only testing this_utf8.
35425      Branch: perlio
35426            ! toke.c
35427 ____________________________________________________________________________
35428 [  8052] By: nick                                  on 2000/12/09  19:09:41
35429         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
35430              i.e. the output string has one, but don't mess with source assumption.
35431      Branch: perlio
35432            ! toke.c
35433 ____________________________________________________________________________
35434 [  8051] By: jhi                                   on 2000/12/09  16:55:17
35435         Log: Integrate perlio.
35436      Branch: perl
35437           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
35438           !> sv.c thrdvar.h util.c
35439 ____________________________________________________________________________
35440 [  8050] By: jhi                                   on 2000/12/09  16:48:07
35441         Log: Nits noticed by Peter Prymmer.
35442      Branch: perl
35443            ! lib/ExtUtils/MM_VMS.pm
35444 ____________________________________________________________________________
35445 [  8049] By: nick                                  on 2000/12/09  13:49:40
35446         Log: UTF8 output prework.
35447              - Store $\ and $, as SVs so they can have SvUTF8 flag
35448              - use do_print() rather than raw PerlIO_write() to print them.
35449      Branch: perlio
35450            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
35451            ! thrdvar.h util.c
35452 ____________________________________________________________________________
35453 [  8048] By: nick                                  on 2000/12/09  12:30:43
35454         Log: Integrate mainline.
35455      Branch: perlio
35456           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
35457           +> t/op/reverse.t
35458           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
35459           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
35460           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
35461           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
35462           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
35463           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
35464 ____________________________________________________________________________
35465 [  8047] By: jhi                                   on 2000/12/09  00:23:27
35466         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
35467              From: Michael G Schwern <schwern@pobox.com>
35468              Date: Fri, 8 Dec 2000 14:43:04 -0600
35469      Branch: perl
35470            ! lib/ExtUtils/MM_VMS.pm
35471 ____________________________________________________________________________
35472 [  8046] By: jhi                                   on 2000/12/08  23:10:27
35473         Log: A missed check-in.
35474      Branch: perl
35475            ! lib/ExtUtils/Manifest.pm
35476 ____________________________________________________________________________
35477 [  8045] By: jhi                                   on 2000/12/08  21:57:12
35478         Log: (null check-in)
35479      Branch: perl
35480            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
35481 ____________________________________________________________________________
35482 [  8044] By: jhi                                   on 2000/12/08  21:11:06
35483         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
35484              at the final draft stage.
35485      Branch: perl
35486            + ext/Encode/Encode/iso8859-16.enc
35487            ! MANIFEST
35488 ____________________________________________________________________________
35489 [  8043] By: jhi                                   on 2000/12/08  16:39:04
35490         Log: Update Changes.
35491      Branch: perl
35492            ! Changes patchlevel.h
35493 ____________________________________________________________________________
35494 [  8042] By: jhi                                   on 2000/12/08  16:33:39
35495         Log: Do not return the Unicode replacement character if UTF-8
35496              decoding goes awry, it should be up to the caller to decide.
35497      Branch: perl
35498            ! pod/perlapi.pod utf8.c
35499 ____________________________________________________________________________
35500 [  8041] By: jhi                                   on 2000/12/08  16:22:28
35501         Log: metaconfig maintenance.
35502      Branch: metaconfig
35503            ! U/modified/stdchar.U
35504      Branch: metaconfig/U/perl
35505            + testsyml.U
35506 ____________________________________________________________________________
35507 [  8040] By: jhi                                   on 2000/12/08  16:03:08
35508         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
35509              From: sthoenna@efn.org
35510              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
35511              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
35512      Branch: perl
35513            ! Changes lib/ExtUtils/MM_OS2.pm
35514 ____________________________________________________________________________
35515 [  8039] By: jhi                                   on 2000/12/08  15:57:11
35516         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
35517              From: Simon Cozens <simon@cozens.net>
35518              Date: Fri, 8 Dec 2000 13:33:31 +0000
35519              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
35520              
35521              (The pp_hot part needed a rewrite.)
35522      Branch: perl
35523            ! doop.c pp_hot.c utf8.c
35524 ____________________________________________________________________________
35525 [  8038] By: jhi                                   on 2000/12/08  15:25:08
35526         Log: Subject: djSP
35527              From: Michael Stevens <michael@etla.org>
35528              Date: Wed, 6 Dec 2000 23:24:01 +0000
35529              Message-ID: <20001206232400.A21381@firedrake.org>
35530              
35531              Plus a note from Nick Ing-Simmons.
35532      Branch: perl
35533            ! pp.h
35534 ____________________________________________________________________________
35535 [  8037] By: jhi                                   on 2000/12/08  15:18:35
35536         Log: Filetype is text.
35537      Branch: perl
35538            ! t/op/utf8decode.t
35539 ____________________________________________________________________________
35540 [  8036] By: jhi                                   on 2000/12/08  03:31:27
35541         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35542              From: Andy Dougherty <doughera@lafayette.edu>
35543              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
35544              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
35545              
35546              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35547              From: Andy Dougherty <doughera@lafayette.edu>
35548              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
35549              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
35550      Branch: perl
35551            + ext/POSIX/hints/svr4.pl
35552            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
35553 ____________________________________________________________________________
35554 [  8035] By: jhi                                   on 2000/12/08  03:26:01
35555         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
35556              From: Andy Dougherty <doughera@lafayette.edu>
35557              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
35558              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
35559      Branch: perl
35560            ! t/README t/base/term.t
35561 ____________________________________________________________________________
35562 [  8034] By: jhi                                   on 2000/12/08  03:21:59
35563         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
35564              From: mjd@plover.com  
35565              Date: 7 Dec 2000 21:04:20 -0000
35566              Message-ID: <20001207210420.22282.qmail@plover.com>
35567              
35568              Plus -z doc.
35569      Branch: perl
35570            ! pod/perlfunc.pod
35571 ____________________________________________________________________________
35572 [  8033] By: jhi                                   on 2000/12/08  03:19:03
35573         Log: Use the UTF8 macros a bit.  They can't be used with abandon
35574              everywhere because we do generate illegal UTF-8 in some situations.
35575              This is of course naughty.
35576      Branch: perl
35577            ! pod/perlapi.pod utf8.c utf8.h
35578 ____________________________________________________________________________
35579 [  8032] By: jhi                                   on 2000/12/08  03:00:09
35580         Log: Out of sync?
35581      Branch: perl
35582            ! t/pragma/warn/utf8
35583 ____________________________________________________________________________
35584 [  8031] By: jhi                                   on 2000/12/08  02:22:39
35585         Log: Cnt spl.
35586      Branch: perl
35587            ! MANIFEST
35588 ____________________________________________________________________________
35589 [  8030] By: jhi                                   on 2000/12/08  01:23:54
35590         Log: Add test for reverse().
35591      Branch: perl
35592            + t/op/reverse.t
35593            ! MANIFEST
35594 ____________________________________________________________________________
35595 [  8029] By: jhi                                   on 2000/12/08  01:21:47
35596         Log: Integrate perlio.
35597      Branch: perl
35598           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
35599           !> perlio.c perlio.h perlsdio.h warnings.pl
35600 ____________________________________________________________________________
35601 [  8028] By: jhi                                   on 2000/12/08  01:19:08
35602         Log: Introduce macros for UTF8 decoding.
35603      Branch: perl
35604            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
35605 ____________________________________________________________________________
35606 [  8027] By: nick                                  on 2000/12/07  22:18:19
35607         Log: Integrate mainline
35608      Branch: perlio
35609           !> embed.pl pod/perlapi.pod utf8.c
35610 ____________________________________________________________________________
35611 [  8026] By: nick                                  on 2000/12/07  21:45:08
35612         Log: Various oddities p4 diff -se showed up
35613              Remove 'our' from warnings.pl
35614      Branch: perlio
35615            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
35616 ____________________________________________________________________________
35617 [  8025] By: nick                                  on 2000/12/07  21:43:32
35618         Log: Change PerlIO_(get|set)pos to take SV *
35619              Should fix, OS/2, VMS, (sfio??)
35620      Branch: perlio
35621            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
35622 ____________________________________________________________________________
35623 [  8024] By: jhi                                   on 2000/12/07  19:05:32
35624         Log: Document utf8_to_uv() better.
35625      Branch: perl
35626            ! pod/perlapi.pod utf8.c
35627 ____________________________________________________________________________
35628 [  8023] By: jhi                                   on 2000/12/07  18:23:47
35629         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
35630      Branch: perl
35631            ! embed.pl pod/perlapi.pod utf8.c
35632 ____________________________________________________________________________
35633 [  8022] By: jhi                                   on 2000/12/07  04:13:51
35634         Log: Integrate perlio.
35635      Branch: perl
35636           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
35637           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
35638           !> win32/makefile.mk
35639 ____________________________________________________________________________
35640 [  8021] By: nick                                  on 2000/12/07  00:28:14
35641         Log: Various attempts at MSVC debug - not sure what has
35642              changed but works now. 
35643              Seems atexit() _may_ work for DLLs built with MSVC so don't
35644              call cleanup that way.
35645      Branch: perlio
35646            ! perlio.c win32/makefile.mk
35647 ____________________________________________________________________________
35648 [  8020] By: nick                                  on 2000/12/06  19:57:20
35649         Log: Integrate mainline
35650      Branch: perlio
35651           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
35652           !> (integrate 75 files)
35653 ____________________________________________________________________________
35654 [  8019] By: nick                                  on 2000/12/06  19:28:21
35655         Log: Add useperlio to config.vc
35656              Turn off binmode in config_H.PL
35657              Regen all the config_H.xx
35658              Attempt to get debugging build with MSVC.
35659      Branch: perlio
35660            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35661            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
35662 ____________________________________________________________________________
35663 [  8018] By: nick                                  on 2000/12/06  19:21:57
35664         Log: Test various dup/external program options on all platforms.
35665      Branch: perlio
35666            ! t/io/dup.t
35667 ____________________________________________________________________________
35668 [  8017] By: nick                                  on 2000/12/06  19:20:47
35669         Log: Fix harness to be less picky
35670      Branch: perlio
35671            ! lib/Test/Harness.pm
35672 ____________________________________________________________________________
35673 [  8016] By: jhi                                   on 2000/12/06  16:45:12
35674         Log: Update Changes.
35675      Branch: perl
35676            ! Changes patchlevel.h
35677 ____________________________________________________________________________
35678 [  8015] By: jhi                                   on 2000/12/06  16:41:03
35679         Log: Test \x{...} with ord().
35680      Branch: perl
35681            ! t/op/ord.t
35682 ____________________________________________________________________________
35683 [  8014] By: jhi                                   on 2000/12/06  16:20:33
35684         Log: Test tweak because of #8013.
35685      Branch: perl
35686            ! t/lib/b.t
35687 ____________________________________________________________________________
35688 [  8013] By: jhi                                   on 2000/12/06  16:09:09
35689         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
35690              From: Michael G Schwern <schwern@pobox.com>
35691              Date: Tue, 5 Dec 2000 21:23:28 -0500
35692              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
35693              
35694              Carp::Heavy parts not very applicable because of recent changes.
35695      Branch: perl
35696            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
35697            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
35698            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
35699            ! lib/Exporter.pm lib/Exporter/Heavy.pm
35700            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
35701            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35702            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
35703            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
35704            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
35705            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
35706            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
35707            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
35708            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
35709            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
35710            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
35711            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
35712            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
35713            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
35714            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
35715            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
35716            ! warnings.pl
35717 ____________________________________________________________________________
35718 [  8012] By: jhi                                   on 2000/12/06  15:22:38
35719         Log: Subject: [PATCH] Re: New harness is failing things
35720              From: Nick Ing-Simmons <nik@tiuk.ti.com>
35721              Date: Wed, 6 Dec 2000 13:00:30 GMT
35722              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
35723      Branch: perl
35724            ! lib/Test/Harness.pm
35725 ____________________________________________________________________________
35726 [  8011] By: jhi                                   on 2000/12/06  15:12:08
35727         Log: Subject: installhtml changes
35728              From: Michael Stevens <michael@etla.org>
35729              Date: Wed, 6 Dec 2000 13:15:53 +0000
35730              Message-ID: <20001206131553.A27317@firedrake.org>
35731      Branch: perl
35732            ! installhtml
35733 ____________________________________________________________________________
35734 [  8010] By: jhi                                   on 2000/12/06  15:06:05
35735         Log: Subject: the dTHR hits
35736              From: Michael Stevens <michael@etla.org>
35737              Date: Wed, 6 Dec 2000 12:06:03 +0000
35738              Message-ID: <20001206120603.A24581@firedrake.org>
35739              
35740              More, errrm, less dTHRs.
35741      Branch: perl
35742            ! bytecode.pl ext/B/B/C.pm
35743 ____________________________________________________________________________
35744 [  8009] By: jhi                                   on 2000/12/06  15:04:25
35745         Log: Subject: MakeMaker mailing list gone?
35746              From: Michael G Schwern <schwern@pobox.com>
35747              Date: Tue, 5 Dec 2000 19:29:59 -0500
35748              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
35749              
35750              The MakeMaker mailing list is dead, perlbug is the right
35751              address to report bugs.
35752      Branch: perl
35753            ! lib/ExtUtils/MakeMaker.pm
35754 ____________________________________________________________________________
35755 [  8008] By: jhi                                   on 2000/12/06  15:00:32
35756         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
35757              From: Michael G Schwern <schwern@pobox.com>
35758              Date: Tue, 5 Dec 2000 19:21:21 -0500
35759              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
35760              
35761              Add a default MANIFEST skip that ignores things like
35762              version control files, editor temporary files, and the Makefile.
35763      Branch: perl
35764            + lib/ExtUtils/MANIFEST.SKIP
35765            ! MANIFEST lib/ExtUtils/Manifest.pm
35766 ____________________________________________________________________________
35767 [  8007] By: jhi                                   on 2000/12/06  14:57:20
35768         Log: In Amiga more manual hackery of the scripts seems to be needed,
35769              from Jan-Erik Karlsson.  Why Configure does not get this right
35770              is unknown, may be shell-induced.
35771      Branch: perl
35772            ! README.amiga
35773 ____________________________________________________________________________
35774 [  8006] By: jhi                                   on 2000/12/05  23:53:12
35775         Log: Add TOPm1s to peek at the second topmost stack item.
35776      Branch: perl
35777            ! pp.h
35778 ____________________________________________________________________________
35779 [  8005] By: jhi                                   on 2000/12/05  23:13:55
35780         Log: Avaunt, you foul UTF-8 tests.
35781      Branch: perl
35782            ! t/op/ver.t t/pragma/utf8.t
35783 ____________________________________________________________________________
35784 [  8004] By: jhi                                   on 2000/12/05  23:09:54
35785         Log: Continue utf8 dispersal. 
35786      Branch: perl
35787            + t/op/concat.t
35788            ! MANIFEST t/pragma/utf8.t
35789 ____________________________________________________________________________
35790 [  8003] By: nick                                  on 2000/12/05  23:02:39
35791         Log: Integrate mainline.
35792      Branch: perlio
35793           +> t/op/length.t t/op/utf8decode.t
35794           !> (integrate 69 files)
35795 ____________________________________________________________________________
35796 [  8002] By: jhi                                   on 2000/12/05  22:59:28
35797         Log: Integrate perlio.
35798      Branch: perl
35799           !> iperlsys.h perl.c perlio.c win32/perllib.c
35800 ____________________________________________________________________________
35801 [  8001] By: nick                                  on 2000/12/05  22:07:52
35802         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
35803              - calloc/free suffer from damage on TerminateThread()
35804              - use PerlMemShared (as originally planned) now fixed
35805              - avoid doing anything important on DLL "detach".
35806      Branch: perlio
35807            ! perl.c perlio.c win32/perllib.c
35808 ____________________________________________________________________________
35809 [  8000] By: nick                                  on 2000/12/05  21:05:09
35810         Log: Fix gross PerlMemShared issue.
35811      Branch: perlio
35812            ! iperlsys.h
35813 ____________________________________________________________________________
35814 [  7999] By: jhi                                   on 2000/12/05  20:46:58
35815         Log: Test for Unicode (UTF-8) hash keys.
35816      Branch: perl
35817            ! t/op/each.t
35818 ____________________________________________________________________________
35819 [  7998] By: jhi                                   on 2000/12/05  20:30:35
35820         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
35821              is now always UTF-8), empty line cosmetics.
35822      Branch: perl
35823            ! t/pragma/utf8.t
35824 ____________________________________________________________________________
35825 [  7997] By: jhi                                   on 2000/12/05  20:15:40
35826         Log: Subject: Re: STRLEN - what?
35827              From: Andy Dougherty <doughera@lafayette.edu>
35828              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
35829              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
35830              
35831              Explain STRLEN.
35832      Branch: perl
35833            ! pod/perlguts.pod
35834 ____________________________________________________________________________
35835 [  7996] By: jhi                                   on 2000/12/05  20:13:34
35836         Log: Split off the UTF-8 decoder tests, make them to check also
35837              the error message.
35838      Branch: perl
35839            + t/op/utf8decode.t
35840            ! MANIFEST t/pragma/utf8.t utf8.c
35841 ____________________________________________________________________________
35842 [  7995] By: jhi                                   on 2000/12/05  16:39:47
35843         Log: Start migrating bits of pragma/utf8 to elsewhere
35844              (since the long term plan is to obsolete 'use utf8').
35845      Branch: perl
35846            + t/op/length.t
35847            ! MANIFEST t/pragma/utf8.t
35848 ____________________________________________________________________________
35849 [  7994] By: jhi                                   on 2000/12/05  16:30:21
35850         Log: Fix a manual edit typo from #7993, fix the message formatting
35851              for Unicode, add few our declarations.
35852      Branch: perl
35853            ! lib/Carp/Heavy.pm
35854 ____________________________________________________________________________
35855 [  7993] By: jhi                                   on 2000/12/05  16:09:15
35856         Log: Subject: Need help with warnings :-(
35857              From: "Ben Tilly" <ben_tilly@hotmail.com>
35858              Date: Tue, 05 Dec 2000 01:35:54 -0500
35859              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
35860              
35861              Subject: UPDATE: Carp/Heavy now passes all tests
35862              From: "Ben Tilly" <ben_tilly@hotmail.com>
35863              Date: Tue, 05 Dec 2000 07:59:41 -0500
35864              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
35865              
35866              The Brave New Carp.
35867      Branch: perl
35868            ! lib/Carp.pm lib/Carp/Heavy.pm
35869 ____________________________________________________________________________
35870 [  7992] By: jhi                                   on 2000/12/05  15:55:08
35871         Log: Subject: [PATCH perl@7979] cygwin port
35872              From: "Eric Fifer" <efifer@dircon.co.uk>
35873              Date: Tue, 5 Dec 2000 14:04:09 -0000
35874              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
35875      Branch: perl
35876            ! t/lib/net-hostent.t
35877 ____________________________________________________________________________
35878 [  7991] By: jhi                                   on 2000/12/05  15:52:34
35879         Log: Subject: Re: [PATCH] The largest hoax of all times?
35880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35881              Date: Tue, 5 Dec 2000 00:40:25 -0500
35882              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
35883              
35884              Subject: Re: [PATCH] The largest hoax of all times?
35885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35886              Date: Mon, 4 Dec 2000 23:55:53 -0500
35887              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
35888              
35889              Subject: Re: [PATCH] The largest hoax of all times?
35890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35891              Date: Tue, 5 Dec 2000 01:28:45 -0500
35892              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
35893              
35894              Fix the unpredictable order of DESTROYs.
35895      Branch: perl
35896            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
35897            ! sv.c sv.h t/op/ref.t
35898 ____________________________________________________________________________
35899 [  7990] By: jhi                                   on 2000/12/05  14:38:53
35900         Log: Subject: [PATCH] shrink pp_hot fractionally
35901              From: Nicholas Clark <nick@ccl4.org>
35902              Date: Tue, 5 Dec 2000 12:44:31 +0000
35903              Message-ID: <20001205124431.E74518@plum.flirble.org>
35904              
35905              Use report_evil_fh().
35906      Branch: perl
35907            ! opcode.pl opnames.h pp_hot.c util.c
35908 ____________________________________________________________________________
35909 [  7989] By: jhi                                   on 2000/12/05  14:21:27
35910         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
35911              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35912              Date: Mon, 04 Dec 2000 22:21:59 -0800
35913              Message-ID: <HmIL6gzkgepS092yn@efn.org>
35914              
35915              Harness shouldn't ignore responses like "ok 3\r\r\n".
35916      Branch: perl
35917            ! lib/Test/Harness.pm
35918 ____________________________________________________________________________
35919 [  7988] By: jhi                                   on 2000/12/05  13:51:28
35920         Log: Integrate the "skip" messages to explain().
35921      Branch: perl
35922            ! t/lib/syslfs.t t/op/lfs.t
35923 ____________________________________________________________________________
35924 [  7987] By: jhi                                   on 2000/12/05  12:34:54
35925         Log: The one that got away in #7984.
35926              
35927              Subject: Re: dTHR - what and why?
35928              From: Michael Stevens <michael@etla.org> 
35929              Date: Tue, 5 Dec 2000 11:15:52 +0000
35930              Message-ID: <20001205111552.A4647@firedrake.org>
35931      Branch: perl
35932            ! sv.h
35933 ____________________________________________________________________________
35934 [  7986] By: gsar                                  on 2000/12/05  09:14:44
35935         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
35936              due to the notorious GetFileType() bug in Windows 9x, which fstat()
35937              tickles)
35938      Branch: perl
35939            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
35940 ____________________________________________________________________________
35941 [  7985] By: jhi                                   on 2000/12/05  05:49:03
35942         Log: Integrate perlio.
35943      Branch: perl
35944           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
35945           !> win32/perlhost.h win32/perllib.c
35946 ____________________________________________________________________________
35947 [  7984] By: jhi                                   on 2000/12/05  05:48:16
35948         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
35949      Branch: perl
35950            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
35951            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
35952            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
35953            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
35954            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
35955            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35956            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
35957            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
35958            ! win32/win32.c
35959 ____________________________________________________________________________
35960 [  7983] By: nick                                  on 2000/12/04  23:27:43
35961         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
35962      Branch: perlio
35963            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
35964            ! win32/perlhost.h win32/perllib.c
35965 ____________________________________________________________________________
35966 [  7982] By: jhi                                   on 2000/12/04  19:44:09
35967         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
35968              uncovered by #7980.
35969      Branch: perl
35970            ! op.c
35971 ____________________________________________________________________________
35972 [  7981] By: jhi                                   on 2000/12/04  19:42:07
35973         Log: Subject: [PATCH] Trivial dump.c feature
35974              From: Simon Cozens <simon@cozens.net>
35975              Date: Mon, 4 Dec 2000 18:08:38 +0000
35976              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
35977              
35978              Show whether a constant is UTF-8.
35979      Branch: perl
35980            ! dump.c
35981 ____________________________________________________________________________
35982 [  7980] By: jhi                                   on 2000/12/04  19:36:51
35983         Log: UTF-8 hash keys, patch from Inaba Hiroto.
35984      Branch: perl
35985            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
35986 ____________________________________________________________________________
35987 [  7979] By: jhi                                   on 2000/12/04  17:36:28
35988         Log: Update Changes.
35989      Branch: perl
35990            ! Changes patchlevel.h
35991 ____________________________________________________________________________
35992 [  7978] By: jhi                                   on 2000/12/04  16:42:17
35993         Log: Retract #7977, still too volatile (the euphemism of the day
35994              for unfinished and buggy :-)
35995      Branch: perl
35996            ! doop.c hv.c pp.c sv.h
35997 ____________________________________________________________________________
35998 [  7977] By: jhi                                   on 2000/12/04  16:25:15
35999         Log: (Retracted by #7978, too shaky yet.)
36000              
36001              Subject: Re: utf8 in hash keys, implementor missing
36002              From: Simon Cozens <simon@cozens.net>
36003              Date: Sat, 2 Dec 2000 19:49:35 +0000
36004              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
36005              
36006              The first step at UTF-8 hash keys.
36007      Branch: perl
36008            ! doop.c hv.c pp.c sv.h
36009 ____________________________________________________________________________
36010 [  7976] By: jhi                                   on 2000/12/04  16:13:53
36011         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
36012              From: sthoenna@efn.org
36013              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
36014              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
36015      Branch: perl
36016            ! os2/os2.c perlio.c
36017 ____________________________________________________________________________
36018 [  7975] By: jhi                                   on 2000/12/04  16:05:25
36019         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
36020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36021              Date: Thu, 30 Nov 2000 20:50:37 -0800
36022              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
36023      Branch: perl
36024            ! os2/os2.c
36025 ____________________________________________________________________________
36026 [  7974] By: jhi                                   on 2000/12/04  16:03:57
36027         Log: Subject: [PATCH] ++ 20% faster
36028              From: Nicholas Clark <nick@ccl4.org>
36029              Date: Mon, 4 Dec 2000 12:17:27 +0000
36030              Message-ID: <20001204121726.B52976@plum.flirble.org>
36031              
36032              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
36033      Branch: perl
36034            ! sv.c
36035 ____________________________________________________________________________
36036 [  7973] By: jhi                                   on 2000/12/04  16:00:48
36037         Log: 
36038              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
36039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36040              Date: Mon, 04 Dec 2000 12:30:45 +0100
36041              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
36042              
36043              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
36044              library (getprotobyname and getprotobynumber are outversioned by
36045              the same calls in libc, at least for xlc version 3.
36046      Branch: perl
36047            ! hints/aix.sh
36048 ____________________________________________________________________________
36049 [  7972] By: jhi                                   on 2000/12/04  02:58:31
36050         Log: Integrate perlio.
36051      Branch: perl
36052           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
36053           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
36054           !> win32/win32.h win32/win32iop.h win32/win32thread.h
36055 ____________________________________________________________________________
36056 [  7971] By: nick                                  on 2000/12/04  00:24:33
36057         Log: Quieten some noise in Win32 builds:
36058              - win32.h is included after <sys/socket.h>, so need to 
36059              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
36060              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
36061      Branch: perlio
36062            ! doio.c perl.h toke.c win32/win32.h
36063 ____________________________________________________________________________
36064 [  7970] By: nick                                  on 2000/12/03  22:57:46
36065         Log: PERL_IMPLICIT_SYS compiles but does not work.
36066      Branch: perlio
36067            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
36068            ! win32/perlhost.h win32/perllib.c win32/win32.h
36069            ! win32/win32iop.h win32/win32thread.h
36070 ____________________________________________________________________________
36071 [  7969] By: jhi                                   on 2000/12/03  22:12:58
36072         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
36073              used to swash_init(), makes regprop() dumps more informative
36074              (+utf8::IsAlpha, -utf8::IsDigit, for example).
36075      Branch: perl
36076            ! regcomp.c regexec.c
36077 ____________________________________________________________________________
36078 [  7968] By: jhi                                   on 2000/12/03  21:39:56
36079         Log: Implement ANYOFUTF8 regprop() dumping.
36080      Branch: perl
36081            ! regcomp.c
36082 ____________________________________________________________________________
36083 [  7967] By: jhi                                   on 2000/12/03  20:57:19
36084         Log: Make uv_to_utf8() to zero-terminate its output buffer,
36085              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
36086      Branch: perl
36087            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
36088 ____________________________________________________________________________
36089 [  7966] By: nick                                  on 2000/12/03  18:41:21
36090         Log: Integrate mainline (STDCHAR)
36091      Branch: perlio
36092           !> Configure t/pragma/utf8.t
36093 ____________________________________________________________________________
36094 [  7965] By: jhi                                   on 2000/12/03  17:58:20
36095         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
36096      Branch: perl
36097            ! t/pragma/utf8.t
36098 ____________________________________________________________________________
36099 [  7964] By: jhi                                   on 2000/12/03  17:35:56
36100         Log: Integrate perlio.
36101      Branch: perl
36102           !> iperlsys.h perlio.c
36103 ____________________________________________________________________________
36104 [  7963] By: jhi                                   on 2000/12/03  17:33:55
36105         Log: Metaconfig unit change for #7962.
36106      Branch: metaconfig
36107            ! U/modified/stdchar.U
36108 ____________________________________________________________________________
36109 [  7962] By: jhi                                   on 2000/12/03  17:33:27
36110         Log: Untangle the <stdio.h> #include nest for the stdchar test,
36111              from Andy Dougherty.
36112      Branch: perl
36113            ! Configure
36114 ____________________________________________________________________________
36115 [  7961] By: nick                                  on 2000/12/03  16:53:00
36116         Log: Make iperlsys.h vector stdio not PerlIO.
36117      Branch: perlio
36118            ! iperlsys.h perlio.c
36119 ____________________________________________________________________________
36120 [  7960] By: nick                                  on 2000/12/03  14:43:01
36121         Log: Integrate mainline
36122      Branch: perlio
36123           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
36124           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
36125 ____________________________________________________________________________
36126 [  7959] By: jhi                                   on 2000/12/03  08:16:36
36127         Log: Use DO_UTF8().
36128      Branch: perl
36129            ! op.c
36130 ____________________________________________________________________________
36131 [  7958] By: jhi                                   on 2000/12/02  18:33:05
36132         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
36133              From: Mike Guy <mjtg@cam.ac.uk>         
36134              Date: Sat, 02 Dec 2000 17:27:13 +0000
36135              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
36136              
36137              An extraneous argument.
36138      Branch: perl
36139            ! toke.c
36140 ____________________________________________________________________________
36141 [  7957] By: jhi                                   on 2000/12/02  18:22:32
36142         Log: A missing hunk.
36143      Branch: perl
36144            ! t/lib/net-hostent.t
36145 ____________________________________________________________________________
36146 [  7956] By: jhi                                   on 2000/12/02  18:06:20
36147         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
36148              From: Nicholas Clark <nick@ccl4.org>
36149              Date: Sat, 2 Dec 2000 14:28:27 +0000
36150              Message-ID: <20001202142827.A12308@plum.flirble.org>
36151              
36152              Test robustness.
36153      Branch: perl
36154            ! t/lib/net-hostent.t
36155 ____________________________________________________________________________
36156 [  7955] By: jhi                                   on 2000/12/02  17:58:06
36157         Log: Metaconfig unit change for #7954.
36158      Branch: metaconfig
36159            ! U/modified/stdchar.U
36160 ____________________________________________________________________________
36161 [  7954] By: jhi                                   on 2000/12/02  17:54:32
36162         Log: An inconvenient hang would happen if the stdio _ptr wasn't
36163              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
36164              would be grepping stdin for all eternity for the _ptr.)
36165      Branch: perl
36166            ! Configure
36167 ____________________________________________________________________________
36168 [  7953] By: jhi                                   on 2000/12/02  00:07:15
36169         Log: Update Changes.
36170      Branch: perl
36171            ! Changes patchlevel.h
36172 ____________________________________________________________________________
36173 [  7952] By: jhi                                   on 2000/12/01  23:54:47
36174         Log: Subject: Re: long shell lines
36175              From: Andy Dougherty <doughera@lafayette.edu>
36176              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
36177              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
36178              
36179              Split overly long shell command lines.
36180      Branch: perl
36181            ! lib/ExtUtils/MM_Unix.pm
36182 ____________________________________________________________________________
36183 [  7951] By: jhi                                   on 2000/12/01  23:48:02
36184         Log: The metaconfig unit change for #7950.
36185      Branch: metaconfig
36186            + U/modified/stdchar.U
36187 ____________________________________________________________________________
36188 [  7950] By: jhi                                   on 2000/12/01  23:47:39
36189         Log: Try to find stdchar also from <stdio_impl.h>.
36190      Branch: perl
36191            ! Configure config_h.SH
36192 ____________________________________________________________________________
36193 [  7949] By: jhi                                   on 2000/12/01  23:46:45
36194         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
36195              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36196              Date: Fri, 1 Dec 2000 16:26:08 -0500
36197              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
36198              
36199              Reword the diagnostic message.
36200      Branch: perl
36201            ! pod/perldiag.pod
36202 ____________________________________________________________________________
36203 [  7948] By: nick                                  on 2000/12/01  22:49:43
36204         Log: Integrate mainline (for s/y/m as sub names stuff).
36205      Branch: perlio
36206           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
36207           !> t/pragma/warn/toke toke.c
36208 ____________________________________________________________________________
36209 [  7947] By: jhi                                   on 2000/12/01  20:55:41
36210         Log: Integrate perlio.
36211      Branch: perl
36212           !> perlio.c perliol.h t/io/pipe.t
36213 ____________________________________________________________________________
36214 [  7946] By: jhi                                   on 2000/12/01  20:36:51
36215         Log: Upgrade to CPAN 1.59_51, from Andreas König.
36216      Branch: perl
36217            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36218 ____________________________________________________________________________
36219 [  7945] By: nick                                  on 2000/12/01  20:31:32
36220         Log: Integrate mainline
36221      Branch: perlio
36222           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
36223           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
36224           +> t/lib/net-hostent.t
36225           !> (integrate 35 files)
36226 ____________________________________________________________________________
36227 [  7944] By: jhi                                   on 2000/12/01  20:23:29
36228         Log: Some help for 20001130.011.  Now one gets warnings like
36229              "Ambiguous -f() resolved as a file test ..."
36230      Branch: perl
36231            ! pod/perldiag.pod t/pragma/warn/toke toke.c
36232 ____________________________________________________________________________
36233 [  7943] By: jhi                                   on 2000/12/01  19:44:44
36234         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
36235              that also breaks using them as methods. 
36236      Branch: perl
36237            ! pod/perldiag.pod t/op/misc.t toke.c
36238 ____________________________________________________________________________
36239 [  7942] By: nick                                  on 2000/12/01  17:56:46
36240         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
36241              Make 'unix' pass most tests
36242              - do unread by temporary push of layer ("pending") holding unread chars
36243              - fast_gets is now based on per-handle flag
36244              - relax one of io/pipe.t tests to allow print to fail and close to
36245              succeed so that it passes on unbuffered "unix" layer.
36246              Remaining fail is sporadic and a genuine race condition between
36247              parent/child in fork test.
36248      Branch: perlio
36249            ! perlio.c perliol.h t/io/pipe.t
36250 ____________________________________________________________________________
36251 [  7941] By: jhi                                   on 2000/12/01  15:28:58
36252         Log: (Retracted by #7943.)
36253              
36254              Reserve the short named string operator names.
36255      Branch: perl
36256            ! pod/perldiag.pod t/op/misc.t toke.c
36257 ____________________________________________________________________________
36258 [  7940] By: jhi                                   on 2000/12/01  06:45:53
36259         Log: Get the three different space character classes right under utf8.
36260      Branch: perl
36261            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
36262            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
36263            ! regexec.c t/op/pat.t utf8.c
36264 ____________________________________________________________________________
36265 [  7939] By: jhi                                   on 2000/12/01  03:26:26
36266         Log: Two more tests that make no sense in UTF-8 since the test
36267              data is not in UTF-8.
36268      Branch: perl
36269            ! t/op/regexp.t
36270 ____________________________________________________________________________
36271 [  7938] By: jhi                                   on 2000/12/01  03:20:39
36272         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
36273              should it be required inside regexen?
36274      Branch: perl
36275            ! regcomp.c t/op/regmesg.t
36276 ____________________________________________________________________________
36277 [  7937] By: jhi                                   on 2000/12/01  02:58:53
36278         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
36279              stored and restored, and thusly was trounced by the utf8 swash
36280              routines.
36281      Branch: perl
36282            ! regcomp.c
36283 ____________________________________________________________________________
36284 [  7936] By: jhi                                   on 2000/11/30  20:41:39
36285         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
36286              Why the different platforms behave so differently (core dump vs
36287              no core dump) on this bug is a but of a mystery, but if I had to
36288              guess I would mumble something like 'alignment'.
36289      Branch: perl
36290            ! sv.c
36291 ____________________________________________________________________________
36292 [  7935] By: jhi                                   on 2000/11/30  16:17:02
36293         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
36294              From: Robin Barker <rmb1@cise.npl.co.uk>
36295              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
36296              Date: Thu, 30 Nov 2000 14:27:12 GMT
36297      Branch: perl
36298            ! perlio.c toke.c
36299 ____________________________________________________________________________
36300 [  7934] By: jhi                                   on 2000/11/30  16:04:49
36301         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
36302      Branch: perl
36303            ! t/lib/net-hostent.t
36304 ____________________________________________________________________________
36305 [  7933] By: jhi                                   on 2000/11/30  06:07:26
36306         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
36307              From: Peter Prymmer <pvhp@forte.com>
36308              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
36309              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
36310              
36311              In VMS the localhost may be LOCALHOST.
36312      Branch: perl
36313            ! t/lib/net-hostent.t
36314 ____________________________________________________________________________
36315 [  7932] By: jhi                                   on 2000/11/30  01:11:11
36316         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
36317              From: Peter Prymmer <pvhp@forte.com>
36318              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
36319              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
36320              
36321              plus regen perlapi.pod.
36322      Branch: perl
36323            ! pod/perlapi.pod utf8.c
36324 ____________________________________________________________________________
36325 [  7931] By: jhi                                   on 2000/11/30  01:06:19
36326         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
36327              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36328              Date:     Wed, 29 Nov 2000 17:15:11 EST
36329              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
36330      Branch: perl
36331            ! t/lib/filter-util.pl t/lib/filter-util.t
36332 ____________________________________________________________________________
36333 [  7930] By: jhi                                   on 2000/11/29  18:51:55
36334         Log: Update Changes.
36335      Branch: perl
36336            ! Changes patchlevel.h
36337 ____________________________________________________________________________
36338 [  7929] By: jhi                                   on 2000/11/29  18:50:55
36339         Log: Update the va_copy() metaconfig unit.
36340      Branch: metaconfig/U/perl
36341            ! need_va_copy.U
36342 ____________________________________________________________________________
36343 [  7928] By: jhi                                   on 2000/11/29  17:50:43
36344         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
36345              From: Dominic Dunlop <domo@computer.org>
36346              Date: Tue, 28 Nov 2000 16:41:57 +0100
36347              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
36348              
36349              Patch to catch a core dump in the Configure va_copy test.
36350      Branch: perl
36351            ! Configure config_h.SH
36352 ____________________________________________________________________________
36353 [  7927] By: jhi                                   on 2000/11/29  17:31:59
36354         Log: Retract #7921, the patch shouldn't be needed.
36355      Branch: perl
36356            ! sv.c
36357 ____________________________________________________________________________
36358 [  7926] By: jhi                                   on 2000/11/29  17:01:41
36359         Log: Make the Class::Struct import() wiser.
36360      Branch: perl
36361            ! lib/Class/Struct.pm t/lib/class-struct.t
36362 ____________________________________________________________________________
36363 [  7925] By: jhi                                   on 2000/11/29  16:36:33
36364         Log: All the core library users of Class::Struct seem to be
36365              using "use Class::Struct 'struct';" instead of the bare
36366              "use Class::Struct;", which isn't documented in Class::Struct.
36367              This can't be right.
36368      Branch: perl
36369            ! lib/File/stat.pm
36370 ____________________________________________________________________________
36371 [  7924] By: jhi                                   on 2000/11/29  16:32:15
36372         Log: A test works better if it has the right 1..$n output.
36373      Branch: perl
36374            ! t/lib/class-struct.t
36375 ____________________________________________________________________________
36376 [  7923] By: jhi                                   on 2000/11/29  16:29:11
36377         Log: Forgot to MANIFEST the new Net::hostent test.
36378      Branch: perl
36379            ! MANIFEST
36380 ____________________________________________________________________________
36381 [  7922] By: jhi                                   on 2000/11/29  16:27:49
36382         Log: Integrate perlio.
36383      Branch: perl
36384           !> iperlsys.h perlio.c
36385 ____________________________________________________________________________
36386 [  7921] By: jhi                                   on 2000/11/29  16:27:10
36387         Log: (Retracted by #7927.)
36388              
36389              Subject: [PATCH] Is infinity a number?
36390              From: Simon Cozens <simon@cozens.net>
36391              Date: Wed, 29 Nov 2000 14:48:20 +0000
36392              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
36393      Branch: perl
36394            ! sv.c
36395 ____________________________________________________________________________
36396 [  7920] By: jhi                                   on 2000/11/29  16:23:02
36397         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
36398              From: rspier@pobox.com (Robert Spier)
36399              Date: Wed, 29 Nov 2000 02:17:49 -0500
36400              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
36401              
36402              Add a test for Net::hostent.
36403      Branch: perl
36404            + t/lib/net-hostent.t
36405 ____________________________________________________________________________
36406 [  7919] By: jhi                                   on 2000/11/29  16:21:31
36407         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
36408              add a test for Class::Struct.
36409      Branch: perl
36410            + t/lib/class-struct.t
36411            ! MANIFEST lib/Class/Struct.pm
36412 ____________________________________________________________________________
36413 [  7918] By: jhi                                   on 2000/11/29  15:48:40
36414         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
36415              From: rspier@pobox.com (Robert Spier)
36416              Date: Wed, 29 Nov 2000 02:25:39 -0500
36417              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
36418              
36419              More checking in case someone has broken their services or
36420              protocol databases.
36421      Branch: perl
36422            ! ext/Sys/Syslog/Syslog.pm
36423 ____________________________________________________________________________
36424 [  7917] By: jhi                                   on 2000/11/29  15:46:25
36425         Log: Subject: [PATCH] $^O  win32 -> MSWin32
36426              From: rspier@pobox.com (Robert Spier)
36427              Date: Wed, 29 Nov 2000 02:17:38 -0500
36428              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
36429              
36430              plus similar nits for vms, err, VMS, and UNICOS.
36431      Branch: perl
36432            ! t/lib/syslfs.t t/op/lfs.t
36433 ____________________________________________________________________________
36434 [  7916] By: jhi                                   on 2000/11/29  15:42:51
36435         Log: Subject: [PATCH] Tokeniser debugging
36436              From: Simon Cozens <simon@cozens.net>
36437              Date: Wed, 29 Nov 2000 14:15:45 +0000
36438              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
36439      Branch: perl
36440            ! perl.c perl.h pod/perlrun.pod toke.c
36441 ____________________________________________________________________________
36442 [  7915] By: jhi                                   on 2000/11/29  15:41:36
36443         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
36444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36445              Date: Wed, 29 Nov 2000 02:13:14 -0500
36446              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
36447              
36448              OUT keyword nits.
36449              
36450              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
36451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36452              Date: Wed, 29 Nov 2000 03:09:04 -0500
36453              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
36454              
36455              OUT and IN_OUT documentation.
36456      Branch: perl
36457            ! lib/ExtUtils/xsubpp pod/perlxs.pod
36458 ____________________________________________________________________________
36459 [  7914] By: jhi                                   on 2000/11/29  03:35:01
36460         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
36461              From: John Tobey <jtobey@john-edwin-tobey.org>
36462              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
36463              Message-Id: <m140e1N-000FOoC@feynman.localnet>
36464              
36465              plus a performance speedup noticed by Sarathy.
36466      Branch: perl
36467            ! op.c
36468 ____________________________________________________________________________
36469 [  7913] By: jhi                                   on 2000/11/29  03:16:59
36470         Log: Use "1 while unlink" so that VMS gets clean, too.
36471      Branch: perl
36472            ! t/lib/filter-util.t
36473 ____________________________________________________________________________
36474 [  7912] By: jhi                                   on 2000/11/29  03:09:08
36475         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
36476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36477              Date: Tue, 28 Nov 2000 03:27:09 -0500
36478              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
36479      Branch: perl
36480            ! lib/ExtUtils/xsubpp
36481 ____________________________________________________________________________
36482 [  7911] By: jhi                                   on 2000/11/29  03:06:30
36483         Log: This should have been part of #7872: no need to scan UTF-8
36484              until eternity.
36485      Branch: perl
36486            ! utf8.c
36487 ____________________________________________________________________________
36488 [  7910] By: jhi                                   on 2000/11/29  02:50:04
36489         Log: One more perltie.pod nit from Casey R. Tweten.
36490      Branch: perl
36491            ! pod/perltie.pod
36492 ____________________________________________________________________________
36493 [  7909] By: jhi                                   on 2000/11/29  02:44:23
36494         Log: Document the known sprintf test failures, exact standard
36495              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
36496      Branch: perl
36497            ! pod/perldelta.pod t/op/sprintf.t
36498 ____________________________________________________________________________
36499 [  7908] By: jhi                                   on 2000/11/29  02:36:23
36500         Log: Add the Encoding table format documentation.
36501      Branch: perl
36502            + ext/Encode/Encode/EncodeFormat.pod
36503            ! MANIFEST
36504 ____________________________________________________________________________
36505 [  7907] By: jhi                                   on 2000/11/29  02:07:24
36506         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
36507              From: "Casey R. Tweten" <crt@kiski.net>
36508              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
36509              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
36510              
36511              Subject: Re: [PATCH] Updating perltie.pod for arrays
36512              From: "Casey R. Tweten" <crt@kiski.net>
36513              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
36514              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
36515      Branch: perl
36516            ! pod/perltie.pod
36517 ____________________________________________________________________________
36518 [  7906] By: nick                                  on 2000/11/28  22:40:59
36519         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
36520      Branch: perlio
36521            ! iperlsys.h perlio.c
36522 ____________________________________________________________________________
36523 [  7905] By: nick                                  on 2000/11/28  22:04:34
36524         Log: Integrate mainline
36525      Branch: perlio
36526           !> (integrate 39 files)
36527 ____________________________________________________________________________
36528 [  7904] By: jhi                                   on 2000/11/28  16:44:43
36529         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
36530              From: Nicholas Clark <nick@babyhippo.co.uk>
36531              Date: Tue, 28 Nov 2000 11:16:57 +0000
36532              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
36533      Branch: perl
36534            ! pod/perlipc.pod
36535 ____________________________________________________________________________
36536 [  7903] By: jhi                                   on 2000/11/28  16:40:31
36537         Log: Subject: [PATCH] Updating perltie.pod for arrays
36538              From: "Casey R. Tweten" <crt@kiski.net>
36539              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
36540              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
36541      Branch: perl
36542            ! pod/perltie.pod
36543 ____________________________________________________________________________
36544 [  7902] By: jhi                                   on 2000/11/28  16:39:37
36545         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
36546              From: Robin Barker <rmb1@cise.npl.co.uk>
36547              Date: Mon, 27 Nov 2000 17:56:44 GMT
36548              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
36549      Branch: perl
36550            ! pod/perlfunc.pod t/op/split.t
36551 ____________________________________________________________________________
36552 [  7901] By: jhi                                   on 2000/11/28  16:28:04
36553         Log: setmode() is a DOSish-only thing.
36554      Branch: perl
36555            ! perlio.c
36556 ____________________________________________________________________________
36557 [  7900] By: jhi                                   on 2000/11/28  16:21:46
36558         Log: Subject: [PATCH] perlcc.PL cleanups
36559              From: Simon Cozens <simon@cozens.net>
36560              Date: Tue, 28 Nov 2000 12:44:35 +0000
36561              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
36562      Branch: perl
36563            ! utils/perlcc.PL
36564 ____________________________________________________________________________
36565 [  7899] By: gsar                                  on 2000/11/28  06:32:55
36566         Log: reintegrate files missed by change#7895
36567      Branch: maint-5.6/perl
36568           +> ext/ByteLoader/bytecode.h utils/Makefile
36569            - utils/perlbc.PL
36570 ____________________________________________________________________________
36571 [  7897] By: gsar                                  on 2000/11/27  18:22:47
36572         Log: can't integrate these two files, for some reason
36573      Branch: maint-5.6/perl
36574            - ext/ByteLoader/bytecode.h utils/Makefile
36575 ____________________________________________________________________________
36576 [  7895] By: gsar                                  on 2000/11/27  18:11:21
36577         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
36578              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
36579              6757..6890,6892..6901 from mainline
36580              
36581              Bytecompiler patches from Benjamin Stuhl.
36582              
36583              More bytecompiler.
36584              
36585              Subject: [PATCH blead] B:: missing dependency
36586              
36587              Subject: [PATCH: 6757] configure.com updates and syslog build
36588              
36589              Long double Gconvert fixes from Yitzchak Scott-Thoennes
36590              and Spider Boardman.
36591              
36592              Subject: [PATCH blead] nextchar() abuse misses an optimisation
36593              
36594              Long double fixes from Spider Boardman.
36595              
36596              Make the selection of NVff et al stricter.
36597              
36598              cSVOPo_*v things index into the current PL_curpad
36599              under ithreads, which is different from the curpad
36600              used by the XSUB.  (In other words, the code as-is
36601              before this patch wouldn't work under ithreads.)
36602              
36603              Be portable.
36604              
36605              VMS MMS (make) wants null action.
36606              
36607              Mac and other portability updates from Chris Nandor.
36608              
36609              Storable support, v-version fixes.
36610              Subject: CPAN.pm beta for testing available
36611              
36612              Portability fix from Hugo van der Sanden.
36613              
36614              Bad makefile.
36615              
36616              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
36617              
36618              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
36619              
36620              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36621              
36622              Replace #6705 with a minimal doc patch.
36623              Subject: [PATCH 5.6.0] replace change #6705
36624              
36625              Drop the separate perlbc, perlcc -b should be enough.
36626              
36627              installperl couldn't tell whether it had run tests or not.
36628              Subject: [PATCH] Re: installperl and t/TEST
36629              
36630              Add silencer flags to installperl.
36631              Subject: [PATCH] Making installperl silent.
36632              
36633              Make "make install" by default silent.  A new "install-verbose"
36634              target is verbose.
36635              
36636              More liberal parsing of version numbers.
36637              Subject: Re: CPAN.pm beta for testing available
36638              
36639              Create directories in silence.
36640              Subject: [PATCH] Another silencer for MakeMaker
36641              
36642              DOS patches and portability/porting notes, from Tim Jenness.
36643              
36644              Make installman to recognize the silence flag -S.
36645              
36646              Actually do something with the silencer option.
36647              
36648              Continue silencing.
36649              
36650              Show the doc file, not the temp file.
36651              
36652              Regen perltoc.
36653              
36654              Subject: [PATCH] More silencing of installman.
36655              
36656              Better wording for the vec lvalue diagnostic.
36657              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36658              
36659              Subject: [PATCH: 6805] several more tweaks to configure.com
36660              
36661              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
36662              
36663              Missing parts of 
36664              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
36665              
36666              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
36667              (applied slightly modified)
36668              
36669              installperl --verbose and --silent.
36670              Subject: Re: [PATCH] More silencing of installman.
36671              
36672              Add install-silent target.
36673              
36674              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
36675              the problem reported in
36676              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
36677              
36678              Tweak the sfio/useperlio logic, hopefully as wished in
36679              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
36680              
36681              One forgotten file from #6816.
36682              
36683              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
36684              
36685              Remove duplicately applied patch shards.
36686              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
36687              
36688              Support preserving extremely big/small angles.
36689              
36690              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
36691              
36692              Subject: [PATCH] installation not quite silent yet.
36693              
36694              Update the test count.
36695              
36696              Use UVxf, PTR2UV, NVff.
36697              
36698              Document PTR2XX and INT2PTR.
36699              
36700              no-install target a la make -n.
36701              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
36702              
36703              grep -e isn't portable.
36704              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
36705              
36706              Can't get the test to reliably work thanks to the
36707              inaccurateness of floating point.  "Resolves" bug ids
36708              20000826.003, 20000826.009, 20000826.010,
36709              
36710              Subject: installman buglet
36711              
36712              DJGPP update from Laszlo Molnar.
36713              
36714              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
36715              
36716              Passing -R in ldflags makes now it to appear in the default
36717              for lddlflags, just like with -L.
36718              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
36719              
36720              Test nit.
36721              
36722              Use the actual thread type, not the pointer-to-struct.
36723              
36724              Provice virtual $Config{ccflags_nolargefiles} etc. 
36725              
36726              display_format used as a class method without arguments was broken,
36727              reported in
36728              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
36729              
36730              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
36731              
36732              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
36733              
36734              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
36735              
36736              opmini.o may be left around if a build is interrupted.
36737              
36738              Typo in #6858.
36739              
36740              Fix for ID 20000828.001, long doubles were not formatted
36741              correctly (showed up in $], which stopped installing perl).
36742              
36743              An attempt to fix the problem reported in
36744              Subject: Building perl@6856 using gcc/AIX 4.3.3 
36745              I can't test this properly since the gcc installation I have
36746              access to seems to be botched (gcc is calling the AIX cpp,
36747              a losing proposition...)
36748              
36749              Add -ld to archname on long tr...double platforms.
36750              
36751              Subject: hv.h Doc Patch
36752              
36753              Potential cruft.
36754              
36755              Subject: [PATCH bleedperl@6856] warnings fixes
36756              
36757              -S is the silent flag, -s is the strip flag.
36758              Subject: [PATCH] Re: [PATCH] make no-install          
36759              
36760              Take out the SUIDMAIL thing, that will not be
36761              a problem in 5.7.*.
36762              
36763              Subject: [PATCH bleedperl@6866] spellings
36764              
36765              Subject: [PATCH] Re: files not cleaned even by veryclean
36766              
36767              Use minimal @INC in tests, most of the time just '../lib',
36768              so that we simply can't pick up stuff from other Perls than
36769              the one we are testing.  Pointed out by
36770              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
36771              
36772              Update to Getopt::Long 2.24, from Johan Vromans.
36773              
36774              Fix for thinko in #6848.
36775              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
36776              
36777              Patches all over for people and the files they (hopefully) care about.
36778              
36779              Subject: Net::protoent does not export 'getproto'
36780              
36781              Missed a change in #6869.
36782              
36783              Subject: [PATCH] Warnings in B::Deparse
36784              
36785              Subject: [PATCH] Glob dumping
36786              
36787              Disable one of the tests for now.
36788              
36789              Disabling the one test is a bit tricky.
36790              
36791              Don't forget to tidy up.
36792              
36793              The #6881 removed one dump line.
36794              
36795              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
36796              
36797              Under usethreads the dumped variable is IN_PAD.
36798              Subject: Re: [PATCH] Glob dumping
36799              
36800              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
36801              
36802              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
36803              
36804              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
36805              
36806              Regen Configure for #6894.
36807              
36808              Subject: [PATCH: 6889] updates to perlebcdic.pod
36809              
36810              Undo namespace pollution of #6878.
36811              Subject: Re: Net::protoent does not export 'getproto'
36812              
36813              Admit that we are leaking scalars.
36814              
36815              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
36816      Branch: maint-5.6/perl
36817           !> (integrate 271 files)
36818 ____________________________________________________________________________
36819 [  7894] By: gsar                                  on 2000/11/27  16:00:34
36820         Log: a couple of nits
36821      Branch: maint-5.6/perl
36822            ! MANIFEST pp_sys.c
36823 ____________________________________________________________________________
36824 [  7893] By: gsar                                  on 2000/11/27  15:10:56
36825         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
36826              6740..6745,6747..6757,6760
36827              
36828              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
36829              
36830              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
36831              
36832              Doc nits spotted by Richard Soderberg.
36833              
36834              move WNOHANG definition to where other such things are
36835              
36836              Make $Config{byteorder} more magical so that it is
36837              dynamically computed: nice for 'fat binaries'.
36838              Subject: [PATCH]: default byteorder
36839              
36840              Subject: [PATCH] Cwd.pm now uses strict
36841              
36842              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
36843              
36844              Get -DLEAKTEST to compile (not necessarily to work, mind)
36845              Subject: [ID 20000724.006] -DLEAKTEST problem
36846              
36847              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
36848              
36849              Add perlebcdic from Peter Prymmer, regen toc.
36850              
36851              Don't propose using modules built for 5.005 if no binary
36852              compatibility with 5.005 is attempted.
36853              
36854              Do not use prototyping here.
36855              Subject: [ID 20000817.016] [PATCH] Peek.xs
36856              
36857              Document what the backtick returns if the command fails.
36858              
36859              Add byteorder to the myconfig output.
36860              
36861              Introduce NVef, NVff, and NVgf, use the middle one.
36862              (helps for lib/peek + Linux + long doubles)  Reported in
36863              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
36864              Use NVs in POSIX math, not doubles.
36865              Subject: [ID 20000817.014] POSIX & modfl
36866              
36867              Subject: [PATCH 5.6.0+] newSVrv() memory leak
36868              
36869              The byteorder code in #6671 was wrong.
36870              
36871              Fix the lib/complex failure of
36872              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
36873              Linux long double accuracy issue: something that
36874              when printed with %g looks like "2" but int() of it is 1.
36875              
36876              Propagate new Configure vars.
36877              
36878              Unbuffer the output.
36879              
36880              Subject: [PATCH] perltrap.pod spring cleaning
36881              
36882              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
36883              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
36884              
36885              Tiny Getopt::Long patch from Johan Vromans.
36886              
36887              Document code point which makes if (defined %stash::) to work
36888              (noted by Spider Boardman).
36889              
36890              Subject: [PATCH perl@6698] cygwin port
36891              
36892              Document the NDBM_File and ODBM_File as SDBM_File
36893              was documented in #6417.
36894              
36895              The new tests were missing from #6415.
36896              
36897              Add [[:blank:]] as suggested in
36898              Subject: [ID 20000716.024] [=cc=] / [:blank:]
36899              (the [=cc=] has already been taken care of by #6439
36900              so the whole bug report can be closed)
36901              and make [[:space:]] to be equivalent to isspace(3)
36902              (as opposed to \s, which is isSPACE()).  The difference
36903              is that now [[:space:]] matches the mythical vertical tab,
36904              while \s doesn't.
36905              
36906              Don't eat leading os from index entries.
36907              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
36908              
36909              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
36910              
36911              Typo in pp_complement().
36912              Subject: [PATCH perl-current] Deparse
36913              
36914              Add warnif(), check warnings further up the stack,
36915              all the warnings functions now can take an optional object reference.
36916              Subject: [PATCH bleedperl@6691] warnings pragma update
36917              
36918              Fix a core dump in lib/selfloader under -DDEBUGGING.
36919              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
36920              
36921              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
36922              
36923              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
36924              
36925              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
36926              Put back the long double avoidance code to POSIX.xs
36927              because VMS seems to need it still.
36928              
36929              Introduce a 'veryclean' target that is like 'distclean'
36930              but also removes *~ and *.orig.
36931              
36932              Subject: [ID 20000817.023] endianness description in perlfunc.pod
36933              
36934              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
36935              
36936              Let's try #6717 again.
36937              
36938              UTF8 concat fixes.
36939              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
36940              
36941              pp_open() could pass an uninitialized filename down to do_open9().
36942              
36943              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
36944              
36945              Update to CGI 2.72, from Lincoln Stein.
36946              
36947              Subject: [PATCH] Silence MakeMaker (Was: installman)
36948              
36949              Use temporary directory instead of current directory.
36950              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
36951              
36952              Document odd vs even subreleases and -Dusedevel.
36953              
36954              The veryclean target needs to clobber.
36955              
36956              Use File::Spec->tmpdir().
36957              
36958              Document the number of exponent digits.
36959              
36960              Mention perlebcdic and perlposix-bc.
36961              
36962              s/this one/the 5.6.0 release/
36963              
36964              The #6724 is here.
36965              
36966              The correct cleaning order is an art.
36967              
36968              small tweaks for change#6705: avoid C++ style comments in C code;
36969              use Perl's malloc API rather than the low level system one
36970              
36971              Array context keeps slithering in.
36972              
36973              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
36974              
36975              Subject: [PATCH] os2.c fix for use64bitint
36976              
36977              Update to Pod::LaTeX 0.53.
36978              Subject: [PATCH] lib/Pod/LaTeX.pm updates
36979              
36980              Document the endianness of Alpha more precisely.
36981              
36982              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
36983              
36984              Rename the macro argument because some preprocessors
36985              can't tell the difference and expand arguments also inside
36986              double quoted strings.
36987              
36988              free TLS slot properly on Windows
36989              
36990              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
36991              
36992              Unicos/mk requires elaborate paranoia.
36993              
36994              Tweak the floating point output routine preferences.
36995              
36996              Also under djgpp the timestamps are funky.
36997              
36998              Apply some PodParser 1.18 patches; the Pod/Find.pm
36999              patches cannot be applied since #6712 conflicts.
37000              
37001              Use PodParser 1.18 new test.
37002              
37003              A pod nit.
37004              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
37005              
37006              Be verydeepclean.
37007      Branch: maint-5.6/perl
37008           +> pod/perlebcdic.pod
37009           !> (integrate 106 files)
37010 ____________________________________________________________________________
37011 [  7892] By: jhi                                   on 2000/11/27  15:02:32
37012         Log: Update Changes.
37013      Branch: perl
37014            ! Changes patchlevel.h
37015 ____________________________________________________________________________
37016 [  7891] By: jhi                                   on 2000/11/27  14:57:23
37017         Log: Subject: Re: perlfaq style changes
37018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37019              Date: Sat, 25 Nov 2000 23:32:26 -0800
37020              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
37021              
37022              plus a note from Ronald Kimball.
37023      Branch: perl
37024            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
37025 ____________________________________________________________________________
37026 [  7890] By: jhi                                   on 2000/11/27  14:53:14
37027         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
37028              From: Benjamin Holzman <bah@ecnvantage.com>
37029              Date: Sun, 26 Nov 2000 16:27:33 -0500
37030              Message-ID: <20001126162733.J25040@ecnvantage.com>
37031      Branch: perl
37032            ! gv.c
37033 ____________________________________________________________________________
37034 [  7889] By: jhi                                   on 2000/11/27  14:43:11
37035         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
37036              From: lvirden@cas.org
37037              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
37038              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
37039      Branch: perl
37040            ! README.amiga
37041 ____________________________________________________________________________
37042 [  7888] By: jhi                                   on 2000/11/27  14:32:34
37043         Log: Restore also the locale test to no-sprintf-taint state.
37044              Fixes the bug 20001127.003.
37045      Branch: perl
37046            ! sv.c t/pragma/locale.t
37047 ____________________________________________________________________________
37048 [  7887] By: gsar                                  on 2000/11/27  14:13:05
37049         Log: integrate changes#6613..6616,6620..6665 from mainline
37050              
37051              VMS configure.com update continues.
37052              
37053              Subject: Test fails / warnings with perl-current #6612
37054              
37055              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
37056              
37057              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37058              
37059              For now remove the mail code.
37060              
37061              Subject: Re: [PATCH] @+, @- readonly
37062              
37063              Subject: warning: storage class after type is obsolescent
37064              
37065              Subject: sfio2000
37066              
37067              Subject: Re: File::Temp problems on VMS in bleedperl
37068              
37069              README.os2 update.
37070              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
37071              
37072              Make the user to give up his firstborn, err, to knowingly
37073              verify installing an unstable developer release.  Also bump
37074              the release to 5.7.0, but leave a patch tag in the local
37075              patches saying that this is not yet the real thing.
37076              
37077              Update (kinda) to Test 1.14, from Joshua Pritikin.
37078              
37079              make ok etc also for win32.
37080              
37081              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
37082              
37083              Don't blow limited stacks, a lower number is enough to
37084              tickle the lookbehind limit.
37085              
37086              Use -Dusedevel; regen Configure and the respective Porting stuff.
37087              
37088              Subject: [PATCH] debugger exit code should reflect user exit code
37089              
37090              Subject: [PATCH perl@6620] cygwin port
37091              
37092              Missed a file from #6638.
37093              
37094              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)
37095              
37096              magic callbacks all need to have same type signature
37097              
37098              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
37099              
37100              Fix a dependency problem.
37101              Subject: [PATCH: 6640] VMS Makefile.SH update
37102              
37103              The numeric locale was reset to "C" by s?printf and never restored.
37104              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37105              No test since adding the failing example to locale.t
37106              does not fail -- probably because the locale settings are so
37107              thoroughly tweaked by that time.  Running the example standalone
37108              does fail, though.  UPDATE: test case added at change #7540.
37109              
37110              Subject: [ID 20000324.040] minor fix to perlhpux.pod
37111              
37112              Update to CPAN 1.57.
37113              
37114              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
37115              
37116              Change the perlbug address to perl.org since it's more forgiving.
37117              
37118              Change the regx compilation error markers to use = instead of <
37119              since pod makes using the latter quite messy.  Reported in
37120              ID 20000814.006 by Abigail and in
37121              Subject: Unknown escape E<> ?
37122              
37123              Update to perldebtut 1.9, from Richard Foley.
37124              
37125              check that the number pseudo children doesn't exceed
37126              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
37127              the WaitForMultipleObjects() limit that would cause wait()
37128              to crash)
37129              wait() and waitpid() could potentially be rewritten to use
37130              more than one thread to do the waiting to eliminate this
37131              limitation
37132              
37133              change#6328 could make close(SOCKET) return false on windows
37134              when it shouldn't
37135              
37136              pod nit seen in passing
37137              
37138              on windows, the return values from wait() and waitpid() don't
37139              match those of pseudo-pids
37140              
37141              waitpid() now handles externally spawned pids correctly;
37142              fixes for backtick/wait/waitpid failures on Windows 9x
37143              these changes make the pid returned by process functions on
37144              Windows 9x always positive by clearing the high bit (which
37145              is always set on Win9x); pseudo-process PIDs are likewise
37146              always negative now on Win9x (just as on NT/2000)
37147              
37148              trailing new %ENV entries weren't being pushed into the real
37149              environment of subprocesses on Windows
37150              
37151              Tweak the regex compilation errors once more.
37152              
37153              avoid warnings from dense compiler
37154              
37155              add "ok" targets from change#6632 in makefile.mk
37156      Branch: maint-5.6/perl
37157            - lib/Pod/PlainText.pm vms/configure.com
37158           !> (integrate 66 files)
37159 ____________________________________________________________________________
37160 [  7886] By: jhi                                   on 2000/11/27  13:54:18
37161         Log: __FUNCTION__ isn't portable and trying to emulate it leads
37162              into practically spelling out the name of the function.
37163              Takes care of the bug 20001127.001.
37164      Branch: perl
37165            ! perlio.c
37166 ____________________________________________________________________________
37167 [  7885] By: gsar                                  on 2000/11/27  13:53:18
37168         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
37169              6610..6611 from mainline
37170              
37171              Make regular expression parse error messages easier to understand.
37172              Subject: Re: enhanced(?) regex error messages
37173              
37174              Tiny tidying on report_evil_fh().
37175              
37176              Subject: Re: enhanced(?) regex error messages 
37177              plus Capitalize the error messages, plus perldiag them.
37178              
37179              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
37180              
37181              Document here-doc better.
37182              
37183              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37184              
37185              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
37186              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
37187              (either perlbug or p5p ate the original), plus regen
37188              perlapi and perltoc. 
37189              
37190              Regen global.sym.
37191              
37192              Double check that we have a dirhandle.
37193              
37194              Subject: Re: enhanced(?) regex error messages
37195              (plus two small patches sent privately)
37196              (this still seems to leave few test failures)
37197              
37198              warn is a macro, avoid using at a variable to avoid warnings
37199              in some configurations; readdir.t is too conservative in
37200              estimating number of *.t's
37201              
37202              Get back into sync with Jeffrey on the enhanced regex warnings.
37203              
37204              Subject: [PATCH 5.6.0] cygwin port
37205              
37206              Zero entries were skipped, fix from Adrian Goalby
37207              <argoalby@yahoo.co.uk>
37208              
37209              Subject: Remove dead entry in perldiag
37210              
37211              Amend the description of Perl6.
37212              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
37213              
37214              detypo
37215              
37216              It's the 2ndO'ROSSC.
37217              
37218              Revert the sv.c part of #6559, a better fix is needed.
37219              
37220              Iterating perl6 description.
37221              
37222              Update to Term::ANSIColor 1.03, from Russ Allbery.
37223              
37224              Update to Getopt::Long 2.23_05, from Johan Vromans.
37225              
37226              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
37227              
37228              Update to Pod::Parser 1.17, from Brad Appleton.
37229              
37230              Update to CPAN 1.56, from Andreas König.
37231              
37232              Update to CGI 2.70, from Lincoln Stein.
37233              
37234              Put back the std @INC thing.
37235              
37236              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
37237              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
37238              
37239              Document the IO::Select timeout.
37240              
37241              sleep(1) does not necessarily return 1.
37242              Subject: [PATCH bleadperl] op/lex_assign.t  
37243              
37244              Subject: debugger "d" command doesnt check line number
37245              
37246              B::Deparse didn't do sub attributes.
37247              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37248              
37249              Preprocessing and postprocessing for File::Find.
37250              Subject: Patch to Find::File.pm to allow alphabetical results
37251              
37252              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
37253              
37254              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
37255              
37256              Subject: Re: [ID 20000730.003] utf8::length() bad
37257              
37258              Subject: Getting perlio and threads to compile
37259              (the Solaris version changes in Configure skipped)
37260              
37261              Tests for #6589.
37262              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37263              
37264              Add Perl debugging tutorial, regen toc. 
37265              Subject: perldebtut.pod
37266              
37267              Add a few missing files, update MANIFEST.
37268              
37269              Rewrite of vms/subconfigure.com as configure.com,
37270              from Peter Prymmer and the vmsperl crew.
37271              
37272              Should have deleted this in #6603.
37273              
37274              Fix the test for 5005threads.
37275              
37276              Fix-n-skip the tests under 5005threads.
37277              
37278              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
37279              
37280              Upgrade to CGI 2.71, from Lincoln Stein.
37281      Branch: maint-5.6/perl
37282           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
37283           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
37284           +> t/op/regmesg.t t/pod/find.t vms/configure.com
37285            - vms/subconfigure.com
37286            ! lib/lib.pm
37287           !> (integrate 115 files)
37288 ____________________________________________________________________________
37289 [  7884] By: jhi                                   on 2000/11/27  13:44:33
37290         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
37291              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37292              Date:     Mon, 27 Nov 2000 08:23:54 EST
37293              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
37294      Branch: perl
37295            ! vms/descrip_mms.template vms/test.com
37296 ____________________________________________________________________________
37297 [  7883] By: gsar                                  on 2000/11/27  11:50:46
37298         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
37299              6511..6513,6515..6523,6525..6536
37300              
37301              The swallow_bom() saga continues.  The #23 of require.t
37302              (UTF16-LE) still fails (silently, no output) but the #22
37303              (UTF16-BE) seems to be working now.  The root of the
37304              failure may be in sv_gets(): is it UTF-16LE-aware,
37305              especially when it comes to line endings? 
37306              
37307              Document the problem with -P in HP-UX and its workaround.
37308              
37309              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
37310              (aka ID 20000730.002)
37311              
37312              Subject: fix and question re: waitpid() under win32
37313              
37314              Make the safety catch for buggy gccs work with triple version
37315              numbers like 2.95.2.  Reported in
37316              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
37317              
37318              In Digital UNIX warn if gcc explicitly chosen because even
37319              2.95.2 is known to cause problems.
37320              
37321              Make chr() for values >127 to create utf8 when under utf8.
37322              
37323              various syntax errors and such (not fixed: comp/require.t#22 coredump
37324              on Windows)
37325              
37326              Stash away the largefiles flags and libswanted.
37327              
37328              BOM patching from Simon Cozens.
37329              
37330              If gccosandvers is equal to osname, clear gccosandvers.
37331              
37332              Make p4desc to skip non-mainperl branches by default.
37333              
37334              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
37335              
37336              The test from this
37337              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
37338              
37339              In new BSDs changes to argv[] do not show up in ps(1) output,
37340              instead one must use setproctitle().  This was already addressed
37341              by change #6457, but the below has a new variant for FreeBSD 4.0
37342              or later, and the matter is also documented more.
37343              
37344              FreeBSD 3.* updates from
37345              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
37346              
37347              regen_headers, regen perltoc.
37348              
37349              Document in one place the memory abstractions used in Perl core.
37350              
37351              memcpy has n o in it, as pinted ut by Sarathy.
37352              
37353              Remove the extraneous "main::" prefix from all the
37354              "opened only for", "on closed", and "never opened" warnings.
37355              
37356              The name of a filehandle does not have <these>.
37357              
37358              The tr utf8 patching continues.
37359              
37360              The new setproctitle() feature is available only in 
37361              bleeding edge FreeBSD.  From Paul Saab.
37362              
37363              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
37364              
37365              Dump UVs as UVs in Data::Dumper.
37366              
37367              detypo #6494
37368              
37369              Document the IVdf UVuf UVof UVxf.
37370              
37371              require.t needs binmode() to work on windows
37372              
37373              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
37374              that are hopefully soon put into use.
37375              
37376              Allow "no Module;" even if there is no 'unimport'.
37377              
37378              Better skip message for the test; one of the two problems in
37379              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
37380              
37381              The subtest 4 may fail also on VOBS, as pointed out
37382              by Nick Ing-Simmons in November 1999, bug id 19991124.003
37383              (but the failure in that bug report isn't the subtest 4).
37384              
37385              Be more informative on what is skipped and why,
37386              also repeat the list at the end.
37387              
37388              Add a URL for FSF.
37389              
37390              Subject: [PATCH] sv.h documentation - SvLEN
37391              
37392              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
37393              
37394              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
37395              
37396              Subject: [PATCH] bad cppsymbols on os2 + Configure question
37397              
37398              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
37399              
37400              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
37401              mention the idea of @( and @)
37402              
37403              This is 6512.  Really.
37404              
37405              Subject: [ID 19990721.004] Documentation bug in perlfunc
37406              
37407              Subject: Minor tweak to perlvar.pod
37408              
37409              In the warnings call filehandles consistently so;
37410              add "unopened" warning for stat().
37411              
37412              After the #6519 a warning about stat() is just that,
37413              not about a filetest, which now have their own warning.
37414              
37415              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
37416              
37417              Subject: Re: Array vs. List context
37418              
37419              Subject: New perlcc, take 2
37420              
37421              Weed buglets pointed out by
37422              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
37423              
37424              gcc versions might have (parentheses) in them.
37425              
37426              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
37427              
37428              Essential prototype changes were missing from #6527.
37429              Also make report_evil_fh() more bomb-proof.
37430              
37431              Zap lib/Sys directory when cleaning up.
37432              
37433              Change the Policy policy: now -Dprefix= with an existing
37434              Policy.sh and prefix == siteprefix == vendorprefix, then all
37435              of them follow along the new prefix.
37436              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
37437              
37438              Continue fixing the io warnings.  This also
37439              sort of fixes bug ID 20000802.003: the core dump
37440              is no more.  Whether the current behaviour is correct
37441              (giving a warning: "Not a format reference"), is another matter.
37442              
37443              Have symbols for the IoTYPEs.
37444              
37445              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
37446              
37447              Document a bit that UDP is not what you might think.
37448              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
37449              tr memory corruption fix from Simon Cozens.
37450              
37451              Plug the security hole described in the Aug 05 2000 bugtraq message
37452              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
37453              The security hole exists only in suidperls, which isn't
37454              installed or even built by default.
37455      Branch: maint-5.6/perl
37456           !> (integrate 71 files)
37457 ____________________________________________________________________________
37458 [  7882] By: gsar                                  on 2000/11/27  10:25:36
37459         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
37460              from mainline
37461              
37462              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
37463              to be fatal errors (instead of by default ignoring them, and
37464              ignoring with a bug: even though -w gave an error, the opening [
37465              was left in)  Reported in:
37466              
37467              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
37468              
37469              Subject: [PATCH] split /^/
37470              
37471              MacOS nits from Matthias Neeracher.
37472              
37473              More split() doc and test patches from Mike Guy.
37474              
37475              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
37476              from Graham Barr in the module list.
37477              
37478              docfix from Peter Scott <Peter@PSDT.com>.
37479              
37480              File::Temp patches for VMS and OS/2 from Tim Jenness.
37481              
37482              open() wariness in perlbug.
37483              
37484              Subject: [PATCH] minor doc change - perlguts
37485              
37486              Subject: Minor doc patch: handy.h
37487              
37488              Be wary of close()s, too.
37489              
37490              Further File::Temp patches from Yitzchak Scott-Thoennes
37491              and Craig A. Berry.
37492              
37493              Subject: [PATCH] fixes bug 20000508.004
37494              
37495              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
37496              
37497              Allow "no AutoLoader;", based on change #6444,
37498              suggested by Graham Barr.
37499              
37500              Use setproctitle() if available to modify $0.
37501              
37502              Warn if the version of the operating system used to compile gcc
37503              differs from the current version of the operating system.
37504              Also display the gcc compilation os and version in myconfig.
37505              Inspiration from
37506              
37507              Tiny fixes for #6460.
37508              
37509              The problem described in this
37510              Subject: [ID 20000322.018] named chars aren't magical enough
37511              has been fixed in perl 5.6.0 but just in case added a test
37512              to keep it away.  (The report from Joseph Hall.)
37513              
37514              Tune the comments and hopefully stop a memory leak.
37515              
37516              Subject: UTF8 concat
37517              (with a memory leak fixed, plus a few casts added)
37518              This also seems to help for
37519              Subject: [ID 20000716.015] join UTF8 weirdness
37520              
37521              Do not upgrade SVs into utf8 just because they participate
37522              in eq or cmp.  Reported and fix suggested in
37523              Subject: [ID 20000720.009] sv_eq UTF8 bug
37524              
37525              Fix the HALF_UPGRADE() macro introduced in #6263.
37526              
37527              Find green threads before native threads.
37528              Subject: Re: Patch to jpl/JNI/Makefile.PL
37529      Branch: maint-5.6/perl
37530           !> (integrate 30 files)
37531 ____________________________________________________________________________
37532 [  7881] By: jhi                                   on 2000/11/27  05:48:41
37533         Log: It seems that *both* the unused submatch loop cleanup
37534              codes are needed.
37535      Branch: perl
37536            ! regexec.c
37537 ____________________________________________________________________________
37538 [  7880] By: jhi                                   on 2000/11/27  04:50:07
37539         Log: Clean .exists deeper.
37540      Branch: perl
37541            ! Makefile.SH
37542 ____________________________________________________________________________
37543 [  7879] By: jhi                                   on 2000/11/27  02:31:35
37544         Log: The code in regcppop() (see #7878) contains the correct lower
37545              limit for the unused submatch 'cleanup' loop so that under
37546              "use utf8" the following code wouldn't dump core:
37547              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
37548              the cleanup loop in regtry() stomped beyond allocated area
37549              in the startp[] array.  Therefore, copied the correct lower
37550              loop limit (*PL_reglastparen) to regtry().  Note: something
37551              may still not be quite right: why was the _higher_ loop limit
37552              (prog->nparens) different in the utf8 case?
37553              
37554              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
37555              without core dumps, there were about 17 of them before
37556              the patch (with us since Perl 5.7.0).  Two failures, still:
37557              496 and 505 (though these may not be severe).
37558              
37559              Patch #7881 is also needed since both the cleanup loops
37560              seem to be needed.
37561              
37562              Also, the t/op/pat#44 seems to core dump under utf8.
37563              Plus a couple of failures.  UGH-8.
37564      Branch: perl
37565            ! regexec.c
37566 ____________________________________________________________________________
37567 [  7878] By: jhi                                   on 2000/11/27  02:21:17
37568         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
37569              the code in regcppop() seems to be redundant for the test suite --
37570              but it contains a germ of truth, and it needed for the build
37571              process itself: see #7879 and #7881.
37572      Branch: perl
37573            ! regexec.c
37574 ____________________________________________________________________________
37575 [  7877] By: jhi                                   on 2000/11/27  01:53:09
37576         Log: Comment on comment.
37577      Branch: perl
37578            ! regexec.c
37579 ____________________________________________________________________________
37580 [  7876] By: jhi                                   on 2000/11/27  00:49:59
37581         Log: Adjust the docs to agree with #7875.
37582      Branch: perl
37583            ! pod/perllocale.pod
37584 ____________________________________________________________________________
37585 [  7875] By: jhi                                   on 2000/11/27  00:49:27
37586         Log: Retract #7863.  It makes more sense not to taint formatted output,
37587              not even by sprintf().
37588      Branch: perl
37589            ! sv.c
37590 ____________________________________________________________________________
37591 [  7874] By: jhi                                   on 2000/11/26  23:36:02
37592         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
37593              Not really fixed (should really dump the UTF-8 charclass),
37594              but stopped displaying the garbage.
37595              
37596              Also add a note on the (missing) Unicode PSXSPC and BLANK.
37597      Branch: perl
37598            ! regcomp.c
37599 ____________________________________________________________________________
37600 [  7873] By: jhi                                   on 2000/11/26  21:31:13
37601         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
37602      Branch: perl
37603            ! regexec.c
37604 ____________________________________________________________________________
37605 [  7872] By: jhi                                   on 2000/11/26  21:06:04
37606         Log: No need to scan till infinity, 13 is enough.
37607      Branch: perl
37608            ! handy.h utf8.c
37609 ____________________________________________________________________________
37610 [  7871] By: jhi                                   on 2000/11/26  20:20:32
37611         Log: Test line numbers are different with utf8.
37612      Branch: perl
37613            ! t/op/re_tests
37614 ____________________________________________________________________________
37615 [  7870] By: jhi                                   on 2000/11/26  20:10:12
37616         Log: Message nit.
37617      Branch: perl
37618            ! regcomp.c
37619 ____________________________________________________________________________
37620 [  7869] By: jhi                                   on 2000/11/26  19:01:05
37621         Log: Make utf8_length() and utf8_distance() (the latter of which
37622              is unused at the moment) to be less forgiving about bad UTF-8.
37623      Branch: perl
37624            ! embed.h embed.pl objXSUB.h proto.h utf8.c
37625 ____________________________________________________________________________
37626 [  7868] By: jhi                                   on 2000/11/26  18:45:56
37627         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
37628              From: Benjamin Holzman <bah@ecnvantage.com>
37629              Date: Sat, 25 Nov 2000 20:40:20 -0500       
37630              Message-ID: <20001125204020.A25040@ecnvantage.com>              
37631              
37632              Debian allows installing /usr/bin/locale without installing
37633              any locales, an error message will ensue.
37634      Branch: perl
37635            ! t/pragma/locale.t
37636 ____________________________________________________________________________
37637 [  7867] By: jhi                                   on 2000/11/26  18:31:12
37638         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
37639              From: Benjamin Holzman <bah@ecnvantage.com>
37640              Date: Sun, 26 Nov 2000 02:42:34 -0500
37641              Message-ID: <20001126024234.G25040@ecnvantage.com>
37642              
37643              Patch for the bug 20000212.002.
37644      Branch: perl
37645            ! sv.c t/op/array.t
37646 ____________________________________________________________________________
37647 [  7866] By: jhi                                   on 2000/11/26  18:28:09
37648         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
37649              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37650              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
37651              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
37652              
37653              File::Temp 0.11.
37654      Branch: perl
37655            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
37656 ____________________________________________________________________________
37657 [  7865] By: jhi                                   on 2000/11/26  18:24:22
37658         Log: The metaconfig unit change for #7864.
37659      Branch: metaconfig/U/perl
37660            ! need_va_copy.U
37661 ____________________________________________________________________________
37662 [  7864] By: jhi                                   on 2000/11/26  18:23:41
37663         Log: Make the va_copy() test not to be so talkative.
37664      Branch: perl
37665            ! Configure config_h.SH
37666 ____________________________________________________________________________
37667 [  7863] By: jhi                                   on 2000/11/26  18:11:02
37668         Log: Fix locale inconsistencies unearthed by Hugo's work.
37669              Now the floating point sprintf really does taint the result
37670              string as perllocale promises (has promised for a long time)
37671              if "use locale" is in the lexical scope.
37672      Branch: perl
37673            ! sv.c t/pragma/locale.t
37674 ____________________________________________________________________________
37675 [  7862] By: jhi                                   on 2000/11/26  00:35:15
37676         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
37677              From: Nicholas Clark <nick@ccl4.org>
37678              Date: Sun, 26 Nov 2000 00:07:50 +0000
37679              Message-ID: <20001126000750.A22446@plum.flirble.org>
37680              
37681              Infinit.
37682      Branch: perl
37683            ! sv.c
37684 ____________________________________________________________________________
37685 [  7861] By: jhi                                   on 2000/11/26  00:01:26
37686         Log: Integrate perlio.
37687      Branch: perl
37688           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
37689 ____________________________________________________________________________
37690 [  7860] By: nick                                  on 2000/11/25  22:04:17
37691         Log: Correct relative path from new ext\Filter\Util\Call location
37692              back to miniperl.
37693      Branch: perlio
37694            ! win32/makefile.mk
37695 ____________________________________________________________________________
37696 [  7859] By: nick                                  on 2000/11/25  21:26:54
37697         Log: Integrate mainline.
37698      Branch: perlio
37699           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37700           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
37701           +> t/lib/filter-util.t
37702            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37703            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37704            - t/lib/filt-util.t
37705           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
37706           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
37707           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
37708           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
37709           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
37710           !> win32/makefile.mk
37711 ____________________________________________________________________________
37712 [  7858] By: gsar                                  on 2000/11/25  20:52:17
37713         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
37714              parent's memory; fix it by keeping track of the actual pad
37715              offset rather than a raw pointer (this change is probably also
37716              relevant to non-ithreads case to avoid fallout from reallocs of
37717              the pad array, but is currently only enabled for the ithreads
37718              case in the interests of minimal disruption to existing "well
37719              tested" code)
37720      Branch: perl
37721            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
37722            ! proto.h scope.c scope.h sv.c t/op/fork.t
37723 ____________________________________________________________________________
37724 [  7857] By: nick                                  on 2000/11/25  20:01:28
37725         Log: All tests pass on Win32/gcc/USE_PERLIO.
37726              - when crlf layer is pushed make unix-level binary.
37727              - remove :crlf injection in pp_backtick in pp_sys.c
37728              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
37729      Branch: perlio
37730            ! doio.c perlio.c pp_sys.c win32/makefile.mk
37731 ____________________________________________________________________________
37732 [  7856] By: jhi                                   on 2000/11/25  18:38:30
37733         Log: Update the metaconfig units for #7855.
37734      Branch: metaconfig/U/perl
37735            ! useperlio.U usesocks.U
37736 ____________________________________________________________________________
37737 [  7855] By: jhi                                   on 2000/11/25  18:37:54
37738         Log: Undo the SOCKS workarounds, instead start using PerlIO
37739              if SOCKS is selected.
37740              
37741              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
37742              From: Jens Hamisch <jens@Strawberry.COM>
37743              Date: Fri, 24 Nov 2000 18:31:30 +0100
37744              Message-ID: <20001124183130.E28337@Strawberry.COM>
37745              
37746              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
37747              From: Jens Hamisch <jens@Strawberry.COM>
37748              Date: Fri, 24 Nov 2000 19:11:51 +0100
37749              Message-ID: <20001124191151.A28753@Strawberry.COM>
37750      Branch: perl
37751            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
37752            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
37753 ____________________________________________________________________________
37754 [  7854] By: jhi                                   on 2000/11/25  17:39:08
37755         Log: Undo #7848.  Some of the code seems to use walkoptree(),
37756              some walkoptree_slow().  An unfinished renaming?
37757              Now the sub is walkoptree() (which is @EXPORT_OK),
37758              the walkoptree_slow() is a typeglob alias to walkoptree.
37759              This makes the tests to pass, at least.
37760      Branch: perl
37761            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
37762 ____________________________________________________________________________
37763 [  7853] By: nick                                  on 2000/11/24  22:24:33
37764         Log: Re-arrange crlf vs binary for platforms that care.
37765              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
37766              Lip-service to making stdio layer work on such platfroms (untested).
37767              Now fails 3 tests rather than one, checkin to see if I can debug 
37768              the issue under linux. (Do not merge.)
37769      Branch: perlio
37770            ! doio.c perlio.c perliol.h
37771 ____________________________________________________________________________
37772 [  7852] By: jhi                                   on 2000/11/24  18:57:39
37773         Log: AUTHORS edits.
37774      Branch: perl
37775            ! AUTHORS
37776 ____________________________________________________________________________
37777 [  7851] By: jhi                                   on 2000/11/24  17:34:56
37778         Log: Add Jan-Erik Karlsson.
37779      Branch: perl
37780            ! AUTHORS
37781 ____________________________________________________________________________
37782 [  7850] By: jhi                                   on 2000/11/24  17:27:56
37783         Log: Configure should find stdchar on its own.
37784      Branch: perl
37785            ! hints/solaris_2.sh
37786 ____________________________________________________________________________
37787 [  7849] By: jhi                                   on 2000/11/24  17:24:55
37788         Log: Subject: PATCH over 7848: Filter test flawed
37789              From: andreas.koenig@anima.de (Andreas J. Koenig)
37790              Date: 24 Nov 2000 10:28:29 +0100
37791              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
37792      Branch: perl
37793            ! t/lib/filter-util.t
37794 ____________________________________________________________________________
37795 [  7848] By: jhi                                   on 2000/11/24  17:22:15
37796         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
37797              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
37798              Date: Fri, 24 Nov 2000 16:12:58 +0000
37799              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
37800      Branch: perl
37801            ! ext/B/B.pm
37802 ____________________________________________________________________________
37803 [  7847] By: jhi                                   on 2000/11/24  03:07:01
37804         Log: Integrate perlio.
37805      Branch: perl
37806           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
37807           !> win32/makefile.mk
37808 ____________________________________________________________________________
37809 [  7846] By: gsar                                  on 2000/11/24  00:55:57
37810         Log: integrate changes#6415..6418,6420..6438 from mainline
37811              
37812              Fix the bitvector ops for utf8 (tricky since past 7 bits
37813              the utf8 'characters' can be more than one octet).
37814              
37815              MPE/ix updates for perl 5.6.0 from Mark Bixby.
37816              
37817              Subject: SDBM_File documentation
37818              
37819              Detypo.
37820              
37821              Decutandpasto.
37822              
37823              Send all installperl messages to STDERR and be -w clean.
37824              
37825              Out-of-date note removed.
37826              
37827              Protect against "wild next"s, that is, callbacks doing "next"
37828              instead of "return".
37829              
37830              Use STDOUT consistently.
37831              
37832              The output might have been produced in the wrong order.
37833              
37834              A missing 'break' after the [[:space:]] switch case.
37835              
37836              Add tests for
37837              [ID 19991110.003] another matching finding by pcre author
37838              which has already been fixed by some patch, as verified in
37839              
37840              Documentation to explain the behaviour of map().
37841              
37842              Add an optimization for map-maps-a-list-element-to-more-list-elements
37843              case, but add also notes explaining the relationship of this
37844              patch and the earlier notes by Sarathy.
37845              
37846              Subject: [ID 20000716.023] syslog test fails without sockets
37847              
37848              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
37849              Test cases for #6431.
37850              
37851              File::Spec::VMS fixup for tmpdir from Craig Berry.
37852              
37853              Make the "uninit variable" warning to say "concat or string"
37854              or "join or string" when in concat or join .
37855              
37856              Get UTF16 BOMs working.  Patch from
37857              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
37858              
37859              Subject: [PATCH] Make large file tests deal with SIGXFSZ
37860              
37861              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
37862              
37863              Subject: [PATCH] av.c apidoc
37864      Branch: maint-5.6/perl
37865           !> (integrate 43 files)
37866 ____________________________________________________________________________
37867 [  7845] By: gsar                                  on 2000/11/24  00:20:45
37868         Log: integrate changes#6406..6414 from mainline
37869              
37870              Merge perlhacktut into perlhack, update perlguts.
37871              
37872              Fix AutoSplit to use File::Spec the right way in VMS,
37873              from Peter Prymmer.
37874              
37875              The bug report
37876              [ID 19991110.002] minimal matching discrepancy found by pcre author
37877              seems to have been fixed (though differently from what was suggested
37878              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
37879              
37880              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
37881              not in pod, from Peter Prymmer
37882              
37883              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
37884              From: Hugo <hv@crypt.compulink.co.uk>
37885              Date: Fri, 14 Jul 2000 23:05:20 +0100
37886              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
37887              
37888              Didn't anymore apply, but that point still could use another fix.
37889              
37890              lib/b test fixes from Peter Prymmer.
37891              
37892              More docs for sv functions.
37893              
37894              perlvms.pod whitespace cleanup to keep pod utils happy.
37895              
37896              another VMS build tweak from Peter Prymmer
37897      Branch: maint-5.6/perl
37898           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
37899           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
37900           !> vms/descrip_mms.template vms/perlvms.pod
37901 ____________________________________________________________________________
37902 [  7844] By: nick                                  on 2000/11/23  23:42:45
37903         Log: Win32/perlio Now just fails one io/argv.t test - lack 
37904              of default :crlf on standard streams.
37905      Branch: perlio
37906            ! doio.c perlio.c
37907 ____________________________________________________________________________
37908 [  7843] By: nick                                  on 2000/11/23  23:04:05
37909         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
37910              peek fail is showing a real problem (multiple crlf layers
37911              are getting pushed.)
37912      Branch: perlio
37913            ! doio.c perlio.c win32/makefile.mk
37914 ____________________________________________________________________________
37915 [  7842] By: nick                                  on 2000/11/23  19:46:23
37916         Log: Implement PerlIO_binmode()
37917              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
37918              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
37919              make binmode in t/lib/io_tell.t unconditional so that works.
37920              Checkin just so Win32 machine can see these changes.
37921      Branch: perlio
37922            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
37923 ____________________________________________________________________________
37924 [  7841] By: jhi                                   on 2000/11/23  19:30:00
37925         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
37926      Branch: perl
37927            ! README.amiga
37928 ____________________________________________________________________________
37929 [  7840] By: jhi                                   on 2000/11/23  17:18:02
37930         Log: SOCKS wrestling continues, patches from Jens Hamisch.
37931      Branch: perl
37932            ! doio.c embed.h embed.pl perlsdio.h proto.h
37933 ____________________________________________________________________________
37934 [  7839] By: jhi                                   on 2000/11/23  16:54:14
37935         Log: Push Filter::Util::Call one level deeper.
37936      Branch: perl
37937            + t/lib/filter-util.t
37938           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37939           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
37940            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37941            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37942            - t/lib/filt-util.t
37943            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
37944            ! win32/Makefile win32/makefile.mk
37945 ____________________________________________________________________________
37946 [  7838] By: jhi                                   on 2000/11/23  16:52:40
37947         Log: Reach back one higher up when searching for PERL_SRC.
37948      Branch: perl
37949            ! lib/ExtUtils/MM_Unix.pm
37950 ____________________________________________________________________________
37951 [  7837] By: jhi                                   on 2000/11/23  16:05:41
37952         Log: Subject: Re: perl@7826
37953              Date: Thu, 23 Nov 2000 02:20:25 -0600
37954              From: "Craig A. Berry" <craigberry@mac.com>
37955              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
37956              
37957              Make VMS to like Filter::Util::Call. 
37958      Branch: perl
37959            ! configure.com ext/Filter/Util/Makefile.PL
37960 ____________________________________________________________________________
37961 [  7836] By: nick                                  on 2000/11/23  16:04:08
37962         Log: Implement crlf layer - not ready for merge.
37963      Branch: perlio
37964            ! perlio.c win32/makefile.mk
37965 ____________________________________________________________________________
37966 [  7835] By: jhi                                   on 2000/11/23  15:56:52
37967         Log: STDCHAR is different in Sparc v9 vs x86.
37968      Branch: perl
37969            ! hints/solaris_2.sh
37970 ____________________________________________________________________________
37971 [  7834] By: jhi                                   on 2000/11/23  15:50:47
37972         Log: The type needs to be visible to protos.
37973      Branch: perl
37974            ! perl.h
37975 ____________________________________________________________________________
37976 [  7833] By: jhi                                   on 2000/11/23  15:40:46
37977         Log: Finish unfinished SOCKS workaround changes.
37978      Branch: perl
37979            ! doio.c
37980 ____________________________________________________________________________
37981 [  7832] By: jhi                                   on 2000/11/23  15:33:30
37982         Log: Integrate perlio.
37983      Branch: perl
37984           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37985           !> win32/makefile.mk
37986 ____________________________________________________________________________
37987 [  7831] By: nick                                  on 2000/11/23  10:31:07
37988         Log: Correct makefile.mk dependancies for ext/Filter/Util
37989              Build ext/Encode
37990              Run dmake regen_config_h
37991      Branch: perlio
37992            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37993            ! win32/makefile.mk
37994 ____________________________________________________________________________
37995 [  7830] By: nick                                  on 2000/11/23  08:05:07
37996         Log: Integrate mainline
37997      Branch: perlio
37998           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37999           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
38000           +> t/lib/filt-util.pl t/lib/filt-util.t
38001           !> (integrate 41 files)
38002 ____________________________________________________________________________
38003 [  7829] By: gsar                                  on 2000/11/23  03:07:11
38004         Log: build the Filter extension on windows
38005      Branch: perl
38006            ! win32/Makefile win32/makefile.mk
38007 ____________________________________________________________________________
38008 [  7828] By: gsar                                  on 2000/11/23  02:46:35
38009         Log: regenerate win32/config* and fix some inconsistencies in the
38010              makefiles; always export Perl_deb() because it is needed
38011              by ext/re/* (whether perl itself is built with -DDEBUGGING
38012              or not)
38013      Branch: perl
38014            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
38015            ! win32/config_H.vc win32/makefile.mk
38016 ____________________________________________________________________________
38017 [  7827] By: gsar                                  on 2000/11/23  02:18:38
38018         Log: get sources building on windows+MSVC again (untested with other
38019              compilers)
38020      Branch: perl
38021            ! win32/include/sys/socket.h win32/perllib.c
38022 ____________________________________________________________________________
38023 [  7826] By: jhi                                   on 2000/11/23  01:18:26
38024         Log: Update Changes.
38025      Branch: perl
38026            ! Changes patchlevel.h
38027 ____________________________________________________________________________
38028 [  7825] By: jhi                                   on 2000/11/23  00:20:41
38029         Log: Subject: Re: av.c patch (having slight problems)
38030              From: "Ben Tilly" <ben_tilly@hotmail.com>
38031              Date: Tue, 21 Nov 2000 23:29:31 -0500
38032              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
38033              
38034              unshift() speedup.
38035      Branch: perl
38036            ! av.c
38037 ____________________________________________________________________________
38038 [  7824] By: jhi                                   on 2000/11/22  23:59:15
38039         Log: Fixes for signedness warnings noticed by VMSperlers.
38040      Branch: perl
38041            ! ext/Storable/Storable.xs regcomp.c sv.c
38042 ____________________________________________________________________________
38043 [  7823] By: jhi                                   on 2000/11/22  23:19:31
38044         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
38045              From: Peter Prymmer <pvhp@forte.com>
38046              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
38047              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
38048      Branch: perl
38049            ! t/pragma/warn/pp_hot
38050 ____________________________________________________________________________
38051 [  7822] By: jhi                                   on 2000/11/22  22:52:20
38052         Log: Be clean.
38053      Branch: perl
38054            ! Makefile.SH
38055 ____________________________________________________________________________
38056 [  7821] By: jhi                                   on 2000/11/22  22:46:39
38057         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
38058              by Damian Conway, as suggested by Paul Marquess.
38059      Branch: perl
38060            + lib/Filter/Simple.pm
38061 ____________________________________________________________________________
38062 [  7820] By: jhi                                   on 2000/11/22  22:45:51
38063         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
38064      Branch: perl
38065            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38066            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38067            + t/lib/filt-util.t
38068            ! MANIFEST
38069 ____________________________________________________________________________
38070 [  7819] By: jhi                                   on 2000/11/22  22:03:27
38071         Log: Integrate perlio.
38072      Branch: perl
38073           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
38074           !> win32/makefile.mk
38075 ____________________________________________________________________________
38076 [  7818] By: jhi                                   on 2000/11/22  21:56:02
38077         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
38078      Branch: perl
38079            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
38080            ! t/lib/io_sock.t
38081 ____________________________________________________________________________
38082 [  7817] By: jhi                                   on 2000/11/22  21:39:49
38083         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
38084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38085              Date: Wed, 22 Nov 2000 16:08:12 -0500
38086              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
38087      Branch: perl
38088            ! lib/ExtUtils/Liblist.pm
38089 ____________________________________________________________________________
38090 [  7816] By: jhi                                   on 2000/11/22  21:38:25
38091         Log: Go ahead and #include <unistd.h> in perl.h.
38092      Branch: perl
38093            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
38094            ! util.c
38095 ____________________________________________________________________________
38096 [  7815] By: jhi                                   on 2000/11/22  21:22:52
38097         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
38098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38099              Date: Mon, 20 Nov 2000 18:30:52 -0500
38100              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
38101      Branch: perl
38102            ! pod/perlre.pod regcomp.c t/op/re_tests
38103 ____________________________________________________________________________
38104 [  7814] By: jhi                                   on 2000/11/22  21:21:46
38105         Log: Subject: [PATCH 5.7.0] Liblist finally works
38106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38107              Date: Tue, 21 Nov 2000 22:02:17 -0500
38108              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
38109      Branch: perl
38110            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
38111            ! lib/ExtUtils/MakeMaker.pm
38112 ____________________________________________________________________________
38113 [  7813] By: jhi                                   on 2000/11/22  21:20:23
38114         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
38115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38116              Date: Wed, 22 Nov 2000 17:53:15 +0100
38117              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
38118              
38119              AIX dynaloader and perlio patch.
38120      Branch: perl
38121            ! ext/DynaLoader/dl_aix.xs
38122 ____________________________________________________________________________
38123 [  7812] By: jhi                                   on 2000/11/22  21:17:52
38124         Log: (Accidentally empty patch.)
38125      Branch: perl
38126            ! av.c
38127 ____________________________________________________________________________
38128 [  7811] By: jhi                                   on 2000/11/22  21:16:31
38129         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
38130              From: Peter Prymmer <pvhp@forte.com>
38131              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
38132              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
38133      Branch: perl
38134            ! vms/test.com
38135 ____________________________________________________________________________
38136 [  7810] By: jhi                                   on 2000/11/22  21:15:36
38137         Log: Subject: Re: perl@7777 
38138              From: "John P. Linderman" <jpl@research.att.com>
38139              Date: Wed, 22 Nov 2000 13:11:11 -0500
38140              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
38141              
38142              Detypoing.
38143      Branch: perl
38144            ! lib/CPAN.pm
38145 ____________________________________________________________________________
38146 [  7809] By: jhi                                   on 2000/11/22  21:14:19
38147         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
38148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38149              Date:     Wed, 22 Nov 2000 13:51:37 EST
38150              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
38151      Branch: perl
38152            ! perlsdio.h
38153 ____________________________________________________________________________
38154 [  7808] By: jhi                                   on 2000/11/22  21:13:27
38155         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
38156              From: Casey Tweten <crt@kiski.net>
38157              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
38158              Message-Id: <200011201653.LAA10194@home.kiski.net>
38159      Branch: perl
38160            ! t/lib/io_udp.t
38161 ____________________________________________________________________________
38162 [  7807] By: jhi                                   on 2000/11/22  21:12:35
38163         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
38164              From: Casey Tweten <crt@kiski.net>
38165              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
38166              Message-Id: <200011201636.LAA07227@home.kiski.net>
38167      Branch: perl
38168            ! t/lib/io_sock.t
38169 ____________________________________________________________________________
38170 [  7806] By: jhi                                   on 2000/11/22  21:10:59
38171         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
38172              From: "Casey R. Tweten" <crt@kiski.net>
38173              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
38174              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
38175      Branch: perl
38176            ! utils/h2xs.PL
38177 ____________________________________________________________________________
38178 [  7805] By: nick                                  on 2000/11/22  21:05:06
38179         Log: Integrate mainline
38180      Branch: perlio
38181           !> Changes Porting/genlog ext/DB_File/DB_File.xs
38182           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
38183           !> utils/perlbug.PL
38184 ____________________________________________________________________________
38185 [  7804] By: jhi                                   on 2000/11/22  21:01:12
38186         Log: Subject: [PATCH] Test.pm POD peculiarity
38187              From: "Casey R. Tweten" <crt@kiski.net>
38188              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
38189              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
38190      Branch: perl
38191            ! lib/Test.pm
38192 ____________________________________________________________________________
38193 [  7803] By: jhi                                   on 2000/11/22  20:59:59
38194         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
38195              From: "Philip Newton" <pnewton@gmx.de>
38196              Date: Wed, 22 Nov 2000 14:25:53 +0100
38197              Message-Id: <3A1BD771.25462.1939FAD@localhost>
38198              
38199              Be case-understanding also on 's', and use the -oi of sendmail
38200              not to terminate the transmission on a lone '.'.
38201      Branch: perl
38202            ! utils/perlbug.PL
38203 ____________________________________________________________________________
38204 [  7802] By: nick                                  on 2000/11/22  20:51:42
38205         Log: Win32 PerlIO intermediate state now working as expected.
38206              - In current state we are still using C runtime in text/binary
38207              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
38208              - PERLIO=stdio and PERLIO=unix pass all expected tests.
38209              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
38210              and PerlIO_seek() and the dummy crlf layer is not making adjustments
38211              for CRLF translation happening in C runtime. All other tests pass.
38212              
38213              Added note to README.win32 to point out the snags of doing a perl build
38214              with Norton AntiVirus turned on.
38215              
38216              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
38217              which file a fail comes from.
38218              
38219              Updated "canned" config.h to match the one generated.
38220      Branch: perlio
38221            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
38222            ! win32/makefile.mk
38223 ____________________________________________________________________________
38224 [  7801] By: jhi                                   on 2000/11/22  06:50:20
38225         Log: Nickety nits.
38226      Branch: perl
38227            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38228 ____________________________________________________________________________
38229 [  7800] By: jhi                                   on 2000/11/22  01:29:55
38230         Log: Changes had accidentally gone too silent on non-main branches.
38231      Branch: perl
38232            ! Changes Porting/genlog patchlevel.h
38233 ____________________________________________________________________________
38234 [  7799] By: gsar                                  on 2000/11/22  01:02:56
38235         Log: some lib_pm.PL changes snuck in via change#7772
38236      Branch: maint-5.6/perl
38237            ! Makefile.SH
38238 ____________________________________________________________________________
38239 [  7798] By: nick                                  on 2000/11/21  21:59:40
38240         Log: Integrate mainline
38241      Branch: perlio
38242           !> (integrate 28 files)
38243 ____________________________________________________________________________
38244 [  7797] By: jhi                                   on 2000/11/21  21:01:45
38245         Log: Integrate perlio.
38246      Branch: perl
38247           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
38248 ____________________________________________________________________________
38249 [  7796] By: nick                                  on 2000/11/21  20:36:22
38250         Log: Win32 builds and runs (mostly) with USE_PERLIO.
38251              PERLIO=perlio passes all tests. 
38252              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
38253      Branch: perlio
38254            ! perlio.c win32/perllib.c win32/win32.c
38255 ____________________________________________________________________________
38256 [  7795] By: jhi                                   on 2000/11/21  19:03:44
38257         Log: Update Changes.
38258      Branch: perl
38259            ! Changes patchlevel.h
38260 ____________________________________________________________________________
38261 [  7794] By: jhi                                   on 2000/11/21  18:56:34
38262         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
38263              From: "Craig A. Berry" <craigberry@mac.com>
38264              Date: Mon, 20 Nov 2000 20:27:06 -0600
38265              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
38266              
38267              A cut-and-pasto.
38268      Branch: perl
38269            ! perlio.h
38270 ____________________________________________________________________________
38271 [  7793] By: jhi                                   on 2000/11/21  18:54:41
38272         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
38273              From: Dominic Dunlop <domo@computer.org> 
38274              Date: Mon, 20 Nov 2000 18:55:29 +0100
38275              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
38276              
38277              va_copy() and the need of it.
38278              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
38279      Branch: metaconfig/U/perl
38280            + need_va_copy.U
38281      Branch: perl
38282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38283            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
38284            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
38285            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38286            ! win32/config.bc win32/config.gc win32/config.vc
38287 ____________________________________________________________________________
38288 [  7792] By: jhi                                   on 2000/11/21  17:04:10
38289         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
38290      Branch: perl
38291           !> scope.h
38292 ____________________________________________________________________________
38293 [  7791] By: jhi                                   on 2000/11/21  17:01:16
38294         Log: Export the SOCKS workaround symbols only if necessary.
38295      Branch: perl
38296            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
38297 ____________________________________________________________________________
38298 [  7790] By: nick                                  on 2000/11/20  23:57:11
38299         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
38300      Branch: perlio
38301            ! scope.h
38302 ____________________________________________________________________________
38303 [  7789] By: nick                                  on 2000/11/20  23:38:33
38304         Log: Integrate mainline
38305      Branch: perlio
38306           +> lib/File/Spec/Epoc.pm
38307           !> (integrate 34 files)
38308 ____________________________________________________________________________
38309 [  7788] By: nick                                  on 2000/11/20  23:20:18
38310         Log: Make extra buffer layer work (dummy crlf layer)
38311      Branch: perlio
38312            ! doio.c perlio.c perlio.h
38313 ____________________________________________________________________________
38314 [  7787] By: jhi                                   on 2000/11/20  22:44:04
38315         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
38316              From: Peter Prymmer <pvhp@forte.com>
38317              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
38318              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
38319      Branch: perl
38320            ! t/pragma/locale.t
38321 ____________________________________________________________________________
38322 [  7786] By: jhi                                   on 2000/11/20  22:29:10
38323         Log: Subject: DOC PATCH 5.6.0 perlreftut
38324              From: mjd@plover.com
38325              Date: 20 Nov 2000 19:45:06 -0000
38326              Message-ID: <20001120194506.9505.qmail@plover.com>
38327      Branch: perl
38328            ! pod/perlreftut.pod
38329 ____________________________________________________________________________
38330 [  7785] By: jhi                                   on 2000/11/20  22:27:44
38331         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
38332              From: David Dyck <dcd@tc.fluke.com>
38333              Date: Mon, 20 Nov 2000 11:43:40 -0800
38334              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
38335      Branch: perl
38336            ! lib/Cwd.pm
38337 ____________________________________________________________________________
38338 [  7784] By: jhi                                   on 2000/11/20  22:23:21
38339         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
38340              Date: Mon, 20 Nov 2000 17:06:10 -0500
38341              To: Mailing list Perl5 <perl5-porters@perl.org>
38342              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
38343      Branch: perl
38344            ! pp_ctl.c t/op/pat.t
38345 ____________________________________________________________________________
38346 [  7783] By: jhi                                   on 2000/11/20  22:11:18
38347         Log: Subject: [PATCH] doop.c - UTF8 tr///               
38348              From: Simon Cozens <simon@cozens.net>
38349              Date: Sat, 18 Nov 2000 18:49:30 +0000
38350              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
38351              
38352              Subject: Re: [PATCH] doop.c - UTF8 tr///           
38353              From: Simon Cozens <simon@cozens.net>
38354              Date: Mon, 20 Nov 2000 20:45:22 +0000
38355              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
38356              
38357              Make tr on UTF-8 better but still not correct.
38358      Branch: perl
38359            ! doop.c
38360 ____________________________________________________________________________
38361 [  7782] By: jhi                                   on 2000/11/20  22:02:16
38362         Log: Remove the shared object before attempting to create
38363              (by linking) a new one.  E.g. in AIX not removing
38364              becomes quite painful if one tries to do more than one
38365              build in the same tree (an interrupted build, for example),
38366              since the AIX' shared dynaloader seemingly keeps the shared
38367              objects open and therefore 'busy' for quite a while, even when
38368              nobody is using the objects, leading into link failures.
38369      Branch: perl
38370            ! lib/ExtUtils/MM_Unix.pm
38371 ____________________________________________________________________________
38372 [  7781] By: gsar                                  on 2000/11/20  19:02:55
38373         Log: type mismatch due to faulty integration
38374      Branch: maint-5.6/perl
38375            ! toke.c win32/Makefile
38376 ____________________________________________________________________________
38377 [  7780] By: gsar                                  on 2000/11/20  17:31:55
38378         Log: integrate changes#6392,6394..6399,6401..6404
38379              
38380              The {multiplier} of a fixed substring was overlooked which
38381              caused a wrong initial search offset for that substring.
38382              
38383              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
38384              From: Hugo <hv@crypt.compulink.co.uk>
38385              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
38386              Date: Thu, 13 Jul 2000 19:27:13 +0100
38387              
38388              Fix the BOM bug: not a byteorder bug, a signedness bug.
38389              
38390              Replace change #6337 with a better one.
38391              
38392              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
38393              From: Hugo <hv@crypt.compulink.co.uk>
38394              Date: Fri, 14 Jul 2000 04:16:20 +0100
38395              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
38396              
38397              MakeMaker should not remove editor backups (*~) on `make clean`
38398              by default (completes change#6383)
38399              
38400              move new variables to the end of the interpreter structure (for
38401              bincompat in code that doesn't #include XSUB.h)
38402              
38403              rename totally bletcherous SvLOCK() thingy (doesn't do what the
38404              name suggests anyway)
38405              
38406              various cleanups (typos, misformatted code, and small bugs)
38407              
38408              typecasts needed for change#6394
38409              
38410              typos in change#6399, regen headers
38411              
38412              inconsistent types needs casts
38413              
38414              PERL_OBJECT build tweaks
38415      Branch: maint-5.6/perl
38416           !> MANIFEST doop.c embed.h embed.pl embedvar.h
38417           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
38418           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
38419           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
38420           !> toke.c util.c
38421 ____________________________________________________________________________
38422 [  7779] By: gsar                                  on 2000/11/20  17:06:29
38423         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
38424              
38425              Cosmetics and perldelta.
38426              
38427              Fix nits noticed by Boston.pm.
38428              
38429              Do the cc sanity check both before the hints and
38430              after the cc selction.
38431              
38432              get sprintf.t to adjust properly for 3-digit exponents
38433              
38434              don't clobber *.orig files on *clean targets
38435              
38436              fix bugs in processing %v-*d and similar format specs (from
38437              Avi Finkel <avi@finkel.org>)
38438              
38439              sprintf test tweaks (from Dominic Dunlop)
38440              
38441              new selfloader.t in change#6183 doesn't close DATA handles,
38442              and thus fails to clean up tmp files on dosish platforms
38443              
38444              typos (spotted by Peter Prymmer)
38445              
38446              typo fix from Craig Berry
38447      Branch: maint-5.6/perl
38448           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
38449           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
38450           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
38451           !> x2p/Makefile.SH
38452 ____________________________________________________________________________
38453 [  7778] By: gsar                                  on 2000/11/20  16:46:51
38454         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
38455              
38456              Subject: Re: format bug report  [Patch]
38457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38458              Date: Wed, 05 Jul 2000 13:12:52 +0200
38459              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
38460              
38461              Subject: Re: format bug report  [Patch]
38462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38463              Date: Wed, 05 Jul 2000 14:10:01 +0200
38464              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
38465              
38466              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
38467              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38468              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
38469              Date: Fri, 07 Jul 2000 17:57:16 +0100
38470              
38471              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
38472              To: perl5-porters@perl.org
38473              From: Karsten Sperling <spiff@phreax.net>
38474              Date: Mon, 10 Jul 2000 15:12:52 +0200
38475              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
38476              
38477              README.posix-bc podified from Thomas Dorner.
38478              
38479              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
38480              From: Dominic Dunlop <domo@computer.org>
38481              Date: Tue, 11 Jul 2000 12:27:33 +0200
38482              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
38483              
38484              Typo in #6341.
38485              
38486              Fix for
38487              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
38488              From: Roderick Schertler <roderick@argon.org>
38489              Date: Tue, 11 Jul 2000 13:55:05 -0400
38490              Message-Id: <200007111755.NAA05077@jones.argon.org>
38491              
38492              Minor cleanups on the booklist.
38493              
38494              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
38495              regen perltoc.
38496              
38497              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
38498      Branch: maint-5.6/perl
38499           +> pod/perlbook.pod
38500           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
38501           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
38502           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
38503 ____________________________________________________________________________
38504 [  7777] By: jhi                                   on 2000/11/20  16:08:49
38505         Log: Update Changes.
38506      Branch: perl
38507            ! Changes patchlevel.h
38508 ____________________________________________________________________________
38509 [  7776] By: jhi                                   on 2000/11/20  15:27:56
38510         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
38511              This may be overly harsh but until proven otherwise, we think this
38512              way, or until we have a simple test for Configure (having to start
38513              up servers is does not count as simple) to check for the problems.
38514      Branch: perl
38515            ! perl.h
38516 ____________________________________________________________________________
38517 [  7775] By: jhi                                   on 2000/11/20  15:22:17
38518         Log: Solaris hints tweaks.
38519      Branch: perl
38520            ! hints/solaris_2.sh
38521 ____________________________________________________________________________
38522 [  7774] By: jhi                                   on 2000/11/20  15:01:20
38523         Log: Add a workaround to SOCKS 64-bit problems.
38524      Branch: perl
38525            ! doio.c embed.h embed.pl perlsdio.h proto.h
38526 ____________________________________________________________________________
38527 [  7773] By: jhi                                   on 2000/11/20  14:51:47
38528         Log: sysseek() instead of seek().
38529      Branch: perl
38530            ! t/lib/syslfs.t
38531 ____________________________________________________________________________
38532 [  7772] By: gsar                                  on 2000/11/20  13:06:23
38533         Log: integrate changes#6315..6319,6321..6331,6333..6338
38534              
38535              Integrate with Sarathy, preliminary fix for unicos
38536              alignment problems in [ID 20000612.002] Perl problem on Cray system.
38537              
38538              some debugger output does not go to the socket when RemotePort is set
38539              
38540              winsock cleanup never done on Windows (leads to handle leaks)
38541              
38542              fix UNC path handling on Windows under ithreads, and chdir()
38543              return value when given a non-existent directory
38544              
38545              Autogenerate pod/Makefile and pod/buildtoc.
38546              buildtoc also checks whether the existin pods are
38547              mentioned in MANIFEST and perl.pod, and vice versa.
38548              (None of the thusly found discrepancies fixed yet.)
38549              roffitall also needs to be autogenerated similarly but it
38550              seems so badly out of date that I didn't touch it yet.
38551              
38552              Config is being used.
38553              
38554              Add =head1 NAMEs so that buildtoc is happy.
38555              (The CGI::Util nit reported to Lincoln.)
38556              
38557              Fix complaints of buildtoc.
38558              
38559              Fix the alignment problem in Crays ([ID 20000612.002]).
38560              
38561              Remove perlbook, update perlfaq book listing,
38562              rearrange perl.pod, regenerate perltoc.
38563              
38564              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
38565              was cast to an unsigned (32-bit) integer with wild abandon.
38566              
38567              winsock options weren't being set in all threads under ithreads
38568              (caused send()s from second and subsequent threads to fail)
38569              
38570              accept() leaks memory on windows due to incorrect ordering of
38571              closesocket() and fclose() calls
38572              
38573              Reorder perl.pod once more.
38574              
38575              More POSIX.pod tweaks.
38576              
38577              Sprinkle ldlibpath.
38578              
38579              Precedence goof, fix based on
38580              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
38581              From: Hugo <hv@crypt.compulink.co.uk>
38582              Date: Tue, 11 Jul 2000 12:52:38 +0100
38583              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
38584              
38585              Subject: PATCH perlguts.pod: Document D and d magic types
38586              From: mjd@plover.com
38587              Date: 5 Jul 2000 18:01:51 -0000
38588              Message-ID: <20000705180151.29413.qmail@plover.com>
38589              
38590              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
38591              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
38592              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
38593              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
38594              
38595              Subject: [PATCH cfgperl] $& segfaults if you trick it
38596              From: simon@brecon.co.uk (Simon Cozens)
38597              Date: 7 Jul 2000 11:26:09 GMT
38598              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
38599              
38600              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
38601              From: Hugo <hv@crypt.compulink.co.uk>
38602              Date: Tue, 11 Jul 2000 12:44:50 +0100
38603              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
38604              
38605              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
38606              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38607              Date: Tue, 11 Jul 2000 13:50:51 +0100
38608              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
38609      Branch: maint-5.6/perl
38610           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
38611           +> pod/buildtoc.PL
38612            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
38613           !> (integrate 26 files)
38614 ____________________________________________________________________________
38615 [  7771] By: gsar                                  on 2000/11/20  12:31:42
38616         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
38617              6310,6311,6314
38618              
38619              Subject: [PATCH bleedperl] File::Spec 0.82 beta
38620              From: Barrie Slaymaker <barries@jester.slaysys.com>
38621              Date: Wed, 28 Jun 2000 11:35:29 -0400
38622              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
38623              
38624              tweak perlembed for multiplicity/usethreads sanity; correct notes
38625              about Windows
38626              
38627              localize %INC in a Safe compartment so that use/require work
38628              (many other magic globals probably need similar treatment)
38629              
38630              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
38631              when @_ is modified, causing coredumps
38632              
38633              slurp mode fix in change#4736 still not quite right
38634              
38635              Point to perlipc for more SysV IPC examples.
38636              
38637              Elaborate POSIX.pod.  Still needs work.
38638              
38639              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
38640              
38641              fix large memory leak that has been around for ever, masked by
38642              -DPURIFY (most of the arenas were never freed!)
38643              
38644              fix memory leak on Windows (PL_sys_intern contents were never
38645              freed)
38646              
38647              PERL_OBJECT build tweak
38648              
38649              adjust change#6299
38650              
38651              remove rel2abs prototypes (from Barrie Slaymaker)
38652              
38653              missing perldiag entry for unpack("w",...) diagnostic (from
38654              Andreas Koenig)
38655              
38656              better diagnostic on Frob->stuff() when Frob:: doesn't exist
38657              (from Richard Soderberg <rs@oregonnet.com>)
38658              
38659              Win32 patches for cfgperl from Sarathy.
38660              
38661              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
38662              
38663              More POSIX.pod embellishment.
38664              
38665              tyop in change#6306
38666      Branch: maint-5.6/perl
38667           !> (integrate 44 files)
38668 ____________________________________________________________________________
38669 [  7770] By: gsar                                  on 2000/11/20  11:51:00
38670         Log: integrate changes#6268..6282 from cfgperl branch
38671              
38672              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
38673              From: Dominic Dunlop <domo@computer.org>
38674              Date: Thu, 29 Jun 2000 12:32:39 +0200
38675              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
38676              
38677              Regen headers for #6261 (and update embed.pl for this) and #6267,
38678              silence few compiler warnings.
38679              
38680              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
38681              From: Nicholas Clark <nick@talking.bollo.cx>
38682              Date: Fri, 23 Jun 2000 16:21:15 +0100
38683              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
38684              
38685              Subject: PATCH pod/perltie.pod
38686              From: Ian Phillipps <Ian.Phillipps@iname.com>
38687              Date: Fri, 16 Jun 2000 00:17:19 +0100
38688              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
38689              (only the first hunk, the second hunk had already been done
38690              by some other patch)
38691              
38692              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
38693              From: Tom Phoenix <rootbeer@redcat.com>
38694              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
38695              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
38696              
38697              Subject: [PATCH] xsub attributes
38698              From: Doug MacEachern <dougm@covalent.net>
38699              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
38700              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
38701              
38702              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
38703              From: Andy Dougherty <doughera@lafayette.edu>
38704              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
38705              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
38706              
38707              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
38708              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38709              Date: Tue, 13 Jun 2000 02:43:48 -0500
38710              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
38711              
38712              Subject: [PATCH] Re: eval documentation: context
38713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38714              Date: Mon, 12 Jun 2000 15:07:29 +0100
38715              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
38716              
38717              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
38718              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38719              Date: Mon, 12 Jun 2000 14:55:59 +0100
38720              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
38721              
38722              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
38723              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
38724              Date: Fri, 09 Jun 2000 12:39:27 -0400
38725              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
38726              (plus update the version "number" of Text::Wrap)
38727              
38728              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
38729              From: Tim Ayers <tayers@bridge.com>
38730              Date: Thu, 08 Jun 2000 08:11:06 +0200
38731              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
38732              [resent by Richard Foley, Message-Id probably wrong]
38733              
38734              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
38735              From: rspier@pobox.com (Robert Spier)
38736              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
38737              Message-ID: <14654.31913.845602.610277@rls.cx>
38738              
38739              Subject: [PATCH 5.6.0] utils/h2xs.PL
38740              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38741              Date: Wed, 7 Jun 2000 04:02:04 -0500
38742              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
38743              
38744              Subject: [PATCH 5.6.0]ITHREADs for VMS
38745              From: Dan Sugalski <dan@sidhe.org>
38746              Date: Tue, 06 Jun 2000 11:59:50 -0400
38747              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
38748      Branch: maint-5.6/perl
38749           !> (integrate 31 files)
38750 ____________________________________________________________________________
38751 [  7769] By: gsar                                  on 2000/11/20  11:29:06
38752         Log: integrate changes#6261..6266 from cfgperl
38753              
38754              Subject: Re: [PATCH cfgperl] BOMs away!
38755              From: simon@brecon.co.uk (Simon Cozens)
38756              Date: 17 Jun 2000 11:49:57 GMT
38757              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
38758              
38759              Subject: 5.6.0 Patch for EPOC
38760              From: Olaf Flebbe <o.flebbe@gmx.de>
38761              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
38762              Message-ID: <23449.960929969@www11.gmx.net>
38763              
38764              tr fixes from Simon Cozens
38765              
38766              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
38767              From: Marty Lucich <marty@netcom.com>
38768              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
38769              Message-Id: <200006282116.OAA11148@netcom.com>
38770              ccdlflags update (the BSD/OS 4.1 part had already been taken
38771              care of by #6141).
38772              
38773              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
38774              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38775              Date: Wed, 28 Jun 2000 17:50:12 -0700
38776              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
38777              
38778              Subject: [PATCH 5.6.0] cygwin port
38779              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
38780              From: "Fifer, Eric" <EFifer@sanwaint.com>
38781              Date: Thu, 29 Jun 2000 12:58:29 +0100
38782      Branch: maint-5.6/perl
38783           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
38784           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
38785           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38786           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
38787 ____________________________________________________________________________
38788 [  7768] By: gsar                                  on 2000/11/20  11:13:44
38789         Log: integrate changes#6252..6256,6259..6260
38790              
38791              Paranoia tweak on #6249.
38792              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38793              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38794              Date: Sun, 25 Jun 2000 23:43:12 -0400
38795              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
38796              
38797              Subject: tr///, help wanted.
38798              From: simon@brecon.co.uk (Simon Cozens)
38799              Date: 28 Jun 2000 11:29:04 GMT
38800              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
38801              
38802              small thinko tweaks
38803              
38804              tweaks from Simon Conzes to further fix tr/// under utf8
38805              
38806              perlnewmod was missing from MANIFEST.
38807              
38808              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
38809              From: simon@brecon.co.uk (Simon Cozens)
38810              Date: 17 Jun 2000 11:56:44 GMT
38811              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
38812              pack U0, pack C0
38813      Branch: maint-5.6/perl
38814           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
38815           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
38816           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
38817           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
38818 ____________________________________________________________________________
38819 [  7767] By: gsar                                  on 2000/11/20  10:51:38
38820         Log: integrate change#6250 from cfgperl
38821              
38822              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
38823              From: Doug MacEachern <dougm@covalent.net>
38824              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
38825              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
38826      Branch: maint-5.6/perl
38827           +> t/op/my_stash.t
38828           !> MANIFEST embed.pl global.sym proto.h toke.c
38829 ____________________________________________________________________________
38830 [  7766] By: gsar                                  on 2000/11/20  10:48:34
38831         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
38832              
38833              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
38834              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38835              Date: Mon, 26 Jun 2000 18:40:14 +0100
38836              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
38837              
38838              Subject: [PATCH] bytes<->utf8 fixes
38839              From: simon@brecon.co.uk (Simon Cozens)
38840              Date: 26 Jun 2000 04:55:45 GMT
38841              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
38842              
38843              Subject: [PATCH] is_utf8_string
38844              From: simon@brecon.co.uk (Simon Cozens)
38845              Date: 26 Jun 2000 02:25:59 GMT
38846              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
38847              
38848              Subject: [PATCH] avoid mg_ptr in '*' magic
38849              From: Doug MacEachern <dougm@covalent.net>
38850              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
38851              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
38852              
38853              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
38854              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38855              Date: Sat, 24 Jun 2000 13:06:20 +0100
38856              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
38857              
38858              Allow for standalone testing.
38859              
38860              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
38861              From: Mark-Jason Dominus <mjd@plover.com>
38862              Date: Tue, 27 Jun 2000 22:36:42 -0400
38863              Message-ID: <20000628023642.12166.qmail@plover.com>
38864              
38865              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38866              From: Frank Tobin <ftobin@uiuc.edu>
38867              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
38868              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
38869      Branch: maint-5.6/perl
38870           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
38871           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
38872           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
38873           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
38874           !> utf8.c utils/h2xs.PL
38875 ____________________________________________________________________________
38876 [  7765] By: gsar                                  on 2000/11/20  10:29:13
38877         Log: integrate change#6239 from cfgperl
38878              
38879              Configure maintenance.  Sever some dependency cycles,
38880              separate gccversion from the cc unit,
38881              address [ID 20000623.006] Configure script patch for using gcc on AIX
38882              (but solve it a little bit differently),
38883              unduplex some accidentally duplicated units,
38884              suggest using gcc if no cc available
38885              (p5p thread: "Solaris configure: counterproposal", 1999-09)
38886      Branch: maint-5.6/perl
38887           !> Configure Todo-5.6 config_h.SH
38888 ____________________________________________________________________________
38889 [  7764] By: gsar                                  on 2000/11/20  10:25:55
38890         Log: integrate changes#6233..6238 from cfgperl
38891              
38892              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
38893              From: Mark-Jason Dominus <mjd@plover.com>
38894              Date: Fri, 16 Jun 2000 20:53:04 -0400
38895              Message-ID: <20000617005304.8008.qmail@plover.com>
38896              
38897              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
38898              because when run as services (Win32ese for daemons)
38899              no environment variables are set and tmpdir ends up as /tmp,
38900              which is ambiguous.
38901              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
38902              From: matt@sergeant.org
38903              Date: 16 Jun 2000 16:30:43 -0000
38904              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
38905              
38906              The thread begun by
38907              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
38908              From: Kevin.Ruscoe@ubsw.com
38909              Date: Fri, 16 Jun 2000 16:38:51 +0100
38910              Message-Id: <H000019b03c300d6@MHS>
38911              
38912              Tweak embed.pl, regen headers.
38913              
38914              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
38915              From: Dan Sugalski <dan@sidhe.org>
38916              Date: Fri, 23 Jun 2000 17:00:00 -0400
38917              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
38918      Branch: maint-5.6/perl
38919           !> (integrate 27 files)
38920 ____________________________________________________________________________
38921 [  7763] By: gsar                                  on 2000/11/20  10:08:08
38922         Log: s/perl56delta/perldelta/g
38923      Branch: maint-5.6/perl
38924            ! pod/Makefile
38925 ____________________________________________________________________________
38926 [  7762] By: gsar                                  on 2000/11/20  10:04:00
38927         Log: integrate changes#6225,6229,6231,6232 from cfgperl
38928              
38929              Add source code filenames to apidoc.
38930              From: simon@brecon.co.uk (Simon Cozens)
38931              Subject: [PATCH embed.pl] Source X-ref
38932              Date: 22 Jun 2000 02:18:49 GMT
38933              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
38934              
38935              Subject: README.hpux version 0.6.1
38936              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
38937              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
38938              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
38939              
38940              Subject: [PATCH 5.6.0] cygwin port
38941              From: "Fifer, Eric" <EFifer@sanwaint.com>
38942              Date: Tue, 20 Jun 2000 14:30:58 +0100
38943              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
38944              
38945              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
38946              From: simon@brecon.co.uk (Simon Cozens)
38947              Date: 19 Jun 2000 15:18:27 GMT
38948              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
38949              
38950              plus update pod/Makefile and regenerate perltoc
38951      Branch: maint-5.6/perl
38952           +> pod/perlutil.pod
38953           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
38954           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
38955 ____________________________________________________________________________
38956 [  7761] By: jhi                                   on 2000/11/20  04:09:55
38957         Log: Miraculous typo.
38958      Branch: perl
38959            ! t/op/pat.t
38960 ____________________________________________________________________________
38961 [  7760] By: jhi                                   on 2000/11/20  04:06:08
38962         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
38963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38964              Date: Sun, 19 Nov 2000 22:30:26 -0500
38965              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
38966      Branch: perl
38967            ! regexec.c scope.h t/op/pat.t
38968 ____________________________________________________________________________
38969 [  7759] By: jhi                                   on 2000/11/20  02:05:22
38970         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
38971      Branch: perl
38972            ! perl.h
38973 ____________________________________________________________________________
38974 [  7758] By: jhi                                   on 2000/11/20  01:58:11
38975         Log: Subject: [perl 7711: EPOC] updates
38976              From: Olaf Flebbe <o.flebbe@gmx.de>
38977              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
38978              Message-ID: <25575.974658810@www23.gmx.net>               
38979      Branch: perl
38980            + lib/File/Spec/Epoc.pm
38981            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
38982            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
38983            ! lib/File/Spec.pm perl.c sv.c
38984 ____________________________________________________________________________
38985 [  7757] By: jhi                                   on 2000/11/20  01:53:11
38986         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
38987      Branch: perl
38988            ! MANIFEST
38989 ____________________________________________________________________________
38990 [  7756] By: jhi                                   on 2000/11/20  01:47:22
38991         Log: Integrate perlio.
38992      Branch: perl
38993            - ext/re/hints/MSWin32.pl
38994           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
38995           !> win32/config.gc win32/config_H.gc win32/win32sck.c
38996 ____________________________________________________________________________
38997 [  7755] By: nick                                  on 2000/11/19  20:57:17
38998         Log: Add dummy crlf layer (just as buffer)
38999              Correct 1st bug - one layer of indirection.
39000      Branch: perlio
39001            ! perlio.c perlio.h perliol.h
39002 ____________________________________________________________________________
39003 [  7754] By: nick                                  on 2000/11/19  20:56:12
39004         Log: Work-round to Perl_deb_nocontext is no longer required
39005      Branch: perlio
39006            - ext/re/hints/MSWin32.pl
39007 ____________________________________________________________________________
39008 [  7753] By: nick                                  on 2000/11/19  20:01:16
39009         Log: diff -se shows these as different
39010      Branch: perlio
39011            ! global.sym pod/perlapi.pod
39012 ____________________________________________________________________________
39013 [  7752] By: nick                                  on 2000/11/19  18:57:30
39014         Log: Configure GCC/Win32 build -Duseperlio
39015              Fix a couple of gross issues
39016              - double-include of ../deb.o in re.dll
39017              - win32sck.c needs PerlIO and FILE 
39018      Branch: perlio
39019            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
39020            ! win32/win32sck.c
39021 ____________________________________________________________________________
39022 [  7751] By: nick                                  on 2000/11/19  17:05:36
39023         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
39024      Branch: perlio
39025            ! perlio.c
39026 ____________________________________________________________________________
39027 [  7750] By: nick                                  on 2000/11/19  16:57:14
39028         Log: Missing aTHX_
39029      Branch: perlio
39030            ! sv.c
39031 ____________________________________________________________________________
39032 [  7749] By: jhi                                   on 2000/11/19  16:28:40
39033         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
39034              From: "Peter J. Farley III" <pjfarley@banet.net>
39035              Date: Sun, 19 Nov 2000 01:42:58 -0500
39036              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
39037      Branch: perl
39038            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
39039 ____________________________________________________________________________
39040 [  7748] By: jhi                                   on 2000/11/19  16:08:10
39041         Log: Subject: podlators 1.05 available        
39042              From: Russ Allbery <rra@stanford.edu>   
39043              Date: 18 Nov 2000 22:04:28 -0800
39044              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
39045      Branch: perl
39046            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
39047 ____________________________________________________________________________
39048 [  7747] By: nick                                  on 2000/11/19  11:19:39
39049         Log: Integrate mainline
39050      Branch: perlio
39051           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
39052           !> util.c
39053 ____________________________________________________________________________
39054 [  7746] By: jhi                                   on 2000/11/19  06:42:22
39055         Log: Make hex scanning warn on "\x{x}" and "\xx".
39056              "\x" and and hex("x") are still valid.
39057      Branch: perl
39058            ! util.c
39059 ____________________________________________________________________________
39060 [  7745] By: nick                                  on 2000/11/18  22:52:28
39061         Log: Integrate mainline
39062      Branch: perlio
39063           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
39064           !> perl.h perlio.c proto.h regcomp.c regcomp.h
39065 ____________________________________________________________________________
39066 [  7744] By: jhi                                   on 2000/11/18  22:50:28
39067         Log: Introduce Perl_utf8_length().  Use it.
39068      Branch: perl
39069            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
39070 ____________________________________________________________________________
39071 [  7743] By: jhi                                   on 2000/11/18  22:38:51
39072         Log: Compiler denit.
39073      Branch: perl
39074            ! perlio.c
39075 ____________________________________________________________________________
39076 [  7742] By: jhi                                   on 2000/11/18  20:33:05
39077         Log: Integrate perlio.
39078      Branch: perl
39079           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
39080           !> perlio.h pp_ctl.c pp_sys.c sv.c
39081 ____________________________________________________________________________
39082 [  7741] By: jhi                                   on 2000/11/18  20:31:27
39083         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
39084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39085              Date: Fri, 17 Nov 2000 20:35:11 -0500
39086              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
39087              
39088              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
39089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39090              Date: Fri, 17 Nov 2000 21:03:47 -0500
39091              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
39092              
39093              Plus a little bit of tweaking in pregcomp().
39094      Branch: perl
39095            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
39096 ____________________________________________________________________________
39097 [  7740] By: nick                                  on 2000/11/18  20:17:22
39098         Log: Lexical use open ... support:
39099              add ->cop_io to COP structure in cop.h.
39100              Make mg.c and gv.c associate it with ${^OPEN}.
39101              Make lib/open.pm set it.
39102              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
39103              manner similar to ->cop_warnings.
39104              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
39105              call new PerlIO_apply_layers().
39106              Declare latter in perlio.h and define in perlio.c
39107      Branch: perlio
39108            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
39109            ! perlio.h pp_ctl.c pp_sys.c sv.c
39110 ____________________________________________________________________________
39111 [  7739] By: jhi                                   on 2000/11/18  19:54:00
39112         Log: Integrate perlio.
39113      Branch: perl
39114           !> doio.c perlio.c pp.c
39115 ____________________________________________________________________________
39116 [  7738] By: jhi                                   on 2000/11/18  17:16:13
39117         Log: Subject: [PATCH 5.7.0] etags broken again
39118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39119              Date: Sat, 18 Nov 2000 02:41:36 -0500
39120              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
39121      Branch: perl
39122            ! emacs/ptags
39123 ____________________________________________________________________________
39124 [  7737] By: jhi                                   on 2000/11/18  17:12:18
39125         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
39126      Branch: perl
39127            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39128 ____________________________________________________________________________
39129 [  7736] By: nick                                  on 2000/11/18  14:06:20
39130         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
39131              part to be isolated.
39132      Branch: perlio
39133            ! doio.c perlio.c
39134 ____________________________________________________________________________
39135 [  7735] By: nick                                  on 2000/11/18  11:03:32
39136         Log: Integrate mainline
39137      Branch: perlio
39138           !> Changes README.amiga README.win32 patchlevel.h
39139           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
39140 ____________________________________________________________________________
39141 [  7734] By: jhi                                   on 2000/11/18  01:18:56
39142         Log: Update Changes.
39143      Branch: perl
39144            ! Changes patchlevel.h
39145 ____________________________________________________________________________
39146 [  7733] By: jhi                                   on 2000/11/18  00:32:54
39147         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
39148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39149              Date: Fri, 17 Nov 2000 17:28:02 -0500
39150              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
39151      Branch: perl
39152            ! regcomp.c regexec.c t/op/re_tests
39153 ____________________________________________________________________________
39154 [  7732] By: jhi                                   on 2000/11/18  00:28:56
39155         Log: Sparc 64-bit pack() fix from Jens Hamisch.
39156      Branch: perl
39157            ! pp.c
39158 ____________________________________________________________________________
39159 [  7731] By: jhi                                   on 2000/11/18  00:18:39
39160         Log: Explain in more detail the {} syntax ambiguousity.
39161              
39162              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
39163              From: Nicholas Clark <nick@ccl4.org>
39164              Date: Fri, 17 Nov 2000 22:10:28 +0000
39165              Message-ID: <20001117221028.A88930@plum.flirble.org>
39166      Branch: perl
39167            ! pod/perlfunc.pod
39168 ____________________________________________________________________________
39169 [  7730] By: jhi                                   on 2000/11/18  00:12:18
39170         Log: Subject: Fix for README.amiga (20000323.033)
39171              From: "Stephen P. Potter" <spp@spotter.yi.org>
39172              Date: Fri, 17 Nov 2000 12:25:51 -0500
39173              Message-Id: <200011171725.MAA05768@spotter.yi.org>
39174      Branch: perl
39175            ! README.amiga
39176 ____________________________________________________________________________
39177 [  7729] By: jhi                                   on 2000/11/18  00:08:34
39178         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
39179              From: "A. C. Yardley" <yardley@tanet.net>
39180              Date: Mon, 3 Apr 2000 11:35:33 -0700
39181              Message-ID: <3483.000403@tanet.net>
39182      Branch: perl
39183            ! README.win32
39184 ____________________________________________________________________________
39185 [  7728] By: nick                                  on 2000/11/17  21:59:47
39186         Log: Integrate mainline
39187      Branch: perlio
39188           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
39189           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
39190           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
39191           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
39192 ____________________________________________________________________________
39193 [  7727] By: nick                                  on 2000/11/17  21:56:31
39194         Log: Experiment on use of attributes.pm interface.
39195              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
39196              SVt_PVRV if not already something better (else vivify of say magic gets
39197              core dump).
39198      Branch: perlio
39199            ! perlio.c pp.c
39200 ____________________________________________________________________________
39201 [  7726] By: jhi                                   on 2000/11/17  14:15:49
39202         Log: Subject: Fix for 20000815.006
39203              From: "Stephen P. Potter" <spp@spotter.yi.org>
39204              Date: Fri, 17 Nov 2000 08:57:45 -0500
39205              Message-Id: <200011171357.IAA05122@spotter.yi.org>
39206              
39207              It's really 20000518.006.
39208      Branch: perl
39209            ! pod/perlmodlib.PL
39210 ____________________________________________________________________________
39211 [  7725] By: jhi                                   on 2000/11/17  14:12:31
39212         Log: Subject: Fix for 20000409.001
39213              From: "Stephen P. Potter" <spp@spotter.yi.org>
39214              Date: Fri, 17 Nov 2000 08:55:45 -0500
39215              Message-Id: <200011171355.IAA05104@spotter.yi.org>
39216      Branch: perl
39217            ! pod/perlfaq9.pod
39218 ____________________________________________________________________________
39219 [  7724] By: jhi                                   on 2000/11/17  14:08:58
39220         Log: Undo #7627 now that we have =head3.
39221      Branch: perl
39222            ! pod/perlhack.pod
39223 ____________________________________________________________________________
39224 [  7723] By: jhi                                   on 2000/11/17  14:04:09
39225         Log: As surmised the #7719 wasn't a good move.
39226      Branch: perl
39227            ! hints/solaris_2.sh
39228 ____________________________________________________________________________
39229 [  7722] By: jhi                                   on 2000/11/17  13:59:04
39230         Log: Also the 64bitall hints can be either here or there.
39231      Branch: perl
39232            ! hints/solaris_2.sh
39233 ____________________________________________________________________________
39234 [  7721] By: jhi                                   on 2000/11/17  02:26:23
39235         Log: Test tweak for the open pragma.
39236      Branch: perl
39237            ! t/lib/b.t
39238 ____________________________________________________________________________
39239 [  7720] By: jhi                                   on 2000/11/17  00:23:22
39240         Log: The long double hints can be here or there.
39241      Branch: perl
39242            ! hints/solaris_2.sh
39243 ____________________________________________________________________________
39244 [  7719] By: jhi                                   on 2000/11/17  00:14:06
39245         Log: For Solaris use64bitall the stdchar needs a little bit of help.
39246      Branch: perl
39247            ! hints/solaris_2.sh
39248 ____________________________________________________________________________
39249 [  7718] By: jhi                                   on 2000/11/16  23:27:34
39250         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
39251              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39252              Date: Wed, 15 Nov 2000 08:56:32 +0100
39253              Message-ID: <3A1241B0.64477E00@alcatel.at>
39254      Branch: perl
39255            ! lib/Carp/Heavy.pm
39256 ____________________________________________________________________________
39257 [  7717] By: jhi                                   on 2000/11/16  23:23:29
39258         Log: Subject: [PATCH] Re: 20001101.003 PDL
39259              From: Nicholas Clark <nick@ccl4.org>
39260              Date: Thu, 16 Nov 2000 16:48:25 +0000
39261              Message-ID: <20001116164825.B93487@plum.flirble.org>
39262      Branch: perl
39263            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
39264 ____________________________________________________________________________
39265 [  7716] By: jhi                                   on 2000/11/16  23:21:31
39266         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
39267              From: "Casey R. Tweten" <crt@kiski.net>
39268              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
39269              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
39270      Branch: perl
39271            ! lib/Pod/Checker.pm pod/perlpod.pod
39272 ____________________________________________________________________________
39273 [  7715] By: jhi                                   on 2000/11/16  23:19:40
39274         Log: Avoid an infinite loop in VMS when utils scripts are run
39275              with no arguments, from Charles Lane.
39276      Branch: perl
39277            ! configure.com
39278 ____________________________________________________________________________
39279 [  7714] By: jhi                                   on 2000/11/16  23:17:08
39280         Log: Subject: perllocale.pod changes
39281              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39282              Date: Mon, 13 Nov 2000 10:09:22 +0300
39283              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
39284      Branch: perl
39285            ! pod/perllocale.pod
39286 ____________________________________________________________________________
39287 [  7713] By: jhi                                   on 2000/11/16  23:14:06
39288         Log: Integrate perlio.
39289      Branch: perl
39290           !> doio.c perlio.c perlio.h util.c
39291 ____________________________________________________________________________
39292 [  7712] By: nick                                  on 2000/11/16  21:10:58
39293         Log: Integrate mainline
39294      Branch: perlio
39295           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39296           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
39297           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
39298           !> vos/config.ga.def vos/config.ga.h win32/config.bc
39299           !> win32/config.gc win32/config.vc
39300 ____________________________________________________________________________
39301 [  7711] By: nick                                  on 2000/11/16  19:56:41
39302         Log: Minor tweaks:
39303              consistent way of getting 'rb', 'wb' etc. for binary opens
39304              move *perlio::layers to *open::layers
39305              a #define to show layers available
39306              DOSISH popen/PerlIO had export/import sense inverted.
39307      Branch: perlio
39308            ! doio.c perlio.c perlio.h util.c
39309 ____________________________________________________________________________
39310 [  7710] By: jhi                                   on 2000/11/16  15:46:05
39311         Log: Add HAS_SBRK_PROTO.
39312      Branch: metaconfig/U/perl
39313            + d_sbrkproto.U
39314      Branch: perl
39315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39316            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
39317            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
39318            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39319            ! win32/config.gc win32/config.vc
39320 ____________________________________________________________________________
39321 [  7709] By: nick                                  on 2000/11/16  07:31:49
39322         Log: Integrate mainline
39323      Branch: perlio
39324           !> (integrate 35 files)
39325 ____________________________________________________________________________
39326 [  7708] By: jhi                                   on 2000/11/16  05:33:03
39327         Log: These files are text, not binary.
39328      Branch: perl
39329            ! ext/Encode/Encode/iso8859-10.enc
39330            ! ext/Encode/Encode/iso8859-13.enc
39331            ! ext/Encode/Encode/iso8859-14.enc
39332            ! ext/Encode/Encode/iso8859-15.enc
39333 ____________________________________________________________________________
39334 [  7707] By: jhi                                   on 2000/11/16  01:53:37
39335         Log: Update Changes.
39336      Branch: perl
39337            ! Changes patchlevel.h
39338 ____________________________________________________________________________
39339 [  7706] By: jhi                                   on 2000/11/16  01:35:59
39340         Log: More #undefing of stdio.
39341      Branch: perl
39342            ! fakesdio.h nostdio.h
39343 ____________________________________________________________________________
39344 [  7705] By: jhi                                   on 2000/11/16  01:34:18
39345         Log: Add fwalk() probe to the configuration files and regen perltoc.
39346      Branch: perl
39347            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39348            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
39349            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
39350            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39351            ! win32/config.bc win32/config.gc win32/config.vc
39352 ____________________________________________________________________________
39353 [  7704] By: jhi                                   on 2000/11/16  01:33:07
39354         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
39355              an optional third argument to Inlibc?)
39356      Branch: metaconfig/U/perl
39357            + d__fwalk.U
39358 ____________________________________________________________________________
39359 [  7703] By: jhi                                   on 2000/11/16  01:09:22
39360         Log: The type of the hash_cb() size argument is tricky.
39361      Branch: perl
39362            ! ext/DB_File/DB_File.xs
39363 ____________________________________________________________________________
39364 [  7702] By: jhi                                   on 2000/11/15  23:01:16
39365         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
39366      Branch: perl
39367            ! nostdio.h
39368 ____________________________________________________________________________
39369 [  7701] By: jhi                                   on 2000/11/15  22:52:32
39370         Log: Detypo.
39371      Branch: perl
39372            ! t/lib/bigfltpm.t
39373 ____________________________________________________________________________
39374 [  7700] By: jhi                                   on 2000/11/15  22:51:56
39375         Log: UINT64_C() work continues.
39376      Branch: perl
39377            ! handy.h perl.h utf8.h
39378 ____________________________________________________________________________
39379 [  7699] By: jhi                                   on 2000/11/15  14:13:04
39380         Log: SOCKS has its own USE_THREADS, based on
39381              
39382              Subject: [ID 20001114.002] et. al. bugfix followup
39383              From: Jens Hamisch <jens@Strawberry.COM> 
39384              Date: Wed, 15 Nov 2000 14:23:11 +0100
39385              Message-ID: <20001115142311.A21164@Strawberry.COM>
39386      Branch: perl
39387            ! perl.h
39388 ____________________________________________________________________________
39389 [  7698] By: jhi                                   on 2000/11/15  03:50:56
39390         Log: Add few missing #undefs and sort them.
39391      Branch: perl
39392            ! fakesdio.h
39393 ____________________________________________________________________________
39394 [  7697] By: jhi                                   on 2000/11/15  03:39:14
39395         Log: Linenumber fix.
39396      Branch: perl
39397            ! t/pragma/warn/utf8
39398 ____________________________________________________________________________
39399 [  7696] By: jhi                                   on 2000/11/15  02:55:26
39400         Log: EBCDIC tweaks.
39401              
39402              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
39403              From: Peter Prymmer <pvhp@forte.com>
39404              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
39405              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
39406      Branch: perl
39407            ! t/op/regmesg.t t/pragma/warn/utf8
39408 ____________________________________________________________________________
39409 [  7695] By: jhi                                   on 2000/11/15  02:53:58
39410         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
39411              From: Peter Prymmer <pvhp@forte.com>
39412              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
39413              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
39414      Branch: perl
39415            ! utf8.c
39416 ____________________________________________________________________________
39417 [  7694] By: jhi                                   on 2000/11/15  02:50:55
39418         Log: Subject: [PATCH: perl@7674] updates to README.os390
39419              From: Prymmer/Kahn <pvhp@best.com>
39420              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
39421              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
39422      Branch: perl
39423            ! README.os390
39424 ____________________________________________________________________________
39425 [  7693] By: jhi                                   on 2000/11/15  02:48:37
39426         Log: Quit utf8_to_uv() instantly if curlen == 0.
39427      Branch: perl
39428            ! utf8.c
39429 ____________________________________________________________________________
39430 [  7692] By: jhi                                   on 2000/11/15  02:24:29
39431         Log: Use u_int32_t for the size of hash_cb(), not size_t.
39432              
39433              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
39434              From: Jens Hamisch <jens@Strawberry.COM>     
39435              Date: Tue, 14 Nov 2000 19:03:55 +0100
39436              Message-Id: <20001114190355.A20559@Strawberry.COM>
39437      Branch: perl
39438            ! ext/DB_File/DB_File.xs
39439 ____________________________________________________________________________
39440 [  7691] By: jhi                                   on 2000/11/15  02:20:12
39441         Log: Use UINT64_C().
39442              
39443              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
39444              From: Jens Hamisch <jens@Strawberry.COM>
39445              Date: Tue, 14 Nov 2000 19:16:23 +0100
39446              Message-Id: <20001114191623.G20559@Strawberry.COM>
39447      Branch: perl
39448            ! utf8.c utf8.h
39449 ____________________________________________________________________________
39450 [  7690] By: jhi                                   on 2000/11/15  02:17:06
39451         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
39452              (a macro to define signed and unsigned integer constants).
39453      Branch: perl
39454            ! handy.h
39455 ____________________________________________________________________________
39456 [  7689] By: jhi                                   on 2000/11/15  01:56:51
39457         Log: Regen Configure.
39458      Branch: perl
39459            ! Configure
39460 ____________________________________________________________________________
39461 [  7688] By: jhi                                   on 2000/11/15  01:56:32
39462         Log: Make the unit know about SOCKS.
39463      Branch: metaconfig
39464            ! U/protos/socksizetype.U
39465 ____________________________________________________________________________
39466 [  7687] By: jhi                                   on 2000/11/15  01:54:47
39467         Log: Remove unused dependencies.
39468      Branch: metaconfig
39469            ! U/compline/d_getpagsz.U
39470 ____________________________________________________________________________
39471 [  7686] By: nick                                  on 2000/11/14  21:25:13
39472         Log: Integrate mainline.
39473      Branch: perlio
39474           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
39475           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
39476           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
39477           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
39478           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
39479           !> win32/config.bc win32/config.gc win32/config.vc
39480           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
39481 ____________________________________________________________________________
39482 [  7685] By: jhi                                   on 2000/11/14  17:54:56
39483         Log: Integrate perlio.
39484      Branch: perl
39485           +> fakesdio.h perliol.h
39486           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
39487           !> perlsdio.h perlsfio.h pod/perlfunc.pod
39488 ____________________________________________________________________________
39489 [  7684] By: nick                                  on 2000/11/14  17:43:04
39490         Log: PerlIO #include and #ifdef re-work.
39491      Branch: perlio
39492            + fakesdio.h perliol.h
39493            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
39494            ! perlsdio.h perlsfio.h
39495 ____________________________________________________________________________
39496 [  7683] By: jhi                                   on 2000/11/14  15:42:40
39497         Log: Hoist the duplicated socket/netdb include logic to perl.h;
39498              undef SETERRNO in case SOCKS has defined it.  Based on:
39499              
39500              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
39501              From: Jens Hamisch <jens@Strawberry.COM> 
39502              Date: Tue, 14 Nov 2000 11:34:40 +0100
39503              Message-Id: <20001114113440.A20005@Strawberry.COM>
39504      Branch: perl
39505            ! doio.c perl.h pp_sys.c
39506 ____________________________________________________________________________
39507 [  7682] By: jhi                                   on 2000/11/14  14:07:28
39508         Log: Subject: some additions for makefiles for win32 (for perl@7674)
39509              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39510              Date: Tue, 14 Nov 2000 09:31:13 +0300
39511              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
39512      Branch: perl
39513            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
39514            ! win32/makefile.mk
39515 ____________________________________________________________________________
39516 [  7681] By: jhi                                   on 2000/11/14  14:01:41
39517         Log: Subject: tiny typo in perl5db.pl
39518              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39519              Date: Tue, 14 Nov 2000 09:29:28 +0300
39520              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
39521      Branch: perl
39522            ! lib/perl5db.pl
39523 ____________________________________________________________________________
39524 [  7680] By: jhi                                   on 2000/11/14  04:13:50
39525         Log: Redo #7679 with LFs instead of CRLFs.
39526      Branch: perl
39527            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
39528            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
39529            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
39530 ____________________________________________________________________________
39531 [  7679] By: jhi                                   on 2000/11/14  01:21:09
39532         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
39533              From: Benjamin Stuhl <tiriath@yahoo.com> 
39534              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
39535              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
39536      Branch: perl
39537            + win32/bin/mdelete.bat
39538            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
39539            ! makedef.pl perlio.c win32/Makefile win32/config.gc
39540            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
39541 ____________________________________________________________________________
39542 [  7678] By: jhi                                   on 2000/11/14  01:19:20
39543         Log: Fix the re extension building for Win32.
39544              
39545              Subject: [PATCH perl@7638] Get PerlIO building on Win32
39546              From: Benjamin Stuhl <tiriath@yahoo.com> 
39547              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
39548              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
39549      Branch: perl
39550            + ext/re/hints/MSWin32.pl
39551            ! MANIFEST
39552 ____________________________________________________________________________
39553 [  7677] By: jhi                                   on 2000/11/14  01:13:54
39554         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
39555              From: sthoenna@efn.org
39556              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
39557              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
39558      Branch: perl
39559            ! doop.c pp.c toke.c utf8.c utf8.h
39560 ____________________________________________________________________________
39561 [  7676] By: jhi                                   on 2000/11/13  20:23:15
39562         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
39563              From: Nicholas Clark <nick@ccl4.org>
39564              Date: Mon, 13 Nov 2000 18:55:04 +0000
39565              Message-ID: <20001113185504.J29183@plum.flirble.org>
39566      Branch: perl
39567            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
39568 ____________________________________________________________________________
39569 [  7675] By: nick                                  on 2000/11/13  20:21:57
39570         Log: Integrate mainline ...
39571      Branch: perlio
39572           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
39573           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
39574           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
39575           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
39576 ____________________________________________________________________________
39577 [  7674] By: jhi                                   on 2000/11/13  15:07:56
39578         Log: Update Changes.
39579      Branch: perl
39580            ! Changes patchlevel.h
39581 ____________________________________________________________________________
39582 [  7673] By: jhi                                   on 2000/11/13  14:42:42
39583         Log: Remove the new two tests of lib/io_xs for now, they seem to
39584              fail under perlio on some platforms.
39585      Branch: perl
39586            ! t/lib/io_xs.t
39587 ____________________________________________________________________________
39588 [  7672] By: jhi                                   on 2000/11/13  13:57:53
39589         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
39590      Branch: perl
39591            ! perlio.c
39592 ____________________________________________________________________________
39593 [  7671] By: jhi                                   on 2000/11/13  05:30:48
39594         Log: Placate nervous compilers that see longer than ints switch()ing.
39595      Branch: perl
39596            ! utf8.c
39597 ____________________________________________________________________________
39598 [  7670] By: jhi                                   on 2000/11/13  05:14:21
39599         Log: fputs() does return EOF on error but here we don't care.
39600      Branch: perl
39601            ! perlio.c
39602 ____________________________________________________________________________
39603 [  7669] By: jhi                                   on 2000/11/13  05:02:45
39604         Log: Declare reg_data like reg_substr_data.
39605      Branch: perl
39606            ! regexp.h
39607 ____________________________________________________________________________
39608 [  7668] By: jhi                                   on 2000/11/13  04:54:34
39609         Log: Typos in #7667.
39610      Branch: perl
39611            ! perl.h
39612 ____________________________________________________________________________
39613 [  7667] By: jhi                                   on 2000/11/13  04:49:49
39614         Log: Cleanup messy #ifdef.
39615      Branch: perl
39616            ! perl.h
39617 ____________________________________________________________________________
39618 [  7666] By: jhi                                   on 2000/11/13  04:17:34
39619         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
39620              From: Nicholas Clark <nick@talking.bollo.cx>
39621              Date: Sun, 12 Nov 2000 21:14:11 +0000
39622              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
39623              
39624              Note: only one breakage of the two reported is fixed by this patch.
39625      Branch: perl
39626            ! perlio.c
39627 ____________________________________________________________________________
39628 [  7665] By: jhi                                   on 2000/11/13  04:05:07
39629         Log: Tweak the definition of the bit complement on UTF-8 data:
39630              if none of the characters in the string are > 0xff,
39631              the result is a complemented byte string, not a (UTF-8)
39632              char string.  Based on the summary in
39633              
39634              Subject: Re: [ID 20000918.005] ~ on wide chars
39635              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
39636              Date: Fri, 10 Nov 2000 09:47:15 -0800
39637              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
39638              
39639              This should give us the maximum backward (pre-char string)
39640              compatibility and utf8 compatibility.  The other alternative
39641              would be to limit the bit complement to be always byte only,
39642              taking the least significant byte of the chars.
39643      Branch: perl
39644            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
39645 ____________________________________________________________________________
39646 [  7664] By: jhi                                   on 2000/11/13  00:23:44
39647         Log: Couple of tests from #7660 salvaged.
39648      Branch: perl
39649            - t/op/tell.t
39650            ! MANIFEST t/io/tell.t
39651 ____________________________________________________________________________
39652 [  7663] By: jhi                                   on 2000/11/13  00:02:48
39653         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
39654              From: Nicholas Clark <nick@talking.bollo.cx>
39655              Date: Sun, 12 Nov 2000 21:23:43 +0000
39656              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
39657      Branch: perl
39658            ! perlsfio.h
39659 ____________________________________________________________________________
39660 [  7662] By: jhi                                   on 2000/11/13  00:01:39
39661         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
39662              From: Nicholas Clark <nick@talking.bollo.cx>
39663              Date: Sun, 12 Nov 2000 21:30:04 +0000
39664              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
39665      Branch: perl
39666            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
39667 ____________________________________________________________________________
39668 [  7661] By: jhi                                   on 2000/11/12  23:57:29
39669         Log: Document tell() on special streams.
39670      Branch: perl
39671            ! pod/perlfunc.pod
39672 ____________________________________________________________________________
39673 [  7660] By: jhi                                   on 2000/11/12  23:54:22
39674         Log: (Subsumed by #7664)
39675      Branch: perl
39676            + t/op/tell.t
39677            ! MANIFEST
39678 ____________________________________________________________________________
39679 [  7659] By: jhi                                   on 2000/11/12  22:55:25
39680         Log: Many subdocumented return values of the IO extension now documented.
39681              ungetc and write still left subdocumented.
39682              
39683              Subject: [PATCH] (was Re: IO::Handle::ungetc)
39684              From: Nicholas Clark <nick@talking.bollo.cx>
39685              Date: Sun, 12 Nov 2000 21:35:53 +0000
39686              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
39687      Branch: perl
39688            ! ext/IO/lib/IO/Handle.pm
39689 ____________________________________________________________________________
39690 [  7658] By: jhi                                   on 2000/11/12  21:37:06
39691         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
39692              From: Nicholas Clark <nick@talking.bollo.cx>
39693              Date: Sun, 12 Nov 2000 20:03:22 +0000
39694              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
39695      Branch: perl
39696            ! pod/perlfunc.pod
39697 ____________________________________________________________________________
39698 [  7657] By: jhi                                   on 2000/11/12  20:34:55
39699         Log: Integrate perlio.
39700      Branch: perl
39701           !> perlio.c
39702 ____________________________________________________________________________
39703 [  7656] By: nick                                  on 2000/11/12  19:25:06
39704         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
39705      Branch: perlio
39706            ! perlio.c
39707 ____________________________________________________________________________
39708 [  7655] By: nick                                  on 2000/11/12  19:09:41
39709         Log: Integrate mainline
39710      Branch: perlio
39711           +> README.solaris ext/Encode/Encode/cp1006.enc
39712           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
39713           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
39714           +> ext/Encode/Encode/iso8859-13.enc
39715           +> ext/Encode/Encode/iso8859-14.enc
39716           +> ext/Encode/Encode/iso8859-15.enc
39717           !> (integrate 34 files)
39718 ____________________________________________________________________________
39719 [  7654] By: jhi                                   on 2000/11/12  19:00:22
39720         Log: Add a metaconfig unit for fsync.
39721      Branch: metaconfig/U/perl
39722            + d_fsync.U
39723 ____________________________________________________________________________
39724 [  7653] By: jhi                                   on 2000/11/12  19:00:01
39725         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
39726      Branch: perl
39727            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39728            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
39729            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39730            ! vos/config.ga.h win32/config.bc win32/config.gc
39731            ! win32/config.vc
39732 ____________________________________________________________________________
39733 [  7652] By: jhi                                   on 2000/11/11  21:12:01
39734         Log: Copy the s// information of README.hpux also to the perlrun.
39735      Branch: perl
39736            ! README.hpux pod/perlrun.pod
39737 ____________________________________________________________________________
39738 [  7651] By: jhi                                   on 2000/11/11  21:03:13
39739         Log: More README.solaris updates from Andy Dougherty.
39740      Branch: perl
39741            ! README.solaris
39742 ____________________________________________________________________________
39743 [  7650] By: jhi                                   on 2000/11/11  18:38:57
39744         Log: More descriptive error for unknown perlio layers.
39745              
39746              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
39747              From: Dominic Dunlop <domo@computer.org> 
39748              Date: Sat, 11 Nov 2000 18:20:32 +0100             
39749              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
39750      Branch: perl
39751            ! perlio.c pod/perldiag.pod
39752 ____________________________________________________________________________
39753 [  7649] By: jhi                                   on 2000/11/11  18:37:52
39754         Log: MachTen doesn't really do mmap() and munmap().
39755              
39756              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
39757              From: Dominic Dunlop <domo@computer.org> 
39758              Date: Sat, 11 Nov 2000 18:20:32 +0100             
39759              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
39760      Branch: perl
39761            ! hints/machten.sh
39762 ____________________________________________________________________________
39763 [  7648] By: jhi                                   on 2000/11/11  18:36:46
39764         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
39765              From: rspier@pobox.com (Robert Spier)
39766              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
39767              Message-ID: <14861.32839.491271.985797@rls.cx>
39768      Branch: perl
39769            ! Porting/Contract pod/perltoot.pod
39770 ____________________________________________________________________________
39771 [  7647] By: jhi                                   on 2000/11/11  18:35:30
39772         Log: Simplify the getpagesize() unit by dropping the
39773              pagesize probe since it's nowadays slightly more
39774              complicated because of sysconf(). (Note: if some
39775              platform really needs the -lPW for getpagesize,
39776              I just broke it.)
39777              
39778              TODO: a new pagesize unit.
39779      Branch: metaconfig
39780            ! U/compline/d_getpagsz.U
39781 ____________________________________________________________________________
39782 [  7646] By: jhi                                   on 2000/11/11  18:33:23
39783         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
39784      Branch: perl
39785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39786            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
39787            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39788            ! vos/config.ga.h win32/config.bc win32/config.gc
39789            ! win32/config.vc
39790 ____________________________________________________________________________
39791 [  7645] By: jhi                                   on 2000/11/11  16:45:15
39792         Log: Use sysconf() or getpagesize() to find out the pagesize.
39793      Branch: perl
39794            ! perlio.c
39795 ____________________________________________________________________________
39796 [  7644] By: jhi                                   on 2000/11/11  15:46:08
39797         Log: Integrate perlio.
39798      Branch: perl
39799           !> perlio.c
39800 ____________________________________________________________________________
39801 [  7643] By: jhi                                   on 2000/11/11  15:33:36
39802         Log: Subject: Re: [PATCH] README.solaris
39803              From: Lupe Christoph <lupe@lupe-christoph.de>
39804              Date: Sat, 11 Nov 2000 14:08:10 +0100
39805              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
39806      Branch: perl
39807            ! README.solaris
39808 ____________________________________________________________________________
39809 [  7642] By: jhi                                   on 2000/11/11  15:22:12
39810         Log: Subject: [PATCH perl@7638] cygwin port
39811              From: "Eric Fifer" <egf7@columbia.edu>            
39812              Date: Fri, 10 Nov 2000 19:30:30 -0000
39813              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
39814      Branch: perl
39815            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
39816 ____________________________________________________________________________
39817 [  7641] By: nick                                  on 2000/11/11  14:50:36
39818         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
39819              Also call "Buf" layer directly when unread'ing non-read chars.
39820      Branch: perlio
39821            ! perlio.c
39822 ____________________________________________________________________________
39823 [  7640] By: jhi                                   on 2000/11/11  02:05:02
39824         Log: Add more encoding tables.
39825      Branch: perl
39826            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
39827            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
39828            + ext/Encode/Encode/iso8859-10.enc
39829            + ext/Encode/Encode/iso8859-13.enc
39830            + ext/Encode/Encode/iso8859-14.enc
39831            + ext/Encode/Encode/iso8859-15.enc
39832            ! MANIFEST
39833 ____________________________________________________________________________
39834 [  7639] By: jhi                                   on 2000/11/10  18:49:25
39835         Log: Subject: [PATCH] README.solaris
39836              From: Andy Dougherty <doughera@lafayette.edu>
39837              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
39838              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
39839      Branch: perl
39840            + README.solaris
39841            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
39842            ! pod/perl.pod pod/perltoc.pod
39843 ____________________________________________________________________________
39844 [  7638] By: jhi                                   on 2000/11/10  15:04:15
39845         Log: Update Changes.
39846      Branch: perl
39847            ! Changes patchlevel.h
39848 ____________________________________________________________________________
39849 [  7637] By: jhi                                   on 2000/11/10  14:14:28
39850         Log: Explain better why certain regex tests are skipped.
39851              
39852              Subject: Re: tests skipped: unknown reason
39853              From: Lupe Christoph <lupe@lupe-christoph.de>
39854              Date: Fri, 10 Nov 2000 09:08:56 +0100
39855              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
39856      Branch: perl
39857            ! t/op/regexp.t
39858 ____________________________________________________________________________
39859 [  7636] By: nick                                  on 2000/11/10  13:40:00
39860         Log: Integrate mainline.
39861      Branch: perlio
39862           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
39863           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
39864           !> win32/bin/search.pl
39865 ____________________________________________________________________________
39866 [  7635] By: nick                                  on 2000/11/10  13:25:52
39867         Log: Re-instate stdio large file support via perlio.
39868      Branch: perl
39869            ! perlio.c
39870 ____________________________________________________________________________
39871 [  7634] By: jhi                                   on 2000/11/10  04:49:55
39872         Log: Amdahl UTS hints updates.
39873              
39874              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
39875              From: hom00@utsglobal.com (Harold O Morris)
39876              Date: Thu, 9 Nov 2000 20:02 PST
39877              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
39878      Branch: perl
39879            ! hints/uts.sh
39880 ____________________________________________________________________________
39881 [  7633] By: jhi                                   on 2000/11/09  23:33:28
39882         Log: Subject: [PATCH] IO::Seekable pod
39883              From: Nicholas Clark <nick@talking.bollo.cx>
39884              Date: Thu, 9 Nov 2000 20:29:45 +0000
39885              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
39886      Branch: perl
39887            ! ext/IO/lib/IO/Handle.pm
39888 ____________________________________________________________________________
39889 [  7632] By: jhi                                   on 2000/11/09  21:55:41
39890         Log: Various doc oddball characters.
39891              
39892              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
39893              From: Michael Somos <somos@grail.cba.csuohio.edu>
39894              Date: Mon, 6 Nov 2000 17:44:20 -0500
39895              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
39896      Branch: perl
39897            ! emacs/cperl-mode.el lib/unicode/syllables.txt
39898            ! win32/bin/search.pl
39899 ____________________________________________________________________________
39900 [  7631] By: jhi                                   on 2000/11/09  21:12:29
39901         Log: Subject: Re: bash -c exit and linux hints 
39902              From: "John P. Linderman" <jpl@research.att.com>
39903              Date: Thu, 02 Nov 2000 09:37:25 -0500
39904              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
39905      Branch: perl
39906            ! hints/linux.sh
39907 ____________________________________________________________________________
39908 [  7630] By: nick                                  on 2000/11/09  20:34:11
39909         Log: Integrate mainline.
39910      Branch: perlio
39911           !> (integrate 91 files)
39912 ____________________________________________________________________________
39913 [  7629] By: jhi                                   on 2000/11/09  19:46:31
39914         Log: Missing dTHXs.
39915              
39916              Subject: RE: perl@7595 builds not on cygwin
39917              From: "Eric Fifer" <egf7@columbia.edu>
39918              Date: Thu, 9 Nov 2000 19:26:50 -0000
39919              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
39920      Branch: perl
39921            ! ext/Devel/Peek/Peek.xs
39922 ____________________________________________________________________________
39923 [  7628] By: jhi                                   on 2000/11/09  14:48:27
39924         Log: Disable only the tests 99 and 166 for UTF-8 locales.
39925      Branch: perl
39926            ! t/pragma/locale.t
39927 ____________________________________________________________________________
39928 [  7627] By: jhi                                   on 2000/11/09  14:40:27
39929         Log: There's no =head3.
39930      Branch: perl
39931            ! pod/perlhack.pod
39932 ____________________________________________________________________________
39933 [  7626] By: jhi                                   on 2000/11/09  13:54:26
39934         Log: The generated boot_* headers are wrong.  Pickier compiler,
39935              such as KAI C++ will refuse to compile the resulting perlmain.
39936              
39937              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
39938              From: Harri Pasanen <harri.pasanen@trema.com>
39939              Date: Thu, 09 Nov 2000 14:23:28 +0100
39940              Message-Id: <3A0AA550.26D548A3@trema.com>
39941      Branch: perl
39942            ! minimod.pl
39943 ____________________________________________________________________________
39944 [  7625] By: jhi                                   on 2000/11/09  13:50:44
39945         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
39946              From: Prymmer/Kahn <pvhp@best.com>
39947              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
39948              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
39949              
39950              All except the "cow orker" change.
39951      Branch: perl
39952            ! Porting/pumpkin.pod
39953 ____________________________________________________________________________
39954 [  7624] By: jhi                                   on 2000/11/09  13:45:33
39955         Log: Fix for
39956              
39957              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
39958              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39959              Date: Thu, 09 Nov 2000 11:05:52 +0100
39960              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
39961      Branch: perl
39962            ! pod/perldiag.pod t/pragma/warn/pp_sys
39963 ____________________________________________________________________________
39964 [  7623] By: jhi                                   on 2000/11/09  13:37:16
39965         Log: Typo in an ifndef.
39966              
39967              Subject: Re: [PATCH 5.7.0] better messages from malloc()
39968              From: Joe Smith <jms@inwap.com>         
39969              Date: Thu, 09 Nov 2000 01:33:14 -0800
39970              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
39971      Branch: perl
39972            ! malloc.c
39973 ____________________________________________________________________________
39974 [  7622] By: jhi                                   on 2000/11/09  13:31:18
39975         Log: Remove unused extra arguments.
39976      Branch: metaconfig/U/perl
39977            ! perlxv.U
39978      Branch: perl
39979            ! Configure config_h.SH
39980 ____________________________________________________________________________
39981 [  7621] By: jhi                                   on 2000/11/09  13:16:36
39982         Log: More VMS moves on environment handling, from Charles Lane.
39983      Branch: perl
39984            ! t/pragma/locale.t
39985 ____________________________________________________________________________
39986 [  7620] By: jhi                                   on 2000/11/09  04:42:38
39987         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
39988              From: David Dyck <dcd@tc.fluke.com>
39989              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
39990              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
39991      Branch: perl
39992            ! pp_sys.c
39993 ____________________________________________________________________________
39994 [  7619] By: jhi                                   on 2000/11/09  04:36:21
39995         Log: Forgot from #7618.
39996      Branch: perl
39997            ! lib/File/stat.pm
39998 ____________________________________________________________________________
39999 [  7618] By: jhi                                   on 2000/11/09  04:28:44
40000         Log: Make deleting for %ENV work for (newer versions of) VMS,
40001              from Craig A. Berry.
40002      Branch: perl
40003            ! vms/vms.c
40004 ____________________________________________________________________________
40005 [  7617] By: jhi                                   on 2000/11/09  04:25:05
40006         Log: Subject: [PATCH] Class::Struct at compile time
40007              From: "Casey R. Tweten" <crt@kiski.net>
40008              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
40009              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
40010      Branch: perl
40011            ! lib/Class/Struct.pm
40012 ____________________________________________________________________________
40013 [  7616] By: jhi                                   on 2000/11/09  04:15:17
40014         Log: Subject: [ID 20001108.013] spelling
40015              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
40016              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
40017              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
40018      Branch: perl
40019            ! lib/ftp.pl
40020 ____________________________________________________________________________
40021 [  7615] By: jhi                                   on 2000/11/09  04:12:42
40022         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
40023              From: Peter Prymmer <pvhp@forte.com>
40024              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
40025              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
40026      Branch: perl
40027            ! configure.com
40028 ____________________________________________________________________________
40029 [  7614] By: jhi                                   on 2000/11/08  22:42:55
40030         Log: A missing aTHX_.
40031      Branch: perl
40032            ! ext/IPC/SysV/SysV.xs
40033 ____________________________________________________________________________
40034 [  7613] By: jhi                                   on 2000/11/08  19:30:21
40035         Log: Update Changes.
40036      Branch: perl
40037            ! Changes patchlevel.h
40038 ____________________________________________________________________________
40039 [  7612] By: jhi                                   on 2000/11/08  18:35:25
40040         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
40041              From: David Dyck <dcd@tc.fluke.com>
40042              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
40043              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
40044      Branch: perl
40045            ! pp_sys.c
40046 ____________________________________________________________________________
40047 [  7611] By: jhi                                   on 2000/11/08  18:30:26
40048         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
40049              From: Dominic Dunlop <domo@computer.org>
40050              Date: Tue, 7 Nov 2000 12:05:25 +0100
40051              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
40052      Branch: perl
40053            ! malloc.c
40054 ____________________________________________________________________________
40055 [  7610] By: jhi                                   on 2000/11/08  18:25:14
40056         Log: Do not test UTF-8 locales since that the tests would require
40057              polymorphic regexen.
40058      Branch: perl
40059            ! t/pragma/locale.t
40060 ____________________________________________________________________________
40061 [  7609] By: jhi                                   on 2000/11/08  17:12:51
40062         Log: Locale buglets.
40063              
40064              Subject: RE: Locales support (setlocale) fixes
40065              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40066              Date: Wed, 8 Nov 2000 20:01:39 +0300
40067              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
40068      Branch: perl
40069            ! t/pragma/locale.t util.c
40070 ____________________________________________________________________________
40071 [  7608] By: jhi                                   on 2000/11/08  17:00:16
40072         Log: Deleting $ENV{PATH} in VMS is not recommendable.
40073      Branch: perl
40074            ! t/pragma/locale.t
40075 ____________________________________________________________________________
40076 [  7607] By: jhi                                   on 2000/11/08  16:58:26
40077         Log: Subject: PATCH std stdio for (Free)BSD
40078              From: Nicholas Clark <nick@ccl4.org>
40079              Date: Wed, 8 Nov 2000 15:36:29 +0000
40080              Message-ID: <20001108153629.D98736@plum.flirble.org>
40081      Branch: metaconfig
40082            ! U/compline/d_stdstdio.U
40083      Branch: perl
40084            ! Configure config_h.SH
40085 ____________________________________________________________________________
40086 [  7606] By: jhi                                   on 2000/11/08  16:43:31
40087         Log: Forgot to bump the line numbers in #7601.
40088      Branch: perl
40089            ! t/pragma/warn/pp_sys
40090 ____________________________________________________________________________
40091 [  7605] By: jhi                                   on 2000/11/08  16:39:12
40092         Log: More careful detection of how well NVs and UVs mix.
40093              
40094              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))
40095              From: Nicholas Clark <nick@ccl4.org>
40096              Date: Wed, 8 Nov 2000 15:14:12 +0000
40097              Message-ID: <20001108151412.B98736@plum.flirble.org>
40098              
40099              Added some SIGFPE paranoia.
40100      Branch: metaconfig/U/perl
40101            ! perlxv.U
40102      Branch: perl
40103            ! Configure config_h.SH
40104 ____________________________________________________________________________
40105 [  7604] By: jhi                                   on 2000/11/08  14:39:10
40106         Log: Subject: [patch perl@7595] VMS configure.com tweak
40107              From: "Craig A. Berry" <craigberry@mac.com>
40108              Date: Wed, 8 Nov 2000 00:24:12 -0600
40109              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
40110      Branch: perl
40111            ! configure.com
40112 ____________________________________________________________________________
40113 [  7603] By: jhi                                   on 2000/11/08  14:27:11
40114         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
40115              From: Robin Barker <rmb1@cise.npl.co.uk>
40116              Date: Wed, 8 Nov 2000 11:11:39 GMT
40117              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
40118      Branch: perl
40119            ! perlio.c
40120 ____________________________________________________________________________
40121 [  7602] By: jhi                                   on 2000/11/08  14:25:03
40122         Log: Fix for the tie-refhash string table leaks.
40123              
40124              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
40125              Date: Wed, 8 Nov 2000 13:03:04 GMT
40126              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
40127      Branch: perl
40128            ! t/lib/tie-refhash.t
40129 ____________________________________________________________________________
40130 [  7601] By: jhi                                   on 2000/11/08  14:21:08
40131         Log: Try to avoid flockless and emulationless places.
40132      Branch: perl
40133            ! t/pragma/warn/pp_sys
40134 ____________________________________________________________________________
40135 [  7600] By: jhi                                   on 2000/11/08  02:28:54
40136         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
40137              
40138              Subject: [PATCH] prototyped functions that should be overrideable
40139              From: "Casey R. Tweten" <crt@kiski.net>
40140              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
40141              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
40142      Branch: perl
40143            ! toke.c
40144 ____________________________________________________________________________
40145 [  7599] By: jhi                                   on 2000/11/08  01:12:05
40146         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
40147              
40148              Subject: [PATCH] perlbug.PL
40149              From: "Kurt D. Starsinic" <kstar@chapin.edu>
40150              Date: Mon, 6 Nov 2000 21:39:01 -0500
40151              Message-ID: <20001106213901.B20955@O2.chapin.edu>
40152      Branch: perl
40153            ! utils/perlbug.PL
40154 ____________________________________________________________________________
40155 [  7598] By: jhi                                   on 2000/11/07  23:42:00
40156         Log: Bad thinko in #7581 (I used the test program with the expanded
40157              values as-is).
40158      Branch: metaconfig
40159            ! U/compline/d_stdstdio.U
40160      Branch: perl
40161            ! Configure
40162 ____________________________________________________________________________
40163 [  7597] By: jhi                                   on 2000/11/07  21:43:29
40164         Log: Subject: [PATCH perl@7573] cygwin port
40165              From: "Fifer, Eric" <EFifer@sanwaint.com>
40166              Date: Tue, 7 Nov 2000 18:08:51 -0000 
40167              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
40168              
40169              Synchronize with Cygwin 1.1.5.
40170      Branch: perl
40171            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
40172            ! pod/perlport.pod unixish.h util.c
40173 ____________________________________________________________________________
40174 [  7596] By: jhi                                   on 2000/11/07  21:39:25
40175         Log: perlhack updates from H.Merijn Brand.
40176      Branch: perl
40177            ! pod/perlhack.pod
40178 ____________________________________________________________________________
40179 [  7595] By: jhi                                   on 2000/11/07  20:21:41
40180         Log: Update Changes.
40181      Branch: perl
40182            ! Changes patchlevel.h
40183 ____________________________________________________________________________
40184 [  7594] By: jhi                                   on 2000/11/07  19:18:58
40185         Log: Be more robust in Dynaloader.pm.
40186      Branch: perl
40187            ! ext/DynaLoader/DynaLoader_pm.PL
40188 ____________________________________________________________________________
40189 [  7593] By: jhi                                   on 2000/11/07  16:49:31
40190         Log: AUTHORS update.
40191      Branch: perl
40192            ! AUTHORS
40193 ____________________________________________________________________________
40194 [  7592] By: gsar                                  on 2000/11/07  16:39:51
40195         Log: normalize relative paths in virtualized current directory on windows,
40196              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
40197              returns)
40198      Branch: perl
40199            ! win32/vdir.h
40200 ____________________________________________________________________________
40201 [  7591] By: jhi                                   on 2000/11/07  16:04:26
40202         Log: Too profiler-happy: with optimization the #7590 actually makes
40203              the test to run 0.5% _slower_.  Requires much more instrumentation.
40204              Retract #7590.
40205      Branch: perl
40206            ! regcomp.c regcomp.h
40207 ____________________________________________________________________________
40208 [  7590] By: jhi                                   on 2000/11/07  15:51:13
40209         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
40210              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
40211              by using memset() and testing bytewise (as opposed to bitwise).
40212      Branch: perl
40213            ! regcomp.c regcomp.h
40214 ____________________________________________________________________________
40215 [  7589] By: jhi                                   on 2000/11/07  12:56:39
40216         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
40217              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40218              Date: Mon, 06 Nov 2000 23:45:30 -0500
40219              Message-Id: <0011079735.AA973576259@univpress.com>
40220      Branch: perl
40221            ! configure.com t/lib/st-lock.t
40222 ____________________________________________________________________________
40223 [  7588] By: jhi                                   on 2000/11/07  01:03:28
40224         Log: Tweak #7587.
40225      Branch: perl
40226            ! pod/perldiag.pod
40227 ____________________________________________________________________________
40228 [  7587] By: jhi                                   on 2000/11/07  01:00:27
40229         Log: A doc addition for bug id 20001105.019, beware \p.
40230      Branch: perl
40231            ! pod/perldiag.pod
40232 ____________________________________________________________________________
40233 [  7586] By: jhi                                   on 2000/11/07  00:32:22
40234         Log: Fake support of holey files in win/dosish platforms.
40235              
40236              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
40237              From: kipp@shonanblue.ne.jp
40238              Date: Mon, 6 Nov 2000 13:30:55 -0800
40239              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
40240      Branch: perl
40241            ! ext/SDBM_File/sdbm/sdbm.c
40242 ____________________________________________________________________________
40243 [  7585] By: jhi                                   on 2000/11/07  00:12:54
40244         Log: Subject: Pod updates
40245              From: "Stephen P. Potter" <spp@spotter.yi.org>
40246              Date: Mon, 06 Nov 2000 18:56:43 -0500
40247              Message-Id: <200011062357.SAA18173@spotter.yi.org>
40248      Branch: perl
40249            ! README.dos README.os2 README.win32 pod/buildtoc.PL
40250            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
40251            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
40252            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
40253            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
40254            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
40255            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
40256            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
40257            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
40258            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
40259            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
40260            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
40261            ! pod/perltootc.pod pod/perlunicode.pod
40262 ____________________________________________________________________________
40263 [  7584] By: jhi                                   on 2000/11/07  00:04:17
40264         Log: Varargs don't always work too well if one puts an unsigned
40265              char on the stack and pop an unsigned quad off the stack.
40266              
40267              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
40268              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
40269              Date: Mon, 06 Nov 2000 15:19:05 -0800
40270              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
40271      Branch: perl
40272            ! utf8.c
40273 ____________________________________________________________________________
40274 [  7583] By: jhi                                   on 2000/11/06  23:58:48
40275         Log: %ENV note tweaks from Dan Sugalski.
40276      Branch: perl
40277            ! pod/perlport.pod vms/perlvms.pod
40278 ____________________________________________________________________________
40279 [  7582] By: jhi                                   on 2000/11/06  23:05:49
40280         Log: glibc5 detection by __GNU_LIBRARY__.
40281      Branch: perl
40282            ! toke.c
40283 ____________________________________________________________________________
40284 [  7581] By: jhi                                   on 2000/11/06  22:51:29
40285         Log: Make the stdio test program of 7427 less noisy while being 
40286              compiled so that Digital UNIX wouldn't get both
40287              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
40288              undefined.  This makes perlio happy.
40289      Branch: metaconfig
40290            ! U/compline/d_stdstdio.U
40291      Branch: perl
40292            ! Configure config_h.SH
40293 ____________________________________________________________________________
40294 [  7580] By: jhi                                   on 2000/11/06  22:41:41
40295         Log: Document %ENV = () portability issues.
40296      Branch: perl
40297            ! pod/perlport.pod vms/perlvms.pod
40298 ____________________________________________________________________________
40299 [  7579] By: jhi                                   on 2000/11/06  21:29:24
40300         Log: VOS updates from Paul Green.
40301      Branch: perl
40302            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40303 ____________________________________________________________________________
40304 [  7578] By: jhi                                   on 2000/11/06  21:00:40
40305         Log: Sanitize the environment further.
40306      Branch: perl
40307            ! t/pragma/locale.t
40308 ____________________________________________________________________________
40309 [  7577] By: jhi                                   on 2000/11/06  20:53:51
40310         Log: Re-introduce 7552 lost in integration.
40311      Branch: perl
40312            ! perlio.c
40313 ____________________________________________________________________________
40314 [  7576] By: jhi                                   on 2000/11/06  20:33:46
40315         Log: Admit that the test leaks scalars.
40316      Branch: perl
40317            ! t/comp/proto.t
40318 ____________________________________________________________________________
40319 [  7575] By: jhi                                   on 2000/11/06  20:17:08
40320         Log: Integrate perlio.
40321      Branch: perl
40322           !> perlio.c
40323 ____________________________________________________________________________
40324 [  7574] By: nick                                  on 2000/11/06  20:07:28
40325         Log: Remove debug. Try (Mmap_t) on madvise() call.
40326      Branch: perlio
40327            ! perlio.c
40328 ____________________________________________________________________________
40329 [  7573] By: jhi                                   on 2000/11/06  13:56:05
40330         Log: Update Changes.
40331      Branch: perl
40332            ! Changes patchlevel.h
40333 ____________________________________________________________________________
40334 [  7572] By: jhi                                   on 2000/11/06  13:48:41
40335         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
40336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40337              Date: Mon, 06 Nov 2000 10:11:42 +0100
40338              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
40339      Branch: perl
40340            ! pod/perlhack.pod
40341 ____________________________________________________________________________
40342 [  7571] By: jhi                                   on 2000/11/06  01:45:51
40343         Log: AUTHORS updates.
40344      Branch: perl
40345            ! AUTHORS
40346 ____________________________________________________________________________
40347 [  7570] By: jhi                                   on 2000/11/06  00:18:00
40348         Log: Fix for
40349              
40350              Subject: [ID 20000728.005] perl -P broken
40351              From: David Dyck <dcd@tc.fluke.com>
40352              Date: Fri, 28 Jul 2000 17:19:16 -0700
40353              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
40354              
40355              (hopefully).  The fix is also not complete, it seems to break
40356              BOM swallowing for libc5 systems, but until someone figures
40357              out a way to do this without ftell(), this will do.
40358      Branch: perl
40359            ! toke.c
40360 ____________________________________________________________________________
40361 [  7569] By: jhi                                   on 2000/11/06  00:05:30
40362         Log: Document that the evaled syntax errors cause scalar leaks.
40363      Branch: perl
40364            ! t/comp/proto.t
40365 ____________________________________________________________________________
40366 [  7568] By: jhi                                   on 2000/11/05  23:14:47
40367         Log: opmini.o can linger from Configures past.
40368      Branch: perl
40369            ! Makefile.SH
40370 ____________________________________________________________________________
40371 [  7567] By: jhi                                   on 2000/11/05  21:28:39
40372         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
40373              first argument correctly.
40374      Branch: perl
40375            ! perlio.c
40376 ____________________________________________________________________________
40377 [  7566] By: jhi                                   on 2000/11/05  21:15:56
40378         Log: Integrate perlio.
40379      Branch: perl
40380           !> perlio.c
40381 ____________________________________________________________________________
40382 [  7565] By: jhi                                   on 2000/11/05  21:15:13
40383         Log: Use -dM for gcc (the suggested patch did it only for Linux,
40384              but I think it can be generalized).
40385              
40386              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
40387              From: Pixel <pixel@mandrakesoft.com>
40388              Date: 05 Nov 2000 21:49:34 +0100 
40389              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
40390      Branch: perl
40391            ! ext/Errno/Errno_pm.PL
40392 ____________________________________________________________________________
40393 [  7564] By: nick                                  on 2000/11/05  21:09:18
40394         Log: Added a mmap layer as a "subclass" of perlio.
40395              PERLIO=mmap ./perl harness passes
40396      Branch: perlio
40397            ! perlio.c
40398 ____________________________________________________________________________
40399 [  7563] By: jhi                                   on 2000/11/05  19:48:55
40400         Log: Add a note for future generations about bug id 20000229.006.
40401      Branch: perl
40402            ! malloc.c
40403 ____________________________________________________________________________
40404 [  7562] By: jhi                                   on 2000/11/05  19:38:24
40405         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
40406      Branch: perl
40407            ! pp_ctl.c t/op/pos.t
40408 ____________________________________________________________________________
40409 [  7561] By: jhi                                   on 2000/11/05  18:21:46
40410         Log: Add =pod to be tidy.
40411      Branch: perl
40412            ! lib/Math/Complex.pm
40413 ____________________________________________________________________________
40414 [  7560] By: jhi                                   on 2000/11/05  17:38:46
40415         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
40416      Branch: perl
40417            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40418            ! ext/Storable/Storable.xs t/lib/st-recurse.t
40419 ____________________________________________________________________________
40420 [  7559] By: jhi                                   on 2000/11/05  17:32:59
40421         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
40422              From: "Peter J. Farley III" <pjfarley@banet.net>
40423              Date: Sun, 05 Nov 2000 11:55:59 -0500
40424              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
40425      Branch: perl
40426            ! t/lib/syslog.t
40427 ____________________________________________________________________________
40428 [  7558] By: jhi                                   on 2000/11/05  17:29:19
40429         Log: Integrate perlio.
40430      Branch: perl
40431           !> perlio.c
40432 ____________________________________________________________________________
40433 [  7557] By: jhi                                   on 2000/11/05  17:22:01
40434         Log: A fix of sorts for 20000329.026, a better error message
40435              for a missing "use charnames" when using the \N{...}. 
40436      Branch: perl
40437            ! pod/perldiag.pod toke.c
40438 ____________________________________________________________________________
40439 [  7556] By: jhi                                   on 2000/11/05  16:33:50
40440         Log: Test tweak: show also the failed locales.
40441              
40442              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
40443              From: Lupe Christoph <lupe@lupe-christoph.de>         
40444              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
40445              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
40446      Branch: perl
40447            ! t/pragma/locale.t
40448 ____________________________________________________________________________
40449 [  7555] By: nick                                  on 2000/11/05  11:09:34
40450         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
40451              open RDWR so does not fail. (pragma/warnings 303 again...)
40452      Branch: perlio
40453            ! perlio.c
40454 ____________________________________________________________________________
40455 [  7554] By: nick                                  on 2000/11/05  10:10:13
40456         Log: Fix case where ungetc(f,EOF) was allowed.
40457              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
40458              so we can see similarities.
40459              Use types more carefully and a STDCHAR array in hope that this will
40460              fix Jarrko's 64bit machine.
40461      Branch: perlio
40462            ! perlio.c
40463 ____________________________________________________________________________
40464 [  7553] By: jhi                                   on 2000/11/05  01:12:16
40465         Log: Fix for
40466              
40467              Subject: [ID 20001004.007] taint propogation is inconsistent
40468              From: pimlott@idiomtech.com (Andrew Pimlott) 
40469              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
40470              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
40471              
40472              The culprit was sv_setsv() which was rather blindly
40473              propagating taint, which lead to behaviour where if
40474              a tainted anon hash value was seen all the hash values
40475              from then on at that level became tainted, or at any
40476              upper levels in the case of nested anon hashes.
40477      Branch: perl
40478            ! sv.c t/op/taint.t
40479 ____________________________________________________________________________
40480 [  7552] By: jhi                                   on 2000/11/04  23:44:18
40481         Log: Some cpps don't like splitting conditionals across several lines.
40482      Branch: perl
40483            ! perlio.c
40484 ____________________________________________________________________________
40485 [  7551] By: nick                                  on 2000/11/04  23:40:44
40486         Log: Integrate mainline
40487      Branch: perlio
40488           !> pp_hot.c t/op/taint.t
40489 ____________________________________________________________________________
40490 [  7550] By: nick                                  on 2000/11/04  23:39:05
40491         Log: Integrate mainline again
40492      Branch: perlio
40493           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
40494           !> t/lib/b.t t/op/misc.t util.c
40495 ____________________________________________________________________________
40496 [  7549] By: jhi                                   on 2000/11/04  23:14:01
40497         Log: Fix for
40498              
40499              Subject: [ID 20001004.006] undef is never tainted
40500              From: pimlott@idiomtech.com (Andrew Pimlott)
40501              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
40502              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
40503              
40504              An undef read from a slurped file was not tainted.
40505      Branch: perl
40506            ! pp_hot.c t/op/taint.t
40507 ____________________________________________________________________________
40508 [  7548] By: jhi                                   on 2000/11/04  22:56:21
40509         Log: Test tweak ($Config{useperlio} is by default undef) .
40510      Branch: perl
40511            ! t/lib/b.t
40512 ____________________________________________________________________________
40513 [  7547] By: jhi                                   on 2000/11/04  22:43:56
40514         Log: Integrate perlio.
40515      Branch: perl
40516           +> lib/perlio.pm
40517           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
40518           !> pod/perlapi.pod t/lib/b.t
40519 ____________________________________________________________________________
40520 [  7546] By: jhi                                   on 2000/11/04  22:40:59
40521         Log: Configure would use a bad $myuname from an old config.sh.
40522              
40523              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
40524              From: Andy Dougherty <doughera@lafayette.edu>
40525              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
40526              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
40527      Branch: metaconfig
40528            ! U/modified/Oldconfig.U
40529      Branch: perl
40530            ! Configure config_h.SH
40531 ____________________________________________________________________________
40532 [  7545] By: jhi                                   on 2000/11/04  22:36:54
40533         Log: Subject: Locales support (setlocale) fixes
40534              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40535              Date: Sat, 4 Nov 2000 10:15:48 +0300 
40536              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
40537              
40538              Modified quite a bit to be more portable.
40539      Branch: perl
40540            ! embed.h embed.pl perl.h proto.h util.c
40541 ____________________________________________________________________________
40542 [  7544] By: jhi                                   on 2000/11/04  22:32:47
40543         Log: Dying is too strict here, better just skip.
40544      Branch: perl
40545            ! t/op/misc.t
40546 ____________________________________________________________________________
40547 [  7543] By: nick                                  on 2000/11/04  21:55:13
40548         Log: Merge mainline
40549      Branch: perlio
40550           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40551           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
40552           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
40553           !> (integrate 64 files)
40554 ____________________________________________________________________________
40555 [  7542] By: jhi                                   on 2000/11/04  21:09:28
40556         Log: More Changes tweakery.
40557      Branch: perl
40558            ! Changes Porting/genlog
40559 ____________________________________________________________________________
40560 [  7541] By: jhi                                   on 2000/11/04  20:58:18
40561         Log: Changes fixups.
40562      Branch: perl
40563            ! Changes
40564 ____________________________________________________________________________
40565 [  7540] By: jhi                                   on 2000/11/04  20:42:38
40566         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
40567              create a "fast path" for locale name probing using "locale -a"
40568              if available, squash finally hopefully the s?printf resetting
40569              the numeric locale (since, IIUC perllocale, it never shouldn't). 
40570      Branch: perl
40571            ! sv.c t/op/misc.t t/pragma/locale.t
40572 ____________________________________________________________________________
40573 [  7539] By: nick                                  on 2000/11/04  19:56:10
40574         Log: PerlIO infrastructure complete.
40575      Branch: perlio
40576            + lib/perlio.pm
40577            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
40578 ____________________________________________________________________________
40579 [  7538] By: nick                                  on 2000/11/04  14:31:32
40580         Log: Type tweaks + less contorted allocation scheme
40581      Branch: perlio
40582            ! perlio.c
40583 ____________________________________________________________________________
40584 [  7537] By: nick                                  on 2000/11/04  12:40:42
40585         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
40586              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
40587              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
40588              sensible) which lead to some interesting fails.
40589      Branch: perlio
40590            ! perlio.c
40591 ____________________________________________________________________________
40592 [  7536] By: jhi                                   on 2000/11/04  00:20:02
40593         Log: Add FCNTL_CAN_LOCK.
40594              
40595              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40596              From: Andy Dougherty <doughera@lafayette.edu>
40597              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
40598              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
40599              
40600              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40601              From: Andy Dougherty <doughera@lafayette.edu>
40602              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
40603              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
40604      Branch: metaconfig/U/perl
40605            + d_fcntl_can_lock.U
40606            ! startperl.U
40607      Branch: perl
40608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40609            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
40610            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40611            ! vos/config.ga.h win32/config.bc win32/config.gc
40612            ! win32/config.vc
40613 ____________________________________________________________________________
40614 [  7535] By: nick                                  on 2000/11/03  22:19:10
40615         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
40616              - Works on Linux with
40617              perlio + unix
40618              stdio
40619              - Works on Solaris with
40620              perlio + unix
40621              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
40622              - Fails (hangs in openpid) if you try and stack
40623              perlio + stdio - Linux stdio's read() logic is hanging.
40624      Branch: perlio
40625            ! iperlsys.h perlio.c
40626 ____________________________________________________________________________
40627 [  7534] By: jhi                                   on 2000/11/03  15:16:02
40628         Log: Subject: Re: README.aix
40629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40630              Date: Fri, 03 Nov 2000 16:03:15 +0100
40631              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
40632      Branch: perl
40633            ! README.aix
40634 ____________________________________________________________________________
40635 [  7533] By: jhi                                   on 2000/11/03  03:59:02
40636         Log: Subject: [PATCH 5.7.0] better messages from malloc()
40637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40638              Date: Wed, 1 Nov 2000 23:39:56 -0500
40639              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
40640      Branch: perl
40641            ! malloc.c pod/perldiag.pod
40642 ____________________________________________________________________________
40643 [  7532] By: jhi                                   on 2000/11/03  00:11:56
40644         Log: The #7521 touched things it shouldn't have.
40645      Branch: perl
40646            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
40647 ____________________________________________________________________________
40648 [  7531] By: jhi                                   on 2000/11/02  22:32:33
40649         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
40650              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40651              Date:     Thu, 2 Nov 2000 16:58:36 EST
40652              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
40653      Branch: perl
40654            ! vms/gen_shrfls.pl
40655 ____________________________________________________________________________
40656 [  7530] By: jhi                                   on 2000/11/02  22:08:49
40657         Log: Fix the problem discussed in
40658              
40659              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
40660              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
40661              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
40662              
40663              originally from Linc Madison.  Also Andreas König's comments
40664              taken into account.  Some other problems with Tie::SubstrHash
40665              fixed: didn't croak when the table exceeded the requested number
40666              of entries (as documented) but instead when the number of entries
40667              exceeded the size of the table, a croak() had an unnecessary \n,
40668              didn't have a CLEAR method, documented that there is no exists().
40669              Didn't fix to be strict-proof because the module uses &foo; and
40670              dynamic scope.  Added a test script exercizing both first tamely 
40671              the basic functionality, and then the failure cases reported by
40672              Linc Madison.
40673      Branch: perl
40674            + t/lib/tie-substrhash.t
40675            ! MANIFEST lib/Tie/SubstrHash.pm
40676 ____________________________________________________________________________
40677 [  7529] By: jhi                                   on 2000/11/02  17:58:08
40678         Log: recv() can fail and return undef.
40679              
40680              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
40681              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
40682              Date: Thu, 2 Nov 2000 20:12:20 +0300
40683              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
40684      Branch: perl
40685            ! lib/Net/Ping.pm
40686 ____________________________________________________________________________
40687 [  7528] By: jhi                                   on 2000/11/02  17:49:09
40688         Log: Detpyo.
40689      Branch: perl
40690            ! pod/perlop.pod
40691 ____________________________________________________________________________
40692 [  7527] By: jhi                                   on 2000/11/02  15:48:37
40693         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
40694              fix a autovivification bug in Tie::RefHash, add tests for both.
40695              
40696              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
40697              From: Edward Avis <epa98@doc.ic.ac.uk>
40698              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
40699              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
40700      Branch: perl
40701            + t/lib/tie-refhash.t
40702            ! MANIFEST lib/Tie/RefHash.pm
40703 ____________________________________________________________________________
40704 [  7526] By: jhi                                   on 2000/11/02  13:56:26
40705         Log: Test::Harness revealed buglets in the new DynaLoader.
40706              
40707              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
40708              From: andreas.koenig@anima.de (Andreas J. Koenig)
40709              Date: 02 Nov 2000 11:26:48 +0100 
40710              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
40711      Branch: perl
40712            ! ext/DynaLoader/DynaLoader_pm.PL
40713 ____________________________________________________________________________
40714 [  7525] By: jhi                                   on 2000/11/01  23:52:08
40715         Log: The entry for #7503 was missing.
40716      Branch: perl
40717            ! Changes
40718 ____________________________________________________________________________
40719 [  7524] By: jhi                                   on 2000/11/01  23:40:52
40720         Log: Update Changes.
40721      Branch: perl
40722            ! Changes patchlevel.h
40723 ____________________________________________________________________________
40724 [  7523] By: jhi                                   on 2000/11/01  22:57:09
40725         Log: More tweaking on the #7522 theme.
40726      Branch: perl
40727            ! ext/DynaLoader/DynaLoader_pm.PL
40728 ____________________________________________________________________________
40729 [  7522] By: jhi                                   on 2000/11/01  22:06:15
40730         Log: Expand %Config variables and %ENV variables only if
40731              so requested during build time using the
40732              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
40733              Not expanding makes relocating distributions easier.
40734      Branch: perl
40735            ! ext/DynaLoader/DynaLoader_pm.PL
40736 ____________________________________________________________________________
40737 [  7521] By: jhi                                   on 2000/11/01  20:56:34
40738         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
40739              and setgid() because they were just changing $< and $( which means
40740              only changing the real uid/gid, as opposed to changing both
40741              real and effective ids.  (The alternative way could have been
40742              in POSIX.pm to change $> and $), too, but making a direct call
40743              to the C API feels cleaner.)  Fixes the bug
40744              
40745              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
40746              From: "Garry T. Williams" <garry@zvolve.com>
40747              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
40748              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
40749      Branch: perl
40750            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40751            ! ext/POSIX/typemap pod/perlvar.pod
40752 ____________________________________________________________________________
40753 [  7520] By: jhi                                   on 2000/11/01  20:08:33
40754         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
40755              From: "Garry T. Williams" <garry@zvolve.com>
40756              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
40757              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
40758      Branch: perl
40759            ! pod/perlsec.pod
40760 ____________________________________________________________________________
40761 [  7519] By: jhi                                   on 2000/11/01  20:01:22
40762         Log: Locale warning explanation tweak.
40763      Branch: perl
40764            ! pod/perldiag.pod
40765 ____________________________________________________________________________
40766 [  7518] By: jhi                                   on 2000/11/01  18:57:13
40767         Log: C.pm part of
40768              
40769              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
40770              From: Jarkko Hietaniemi <jhi@iki.fi>
40771              Date: Tue, 10 Oct 2000 08:22:28 -0500
40772              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
40773      Branch: perl
40774            ! ext/B/B/C.pm
40775 ____________________________________________________________________________
40776 [  7517] By: jhi                                   on 2000/11/01  18:41:59
40777         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
40778              From: Martien Verbruggen <mgjv@comdyn.com.au>
40779              Date: Fri, 6 Oct 2000 14:09:10 +1100
40780              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
40781      Branch: perl
40782            ! pod/perlop.pod
40783 ____________________________________________________________________________
40784 [  7516] By: jhi                                   on 2000/11/01  18:34:55
40785         Log: Generalize the Camel wording.
40786              
40787              Subject: Re: perlfaq style changes
40788              From: John Borwick <jhborwic@unity.ncsu.edu>
40789              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
40790              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
40791      Branch: perl
40792            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
40793 ____________________________________________________________________________
40794 [  7515] By: jhi                                   on 2000/11/01  16:52:31
40795         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
40796              From: pimlott@idiomtech.com (Andrew Pimlott)
40797              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
40798              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
40799      Branch: perl
40800            ! pod/perlsec.pod
40801 ____________________________________________________________________________
40802 [  7514] By: jhi                                   on 2000/11/01  15:03:40
40803         Log: More AIX lore.
40804      Branch: perl
40805            ! ext/re/hints/aix.pl
40806 ____________________________________________________________________________
40807 [  7513] By: jhi                                   on 2000/11/01  14:48:30
40808         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
40809              From: root <root@chronos.fi.muni.cz>
40810              Date: Wed, 1 Nov 2000 12:31:32 +0100
40811              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
40812      Branch: perl
40813            ! lib/Net/Ping.pm
40814 ____________________________________________________________________________
40815 [  7512] By: jhi                                   on 2000/11/01  14:46:47
40816         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
40817              From: Martin Husemann <martin@duskware.de>
40818              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
40819              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
40820      Branch: perl
40821            ! regcomp.c
40822 ____________________________________________________________________________
40823 [  7511] By: jhi                                   on 2000/11/01  14:39:50
40824         Log: AUTHORS updates.
40825      Branch: perl
40826            ! AUTHORS
40827 ____________________________________________________________________________
40828 [  7510] By: jhi                                   on 2000/11/01  14:29:50
40829         Log: Subject: [PATCH] startperl to respect versiononly
40830              From: Robin Barker <rmb1@cise.npl.co.uk> 
40831              Date: Tue, 31 Oct 2000 16:29:36 GMT
40832              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
40833      Branch: metaconfig/U/perl
40834            ! startperl.U
40835      Branch: perl
40836            ! Configure config_h.SH
40837 ____________________________________________________________________________
40838 [  7509] By: jhi                                   on 2000/11/01  14:19:53
40839         Log: printf UVs the correct way, noticed by Robin Barker.
40840      Branch: perl
40841            ! utf8.c
40842 ____________________________________________________________________________
40843 [  7508] By: jhi                                   on 2000/11/01  14:10:03
40844         Log: Do not cleanup *% because the % has special meanings in some
40845              shell environments.
40846      Branch: perl
40847            ! ext/Storable/Makefile.PL
40848 ____________________________________________________________________________
40849 [  7507] By: jhi                                   on 2000/11/01  14:06:00
40850         Log: The NonStop-UX libraries have a novel way to say NaN.
40851      Branch: perl
40852            ! t/lib/bigfltpm.t
40853 ____________________________________________________________________________
40854 [  7506] By: jhi                                   on 2000/11/01  14:03:35
40855         Log: The osname has been lowercased by now, from Tom Bates.
40856      Branch: metaconfig
40857            ! U/modified/Oldconfig.U
40858      Branch: perl
40859            ! Configure config_h.SH
40860 ____________________________________________________________________________
40861 [  7505] By: jhi                                   on 2000/10/31  19:18:39
40862         Log: The compiler is either gcc or cc, from Tom Bates.
40863      Branch: perl
40864            ! hints/nonstopux.sh
40865 ____________________________________________________________________________
40866 [  7504] By: jhi                                   on 2000/10/31  14:53:42
40867         Log: Update Changes.
40868      Branch: perl
40869            ! Changes patchlevel.h
40870 ____________________________________________________________________________
40871 [  7503] By: jhi                                   on 2000/10/31  14:30:50
40872         Log: Whitespace style tweak.  Was originally going to see to
40873              
40874              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40875              From: Joe Smith <jms@inwap.com>
40876              Date: Mon, 30 Oct 2000 18:47:57 -0800
40877              Message-Id: <39FE32DD.24AAC4D@inwap.com>
40878              
40879              but that had already been taken care of.
40880      Branch: metaconfig
40881            ! U/compline/d_stdstdio.U
40882      Branch: perl
40883            ! Configure config_h.SH
40884 ____________________________________________________________________________
40885 [  7502] By: jhi                                   on 2000/10/31  14:25:02
40886         Log: AUTHORS tweaks.
40887      Branch: perl
40888            ! AUTHORS
40889 ____________________________________________________________________________
40890 [  7501] By: jhi                                   on 2000/10/31  14:23:59
40891         Log: Subject: perlfaq style changes
40892              From: John Borwick <jhborwic@unity.ncsu.edu>
40893              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
40894              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
40895      Branch: perl
40896            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40897            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40898            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40899            ! pod/perlfaq9.pod
40900 ____________________________________________________________________________
40901 [  7500] By: jhi                                   on 2000/10/31  14:22:15
40902         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
40903              
40904              Subject: Re: [ID 20000918.005] ~ on wide chars
40905              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40906              Date: Mon, 30 Oct 2000 21:09:55 -0800
40907              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
40908              
40909              (The ord() part of the patch skipped.)
40910      Branch: perl
40911            ! doop.c
40912 ____________________________________________________________________________
40913 [  7499] By: jhi                                   on 2000/10/31  14:20:08
40914         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
40915              From: Jens Hamisch <jens@Strawberry.COM>
40916              Date: Mon, 30 Oct 2000 15:17:07 +0100
40917              Message-Id: <20001030151707.A9597@Strawberry.COM>
40918      Branch: perl
40919            ! av.c
40920 ____________________________________________________________________________
40921 [  7498] By: jhi                                   on 2000/10/31  14:16:29
40922         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
40923              From: Peter Prymmer <pvhp@forte.com>
40924              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
40925              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
40926      Branch: perl
40927            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40928            + ext/Encode/Encode/posix-bc.enc
40929            ! MANIFEST t/lib/encode.t
40930 ____________________________________________________________________________
40931 [  7497] By: jhi                                   on 2000/10/31  14:13:22
40932         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
40933              From: Peter Prymmer <pvhp@forte.com>
40934              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
40935              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
40936      Branch: perl
40937            ! t/lib/cgi-html.t
40938 ____________________________________________________________________________
40939 [  7496] By: jhi                                   on 2000/10/31  14:12:05
40940         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
40941              From: Peter Prymmer <pvhp@forte.com>
40942              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
40943              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
40944      Branch: perl
40945            ! t/lib/cgi-function.t
40946 ____________________________________________________________________________
40947 [  7495] By: jhi                                   on 2000/10/31  14:11:08
40948         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
40949              From: Peter Prymmer <pvhp@forte.com>
40950              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
40951              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
40952      Branch: perl
40953            + ext/re/hints/aix.pl
40954            ! MANIFEST ext/re/Makefile.PL
40955 ____________________________________________________________________________
40956 [  7494] By: jhi                                   on 2000/10/31  14:08:32
40957         Log: Use Errno magic.
40958              
40959              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
40960              From: Casey Tweten <perl@ctweten.amsite.com>
40961              Date: Mon, 30 Oct 2000 15:51:17 -0500
40962              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
40963      Branch: perl
40964            ! lib/File/Temp.pm
40965 ____________________________________________________________________________
40966 [  7493] By: jhi                                   on 2000/10/31  14:05:07
40967         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
40968              
40969              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
40970              From: Nicholas Clark <nick@ccl4.org>
40971              Date: Mon, 30 Oct 2000 17:38:45 +0000
40972              Message-ID: <20001030173845.O60355@plum.flirble.org>
40973      Branch: perl
40974            ! Makefile.SH utils/perlbug.PL
40975 ____________________________________________________________________________
40976 [  7492] By: nick                                  on 2000/10/30  19:37:23
40977         Log: Change files which are mysteriously different to mainline to be
40978              copies of mainline.
40979      Branch: perlio
40980            ! objXSUB.h perlapi.c pod/perlapi.pod
40981 ____________________________________________________________________________
40982 [  7491] By: nick                                  on 2000/10/30  18:05:54
40983         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
40984              - typo in endian code in putc.
40985              - Don't allow read of write-only files and vice-versa
40986              - and off-by-one in flush-all loop.
40987              Remove debug calls as they were using GCC specific features.
40988      Branch: perlio
40989            ! perlio.c
40990 ____________________________________________________________________________
40991 [  7490] By: nick                                  on 2000/10/29  21:45:45
40992         Log: Integrate mainline to perlio
40993      Branch: perlio
40994           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
40995           !> toke.c
40996 ____________________________________________________________________________
40997 [  7489] By: jhi                                   on 2000/10/29  21:11:08
40998         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
40999              From: andreas.koenig@anima.de (Andreas J. Koenig)
41000              Date: 29 Oct 2000 22:05:59 +0100
41001              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
41002      Branch: perl
41003            ! lib/ExtUtils/Manifest.pm
41004 ____________________________________________________________________________
41005 [  7488] By: jhi                                   on 2000/10/29  21:07:47
41006         Log: Tests for #7487.
41007              
41008              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41009              From: andreas.koenig@anima.de (Andreas J. Koenig)
41010              Date: 29 Oct 2000 19:37:09 +0100
41011              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
41012      Branch: perl
41013            ! t/comp/proto.t
41014 ____________________________________________________________________________
41015 [  7487] By: jhi                                   on 2000/10/29  21:06:27
41016         Log: constsub spillage.
41017              
41018              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41019              From: John Tobey <jtobey@john-edwin-tobey.org>
41020              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
41021              Message-Id: <m13pvSr-000FObC@feynman.localnet>
41022      Branch: perl
41023            ! op.c
41024 ____________________________________________________________________________
41025 [  7486] By: nick                                  on 2000/10/29  21:05:04
41026         Log: Integrate mainline to perlio branch
41027      Branch: perlio
41028           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
41029           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
41030           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
41031           +> vos/install_perl.cm
41032            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
41033            - vos/config.h vos/config_h.SH_orig
41034           !> (integrate 141 files)
41035 ____________________________________________________________________________
41036 [  7485] By: jhi                                   on 2000/10/29  21:00:47
41037         Log: Make \x{...} consistently produce UTF-8.
41038              
41039              Subject: Re: \x{...} is confused 
41040              From: Simon Cozens <simon@cozens.net>
41041              Date: Sun, 29 Oct 2000 19:36:48 +0000
41042              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
41043      Branch: perl
41044            ! t/pragma/utf8.t toke.c
41045 ____________________________________________________________________________
41046 [  7484] By: nick                                  on 2000/10/29  20:05:29
41047         Log: PerlIO passes all tests.
41048      Branch: perlio
41049            ! perlio.c
41050 ____________________________________________________________________________
41051 [  7483] By: jhi                                   on 2000/10/29  18:06:55
41052         Log: Update Changes.
41053      Branch: perl
41054            ! Changes patchlevel.h
41055 ____________________________________________________________________________
41056 [  7482] By: nick                                  on 2000/10/29  17:43:28
41057         Log: Include <unistd.h> to get correct lseek() prototype etc.
41058              (I thought perl.h did that) - down to two fails
41059              - comp/require.t (last test)
41060              - lib/io_xs.t - possibly import/export of FILE * ?
41061      Branch: perlio
41062            ! perlio.c
41063 ____________________________________________________________________________
41064 [  7481] By: jhi                                   on 2000/10/29  17:02:37
41065         Log: UTF-8 decoder tweak.
41066      Branch: perl
41067            ! utf8.c
41068 ____________________________________________________________________________
41069 [  7480] By: nick                                  on 2000/10/29  16:26:11
41070         Log: Fixed two bugs:
41071              - error code not being set on close (of broken pipe)
41072              - append mode was truncating.
41073              At least one seek/tell bug remains.
41074      Branch: perlio
41075            ! perlio.c
41076 ____________________________________________________________________________
41077 [  7479] By: nick                                  on 2000/10/29  11:18:16
41078         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
41079              in case of accidents. Still several worrying fails, no line disciplines yet.
41080      Branch: perlio
41081            ! iperlsys.h perlio.c
41082 ____________________________________________________________________________
41083 [  7478] By: jhi                                   on 2000/10/29  02:04:01
41084         Log: Add also emailless people.
41085      Branch: perl
41086            ! AUTHORS
41087 ____________________________________________________________________________
41088 [  7477] By: jhi                                   on 2000/10/29  01:36:00
41089         Log: The #7476 needs a MANIFEST change, too.
41090      Branch: perl
41091            ! MANIFEST
41092 ____________________________________________________________________________
41093 [  7476] By: jhi                                   on 2000/10/29  01:35:21
41094         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
41095      Branch: perl
41096            - MAINTAIN
41097            ! AUTHORS Changes
41098 ____________________________________________________________________________
41099 [  7475] By: jhi                                   on 2000/10/28  23:57:25
41100         Log: De-quoted-unreadable to ISO Latin 1.
41101              (There's one ISO-2022-JP name in Changes5.004.)
41102      Branch: perl
41103            ! Changes Changes5.6
41104 ____________________________________________________________________________
41105 [  7474] By: jhi                                   on 2000/10/28  19:13:06
41106         Log: Subject: [ID 20001027.007] uniq array in perlfaq
41107              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
41108              Date: Fri, 27 Oct 2000 19:28:30 +0200
41109              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
41110      Branch: perl
41111            ! pod/perlfaq4.pod
41112 ____________________________________________________________________________
41113 [  7473] By: jhi                                   on 2000/10/28  18:02:05
41114         Log: Locking null mutexes is not recommendable.
41115              
41116              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
41117              From: Hugo <hv@crypt.compulink.co.uk>
41118              Date: Sat, 28 Oct 2000 18:41:12 +0100
41119              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
41120      Branch: perl
41121            ! op.c
41122 ____________________________________________________________________________
41123 [  7472] By: jhi                                   on 2000/10/28  17:52:58
41124         Log: Better create a true mailing list for the repository keepers.
41125      Branch: perl
41126            ! Porting/repository.pod
41127 ____________________________________________________________________________
41128 [  7471] By: jhi                                   on 2000/10/28  17:28:24
41129         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
41130              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
41131      Branch: perl
41132            + Porting/repository.pod
41133            ! MANIFEST
41134 ____________________________________________________________________________
41135 [  7470] By: jhi                                   on 2000/10/28  17:20:54
41136         Log: Subject: DOC PATCH 5.6.0
41137              From: mjd@plover.com
41138              Date: 27 Oct 2000 17:32:44 -0000
41139              Message-ID: <20001027173244.23754.qmail@plover.com>
41140      Branch: perl
41141            ! pod/perlfunc.pod
41142 ____________________________________________________________________________
41143 [  7469] By: jhi                                   on 2000/10/28  17:16:45
41144         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
41145              From: "Peter J. Farley III" <pjfarley@banet.net>
41146              Date: Fri, 27 Oct 2000 20:32:56 -0400
41147              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
41148      Branch: perl
41149            ! README.dos
41150 ____________________________________________________________________________
41151 [  7468] By: jhi                                   on 2000/10/28  17:07:18
41152         Log: Make target reordering to avoid pointless re-makes.
41153              
41154              Subject: Re: Total re-make of 'make okfile' after 7451 ?
41155              From: Nicholas Clark <nick@ccl4.org>
41156              Date: Sat, 28 Oct 2000 00:31:02 +0100
41157              Message-ID: <20001028003101.A54517@plum.flirble.org>
41158      Branch: perl
41159            ! Makefile.SH
41160 ____________________________________________________________________________
41161 [  7467] By: jhi                                   on 2000/10/28  17:05:31
41162         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
41163              From: lvirden@cas.org
41164              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
41165              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
41166      Branch: perl
41167            ! README.os2
41168 ____________________________________________________________________________
41169 [  7466] By: jhi                                   on 2000/10/28  16:09:16
41170         Log: Upgrade to CPAN 1.58_55.
41171              
41172              Subject: CPAN.pm status
41173              From: andreas.koenig@anima.de (Andreas J. Koenig) 
41174              Date: 28 Oct 2000 08:18:00 +0200 
41175              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
41176      Branch: perl
41177            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41178 ____________________________________________________________________________
41179 [  7465] By: jhi                                   on 2000/10/28  16:02:47
41180         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
41181      Branch: perl
41182            ! embed.h embed.pl perl.h proto.h toke.c
41183 ____________________________________________________________________________
41184 [  7464] By: nick                                  on 2000/10/28  10:43:44
41185         Log: Fix for sv_2iv() on "shared" value from keys %hash.
41186      Branch: perl
41187            ! sv.c
41188 ____________________________________________________________________________
41189 [  7463] By: jhi                                   on 2000/10/27  16:18:29
41190         Log: Update Changes.
41191      Branch: perl
41192            ! Changes patchlevel.h
41193 ____________________________________________________________________________
41194 [  7462] By: jhi                                   on 2000/10/27  16:17:44
41195         Log: Too enthusiastic editing in #7460.
41196      Branch: metaconfig
41197            ! U/modified/Oldsym.U
41198      Branch: perl
41199            ! Configure config_h.SH
41200 ____________________________________________________________________________
41201 [  7461] By: jhi                                   on 2000/10/27  15:37:38
41202         Log: Retract #7459, the script needs more work.
41203      Branch: perl
41204            - mkreef
41205            ! MANIFEST
41206 ____________________________________________________________________________
41207 [  7460] By: jhi                                   on 2000/10/27  15:23:14
41208         Log: Use $sort, $uniq (and $tr) consistently as wondered
41209              by Nicholas Clark.
41210      Branch: metaconfig
41211            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
41212            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
41213            ! U/modified/libc.U
41214      Branch: perl
41215            ! Configure config_h.SH
41216 ____________________________________________________________________________
41217 [  7459] By: jhi                                   on 2000/10/27  15:02:07
41218         Log: (Retracted by #7461)
41219              
41220              Add a shell script for creating/removing symbolic link farms,
41221              useful for keeping the source code read-only and doing the
41222              builds somewhere else.
41223      Branch: perl
41224            + mkreef
41225            ! MANIFEST
41226 ____________________________________________________________________________
41227 [  7458] By: jhi                                   on 2000/10/27  14:42:20
41228         Log: Do away with the fix_pl.
41229      Branch: perl
41230            - fix_pl
41231            ! MANIFEST Makefile.SH
41232 ____________________________________________________________________________
41233 [  7457] By: jhi                                   on 2000/10/27  12:43:13
41234         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
41235              From: Jens Hamisch <jens@Strawberry.COM>
41236              Date: Fri, 27 Oct 2000 14:38:21 +0200
41237              Message-Id: <20001027143821.B3366@Strawberry.COM>
41238      Branch: perl
41239            ! perl.h
41240 ____________________________________________________________________________
41241 [  7456] By: jhi                                   on 2000/10/27  12:33:42
41242         Log: Subject: [PATCH] todo
41243              From: Nicholas Clark <nick@ccl4.org>
41244              Date: Thu, 26 Oct 2000 22:32:29 +0100
41245              Message-ID: <20001026223229.A44540@plum.flirble.org>
41246      Branch: perl
41247            ! pod/perltodo.pod
41248 ____________________________________________________________________________
41249 [  7455] By: jhi                                   on 2000/10/27  12:02:21
41250         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
41251              From: John Tobey <jtobey@john-edwin-tobey.org>
41252              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
41253              Message-Id: <m13ozHF-000FObC@feynman.localnet>
41254      Branch: perl
41255            ! op.c t/pragma/sub_lval.t
41256 ____________________________________________________________________________
41257 [  7454] By: jhi                                   on 2000/10/27  11:59:42
41258         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
41259              From: sthoenna@efn.org
41260              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
41261              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
41262      Branch: perl
41263            ! pp.c t/op/assignwarn.t
41264 ____________________________________________________________________________
41265 [  7453] By: jhi                                   on 2000/10/27  00:15:08
41266         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
41267      Branch: perl
41268            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41269            ! ext/Storable/Storable.xs t/lib/st-lock.t
41270 ____________________________________________________________________________
41271 [  7452] By: jhi                                   on 2000/10/26  13:05:52
41272         Log: Undo #7451, this seems to be a deficiency in Perforce,
41273              there is no per-file line-terminator type, only per-client.
41274      Branch: perl
41275            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
41276            ! win32/makefile.mk
41277 ____________________________________________________________________________
41278 [  7451] By: jhi                                   on 2000/10/26  04:56:03
41279         Log: Experimenting in DOS arcana.
41280      Branch: perl
41281            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
41282            ! win32/makefile.mk
41283 ____________________________________________________________________________
41284 [  7450] By: jhi                                   on 2000/10/26  04:50:52
41285         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
41286              From: "Peter J. Farley III" <pjfarley@banet.net>            
41287              Date: Wed, 25 Oct 2000 23:10:18 -0400
41288              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
41289      Branch: perl
41290            ! t/io/open.t
41291 ____________________________________________________________________________
41292 [  7449] By: jhi                                   on 2000/10/26  04:49:16
41293         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
41294              From: Hugo <hv@crypt.compulink.co.uk>
41295              Date: Thu, 26 Oct 2000 01:55:17 +0100
41296              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
41297              
41298              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
41299      Branch: perl
41300            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
41301 ____________________________________________________________________________
41302 [  7448] By: jhi                                   on 2000/10/26  04:38:36
41303         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
41304              From: Peter Prymmer <pvhp@forte.com>
41305              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
41306              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
41307      Branch: perl
41308            ! configure.com
41309 ____________________________________________________________________________
41310 [  7447] By: jhi                                   on 2000/10/25  23:20:02
41311         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
41312              in platforms that strictly require all the symbols being present
41313              at link time.
41314      Branch: perl
41315            ! handy.h
41316 ____________________________________________________________________________
41317 [  7446] By: jhi                                   on 2000/10/25  21:55:57
41318         Log: Update Changes.
41319      Branch: perl
41320            ! Changes patchlevel.h
41321 ____________________________________________________________________________
41322 [  7445] By: jhi                                   on 2000/10/25  21:27:08
41323         Log: Integrate with vmsperl #7430 by Charles Bailey:
41324              
41325              Cleanup from prior patch (Charles Lane?):
41326              - improve handling of MFDs in Basename and Path
41327              - default to no xsubpp line # munging when building debug images
41328      Branch: perl
41329           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
41330 ____________________________________________________________________________
41331 [  7444] By: jhi                                   on 2000/10/25  21:03:50
41332         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
41333              From: John Peacock <JPeacock@UnivPress.com>
41334              Date: Thu, 18 May 2000 11:55:27 -0400
41335              Message-ID: <3924126F.A58BE57A@UnivPress.com>
41336      Branch: perl
41337            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
41338            ! t/op/write.t
41339 ____________________________________________________________________________
41340 [  7443] By: jhi                                   on 2000/10/25  20:43:10
41341         Log: Temporary stopgap for the self-tying issue: for now only
41342              array and hash self-ties are verboten.  The real fix, of
41343              course, would be to comprehensively test (and implement?)
41344              and debug (and document) self-ties.
41345      Branch: perl
41346            ! pod/perldiag.pod pp_sys.c t/op/tie.t
41347 ____________________________________________________________________________
41348 [  7442] By: jhi                                   on 2000/10/25  20:14:30
41349         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
41350              From: Dan Sugalski <dan@sidhe.org>
41351              Date: Wed, 25 Oct 2000 13:36:35 -0400
41352              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
41353              
41354              plus regen global.sym.
41355      Branch: perl
41356            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
41357            ! thrdvar.h util.c
41358 ____________________________________________________________________________
41359 [  7441] By: jhi                                   on 2000/10/25  20:12:20
41360         Log: buildtoc target tweaks.
41361      Branch: perl
41362            ! pod/Makefile.SH
41363 ____________________________________________________________________________
41364 [  7440] By: jhi                                   on 2000/10/25  20:03:53
41365         Log: A new version of making the syslog test more robust.
41366              (Replaces #7421.)
41367              
41368              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
41369              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41370              Date: Wed, 25 Oct 2000 12:13:54 -0400
41371              Message-ID: <20001025121354.B2264@O2.chapin.edu>
41372      Branch: perl
41373            ! t/lib/syslog.t
41374 ____________________________________________________________________________
41375 [  7439] By: jhi                                   on 2000/10/25  20:00:48
41376         Log: Continue the internal UTF-8 API tweaking.
41377              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
41378              used much more than the simpler API, now called utf8_to_uv_simple().
41379              Still not quite happy with API, too much partial duplication
41380              of functionality.
41381      Branch: perl
41382            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
41383            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
41384            ! regcomp.c regexec.c sv.c toke.c utf8.c
41385 ____________________________________________________________________________
41386 [  7438] By: jhi                                   on 2000/10/25  18:52:30
41387         Log: Allow poking holes at the UTF-8 decoding strictness.
41388      Branch: perl
41389            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
41390            ! utf8.h
41391 ____________________________________________________________________________
41392 [  7437] By: jhi                                   on 2000/10/25  13:53:05
41393         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
41394              UTF8LEN() and UTF8SKIP(). 
41395      Branch: perl
41396            ! pp.c utf8.c utf8.h
41397 ____________________________________________________________________________
41398 [  7436] By: jhi                                   on 2000/10/25  13:51:37
41399         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
41400              From: Nicholas Clark <nick@ccl4.org>
41401              Date: Wed, 25 Oct 2000 14:44:05 +0100
41402              Message-ID: <20001025144404.D27253@plum.flirble.org>
41403      Branch: perl
41404            ! pod/perlrun.pod
41405 ____________________________________________________________________________
41406 [  7435] By: jhi                                   on 2000/10/25  13:49:32
41407         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
41408              From: Mike Guy <mjtg@cam.ac.uk>
41409              Date: Tue, 24 Oct 2000 14:59:40 +0100
41410              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
41411      Branch: perl
41412            ! scope.c
41413 ____________________________________________________________________________
41414 [  7434] By: jhi                                   on 2000/10/25  13:48:41
41415         Log: AIX is picky about its symbol exports.  Solution for now
41416              is to include the deb.o explicitly to the re extension build.
41417              
41418              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
41419              From: Peter Prymmer <pvhp@forte.com>
41420              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
41421              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
41422      Branch: perl
41423            ! ext/re/Makefile.PL hints/aix.sh
41424 ____________________________________________________________________________
41425 [  7433] By: jhi                                   on 2000/10/25  13:46:49
41426         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
41427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41428              Date: Wed, 25 Oct 2000 12:02:20 +0200
41429              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
41430      Branch: perl
41431            ! perlsdio.h
41432 ____________________________________________________________________________
41433 [  7432] By: jhi                                   on 2000/10/25  13:44:28
41434         Log: Subject: Minor update to find2perl, for portability
41435              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41436              Date: Wed, 25 Oct 2000 12:05:47 +0100
41437              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
41438      Branch: perl
41439            ! x2p/find2perl.PL
41440 ____________________________________________________________________________
41441 [  7431] By: jhi                                   on 2000/10/25  13:40:39
41442         Log: Add targets to Makefile.SH, most importantly
41443              'regen_all' which also remembers to update vms/perly*.
41444      Branch: perl
41445            ! Makefile.SH
41446 ____________________________________________________________________________
41447 [  7430] By: bailey                                on 2000/10/25  03:13:53
41448         Log: Cleanup from prior patch (Charles Lane?):
41449              - improve handling of MFDs in Basename and Path
41450              - default to no xsubpp line # munging when building debug images
41451      Branch: vmsperl
41452            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
41453 ____________________________________________________________________________
41454 [  7429] By: jhi                                   on 2000/10/24  20:03:40
41455         Log: Podify README.epoc and README.vos.
41456      Branch: perl
41457            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
41458            ! pod/perlport.pod pod/perltoc.pod
41459 ____________________________________________________________________________
41460 [  7428] By: jhi                                   on 2000/10/24  19:10:33
41461         Log: Stratus VOS updates from Paul Green.
41462      Branch: perl
41463            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41464            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
41465            - vos/config.def vos/config.h vos/config_h.SH_orig
41466            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
41467            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
41468 ____________________________________________________________________________
41469 [  7427] By: jhi                                   on 2000/10/24  18:59:48
41470         Log: Check if stdio supports tweaking lval and cnt simultaneously.
41471              
41472              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41473              From: Nicholas Clark <nick@ccl4.org>
41474              Date: Mon, 23 Oct 2000 15:39:32 +0100
41475              Message-ID: <20001023153932.A10786@plum.flirble.org>
41476      Branch: metaconfig
41477            ! U/compline/d_stdstdio.U
41478      Branch: perl
41479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41480            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
41481            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
41482            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
41483            ! vos/config.h vos/config_h.SH_orig win32/config.bc
41484            ! win32/config.gc win32/config.vc
41485 ____________________________________________________________________________
41486 [  7426] By: jhi                                   on 2000/10/24  17:57:44
41487         Log: Missed the header file changes from #7425.
41488      Branch: perl
41489            ! embed.h embed.pl objXSUB.h proto.h
41490 ____________________________________________________________________________
41491 [  7425] By: jhi                                   on 2000/10/24  17:55:17
41492         Log: Fix the bug reported in
41493              
41494              From: andreas.koenig@anima.de (Andreas J. Koenig)
41495              Subject: Encode bug?
41496              Date: 24 Oct 2000 14:01:26 +0200 
41497              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
41498              
41499              Also make is_utf8_char() stricter.
41500      Branch: perl
41501            ! ext/Encode/Encode.xs utf8.c
41502 ____________________________________________________________________________
41503 [  7424] By: jhi                                   on 2000/10/24  15:15:39
41504         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
41505              From: Peter Scott <Peter@PSDT.com>
41506              Date: Mon, 23 Oct 2000 19:46:01 -0700
41507              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
41508      Branch: perl
41509            ! pod/perlfaq5.pod
41510 ____________________________________________________________________________
41511 [  7423] By: jhi                                   on 2000/10/24  14:25:30
41512         Log: Test tweak to avoid pulling in the whole Config.
41513      Branch: perl
41514            ! t/lib/st-lock.t
41515 ____________________________________________________________________________
41516 [  7422] By: jhi                                   on 2000/10/24  14:03:16
41517         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
41518      Branch: perl
41519            ! pp.c
41520 ____________________________________________________________________________
41521 [  7421] By: jhi                                   on 2000/10/24  13:32:09
41522         Log: (Replaced by #7440.)
41523              
41524              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
41525              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41526              Date: Mon, 23 Oct 2000 16:40:54 -0400
41527              Message-ID: <20001023164054.B14491@O2.chapin.edu>
41528      Branch: perl
41529            ! t/lib/syslog.t
41530 ____________________________________________________________________________
41531 [  7420] By: jhi                                   on 2000/10/24  13:30:53
41532         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
41533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41534              Date: Mon, 23 Oct 2000 17:29:03 -0400
41535              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
41536      Branch: perl
41537            ! lib/ExtUtils/MM_Unix.pm
41538 ____________________________________________________________________________
41539 [  7419] By: jhi                                   on 2000/10/24  13:29:57
41540         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41542              Date: Mon, 23 Oct 2000 19:01:32 -0400
41543              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
41544      Branch: perl
41545            ! utils/h2xs.PL
41546 ____________________________________________________________________________
41547 [  7418] By: jhi                                   on 2000/10/24  13:26:04
41548         Log: Replace #7409 with
41549              
41550              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
41551              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
41552              Date: Mon, 23 Oct 2000 20:08:56 +0200
41553              Message-ID: <20001023200855.A14850@nice.ram.loc>
41554      Branch: perl
41555            ! ext/Storable/Storable.pm t/lib/st-lock.t
41556 ____________________________________________________________________________
41557 [  7417] By: jhi                                   on 2000/10/24  13:17:52
41558         Log: Run vms/vms_yfix.pl, should have done that after changing
41559              perly.c in #7382.
41560      Branch: perl
41561            ! vms/perly_c.vms vms/perly_h.vms
41562 ____________________________________________________________________________
41563 [  7416] By: jhi                                   on 2000/10/24  02:55:33
41564         Log: Make the UTF-8 decoding stricter and more verbose when
41565              malformation happens.  This involved adding an argument
41566              to utf8_to_uv_chk(), which involved changing its prototype,
41567              and prefer STRLEN over I32 for the UTF-8 length, which as
41568              a domino effect necessitated changing the prototypes of
41569              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
41570              The stricter UTF-8 decoding checking uses Markus Kuhn's
41571              UTF-8 Decode Stress Tester from
41572              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
41573      Branch: perl
41574            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
41575            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
41576            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
41577            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
41578 ____________________________________________________________________________
41579 [  7415] By: jhi                                   on 2000/10/23  14:06:06
41580         Log: Update Changes.
41581      Branch: perl
41582            ! Changes patchlevel.h
41583 ____________________________________________________________________________
41584 [  7414] By: jhi                                   on 2000/10/23  12:39:52
41585         Log: Undo the basename() part of #7412 since the lib/basename
41586              tests would need upgrading too.
41587      Branch: perl
41588            ! lib/File/Basename.pm
41589 ____________________________________________________________________________
41590 [  7413] By: jhi                                   on 2000/10/23  12:19:27
41591         Log: Document PERL_INSTALL_ROOT of #7210.
41592      Branch: perl
41593            ! lib/ExtUtils/Install.pm
41594 ____________________________________________________________________________
41595 [  7412] By: jhi                                   on 2000/10/23  12:16:47
41596         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
41597      Branch: perl
41598            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
41599            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
41600 ____________________________________________________________________________
41601 [  7411] By: jhi                                   on 2000/10/23  12:07:41
41602         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
41603              From: Prymmer/Kahn <pvhp@best.com>
41604              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
41605              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
41606      Branch: perl
41607            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
41608 ____________________________________________________________________________
41609 [  7410] By: jhi                                   on 2000/10/23  04:10:11
41610         Log: The change #7187 was not so good on VMS.
41611              
41612              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
41613              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41614              Date: Sun, 22 Oct 2000 23:03:08 -0500
41615              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
41616      Branch: perl
41617            ! utils/perldoc.PL
41618 ____________________________________________________________________________
41619 [  7409] By: jhi                                   on 2000/10/23  03:57:36
41620         Log: Avoid Storable locking on DJGPP for now.
41621              
41622              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
41623              From: "Peter J. Farley III" <pjfarley@banet.net>
41624              Date: Sun, 22 Oct 2000 20:00:00 -0400
41625              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
41626      Branch: perl
41627            ! ext/Storable/Storable.pm t/lib/st-lock.t
41628 ____________________________________________________________________________
41629 [  7408] By: jhi                                   on 2000/10/23  03:50:24
41630         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
41631              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41632              Date: Sun, 22 Oct 2000 21:12:22 -0400
41633              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
41634      Branch: perl
41635            ! lib/vars.pm
41636 ____________________________________________________________________________
41637 [  7407] By: jhi                                   on 2000/10/23  03:43:12
41638         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
41639              From: Hugo <hv@crypt.compulink.co.uk>
41640              Date: Mon, 23 Oct 2000 00:47:22 +0100
41641              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
41642      Branch: perl
41643            ! regexec.c t/op/pat.t
41644 ____________________________________________________________________________
41645 [  7406] By: jhi                                   on 2000/10/23  03:40:29
41646         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
41647      Branch: perl
41648            ! lib/ExtUtils/MakeMaker.pm
41649 ____________________________________________________________________________
41650 [  7405] By: jhi                                   on 2000/10/22  21:32:00
41651         Log: Doc patch.
41652              
41653              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
41654              From: rspier@pobox.com (Robert Spier)
41655              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
41656              Message-ID: <14835.16112.13457.447971@rls.cx>
41657      Branch: perl
41658            ! lib/strict.pm
41659 ____________________________________________________________________________
41660 [  7404] By: jhi                                   on 2000/10/22  21:30:51
41661         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
41662              From: rspier@pobox.com (Robert Spier)
41663              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
41664              Message-ID: <14835.17223.72448.705566@rls.cx>
41665      Branch: perl
41666            ! lib/ExtUtils/MakeMaker.pm
41667 ____________________________________________________________________________
41668 [  7403] By: jhi                                   on 2000/10/22  21:24:11
41669         Log: Subject: [PATCH bleadperl] ripples from constsub patch
41670              From: John Tobey <jtobey@john-edwin-tobey.org>
41671              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
41672              Message-Id: <m13nSOB-000FObC@feynman.localnet>
41673      Branch: perl
41674            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
41675 ____________________________________________________________________________
41676 [  7402] By: jhi                                   on 2000/10/22  20:59:35
41677         Log: Support s?printf parameter reordering.
41678      Branch: perl
41679            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
41680 ____________________________________________________________________________
41681 [  7401] By: jhi                                   on 2000/10/22  19:19:14
41682         Log: Expand %Config variables only if explicitly so requested
41683              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
41684              
41685              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
41686              From: Gurusamy Sarathy <gsar@ActiveState.com>
41687              Date: Sun, 22 Oct 2000 11:47:32 -0700
41688              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
41689      Branch: perl
41690            ! Makefile.SH lib/lib_pm.PL
41691 ____________________________________________________________________________
41692 [  7400] By: jhi                                   on 2000/10/22  18:24:10
41693         Log: Move the #7390 test from warn/op to comp/redef.
41694              
41695              Subject: Re: Creating const subs for constants.
41696              From: John Tobey <jtobey@john-edwin-tobey.org>
41697              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
41698              Message-Id: <m13nG72-000FObC@feynman.localnet>               
41699      Branch: perl
41700            ! t/comp/redef.t t/pragma/warn/op
41701 ____________________________________________________________________________
41702 [  7399] By: jhi                                   on 2000/10/22  17:49:59
41703         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
41704              From: Nicholas Clark <nick@ccl4.org>
41705              Date: Sat, 21 Oct 2000 22:23:19 +0100
41706              Message-ID: <20001021222319.B45586@plum.flirble.org>
41707      Branch: perl
41708            ! ext/DynaLoader/DynaLoader_pm.PL
41709 ____________________________________________________________________________
41710 [  7398] By: jhi                                   on 2000/10/22  17:47:35
41711         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
41712              From: Hugo <hv@crypt.compulink.co.uk>
41713              Date: Sat, 21 Oct 2000 18:19:59 +0100
41714              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
41715      Branch: perl
41716            ! ext/B/B.pm ext/B/B/C.pm
41717 ____________________________________________________________________________
41718 [  7397] By: jhi                                   on 2000/10/22  17:35:18
41719         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
41720              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
41721              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
41722              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
41723      Branch: perl
41724            ! hints/openbsd.sh
41725 ____________________________________________________________________________
41726 [  7396] By: jhi                                   on 2000/10/22  17:19:46
41727         Log: Subject: installman go-faster stripes
41728              From: Nicholas Clark <nick@talking.bollo.cx>
41729              Date: Sat, 21 Oct 2000 17:24:53 +0100
41730              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
41731              
41732              Subject: Re: installman go-faster stripes
41733              From: Russ Allbery <rra@stanford.edu>
41734              Date: 21 Oct 2000 11:04:13 -0700
41735              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
41736      Branch: perl
41737            ! installman pod/pod2man.PL
41738 ____________________________________________________________________________
41739 [  7395] By: jhi                                   on 2000/10/22  17:17:35
41740         Log: Hints tweak from Anton Berezin.
41741      Branch: perl
41742            ! hints/freebsd.sh
41743 ____________________________________________________________________________
41744 [  7394] By: jhi                                   on 2000/10/22  04:50:04
41745         Log: Tweak the Is* definitions of Unicode character classes
41746              to better match the official categorizations; embrace
41747              the official categorizations; add the combining marks
41748              as alpha (and -numeric); fix DCinital (a typo and edito)
41749              to be DCmedial.
41750      Branch: perl
41751            + lib/unicode/Is/DCmedial.pl
41752            - lib/unicode/Is/DCinital.pl
41753            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41754            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
41755            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
41756            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41757 ____________________________________________________________________________
41758 [  7393] By: jhi                                   on 2000/10/21  18:06:05
41759         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
41760              From: Daniel Chetlin <daniel@chetlin.com>
41761              Date: Sat, 21 Oct 2000 02:57:03 -0700
41762              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
41763      Branch: perl
41764            + t/lib/tie-splice.t
41765            ! MANIFEST lib/Tie/Array.pm
41766 ____________________________________________________________________________
41767 [  7392] By: gsar                                  on 2000/10/21  18:05:15
41768         Log: resync utfperl branch with mainline
41769      Branch: utfperl
41770           !> (integrate 1760 files)
41771 ____________________________________________________________________________
41772 [  7391] By: jhi                                   on 2000/10/21  14:37:49
41773         Log: Testcases for a #7383,#7385 related bug.
41774              
41775              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
41776              From: Nicholas Clark <nick@ccl4.org>
41777              Date: Sat, 21 Oct 2000 15:04:51 +0100
41778              Message-ID: <20001021150451.A51566@plum.flirble.org>
41779      Branch: perl
41780            ! t/pragma/utf8.t
41781 ____________________________________________________________________________
41782 [  7390] By: jhi                                   on 2000/10/21  14:35:57
41783         Log: Add a testcase for #7389.
41784      Branch: perl
41785            ! t/pragma/warn/op
41786 ____________________________________________________________________________
41787 [  7389] By: jhi                                   on 2000/10/21  14:26:45
41788         Log: Subject: Re: Creating const subs for constants.
41789              From: John Tobey <jtobey@john-edwin-tobey.org>
41790              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
41791              Message-Id: <m13mo0N-000FObC@feynman.localnet>
41792      Branch: perl
41793            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
41794            ! proto.h sv.c
41795 ____________________________________________________________________________
41796 [  7388] By: nick                                  on 2000/10/21  11:44:23
41797         Log: Populate perlio branch
41798      Branch: perlio
41799           +> (branch 1760 files)
41800 ____________________________________________________________________________
41801 [  7387] By: nick                                  on 2000/10/21  10:52:05
41802         Log: Get branch back as replica of mainline via :
41803              p4 integrate -b utfperl
41804              p4 resolve -at ./...
41805      Branch: utfperl
41806           +> (branch 269 files)
41807            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
41808            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
41809            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
41810            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
41811            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
41812            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41813            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41814            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41815            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41816            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41817            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41818            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41819            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41820            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41821            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41822            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41823            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41824            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41825            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
41826            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
41827            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
41828            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
41829            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
41830            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
41831            - lib/unicode/UCD300.html lib/unicode/Unicode.300
41832            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
41833            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
41834            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
41835            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
41836           !> (integrate 965 files)
41837 ____________________________________________________________________________
41838 [  7386] By: jhi                                   on 2000/10/21  01:31:12
41839         Log: Update Changes.
41840      Branch: perl
41841            ! Changes patchlevel.h
41842 ____________________________________________________________________________
41843 [  7385] By: jhi                                   on 2000/10/21  01:28:42
41844         Log: The #7383 was right only in the context of the original bug report,
41845              not in more general case.
41846      Branch: perl
41847            ! pp_hot.c
41848 ____________________________________________________________________________
41849 [  7384] By: jhi                                   on 2000/10/21  01:08:23
41850         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
41851      Branch: perl
41852            ! ext/IO/lib/IO/Select.pm
41853 ____________________________________________________________________________
41854 [  7383] By: jhi                                   on 2000/10/21  00:44:18
41855         Log: Fix for ID 20001020.006, concatenating an unset submatch
41856              with utf8 resulted in "Modification of a read-only value".
41857      Branch: perl
41858            ! pp_hot.c t/pragma/utf8.t
41859 ____________________________________________________________________________
41860 [  7382] By: jhi                                   on 2000/10/20  20:44:31
41861         Log: Make scan_num() reëntrant, as suggested in
41862              
41863              Subject: [PATCH perl@7229] Rentrant parser and yylex()
41864              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41865              Date: Fri, 20 Oct 2000 14:17:27 +0100
41866              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
41867      Branch: perl
41868            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
41869            ! toke.c
41870 ____________________________________________________________________________
41871 [  7381] By: jhi                                   on 2000/10/20  20:07:29
41872         Log: Reëntrancy fix.
41873              
41874              Subject: [PATCH perl@7229] Rentrant parser and yylex()
41875              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41876              Date: Fri, 20 Oct 2000 14:17:27 +0100
41877              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
41878      Branch: perl
41879            ! embed.h embed.pl perl.h proto.h toke.c
41880 ____________________________________________________________________________
41881 [  7380] By: jhi                                   on 2000/10/20  19:15:54
41882         Log: Don't write double values through long double pointers,
41883              based on a part of
41884              
41885              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41886              From: Jens Hamisch <jens@Strawberry.COM>
41887              Date: Tue, 17 Oct 2000 08:39:36 +0200
41888              Message-Id: <20001017083936.A11104@Strawberry.COM>
41889      Branch: perl
41890            ! perl.h pp.c
41891 ____________________________________________________________________________
41892 [  7379] By: jhi                                   on 2000/10/20  18:43:37
41893         Log: Portability tweak on #7377.
41894              
41895              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
41896              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41897              Date:     Fri, 20 Oct 2000 13:13:41 EDT
41898              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
41899      Branch: perl
41900            ! t/lib/dprof.t
41901 ____________________________________________________________________________
41902 [  7378] By: jhi                                   on 2000/10/20  12:57:19
41903         Log: SOCKS function redefinitions need prototypes, too, otherwise
41904              for example 32 bit versus 64 bit differences cause a lot of
41905              problems.  Part of
41906              
41907              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41908              From: Jens Hamisch <jens@Strawberry.COM>
41909              Date: Tue, 17 Oct 2000 08:39:36 +0200
41910              Message-Id: <20001017083936.A11104@Strawberry.COM>
41911      Branch: perl
41912            ! doio.c pp_sys.c
41913 ____________________________________________________________________________
41914 [  7377] By: jhi                                   on 2000/10/20  12:37:12
41915         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
41916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41917              Date:     Fri, 20 Oct 2000 08:26:04 EDT
41918              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
41919      Branch: perl
41920            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
41921 ____________________________________________________________________________
41922 [  7376] By: jhi                                   on 2000/10/20  12:35:31
41923         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
41924              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41925              Date:     Fri, 20 Oct 2000 07:48:15 EDT
41926              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
41927      Branch: perl
41928            ! configure.com vms/gen_shrfls.pl
41929 ____________________________________________________________________________
41930 [  7375] By: bailey                                on 2000/10/20  04:44:37
41931         Log: SYN SYN
41932      Branch: vmsperl
41933           +> (branch 134 files)
41934            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
41935            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
41936            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
41937            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
41938            - eg/cgi/frameset.cgi eg/cgi/index.html
41939            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41940            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41941            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41942            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41943            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41944            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41945            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41946            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41947            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41948            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41949            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41950            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41951            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41952            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
41953            - lib/unicode/Props.txt lib/unicode/UCD300.html
41954            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
41955            - utils/perlbc.PL vms/subconfigure.com
41956           !> (integrate 785 files)
41957 ____________________________________________________________________________
41958 [  7374] By: jhi                                   on 2000/10/20  00:59:48
41959         Log: In the latest compiler builds cccdlflags must not become -fpic,
41960              from Wilfredo Sánchez.
41961      Branch: perl
41962            ! hints/darwin.sh
41963 ____________________________________________________________________________
41964 [  7373] By: jhi                                   on 2000/10/20  00:56:35
41965         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
41966              From: Tony Cook <tony@develop-help.com>
41967              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
41968              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
41969      Branch: perl
41970            ! pod/perlop.pod
41971 ____________________________________________________________________________
41972 [  7372] By: jhi                                   on 2000/10/19  19:34:40
41973         Log: Typo noted by Mark Lutz.
41974      Branch: perl
41975            ! t/op/64bitint.t
41976 ____________________________________________________________________________
41977 [  7371] By: jhi                                   on 2000/10/19  19:33:13
41978         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
41979      Branch: metaconfig
41980            ! U/modified/Cppsym.U U/modified/Oldconfig.U
41981      Branch: metaconfig/U/perl
41982            ! End.U dlsrc.U libperl.U
41983      Branch: perl
41984            + hints/nonstopux.sh
41985            ! Configure MANIFEST config_h.SH
41986 ____________________________________________________________________________
41987 [  7370] By: jhi                                   on 2000/10/19  17:18:08
41988         Log: Subject: PATCH do_print has 2 PerlIO_error()s
41989              From: nick@ccl4.org
41990              Date: Thu, 19 Oct 2000 18:09:20 +0100
41991              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
41992      Branch: perl
41993            ! doio.c
41994 ____________________________________________________________________________
41995 [  7369] By: jhi                                   on 2000/10/19  14:01:49
41996         Log: Update Changes.
41997      Branch: perl
41998            ! Changes patchlevel.h
41999 ____________________________________________________________________________
42000 [  7368] By: jhi                                   on 2000/10/19  13:04:29
42001         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
42002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42003              Date: Wed, 18 Oct 2000 13:12:01 +0200
42004              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
42005      Branch: perl
42006            ! hints/aix.sh
42007 ____________________________________________________________________________
42008 [  7367] By: jhi                                   on 2000/10/19  02:22:40
42009         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
42010              of a 'pmshort' anywhere in the B, so the offending line was simply
42011              removed.
42012      Branch: perl
42013            ! ext/B/B/Debug.pm
42014 ____________________________________________________________________________
42015 [  7366] By: jhi                                   on 2000/10/19  02:12:37
42016         Log: Add the test case for the bug id 20000730.004 which seems
42017              to have been fixed by now.
42018      Branch: perl
42019            ! t/pragma/utf8.t
42020 ____________________________________________________________________________
42021 [  7365] By: jhi                                   on 2000/10/18  23:36:24
42022         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
42023              From: Hugo <hv@crypt.compulink.co.uk>
42024              Date: Wed, 18 Oct 2000 23:25:58 +0100
42025              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
42026      Branch: perl
42027            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
42028 ____________________________________________________________________________
42029 [  7364] By: jhi                                   on 2000/10/18  21:12:53
42030         Log: (retracted)
42031      Branch: perl
42032            ! pp.c
42033 ____________________________________________________________________________
42034 [  7363] By: jhi                                   on 2000/10/18  20:55:38
42035         Log: Missing change from #7362.
42036      Branch: perl
42037            ! win32/perlhost.h
42038 ____________________________________________________________________________
42039 [  7362] By: jhi                                   on 2000/10/18  20:52:01
42040         Log: Borland C fstat() never saw the fd as writable.
42041              
42042              Subject: fix for Borland's weak "stat" (perl@7211)
42043              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42044              Date: Mon, 16 Oct 2000 09:55:03 +0400
42045              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
42046      Branch: perl
42047            ! win32/win32.c
42048 ____________________________________________________________________________
42049 [  7361] By: jhi                                   on 2000/10/18  17:43:50
42050         Log: Regen toc.
42051      Branch: perl
42052            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
42053 ____________________________________________________________________________
42054 [  7360] By: jhi                                   on 2000/10/18  17:07:44
42055         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42056              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
42057              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
42058              Date: Mon, 16 Oct 2000 15:19:49 +0200
42059      Branch: perl
42060            + README.aix
42061            ! MANIFEST
42062 ____________________________________________________________________________
42063 [  7359] By: jhi                                   on 2000/10/18  17:04:49
42064         Log: Subject: Pod patch for Devel::Peek
42065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42066              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
42067              Date: Mon, 16 Oct 2000 12:26:34 +0200
42068      Branch: perl
42069            ! ext/Devel/Peek/Peek.pm
42070 ____________________________________________________________________________
42071 [  7358] By: jhi                                   on 2000/10/18  17:03:15
42072         Log: Make Cwd more bulletproof in chrooted environments.
42073              
42074              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
42075              From: "Eric E. Coe" <Eric.Coe@oracle.com>
42076              Date: Wed, 18 Oct 2000 04:03:54 -0400
42077              Message-Id: <39ED596A.70E599FE@oracle.com>
42078      Branch: perl
42079            ! lib/Cwd.pm
42080 ____________________________________________________________________________
42081 [  7357] By: jhi                                   on 2000/10/18  16:37:26
42082         Log: Disable the UTF8 downgrade croakage for now to avoid
42083              too many not okay messages.
42084      Branch: perl
42085            ! doio.c
42086 ____________________________________________________________________________
42087 [  7356] By: jhi                                   on 2000/10/17  23:29:41
42088         Log: Show the failed remote port, instead of the failing line number.
42089              
42090              Subject: [PATCH 5.6.1 Debugger] More diagnostics
42091              From: David Sparks <daves@ActiveState.com>
42092              Date: Tue, 17 Oct 2000 15:00:24 -0700
42093              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
42094      Branch: perl
42095            ! lib/perl5db.pl
42096 ____________________________________________________________________________
42097 [  7355] By: jhi                                   on 2000/10/17  14:11:31
42098         Log: On output try to downgrade to bytes, croak if impossible,
42099              from Simon Cozens.  This means that outputting >255 UTF8
42100              is impossible.  Consider this as a strong incentive to get
42101              the I/O disciplines implemented.
42102      Branch: perl
42103            ! doio.c pod/perldiag.pod sv.c
42104 ____________________________________________________________________________
42105 [  7354] By: jhi                                   on 2000/10/17  13:42:23
42106         Log: Clarify documentation on 'use bytes'.
42107              
42108              Subject: Re: What does 'use bytes' "mean" ?
42109              From: Simon Cozens <simon@cozens.net>
42110              Date: Mon, 18 Sep 2000 18:24:25 +0100
42111              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
42112      Branch: perl
42113            ! lib/bytes.pm
42114 ____________________________________________________________________________
42115 [  7353] By: jhi                                   on 2000/10/17  13:28:12
42116         Log: Workaround for a sfio bug where the stream error indicator
42117              is not cleared as documented.
42118              
42119              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42120              From: Nicholas Clark <nick@ccl4.org>
42121              Date: Mon, 16 Oct 2000 18:28:23 +0100
42122              Message-ID: <20001016182823.J19700@plum.flirble.org>
42123      Branch: perl
42124            ! doio.c
42125 ____________________________________________________________________________
42126 [  7352] By: jhi                                   on 2000/10/17  13:06:19
42127         Log: More IoTYPE sprinkling.
42128      Branch: perl
42129            ! doio.c pp_hot.c
42130 ____________________________________________________________________________
42131 [  7351] By: jhi                                   on 2000/10/16  22:47:07
42132         Log: Detect early whether the std streams have gone bad.
42133              
42134              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42135              Date: Mon, 16 Oct 2000 23:28:42 +0100
42136              From: Nicholas Clark <nick@ccl4.org>
42137              Message-ID: <20001016232842.A37942@plum.flirble.org>
42138      Branch: perl
42139            ! t/op/misc.t
42140 ____________________________________________________________________________
42141 [  7350] By: jhi                                   on 2000/10/16  22:45:16
42142         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
42143              From: "Peter J. Farley III" <pjfarley@banet.net>
42144              Date: Mon, 16 Oct 2000 18:15:59 -0400
42145              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
42146      Branch: perl
42147            ! djgpp/djgpp.c dosish.h t/io/open.t
42148 ____________________________________________________________________________
42149 [  7349] By: jhi                                   on 2000/10/16  22:36:45
42150         Log: perldelta tweak.
42151      Branch: perl
42152            ! pod/perldelta.pod
42153 ____________________________________________________________________________
42154 [  7348] By: jhi                                   on 2000/10/16  15:17:53
42155         Log: Update Changes.
42156      Branch: perl
42157            ! Changes patchlevel.h
42158 ____________________________________________________________________________
42159 [  7347] By: jhi                                   on 2000/10/16  13:55:27
42160         Log: Add the capability to include/exclude branches.
42161      Branch: perl
42162            ! Porting/genlog
42163 ____________________________________________________________________________
42164 [  7346] By: jhi                                   on 2000/10/16  13:18:04
42165         Log: Add Charles Lane.
42166      Branch: perl
42167            ! AUTHORS Changes
42168 ____________________________________________________________________________
42169 [  7345] By: jhi                                   on 2000/10/16  13:13:21
42170         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
42171      Branch: perl
42172            ! pod/perldelta.pod
42173 ____________________________________________________________________________
42174 [  7344] By: gsar                                  on 2000/10/16  09:30:21
42175         Log: integrate change#6220 from cfgperl
42176              
42177              Win32 patches from Benjamin Stuhl.
42178      Branch: maint-5.6/perl
42179           !> makedef.pl win32/win32.h
42180 ____________________________________________________________________________
42181 [  7343] By: gsar                                  on 2000/10/16  08:32:19
42182         Log: integrate changes#6221,6222 from cfgperl
42183              
42184              Remove tr///CU (the feature is to be obsoleted by better interfaces).
42185              From: simon@brecon.co.uk (Simon Cozens)
42186              Subject: [PATCH] Eliminate tr///[CU][CU]
42187              Date: 23 Jun 2000 11:05:40 GMT
42188              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
42189              
42190              doc typo fix
42191              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
42192              From: Ian Phillipps <Ian.Phillipps@iname.com>
42193              Date: Fri, 23 Jun 2000 10:40:58 +0100
42194              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
42195      Branch: maint-5.6/perl
42196           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
42197 ____________________________________________________________________________
42198 [  7342] By: gsar                                  on 2000/10/16  08:28:08
42199         Log: integrate change#6217 from cfgperl (in part)
42200              
42201              Rename the fdpid locking and integrate with Sarathy.
42202      Branch: maint-5.6/perl
42203           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
42204           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
42205           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
42206           !> win32/win32.c
42207 ____________________________________________________________________________
42208 [  7341] By: gsar                                  on 2000/10/16  08:23:39
42209         Log: integrate changes#6214..6216 from mainline
42210              
42211              @_ can't have junk in it even in the non-USE_ITHREADS case because
42212              caller() wants to populate @DB::args with it (causes a coredump
42213              in Carp::confess())
42214              
42215              tweak comment about @DB::args
42216              
42217              be more optimal about clearing @_
42218      Branch: maint-5.6/perl
42219           !> av.h cop.h pp_ctl.c t/op/runlevel.t
42220 ____________________________________________________________________________
42221 [  7340] By: gsar                                  on 2000/10/16  08:20:37
42222         Log: integrate changes#6207..6210 from cfgperl
42223              
42224              Subject: [PATCH 5.6.0] Threadsafe patches
42225              From: Dan Sugalski <dan@sidhe.org>
42226              To: perl5-porters@perl.org
42227              Date: Mon, 08 May 2000 18:08:13 -0400
42228              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
42229              
42230              Regen headers for #6207.
42231              
42232              Lock PL_fdpid against race conditions, based on:
42233              Subject: [PATCH 5.6.0]subprocess fixup for threads
42234              From: Dan Sugalski <dan@sidhe.org>
42235              To: perl5-porters@perl.org
42236              Date: Tue, 11 Apr 2000 17:02:32 -0400
42237              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
42238              
42239              Mopup for #6207 and #6209.
42240      Branch: maint-5.6/perl
42241           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
42242           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
42243           !> win32/win32.c
42244 ____________________________________________________________________________
42245 [  7339] By: gsar                                  on 2000/10/16  08:14:34
42246         Log: integrate change#6203 from cfgperl
42247              
42248              perldiag should refer to perlos2.pod not README.os2
42249      Branch: maint-5.6/perl
42250           !> pod/perldiag.pod
42251 ____________________________________________________________________________
42252 [  7338] By: gsar                                  on 2000/10/16  08:11:42
42253         Log: integrate change#6201 from mainline
42254              
42255              Perl_eval_pv() leaks 4 bytes every time it is called because it
42256              does a PUSHMARK that's never ever POPMARKed; in general, only
42257              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
42258              Perl_eval_[sp]v() don't because they don't take any incoming
42259              arguments (this leak has been around since the original version
42260              of perl_eval_pv() in 5.003_97e)
42261      Branch: maint-5.6/perl
42262           !> perl.c
42263 ____________________________________________________________________________
42264 [  7337] By: gsar                                  on 2000/10/16  08:08:47
42265         Log: integrate changes#6197..6200 from cfgperl
42266              
42267              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
42268              From: John Borwick <jhborwic@unity.ncsu.edu>
42269              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
42270              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
42271              
42272              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
42273              From: Dan Sugalski <dan@sidhe.org>
42274              To: vmsperl@perl.org, perl5-porters@perl.org
42275              Date: Fri, 02 Jun 2000 16:00:41 -0400
42276              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
42277              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
42278              
42279              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
42280              From: Dan Sugalski <dan@sidhe.org>
42281              To: perl5-porters@perl.org, vmsperl@perl.org
42282              Date: Fri, 02 Jun 2000 17:30:51 -0400
42283              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
42284              
42285              Update to cperl-mode.el 4.31 from
42286              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
42287              Subject: A couple of notes
42288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42289              To: Mailing list Perl5 <perl5-porters@perl.org>
42290              Date: Sat, 3 Jun 2000 23:33:32 -0400
42291              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
42292      Branch: maint-5.6/perl
42293           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
42294           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
42295           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
42296           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
42297           !> vms/vmsish.h
42298 ____________________________________________________________________________
42299 [  7336] By: gsar                                  on 2000/10/16  08:03:46
42300         Log: integrate changes#6194,6195 from mainline
42301              
42302              fix small eval"" memory leaks under USE_ITHREADS
42303              
42304              fix yet another eval"" leak under USE_ITHREADS
42305      Branch: maint-5.6/perl
42306           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
42307           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
42308           !> vms/perly_c.vms
42309 ____________________________________________________________________________
42310 [  7335] By: gsar                                  on 2000/10/16  08:02:15
42311         Log: integrate changes#6190,6191 from mainline
42312              
42313              submit missing embed.pl change
42314              
42315              vec() loses numericalness (modified version of patch suggested
42316              by Robin Barker)
42317      Branch: maint-5.6/perl
42318           !> doop.c embed.pl t/op/vec.t
42319 ____________________________________________________________________________
42320 [  7334] By: gsar                                  on 2000/10/16  08:01:03
42321         Log: integrate change#6189 from mainline
42322              
42323              counting tr/// corrupts later operation (from M.J.T Guy)
42324      Branch: maint-5.6/perl
42325           !> doop.c t/op/tr.t
42326 ____________________________________________________________________________
42327 [  7333] By: gsar                                  on 2000/10/16  07:59:07
42328         Log: integrate changes#6183..6188 from mainline
42329              
42330              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
42331              <nick@ccl4.org>)
42332              
42333              tweak for change#6127
42334              
42335              remove incorrect documentation about implicit split to @_ in
42336              list context, which never really worked in perl 5 (from
42337              M.J.T. Guy)
42338              
42339              further qualify references to "alphanumeric" (from Wolfgang Laun
42340              <wolfgang.laun@alcatel.at>)
42341              
42342              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
42343              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
42344              
42345              h2xs tweaks
42346      Branch: maint-5.6/perl
42347           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
42348           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
42349           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
42350           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
42351           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
42352           !> pod/pod2latex.PL utils/h2xs.PL
42353 ____________________________________________________________________________
42354 [  7332] By: gsar                                  on 2000/10/16  07:53:52
42355         Log: integrate change#6179 from mainline
42356              
42357              buggy modulus on UVs introduced by change#3378 (resulted in
42358              4063328477 % 65535 amounting to 27406, instead of 27407)
42359      Branch: maint-5.6/perl
42360           !> pp.c t/op/arith.t
42361 ____________________________________________________________________________
42362 [  7331] By: gsar                                  on 2000/10/16  07:52:49
42363         Log: integrate changes#6176,6177,6178,6182 from cfgperl
42364              
42365              Single-quoted utf8 patch from Simon Cozens.
42366              
42367              Substitution utf8 patch from Simon Cozens.
42368              
42369              Be cleaner.
42370              
42371              Be Cleaner Part Deux.
42372      Branch: maint-5.6/perl
42373           !> Makefile.SH pp_hot.c toke.c
42374 ____________________________________________________________________________
42375 [  7330] By: gsar                                  on 2000/10/16  07:41:36
42376         Log: integrate change#6172 from mainline
42377              
42378              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
42379              (from Ilya Zakharevich)
42380      Branch: maint-5.6/perl
42381           !> regexec.c t/op/re_tests
42382 ____________________________________________________________________________
42383 [  7329] By: gsar                                  on 2000/10/16  07:40:25
42384         Log: integrate change#6171 from mainline
42385              
42386              scalar() doesn't force scalar context when used in void context
42387              (from Simon Cozens)
42388      Branch: maint-5.6/perl
42389           !> op.c t/op/wantarray.t
42390 ____________________________________________________________________________
42391 [  7328] By: gsar                                  on 2000/10/16  07:39:33
42392         Log: integrate change#6170 from mainline
42393              
42394              change#6142 needs tweaks to tests to work where there's no
42395              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
42396      Branch: maint-5.6/perl
42397           !> t/lib/filefind.t
42398 ____________________________________________________________________________
42399 [  7327] By: gsar                                  on 2000/10/16  07:35:34
42400         Log: integrate changes#6166..6168 from cfgperl
42401              
42402              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
42403              in case somebody wants to write an extension for more
42404              shadow database interfaces.
42405              
42406              tweak todo
42407              
42408              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
42409      Branch: maint-5.6/perl
42410           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42411           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
42412           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
42413           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
42414           !> win32/config.vc win32/config_H.bc win32/config_H.gc
42415           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
42416 ____________________________________________________________________________
42417 [  7326] By: gsar                                  on 2000/10/16  07:29:05
42418         Log: integrate changes#6157,6159..6161,6164 from cfgperl
42419              
42420              Regen Configure to jive with #6149.
42421              
42422              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
42423              
42424              Changes for the File::Temp 0.08 (change #6159) test suite
42425              to fit better into the Perl distribution test framework.
42426              
42427              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
42428              both from Simon Cozens.
42429              
42430              detypo
42431      Branch: maint-5.6/perl
42432           +> pod/perlmodlib.PL pod/perlnewmod.pod
42433           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
42434           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
42435           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42436           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
42437 ____________________________________________________________________________
42438 [  7325] By: gsar                                  on 2000/10/16  07:25:13
42439         Log: integrate change#6158 from vmsperl
42440              
42441              Add fallback to tmpfile for use in cases where user's relying on
42442              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
42443              Lane's patch)
42444      Branch: maint-5.6/perl
42445           !> vms/vms.c vms/vmsish.h
42446 ____________________________________________________________________________
42447 [  7324] By: gsar                                  on 2000/10/16  07:20:50
42448         Log: integrate changes#6153..6155 from mainline
42449              
42450              prettier Test::Harness output on failed tests (from Nicholas Clark
42451              <nick@Bagpuss.uk.boo.com>)
42452              
42453              avoid type mismatch warning
42454              
42455              small bug in change#6144; remove random \xA0 character that snuck
42456              in via change#6145
42457      Branch: maint-5.6/perl
42458           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
42459           !> perl.c
42460 ____________________________________________________________________________
42461 [  7323] By: gsar                                  on 2000/10/16  07:18:47
42462         Log: integrate changes#6151,6152 from mainline
42463              
42464              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
42465              
42466              cosmetic fixups of RE debug output (from Ilya Zakharevich)
42467      Branch: maint-5.6/perl
42468           !> regexec.c
42469 ____________________________________________________________________________
42470 [  7322] By: gsar                                  on 2000/10/16  07:17:25
42471         Log: integrate changes#6146..6150 from mainline
42472              
42473              doc typo
42474              
42475              add a make entry to Config.pm so "perl -V:make" works on VMS
42476              (from Peter Prymmer)
42477              
42478              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
42479              
42480              OS/2 tweaks for usethreads build (from Rocco Caputo
42481              <troc@netrus.net>)
42482              
42483              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
42484      Branch: maint-5.6/perl
42485           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
42486           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
42487           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
42488           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
42489           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
42490           !> warnings.pl x2p/a2p.h
42491 ____________________________________________________________________________
42492 [  7321] By: gsar                                  on 2000/10/16  07:14:02
42493         Log: integrate changes#6143..6145 from mainline
42494              
42495              MacOS support, part 1 (from Matthias Neeracher
42496              <neeri@iis.ee.ethz.ch>)
42497              
42498              MacOS support, part 2: make AutoSplit use File::Spec instead
42499              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
42500              <neeri@iis.ee.ethz.ch>)
42501              
42502              make xsubpp skip embedded pod (from Matthias Neeracher
42503              <neeri@iis.ee.ethz.ch>)
42504      Branch: maint-5.6/perl
42505           +> ext/DynaLoader/dl_mac.xs
42506           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
42507           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
42508           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
42509           !> pp_ctl.c proto.h toke.c util.c util.h
42510 ____________________________________________________________________________
42511 [  7320] By: gsar                                  on 2000/10/16  07:12:13
42512         Log: integrate changes#6141,6142 from mainline
42513              
42514              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
42515              forwarded by Peter Seebach from the bsdi-users mailing list.
42516              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
42517              
42518              File::Find fails to chdir when chasing symlinks (from
42519              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
42520      Branch: maint-5.6/perl
42521           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
42522 ____________________________________________________________________________
42523 [  7319] By: gsar                                  on 2000/10/16  07:04:30
42524         Log: integrate change#6139 from mainline
42525              
42526              revise mktables.PL for bugs and newness in Unicode 3.0
42527              (from James Bence <jbence@amgen.com>)
42528      Branch: maint-5.6/perl
42529           +> (branch 30 files)
42530           !> (integrate 49 files)
42531 ____________________________________________________________________________
42532 [  7318] By: gsar                                  on 2000/10/16  07:01:01
42533         Log: integrate changes#6137,6138 from mainline
42534              
42535              fix bogus redeclaration warning for "our" variables in different
42536              scopes
42537              
42538              add note about the handling of negative indices to tied arrays
42539              (from Michael G Schwern <schwern@pobox.com>)
42540      Branch: maint-5.6/perl
42541           !> op.c pod/perltie.pod t/pragma/strict-vars
42542 ____________________________________________________________________________
42543 [  7317] By: gsar                                  on 2000/10/16  06:58:46
42544         Log: integrate changes#6127..6136 from mainline
42545              
42546              call_method(...,G_EVAL) can longjmp() out if the method probing
42547              failed (from Gisle Aas)
42548              
42549              new perlxstut example for passing/returning refs to arrays
42550              (from David Lowe <dlowe@pootpoot.com>)
42551              
42552              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
42553              
42554              fix places that mean C<"word" character> but say C<alphanumeric
42555              character>
42556              
42557              avoid warnings in POSIX.pm (from Barrie Slaymaker)
42558              
42559              warnings::enabled() doesn't fall back to looking at $^W if
42560              caller isn't using lexical warnings (from Paul Marquess)
42561              
42562              elide bogus test in change#6132
42563              
42564              make Test::Harness use wait.h/WCOREDUMP if available
42565              (from Ben Tilly <ben_tilly@hotmail.com>)
42566              
42567              enable Test::Harness to dynamically determine column width etc.
42568              (from Rob Napier <rnapier@employees.org>)
42569              
42570              random pod typos (from Peter Scott <Peter@PSDT.com>)
42571      Branch: maint-5.6/perl
42572           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
42573           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
42574           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
42575           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
42576 ____________________________________________________________________________
42577 [  7316] By: gsar                                  on 2000/10/16  06:53:23
42578         Log: integrate change#6126 from mainline
42579              
42580              change#2879 broke rvalue autovivification of magicals such as
42581              ${$num} (reworked variant of patch suggested by Simon Cozens)
42582      Branch: maint-5.6/perl
42583           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
42584           !> pp_hot.c proto.h t/op/gv.t
42585 ____________________________________________________________________________
42586 [  7315] By: gsar                                  on 2000/10/16  06:51:38
42587         Log: integrate changes#6123,6125 from mainline
42588              
42589              clarify gotcha with #line directives (from Rocco Caputo
42590              <troc@netrus.net>)
42591              
42592              enable propagating exception objects via Perl_croak() in XS code
42593              (from Gisle Aas)
42594      Branch: maint-5.6/perl
42595           !> pod/perldebug.pod pod/perlsyn.pod util.c
42596 ____________________________________________________________________________
42597 [  7314] By: gsar                                  on 2000/10/16  06:49:28
42598         Log: integrate change#6122 from mainline
42599              
42600              downgrade fatal error on C<"foo@nosucharray.com"> to optional
42601              warning (from Mark-Jason Dominus)
42602      Branch: maint-5.6/perl
42603           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
42604           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
42605           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
42606           !> toke.c
42607 ____________________________________________________________________________
42608 [  7313] By: gsar                                  on 2000/10/16  06:46:54
42609         Log: integrate changes#6112..6121 from vmsperl
42610              
42611              Check for existence of file before trying to delete
42612              
42613              Ugly workaround for version-specific RTL error
42614              
42615              Urk -- undo previous removal of vmsish 'exit' change
42616              
42617              Add bounds checking for several strings (Charles Lane)
42618              
42619              Miscellaneous cosmetic fixes (Charles Lane)
42620              
42621              Treat sockets as special in sys(read|write) (Charles Lane et al.)
42622              
42623              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
42624              Flatten case labels in switch statements uniformly (Charles Bailey)
42625              
42626              Quiet error messages in vmsish.t (Charles Lane)
42627              
42628              Add missing escape (Charles Lane)
42629              
42630              Allow eliminate_macros() and fixpath() to handle space-delimited
42631              lists (based on fixes by Craig Berry)
42632      Branch: maint-5.6/perl
42633           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
42634           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
42635           !> vms/vmsish.h
42636 ____________________________________________________________________________
42637 [  7312] By: gsar                                  on 2000/10/16  06:41:18
42638         Log: integrate changes#6107,6110 from cfgperl
42639              
42640              Tweak the todo list.
42641              
42642              todo tweak
42643      Branch: maint-5.6/perl
42644           !> Todo-5.6
42645 ____________________________________________________________________________
42646 [  7311] By: gsar                                  on 2000/10/16  06:38:38
42647         Log: integrate changes#6104,6108 from mainline
42648              
42649              PL_sys_intern was being initialized too late on windows
42650              
42651              reenable fake signal handling on Windows, bugs and all
42652      Branch: maint-5.6/perl
42653           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
42654           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
42655           !> win32/win32.c
42656 ____________________________________________________________________________
42657 [  7310] By: gsar                                  on 2000/10/16  06:36:03
42658         Log: integrate changes#6095,6097..6103 from cfgperl
42659              
42660              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
42661              might be useful in future.
42662              
42663              Add a note about possible compilation problems from Allen Smith.
42664              
42665              Add a note about other, yet unsupported, shadow password APIs.
42666              
42667              Tweaks for the cc bugs from Allen Smith.
42668              
42669              More compilation tweakery from Allen Smith.
42670              
42671              Hints and test tweaks for Unicos.
42672              
42673              The test suite tweak in #6101 wasn't quite right.
42674              
42675              Test tweaking for Unicos continues.
42676      Branch: maint-5.6/perl
42677           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42678           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
42679           !> t/lib/complex.t t/op/64bitint.t
42680 ____________________________________________________________________________
42681 [  7309] By: gsar                                  on 2000/10/16  06:29:41
42682         Log: integrate changes#6093,6094 from mainline
42683              
42684              fork() failure to create pseudo process sets errno=EAGAIN and returns
42685              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
42686              
42687              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
42688      Branch: maint-5.6/perl
42689           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
42690           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
42691 ____________________________________________________________________________
42692 [  7308] By: gsar                                  on 2000/10/16  06:27:29
42693         Log: integrate change#6092 from cfgperl
42694              
42695              Regen perltoc with the fixed buildtoc.
42696      Branch: maint-5.6/perl
42697           !> pod/perltoc.pod
42698 ____________________________________________________________________________
42699 [  7307] By: gsar                                  on 2000/10/16  06:26:40
42700         Log: integrate changes#6089,6090 from mainline
42701              
42702              buildtoc tweak to fix newline lossage
42703              
42704              concat doesn't preserve utf8-ness, and doesn't invalidate
42705              [NI]OK; added tests for both
42706      Branch: maint-5.6/perl
42707           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
42708 ____________________________________________________________________________
42709 [  7306] By: gsar                                  on 2000/10/16  06:24:05
42710         Log: integrate change#6088 from cfgperl
42711              
42712              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
42713              because we do not use those.  The HAS_GETSPNAM remains,
42714              though, because we still do use that.
42715      Branch: maint-5.6/perl
42716           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42717           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
42718           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
42719           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
42720           !> win32/config.vc win32/config_H.bc win32/config_H.gc
42721           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
42722 ____________________________________________________________________________
42723 [  7305] By: gsar                                  on 2000/10/16  06:15:52
42724         Log: integrate changes#6084,6085,6087 from mainline
42725              
42726              substr() does not preserve utf8-ness (from Stefan Eissing
42727              <Eissing@medicaldataservice.de>); added tests
42728              
42729              repeat operator (x) doesn't preserve utf8-ness
42730              
42731              reverse() and quotemeta() weren't preserving utf8-ness; add tests
42732      Branch: maint-5.6/perl
42733           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
42734 ____________________________________________________________________________
42735 [  7304] By: gsar                                  on 2000/10/16  06:13:10
42736         Log: integrate changes#6077..6083 from mainline
42737              
42738              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
42739              and Tom Phoenix)
42740              
42741              workaround for CRT bug in chdir() (from Charles Lane, via
42742              Peter Prymmer)
42743              
42744              remove outdated kludge in Carp (NULLs are permitted in diagnostics
42745              now)
42746              
42747              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
42748              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
42749              
42750              better default perlbug categories for ok reports (from Richard Foley)
42751              
42752              peek.t non-portable to ithreads
42753              
42754              note about undocumented caller() return value (from M.J.T. Guy);
42755              yet another peek.t tweak
42756      Branch: maint-5.6/perl
42757           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42758           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
42759           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
42760           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
42761           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
42762           !> vms/vmsish.h
42763 ____________________________________________________________________________
42764 [  7303] By: gsar                                  on 2000/10/16  06:03:18
42765         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
42766              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
42767              
42768              &HUGE_VAL is not defined, it exists.
42769              
42770              Do not warn that an infinity does not look like a number.
42771              
42772              Rewrite the pwent/spent logic to be a little bit more clearer.
42773              
42774              Continue on the pwent/spent case.
42775              
42776              Correct Freudian slip.
42777              
42778              Use HUGE_VALL if applicable.
42779              
42780              pwent/spent #ifdef imbalance.
42781              
42782              Infinite problems.
42783              
42784              Call getspnam() only iff needd.
42785              
42786              Test both the scalar and list contexts.
42787              
42788              Use setxxent()/endxxent().
42789              
42790              Complex tweakery.
42791              
42792              Unicos hint tweak.
42793              
42794              Be more forgiving in POSIX about HUGE_VALL.
42795              
42796              Detypo.
42797              
42798              The search of infinity continues, this time simplified.
42799              
42800              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
42801              in natively 64-bit platforms where a long is a quad (no need
42802              for long longs).  Also added bias for IVs.
42803              
42804              Complex tweaks.
42805              
42806              Introduce t/lib/peek.t.
42807              
42808              Make the test more portable.
42809      Branch: maint-5.6/perl
42810           +> t/lib/peek.t
42811            ! pp_sys.c
42812           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
42813           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
42814           !> t/op/pwent.t toke.c util.c
42815 ____________________________________________________________________________
42816 [  7302] By: gsar                                  on 2000/10/16  05:03:37
42817         Log: integrate changes#6066..6071 from mainline
42818              
42819              s/END/CHECK/
42820              
42821              replace direct call to sighandler() with (*PL_sighandlerp)()
42822              
42823              note about values()
42824              
42825              File::Spec compatibility update (from Barrie Slaymaker
42826              <barries@slaysys.com>)
42827              
42828              remove misleading comment (from M.J.T. Guy)
42829              
42830              misformatted perllocal.pod (from Tim Jenness
42831              <t.jenness@jach.hawaii.edu>)
42832      Branch: maint-5.6/perl
42833           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
42834           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42835           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
42836           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
42837 ____________________________________________________________________________
42838 [  7301] By: gsar                                  on 2000/10/16  05:00:08
42839         Log: integrate changes#6061..6063 from mainline
42840              
42841              change#5921 neglected to make eq honor "use bytes"
42842              
42843              additional tests for utf8.t
42844              
42845              tokeq() could read unallocated field in argument
42846      Branch: maint-5.6/perl
42847           !> sv.c t/pragma/utf8.t toke.c
42848 ____________________________________________________________________________
42849 [  7300] By: gsar                                  on 2000/10/16  04:56:54
42850         Log: integrate changes#6046,6048,6057,6058 from mainline
42851              
42852              libscheck has insufficient checks for n32 libs (from
42853              Albert Chin-A-Young <china@thewrittenword.com>)
42854              
42855              add note about how $( doesn't interpolate in REs (from
42856              Philip Newton <newton@ficus.frogspace.net>)
42857              
42858              fix broken parsing of /\x{ab}/
42859              
42860              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
42861              (spotted by Donald Kinzer <dkinzer@premia.com>)
42862      Branch: maint-5.6/perl
42863           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
42864           !> t/pragma/utf8.t
42865 ____________________________________________________________________________
42866 [  7299] By: gsar                                  on 2000/10/16  04:52:50
42867         Log: integrate change#6044 from mainline
42868              
42869              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
42870              such that underscores are only ignored in literal numbers,
42871              "\x{...}", and hex/oct argument
42872      Branch: maint-5.6/perl
42873           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
42874 ____________________________________________________________________________
42875 [  7298] By: gsar                                  on 2000/10/16  04:50:53
42876         Log: integrate changes#6027..6043 from mainline
42877              
42878              podlators-1.02 update (from Russ Allbery)
42879              
42880              Pod::Man generates groff-incompatible macro definition (from
42881              Tom Christiansen)
42882              
42883              add CGI.pm v2.66 (from Lincoln Stein)
42884              
42885              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
42886              for @- and @+ (from Johan Vromans)
42887              
42888              small nits in diagnostics.pm (from Robin Barker)
42889              
42890              whitespace adjustments
42891              
42892              missing files in MANIFEST
42893              
42894              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
42895              to compensate
42896              
42897              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
42898              
42899              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
42900      Branch: maint-5.6/perl
42901           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
42902           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
42903           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
42904           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
42905           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
42906           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
42907           !> t/lib/cgi-html.t t/lib/cgi-request.t
42908 ____________________________________________________________________________
42909 [  7297] By: gsar                                  on 2000/10/16  04:44:30
42910         Log: integrate change#6025 from mainline
42911              
42912              Is{Alnum,Alpha,Word} don't match titlecase
42913              TODO: IsSpace is defined recursively!
42914              (both spotted by Larry)
42915      Branch: maint-5.6/perl
42916           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42917           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42918 ____________________________________________________________________________
42919 [  7296] By: gsar                                  on 2000/10/16  04:39:30
42920         Log: integrate change#6023 from mainline
42921              
42922              debugger stomps on $. (from M.J.T. Guy)
42923      Branch: maint-5.6/perl
42924           !> lib/perl5db.pl
42925 ____________________________________________________________________________
42926 [  7295] By: gsar                                  on 2000/10/16  04:38:02
42927         Log: integrate change#6022 from mainline
42928              
42929              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
42930      Branch: maint-5.6/perl
42931           !> sv.c
42932 ____________________________________________________________________________
42933 [  7294] By: gsar                                  on 2000/10/16  04:37:05
42934         Log: integrate changes#6018..6021 from mainline
42935              
42936              make lib/syslog.t portable to systems that don't have _PATH_LOG,
42937              make _PATH_LOG() return "" if unavailable
42938              
42939              windows portability tweaks
42940              
42941              test tweak
42942              
42943              remove Win2K issue in pod (fixed by change#6020)
42944      Branch: maint-5.6/perl
42945           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
42946           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
42947           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
42948 ____________________________________________________________________________
42949 [  7293] By: gsar                                  on 2000/10/16  04:20:00
42950         Log: integrate changes#6013..6015 from mainline
42951              
42952              tweak change#5945 to display correct switch name in diagnostic
42953              
42954              glob() loading File::Glob behind the scenes may cause syntax errors
42955              
42956              tweak test for portability
42957      Branch: maint-5.6/perl
42958           !> op.c perl.c pod/perldiag.pod t/lib/b.t
42959 ____________________________________________________________________________
42960 [  7292] By: gsar                                  on 2000/10/16  04:18:11
42961         Log: integrate changes#6005..6010 from mainline, cfgperl
42962              
42963              perldoc might fail via "use blib" (from Hugo van der Sanden)
42964              
42965              Regen Configure.
42966              
42967              note about compile failures and END blocks (from M.J.T. Guy)
42968              
42969              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
42970              
42971              (change#6009 integrated earlier in change#7255)
42972              
42973              clarify note about shadow password support (from
42974              gellyfish@gellyfish.com)
42975      Branch: maint-5.6/perl
42976           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42977           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
42978           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
42979 ____________________________________________________________________________
42980 [  7291] By: gsar                                  on 2000/10/16  04:12:03
42981         Log: integrate changes#6002,6003 from mainline
42982              
42983              destructive sv_setsv() can lose UV-ness from source, causing
42984              numeric promotions/comparisons to fail to do the right thing
42985              
42986              allow REG_EXPAND_SZ keys in Windows registry (from
42987              John Clayton <John.Clayton@barclayscapital.com>)
42988      Branch: maint-5.6/perl
42989           !> sv.c win32/win32.c
42990 ____________________________________________________________________________
42991 [  7290] By: gsar                                  on 2000/10/16  04:10:19
42992         Log: integrate change#6001 from mainline
42993              
42994              support additional library locations via $Config{otherlibdirs}
42995              (from Andy Dougherty)
42996      Branch: maint-5.6/perl
42997           !> Configure INSTALL Porting/Glossary Porting/config.sh
42998           !> Porting/config_H config_h.SH epoc/config.sh perl.c
42999           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
43000           !> win32/config.bc win32/config.gc win32/config.vc
43001 ____________________________________________________________________________
43002 [  7289] By: gsar                                  on 2000/10/16  04:08:28
43003         Log: integrate change#5999 from mainline
43004              
43005              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
43006      Branch: maint-5.6/perl
43007           !> t/pragma/warn/toke toke.c
43008 ____________________________________________________________________________
43009 [  7288] By: gsar                                  on 2000/10/16  04:07:01
43010         Log: integrate changes#5997,5998 from cfgperl
43011              
43012              Preserve $!.
43013              
43014              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
43015      Branch: maint-5.6/perl
43016           !> lib/Math/Complex.pm
43017 ____________________________________________________________________________
43018 [  7287] By: gsar                                  on 2000/10/16  04:04:37
43019         Log: integrate change#5995 from mainline
43020              
43021              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
43022      Branch: maint-5.6/perl
43023           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
43024 ____________________________________________________________________________
43025 [  7286] By: gsar                                  on 2000/10/16  04:03:21
43026         Log: integrate change#5994 from mainline
43027              
43028              fix for missed accounting for null byte in pack("Z",...) (from
43029              M.J.T. Guy)
43030      Branch: maint-5.6/perl
43031           !> pp.c t/op/pack.t
43032 ____________________________________________________________________________
43033 [  7285] By: gsar                                  on 2000/10/16  04:02:11
43034         Log: integrate changes#5989..5993 from mainline
43035              
43036              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
43037              itself and no other (from Tom Hughes)
43038              
43039              use $ENV{LIB} to search for libs under Visual C compiler
43040              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
43041              
43042              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
43043              
43044              pod nit (from Simon Cozens)
43045              
43046              various minor tweaks seen on p5p
43047      Branch: maint-5.6/perl
43048           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
43049           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
43050           !> t/op/array.t toke.c
43051 ____________________________________________________________________________
43052 [  7284] By: gsar                                  on 2000/10/16  03:59:00
43053         Log: integrate changes#5978..5988 from mainline
43054              
43055              sync version numbers in File::Spec with the ones on CPAN
43056              (from Barrie Slaymaker)
43057              
43058              under useithreads, constant pad entries could inadvertantly be
43059              shared across threads (from Eric Blood <eblood@xmission.com>);
43060              added Eric's test case to testsuite
43061              
43062              allow Configure -S to run non-interactively (spotted by Greg Hudson
43063              <ghudson@mit.edu>)
43064              
43065              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
43066              prototype mismatch with CORE::glob(); update pod and tests to
43067              suit (File::Glob::glob() is still available for backward
43068              compatibility, but should be considered deprecated)
43069              
43070              avoid error in IO::Socket::INET when given an unknown service name
43071              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
43072              
43073              numeric conversion of non-number in change#3378 tramples on
43074              OOK offset, causing segfaults
43075              
43076              attributes::reftype() doesn't work on tied argument
43077              
43078              forked child may not exit correctly if it failed to open
43079              /dev/console (from Graham Barr)
43080              
43081              add regular expressions tutorial and quick-start guide (from
43082              Mark Kvale <kvale@phy.ucsf.edu>)
43083              
43084              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
43085              
43086              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
43087              <paul@miraclefish.com>)
43088      Branch: maint-5.6/perl
43089           +> pod/perlrequick.pod pod/perlretut.pod
43090           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
43091           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
43092           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
43093           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
43094           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43095           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43096           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
43097           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
43098 ____________________________________________________________________________
43099 [  7283] By: gsar                                  on 2000/10/16  03:52:14
43100         Log: integrate change#5977 from mainline
43101              
43102              autoquote barewords followed by newline and arrow properly
43103              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
43104      Branch: maint-5.6/perl
43105           !> t/pragma/warn/toke toke.c
43106 ____________________________________________________________________________
43107 [  7282] By: gsar                                  on 2000/10/16  03:50:48
43108         Log: integrate change#5976 from mainline
43109              
43110              DB_File v1.73 update (from Paul Marquess)
43111      Branch: maint-5.6/perl
43112           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
43113           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
43114 ____________________________________________________________________________
43115 [  7281] By: gsar                                  on 2000/10/16  03:49:14
43116         Log: integrate change#5975 from mainline
43117              
43118              allow sort() reentrancy (variant of patch suggested by
43119              Hugo van der Sanden)
43120      Branch: maint-5.6/perl
43121           !> pp_ctl.c t/op/sort.t
43122 ____________________________________________________________________________
43123 [  7280] By: gsar                                  on 2000/10/16  03:48:22
43124         Log: integrate change#5974 from mainline
43125              
43126              change#4197 somehow missed initializing PL_errors, meaning
43127              syntax error queueing wasn't working outside eval"" at all;
43128              also fixed eval"" to localize PL_error_count, so that compile-time
43129              eval's don't clobber the error state of the outer context
43130      Branch: maint-5.6/perl
43131           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
43132           !> t/pragma/warn/toke
43133 ____________________________________________________________________________
43134 [  7279] By: gsar                                  on 2000/10/16  03:46:21
43135         Log: integrate change#5973 from mainline
43136              
43137              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
43138      Branch: maint-5.6/perl
43139           !> regcomp.c regexec.c t/op/re_tests
43140 ____________________________________________________________________________
43141 [  7278] By: gsar                                  on 2000/10/16  03:44:54
43142         Log: integrate change#5971 from cfgperl
43143              
43144              Unicos tweaks from Mark P. Lutz.
43145      Branch: maint-5.6/perl
43146           !> hints/unicos.sh lib/Math/Complex.pm
43147 ____________________________________________________________________________
43148 [  7277] By: gsar                                  on 2000/10/16  03:42:59
43149         Log: integrate changes#5966..5970 from mainline
43150              
43151              add testsuite for B backends, fix bug in B::Deparse (from
43152              Simon Cozens <simon@brecon.co.uk>)
43153              
43154              improved docs on the warn_uninit diagnostic (from David Glasser
43155              and Simon Cozens)
43156              
43157              tolerate spaces in group names in test on solaris (from David Boyce
43158              <dsb@boyski.com>)
43159              
43160              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
43161              
43162              Data::Dumper fumbles negative numbers on 32-bit platforms where
43163              IV is >32bits
43164      Branch: maint-5.6/perl
43165           +> t/lib/b.t t/lib/syslog.t
43166           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
43167           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
43168           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
43169 ____________________________________________________________________________
43170 [  7276] By: gsar                                  on 2000/10/16  03:39:30
43171         Log: integrate change#5965 from mainline
43172              
43173              avoid "will not stay shared" warnings for our variables (from
43174              Robin Barker)
43175      Branch: maint-5.6/perl
43176           !> op.c t/pragma/warn/op
43177 ____________________________________________________________________________
43178 [  7275] By: gsar                                  on 2000/10/16  03:38:18
43179         Log: integrate change#5964 from mainline
43180              
43181              reformat to 72 columns (again)
43182      Branch: maint-5.6/perl
43183           !> pod/perldiag.pod
43184 ____________________________________________________________________________
43185 [  7274] By: gsar                                  on 2000/10/16  03:36:58
43186         Log: integrate change#5963 from mainline
43187              
43188              patch from Larry to make (\&) prototype work; added tests for
43189              the same
43190      Branch: maint-5.6/perl
43191           !> op.c t/comp/proto.t
43192 ____________________________________________________________________________
43193 [  7273] By: gsar                                  on 2000/10/16  03:35:51
43194         Log: integrate changes#5956..5962 from mainline
43195              
43196              better diagnostics on failed tests (from Ilya Zakharevich)
43197              
43198              pod nits (from A. C. Yardley <yardley@tanet.net>)
43199              
43200              change#3569 deleted some essential code, revert; avoid use of
43201              atexit() to make DynaLoader work properly on AIX under mod_perl
43202              (from Jens-Uwe Mager <jum@helios.de>)
43203              
43204              doubled words in pods (from Simon Cozens
43205              <simon.p.cozens@jp.pwcglobal.com>)
43206              
43207              better INSTALL notes on Solaris issues (from Dominic Dunlop)
43208              
43209              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
43210              
43211              updated README.hpux (from Jeff Okamoto)
43212      Branch: maint-5.6/perl
43213           !> INSTALL README.hpux emacs/cperl-mode.el
43214           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
43215           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
43216           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
43217           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
43218           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
43219           !> t/op/lex_assign.t
43220 ____________________________________________________________________________
43221 [  7272] By: gsar                                  on 2000/10/16  03:31:22
43222         Log: integrate change#5955 from mainline
43223              
43224              longstanding bug exposed by change#3307: sort arguments weren't
43225              compiled with the right wantarray context (ensuing runtime lookup
43226              via block_gimme() was getting the incidental context of the
43227              sort() itself)
43228      Branch: maint-5.6/perl
43229           !> op.c t/op/sort.t
43230 ____________________________________________________________________________
43231 [  7271] By: gsar                                  on 2000/10/16  03:29:11
43232         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
43233              branch
43234              
43235              Flatten the cpp jungle doing the nosuid checking.
43236              
43237              Do not assume sign propagation. (from M.J.T. Guy)
43238              
43239              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
43240              
43241              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
43242              Now pp_ncmp() returns undef is either operand is a NaN.
43243              
43244              On second thoughts frexp() does have two arguments.
43245              
43246              Document that tr() is not tr(1).
43247              
43248              Be more robust on "extreme" (large absolute value)
43249              arguments.  Originally reported by Daniel Connelly
43250              as a problem with asinh() on large negative arguments,
43251              asinh() used to bail out because an argument to log()
43252              ended up being zero.  Ilya Zakharevich proposed using
43253              Taylor's series in such cases, which for such large
43254              arguments is a very good approximation.
43255              
43256              Undo "use integer" addition from 64bitint as it seems
43257              to break most of the subtests in Digital UNIX;
43258              Unicos needs to find another way.
43259      Branch: maint-5.6/perl
43260           !> (integrate 29 files)
43261 ____________________________________________________________________________
43262 [  7270] By: gsar                                  on 2000/10/16  03:09:44
43263         Log: integrate changes#5948,5949,5950 from mainline
43264              
43265              typo in vars.pm that leads to cryptic message (from Piotr
43266              Piatkowski <kompas@kompas.usr.onet.pl>)
43267              
43268              make perldoc use the pod2man from the same version (from
43269              M.J.T. Guy)
43270              
43271              reformat perldiag to avoid long lines
43272      Branch: maint-5.6/perl
43273           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
43274 ____________________________________________________________________________
43275 [  7269] By: gsar                                  on 2000/10/16  03:05:54
43276         Log: integrate change#5947 from mainline
43277              
43278              use &dl_error rather than &dl_load_file as the guard for calling
43279              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
43280              statically built perl)
43281      Branch: maint-5.6/perl
43282           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
43283 ____________________________________________________________________________
43284 [  7268] By: gsar                                  on 2000/10/16  03:04:48
43285         Log: integrate change#5945 from mainline
43286              
43287              make module name mandatory after -M switch; reorder perldiag
43288              alphabetically (from Mark-Jason Dominus)
43289      Branch: maint-5.6/perl
43290           !> perl.c pod/perldiag.pod
43291 ____________________________________________________________________________
43292 [  7267] By: gsar                                  on 2000/10/16  03:03:01
43293         Log: integrate change#5939 from mainline
43294              
43295              more pod nits (from Larry Virden)
43296      Branch: maint-5.6/perl
43297           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
43298           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
43299           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
43300 ____________________________________________________________________________
43301 [  7266] By: gsar                                  on 2000/10/16  03:01:39
43302         Log: integrate change#5938 from mainline
43303              
43304              Consolidated B::Deparse fixes (from Stephen McCamant)
43305      Branch: maint-5.6/perl
43306           !> ext/B/B/Deparse.pm
43307 ____________________________________________________________________________
43308 [  7265] By: gsar                                  on 2000/10/16  03:00:43
43309         Log: integrate change#5936 from mainline
43310              
43311              additional tests for change#7263 (from Paul Marquess)
43312      Branch: maint-5.6/perl
43313           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
43314           !> t/pragma/warn/5nolint t/pragma/warn/6default
43315 ____________________________________________________________________________
43316 [  7264] By: gsar                                  on 2000/10/16  02:58:34
43317         Log: integrate change#5934 from mainline
43318              
43319              propagate lexical warnings from surrounding scope correctly
43320              within string eval() (from Paul Marquess)
43321      Branch: maint-5.6/perl
43322           !> pp_ctl.c t/pragma/warn/pp_ctl
43323 ____________________________________________________________________________
43324 [  7263] By: gsar                                  on 2000/10/16  02:56:53
43325         Log: integrate change#5932 from mainline
43326              
43327              add rsignal(), whichsig() and do_join() to public API list
43328              (mod_perl uses them to good advantage)
43329      Branch: maint-5.6/perl
43330           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
43331 ____________________________________________________________________________
43332 [  7262] By: gsar                                  on 2000/10/16  02:55:53
43333         Log: integrate change#5931 from mainline
43334              
43335              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
43336      Branch: maint-5.6/perl
43337           !> pp_hot.c regexec.c t/op/pat.t
43338 ____________________________________________________________________________
43339 [  7261] By: gsar                                  on 2000/10/16  02:55:01
43340         Log: integrate change#5930 from mainline
43341              
43342              small os390 tweaks (from Peter Prymmer)
43343      Branch: maint-5.6/perl
43344           !> config_h.SH makedepend.SH
43345 ____________________________________________________________________________
43346 [  7260] By: gsar                                  on 2000/10/16  02:54:10
43347         Log: integrate change#5929 from mainline
43348              
43349              pod nits
43350      Branch: maint-5.6/perl
43351           !> pod/perlguts.pod
43352 ____________________________________________________________________________
43353 [  7259] By: gsar                                  on 2000/10/16  02:52:55
43354         Log: integrate change#5927 from mainline
43355              
43356              arrange for next() to resume at the unstack op rather than the
43357              loop conditional, so that scope cleanup happens correctly
43358              (from Stephen McCamant)
43359      Branch: maint-5.6/perl
43360           !> op.c pp_ctl.c t/op/misc.t
43361 ____________________________________________________________________________
43362 [  7258] By: gsar                                  on 2000/10/16  02:51:38
43363         Log: integrate change#5926 from mainline
43364              
43365              on windows, reserve 16M of stack rather than 128M (allows more
43366              threads to run concurrently)
43367      Branch: maint-5.6/perl
43368           !> win32/Makefile win32/makefile.mk
43369 ____________________________________________________________________________
43370 [  7257] By: gsar                                  on 2000/10/16  02:50:37
43371         Log: integrate change#5925 from mainline
43372              
43373              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
43374      Branch: maint-5.6/perl
43375           !> toke.c
43376 ____________________________________________________________________________
43377 [  7256] By: gsar                                  on 2000/10/16  02:49:36
43378         Log: integrate change#5924 from mainline
43379              
43380              avoid using uninitialized memory in require version check
43381      Branch: maint-5.6/perl
43382           !> pp_ctl.c universal.c
43383 ____________________________________________________________________________
43384 [  7255] By: gsar                                  on 2000/10/16  02:48:03
43385         Log: integrate changes#5923,5928,6009 from mainline
43386              
43387              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
43388      Branch: maint-5.6/perl
43389           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
43390 ____________________________________________________________________________
43391 [  7254] By: gsar                                  on 2000/10/16  02:44:46
43392         Log: integrate change#5922 from mainline
43393              
43394              commentary about IoTYPE() (from Nathan Torkington)
43395      Branch: maint-5.6/perl
43396           !> sv.h
43397 ____________________________________________________________________________
43398 [  7253] By: gsar                                  on 2000/10/16  02:43:49
43399         Log: integrate change#5921 from mainline
43400              
43401              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
43402      Branch: maint-5.6/perl
43403           !> sv.c t/lib/charnames.t t/pragma/utf8.t
43404 ____________________________________________________________________________
43405 [  7252] By: gsar                                  on 2000/10/16  02:42:31
43406         Log: integrate change#5920 from mainline
43407              
43408              Larry's fix for buggy propagation of utf8-ness in join(); add test
43409      Branch: maint-5.6/perl
43410           !> doop.c t/op/ver.t
43411 ____________________________________________________________________________
43412 [  7251] By: gsar                                  on 2000/10/16  02:41:14
43413         Log: integrate changes#5915..5919 from mainline
43414              
43415              various (pod tweaks &c)
43416      Branch: maint-5.6/perl
43417           !> (integrate 33 files)
43418 ____________________________________________________________________________
43419 [  7250] By: gsar                                  on 2000/10/16  02:38:16
43420         Log: integrate change#5914 from mainline
43421              
43422              caller() wasn't returning the right number of elements for
43423              eval {...}
43424      Branch: maint-5.6/perl
43425           !> pp_ctl.c t/pragma/warn/9enabled
43426 ____________________________________________________________________________
43427 [  7249] By: gsar                                  on 2000/10/16  02:37:02
43428         Log: integrate change#5913 from mainline
43429              
43430              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
43431              (from Mark-Jason Dominus)
43432      Branch: maint-5.6/perl
43433           !> pod/perlfunc.pod
43434 ____________________________________________________________________________
43435 [  7248] By: gsar                                  on 2000/10/16  02:35:58
43436         Log: integrate change#5912 from mainline
43437              
43438              fix totally broken caching in UNIVERSAL::isa() (from
43439              Nick Ing-Simmons)
43440      Branch: maint-5.6/perl
43441           !> t/op/universal.t universal.c
43442 ____________________________________________________________________________
43443 [  7247] By: gsar                                  on 2000/10/16  02:34:27
43444         Log: integrate changes#5910,5911 from mainline
43445              
43446              typo in pod
43447              
43448              add linebreak properties from unicode/LineBrk.txt (from
43449              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
43450      Branch: maint-5.6/perl
43451           +> (branch 29 files)
43452           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
43453 ____________________________________________________________________________
43454 [  7246] By: gsar                                  on 2000/10/16  02:33:29
43455         Log: integrate change#5909 from mainline
43456              
43457              mode argument to do_binmode() should be file mode, not boolean
43458      Branch: maint-5.6/perl
43459           !> pp_sys.c
43460 ____________________________________________________________________________
43461 [  7245] By: gsar                                  on 2000/10/16  02:31:04
43462         Log: integrate change#5908 from mainline
43463              
43464              introduce illegal symbols into null package so that
43465              gv_fetchpv(...,TRUE) always returns a valid GV even when the
43466              symbol is trapped by strictures (avoids coredumps)
43467      Branch: maint-5.6/perl
43468           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
43469           !> t/pragma/strict-vars
43470 ____________________________________________________________________________
43471 [  7244] By: jhi                                   on 2000/10/16  02:29:54
43472         Log: Subject: $Carp::ExportLevel confusion in Exporter
43473              From: "Ben Tilly" <ben_tilly@hotmail.com>
43474              Date: Sat, 14 Oct 2000 16:44:34 EDT
43475              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
43476      Branch: perl
43477            ! lib/Exporter/Heavy.pm
43478 ____________________________________________________________________________
43479 [  7243] By: jhi                                   on 2000/10/16  02:28:33
43480         Log: Subject: [PATCH perlguts.pod] Document offset hack
43481              From: Simon Cozens <simon@cozens.net>
43482              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
43483              Date: Sat, 14 Oct 2000 19:32:25 +0100
43484      Branch: perl
43485            ! pod/perlguts.pod
43486 ____________________________________________________________________________
43487 [  7242] By: gsar                                  on 2000/10/16  02:26:51
43488         Log: integrate changes#5905,5906,5907,6064 from mainline
43489              
43490              printf/sprintf didn't get quad types right under use64bitint
43491      Branch: maint-5.6/perl
43492           !> pp_sys.c sv.c t/op/64bitint.t
43493 ____________________________________________________________________________
43494 [  7241] By: jhi                                   on 2000/10/16  02:22:44
43495         Log: Subject: small pod patch
43496              From: Dan Boorstein <dan_boo@bellsouth.net>
43497              Date: Sat, 14 Oct 2000 14:29:24 -0400
43498              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
43499      Branch: perl
43500            ! pod/perlfaq7.pod pod/perlmod.pod
43501 ____________________________________________________________________________
43502 [  7240] By: jhi                                   on 2000/10/16  02:13:46
43503         Log: -w cleanup.
43504              
43505              Subject: Re: Problems with bleadperl 
43506              From: "Stephen P. Potter" <spp@ds.net>
43507              Date: Fri, 13 Oct 2000 13:32:49 -0400
43508              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
43509      Branch: perl
43510            ! t/pragma/overload.t
43511 ____________________________________________________________________________
43512 [  7239] By: jhi                                   on 2000/10/16  01:41:18
43513         Log: One more ~utf8 tweak.
43514      Branch: perl
43515            ! t/op/bop.t
43516 ____________________________________________________________________________
43517 [  7238] By: jhi                                   on 2000/10/16  01:34:14
43518         Log: Tweak the test of #7235.
43519      Branch: perl
43520            ! t/op/bop.t
43521 ____________________________________________________________________________
43522 [  7237] By: jhi                                   on 2000/10/16  01:25:04
43523         Log: Fix a couple of compiler-noted nits in #7235.
43524      Branch: perl
43525            ! pp.c
43526 ____________________________________________________________________________
43527 [  7236] By: jhi                                   on 2000/10/16  01:22:46
43528         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
43529      Branch: perl
43530            ! pp.c pp_hot.c
43531 ____________________________________________________________________________
43532 [  7235] By: jhi                                   on 2000/10/15  16:24:44
43533         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
43534              
43535              From: Simon Cozens <simon@cozens.net>
43536              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
43537              Date: Sat, 14 Oct 2000 20:52:13 +0100
43538              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
43539      Branch: perl
43540            ! pp.c t/op/bop.t utf8.h
43541 ____________________________________________________________________________
43542 [  7234] By: jhi                                   on 2000/10/15  15:19:29
43543         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
43544              The problem was that rx->minlen was in chars while pp_split()
43545              thought it would be in bytes. 
43546      Branch: perl
43547            ! pp.c t/pragma/utf8.t
43548 ____________________________________________________________________________
43549 [  7233] By: jhi                                   on 2000/10/14  20:24:24
43550         Log: Document FNCASE=y as discussed in the bug 20000902.009.
43551      Branch: perl
43552            ! README.dos
43553 ____________________________________________________________________________
43554 [  7232] By: jhi                                   on 2000/10/14  18:52:21
43555         Log: Add test for bug id 20000427.003 (which seems to have
43556              been fixed) (also duplicate as 20000427.004, though
43557              with a higher severity).  Move one utf8 from op/append
43558              to pragma/utf8, tag the tests with bug ids.
43559      Branch: perl
43560            ! t/op/append.t t/pragma/utf8.t
43561 ____________________________________________________________________________
43562 [  7231] By: jhi                                   on 2000/10/14  17:28:37
43563         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
43564      Branch: perl
43565            ! t/pragma/utf8.t
43566 ____________________________________________________________________________
43567 [  7230] By: jhi                                   on 2000/10/14  14:24:50
43568         Log: Needs to be conditional on SunOS 4.
43569              
43570              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
43571              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43572              Date: Sat, 14 Oct 2000 13:37:49 +0100
43573              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
43574      Branch: metaconfig/U/perl
43575            ! End.U
43576      Branch: perl
43577            ! Configure myconfig.SH pod/perldelta.pod
43578 ____________________________________________________________________________
43579 [  7229] By: jhi                                   on 2000/10/14  00:49:22
43580         Log: Update Changes.
43581      Branch: perl
43582            ! Changes patchlevel.h
43583 ____________________________________________________________________________
43584 [  7228] By: jhi                                   on 2000/10/14  00:46:10
43585         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
43586              From: Peter Prymmer <pvhp@forte.com>
43587              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
43588              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
43589      Branch: perl
43590            ! lib/utf8.pm
43591 ____________________________________________________________________________
43592 [  7227] By: jhi                                   on 2000/10/13  23:20:30
43593         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
43594      Branch: perl
43595            ! t/op/tie.t
43596 ____________________________________________________________________________
43597 [  7226] By: jhi                                   on 2000/10/13  22:14:32
43598         Log: Tweak #7225.
43599              
43600              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
43601              From: Peter Prymmer <pvhp@forte.com>
43602              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
43603              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
43604      Branch: perl
43605            ! t/op/sprintf.t
43606 ____________________________________________________________________________
43607 [  7225] By: jhi                                   on 2000/10/13  22:11:31
43608         Log: op/sprintf.t patch for OS/390 (and any other host with limited
43609              floating-point exponent length)
43610              
43611              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
43612              From: Dominic Dunlop <domo@computer.org>
43613              Date: Fri, 13 Oct 2000 19:17:57 +0200
43614              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
43615      Branch: perl
43616            ! t/op/sprintf.t
43617 ____________________________________________________________________________
43618 [  7224] By: jhi                                   on 2000/10/13  18:40:48
43619         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
43620      Branch: perl
43621            ! toke.c
43622 ____________________________________________________________________________
43623 [  7223] By: jhi                                   on 2000/10/13  18:37:13
43624         Log: Thinko in #7222.
43625      Branch: perl
43626            ! utf8.c
43627 ____________________________________________________________________________
43628 [  7222] By: jhi                                   on 2000/10/13  18:05:23
43629         Log: Use UTF8SKIP(), from Simon Cozens.
43630      Branch: perl
43631            ! utf8.c
43632 ____________________________________________________________________________
43633 [  7221] By: jhi                                   on 2000/10/13  15:43:19
43634         Log: (accidentally empty check-in)
43635      Branch: perl
43636            ! utf8.c
43637 ____________________________________________________________________________
43638 [  7220] By: jhi                                   on 2000/10/13  15:23:51
43639         Log: Add (optimistically) Storable to static extensions.
43640      Branch: perl
43641            ! hints/uwin.sh hints/vmesa.sh
43642 ____________________________________________________________________________
43643 [  7219] By: jhi                                   on 2000/10/13  15:20:05
43644         Log: Amdahl UTS doesn't seem to do dynaloading.
43645      Branch: perl
43646            ! hints/uts.sh
43647 ____________________________________________________________________________
43648 [  7218] By: jhi                                   on 2000/10/13  15:15:20
43649         Log: Slight tweak of the code to appease Amdahl UTS cc.
43650      Branch: perl
43651            ! pp.c
43652 ____________________________________________________________________________
43653 [  7217] By: jhi                                   on 2000/10/13  14:50:42
43654         Log: In Amdahl UTS "struct sv" is defined by a system header,
43655              <ksync.h>.
43656      Branch: perl
43657            ! perl.h sv.h
43658 ____________________________________________________________________________
43659 [  7216] By: jhi                                   on 2000/10/13  11:58:25
43660         Log: Ilya implemented the memory profiling API.
43661      Branch: perl
43662            ! Todo
43663 ____________________________________________________________________________
43664 [  7215] By: jhi                                   on 2000/10/13  02:56:38
43665         Log: Subject: [PATCH 5.7.0] Perl API for mstats
43666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43667              Date: Thu, 12 Oct 2000 22:52:40 -0400
43668              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
43669      Branch: perl
43670            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
43671 ____________________________________________________________________________
43672 [  7214] By: jhi                                   on 2000/10/13  02:55:38
43673         Log: Subject: [PATCH 5.7.0] IVs in mtats
43674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43675              Date: Thu, 12 Oct 2000 22:51:04 -0400
43676              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
43677      Branch: perl
43678            ! malloc.c perl.h
43679 ____________________________________________________________________________
43680 [  7213] By: jhi                                   on 2000/10/13  02:31:47
43681         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
43682      Branch: perl
43683            ! pod/perldiag.pod pp_sys.c
43684 ____________________________________________________________________________
43685 [  7212] By: jhi                                   on 2000/10/13  01:27:38
43686         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
43687              From: Peter Prymmer <pvhp@forte.com>
43688              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
43689              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
43690      Branch: perl
43691            ! t/op/oct.t
43692 ____________________________________________________________________________
43693 [  7211] By: jhi                                   on 2000/10/13  00:35:09
43694         Log: Update Changes.
43695      Branch: perl
43696            ! Changes patchlevel.h
43697 ____________________________________________________________________________
43698 [  7210] By: jhi                                   on 2000/10/12  23:59:40
43699         Log: The Install.pm third of
43700              
43701              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43702              From: Bill Campbell <bill@celestial.com>
43703              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
43704              Date: Thu, 5 Oct 2000 18:04:51 -0700
43705      Branch: perl
43706            ! lib/ExtUtils/Install.pm
43707 ____________________________________________________________________________
43708 [  7209] By: jhi                                   on 2000/10/12  23:58:43
43709         Log: Two thirds of
43710              
43711              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43712              Date: Thu, 5 Oct 2000 18:04:51 -0700
43713              From: Bill Campbell <bill@celestial.com>
43714              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
43715              
43716              The Install.pm changes will be submitted separately because
43717              they need some work and discussion still.
43718      Branch: perl
43719            ! lib/getopts.pl lib/termcap.pl
43720 ____________________________________________________________________________
43721 [  7208] By: jhi                                   on 2000/10/12  23:41:19
43722         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
43723              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43724              Date:     Thu, 12 Oct 2000 07:30:02 EDT
43725              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
43726      Branch: perl
43727            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
43728            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
43729 ____________________________________________________________________________
43730 [  7207] By: jhi                                   on 2000/10/12  23:39:01
43731         Log: An updated EBCDIC tr patch.
43732              
43733              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
43734              From: Peter Prymmer <pvhp@forte.com>
43735              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
43736              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
43737      Branch: perl
43738            ! t/op/tr.t
43739 ____________________________________________________________________________
43740 [  7206] By: jhi                                   on 2000/10/12  23:34:55
43741         Log: Upgrade to CPAN 1.58, from Andreas König.
43742      Branch: perl
43743            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43744 ____________________________________________________________________________
43745 [  7205] By: jhi                                   on 2000/10/12  23:29:08
43746         Log: Introduce the man[24-8] variables, from Andy Dougherty.
43747      Branch: metaconfig/U/perl
43748            + mandirs.U mandirstyle.U
43749      Branch: perl
43750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43751            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
43752            ! vos/config.h vos/config.pl vos/config_h.SH_orig
43753            ! win32/config.bc win32/config.gc win32/config.vc
43754 ____________________________________________________________________________
43755 [  7204] By: gsar                                  on 2000/10/12  18:11:24
43756         Log: restore change#7202
43757      Branch: perl
43758            ! mg.c
43759 ____________________________________________________________________________
43760 [  7203] By: gsar                                  on 2000/10/12  18:09:40
43761         Log: another test of the Emergency Broadcast System--back out 
43762              change#7202
43763      Branch: perl
43764            ! mg.c
43765 ____________________________________________________________________________
43766 [  7202] By: gsar                                  on 2000/10/12  16:40:47
43767         Log: (submitted on behalf of Jarkko)
43768              Fix the lib/encode.t subtest 6 failure as reported by Andreas
43769              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
43770              was unearthed by change 7182, as was a bug in HTML::Entities.
43771      Branch: perl
43772            ! mg.c
43773 ____________________________________________________________________________
43774 [  7201] By: jhi                                   on 2000/10/11  03:16:05
43775         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
43776      Branch: perl
43777            ! pp_hot.c t/pragma/utf8.t
43778 ____________________________________________________________________________
43779 [  7200] By: jhi                                   on 2000/10/11  00:40:30
43780         Log: The #7198 was a false alarm.
43781      Branch: perl
43782            ! pp_hot.c
43783 ____________________________________________________________________________
43784 [  7199] By: jhi                                   on 2000/10/11  00:26:04
43785         Log: Remove duplicated code.
43786      Branch: perl
43787            ! t/lib/cgi-html.t
43788 ____________________________________________________________________________
43789 [  7198] By: jhi                                   on 2000/10/10  23:30:46
43790         Log: (Retracted by #7200.)
43791      Branch: perl
43792            ! pp_hot.c
43793 ____________________________________________________________________________
43794 [  7197] By: jhi                                   on 2000/10/10  21:49:30
43795         Log: Add the test case for #7190, from the original bug report
43796              by Andreas König.
43797      Branch: perl
43798            ! t/pragma/utf8.t
43799 ____________________________________________________________________________
43800 [  7196] By: jhi                                   on 2000/10/10  21:40:49
43801         Log: Reapply Andy's patch and regen Configure.
43802      Branch: perl
43803            ! Configure INSTALL Makefile.SH Porting/Glossary
43804            ! Porting/config.sh config_h.SH epoc/config.sh installperl
43805            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
43806            ! win32/config.vc
43807 ____________________________________________________________________________
43808 [  7195] By: jhi                                   on 2000/10/10  21:09:30
43809         Log: Use the versiononly instead of the installscripts,
43810              retract the changes 7146 and 7147.
43811      Branch: perl
43812            ! Configure INSTALL Makefile.SH Porting/Glossary
43813            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
43814            ! installperl uconfig.sh vos/config.def win32/config.bc
43815            ! win32/config.gc win32/config.vc
43816 ____________________________________________________________________________
43817 [  7194] By: jhi                                   on 2000/10/10  21:06:15
43818         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
43819              From: Peter Prymmer <pvhp@forte.com>
43820              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
43821              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
43822      Branch: perl
43823            ! t/op/ver.t
43824 ____________________________________________________________________________
43825 [  7193] By: jhi                                   on 2000/10/10  21:05:12
43826         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
43827              From: Peter Prymmer <pvhp@forte.com>
43828              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
43829              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
43830      Branch: perl
43831            ! t/op/tr.t
43832 ____________________________________________________________________________
43833 [  7192] By: jhi                                   on 2000/10/10  20:57:30
43834         Log: Add versiononly, delete installscripts, from Andy Dougherty.
43835      Branch: metaconfig
43836            - U/installdirs/installscripts.U
43837      Branch: metaconfig/U/perl
43838            + versiononly.U
43839 ____________________________________________________________________________
43840 [  7191] By: jhi                                   on 2000/10/10  19:41:21
43841         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
43842              From: Peter Prymmer <pvhp@forte.com>
43843              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
43844              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
43845      Branch: perl
43846            ! pod/perlebcdic.pod
43847 ____________________________________________________________________________
43848 [  7190] By: jhi                                   on 2000/10/10  19:26:14
43849         Log: Subject: Re: utf8 concat, mg_get
43850              From: Simon Cozens <simon@cozens.net>
43851              Date: Tue, 10 Oct 2000 17:40:17 +0100
43852              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
43853      Branch: perl
43854            ! pp_hot.c
43855 ____________________________________________________________________________
43856 [  7189] By: jhi                                   on 2000/10/10  19:23:03
43857         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
43858              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
43859              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
43860              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
43861      Branch: perl
43862            ! lib/ExtUtils/MM_Unix.pm
43863 ____________________________________________________________________________
43864 [  7188] By: jhi                                   on 2000/10/10  15:31:24
43865         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
43866              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43867              Date: Fri, 14 Jul 2000 10:47:36 +0100
43868              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
43869      Branch: perl
43870            ! README.win32
43871 ____________________________________________________________________________
43872 [  7187] By: jhi                                   on 2000/10/10  13:30:10
43873         Log: Quote the temp file name, needed in Win32 because the
43874              default name unfortunately contains spaces, shouldn't
43875              hurt elsewhere.
43876              
43877              Subject: FW: perldoc fails if $TEMP contains spaces
43878              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43879              Date: Thu, 14 Sep 2000 08:58:45 +0100
43880              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
43881      Branch: perl
43882            ! utils/perldoc.PL
43883 ____________________________________________________________________________
43884 [  7186] By: jhi                                   on 2000/10/10  13:16:27
43885         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
43886              From: hv@hugo.hybyte.com
43887              Date: Tue, 10 Oct 2000 14:10:20 +0100
43888              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
43889      Branch: perl
43890            ! t/lib/thr5005.t util.c
43891 ____________________________________________________________________________
43892 [  7185] By: jhi                                   on 2000/10/10  12:06:22
43893         Log: Upgrade to podlators 1.04, from Russ Allbery.
43894      Branch: perl
43895            ! lib/Pod/Man.pm lib/Pod/Text.pm
43896 ____________________________________________________________________________
43897 [  7184] By: jhi                                   on 2000/10/10  12:01:32
43898         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
43899      Branch: perl
43900            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
43901 ____________________________________________________________________________
43902 [  7183] By: jhi                                   on 2000/10/09  23:47:15
43903         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
43904              From: Peter Prymmer <pvhp@forte.com>
43905              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
43906              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
43907      Branch: perl
43908            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
43909 ____________________________________________________________________________
43910 [  7182] By: jhi                                   on 2000/10/09  23:43:16
43911         Log: Make eq work again with utf8 (disabling the upgrading
43912              should no more be necessary since the copies of the
43913              scalars are upgraded, not the scalars themselves).
43914              Takes care of ID 20001009.001.  (The claimed length()
43915              bug in 20001009.001 seems bogus to me.)
43916      Branch: perl
43917            ! sv.c t/pragma/utf8.t
43918 ____________________________________________________________________________
43919 [  7181] By: gsar                                  on 2000/10/09  19:41:54
43920         Log: tweak for change#7173
43921      Branch: perl
43922            ! win32/win32sck.c
43923 ____________________________________________________________________________
43924 [  7180] By: gsar                                  on 2000/10/09  19:26:56
43925         Log: on Windows, clean targets might not work under some flavors of the shell
43926      Branch: perl
43927            ! win32/Makefile win32/makefile.mk
43928 ____________________________________________________________________________
43929 [  7179] By: jhi                                   on 2000/10/09  19:21:02
43930         Log: Update Changes.
43931      Branch: perl
43932            ! Changes patchlevel.h
43933 ____________________________________________________________________________
43934 [  7178] By: jhi                                   on 2000/10/09  19:18:23
43935         Log: Warn about unknown scripts.
43936              
43937              Subject: Re: ideas? patches? [PATCH bleadperl]
43938              From: Dominic Dunlop <domo@computer.org>
43939              Date: Mon, 9 Oct 2000 14:57:17 +0200
43940              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
43941      Branch: perl
43942            ! lib/charnames.pm
43943 ____________________________________________________________________________
43944 [  7177] By: jhi                                   on 2000/10/09  19:13:27
43945         Log: Change #7160 had a nasty typo.
43946      Branch: metaconfig
43947            ! U/compline/Compile.U
43948      Branch: perl
43949            ! Configure config_h.SH
43950 ____________________________________________________________________________
43951 [  7176] By: gsar                                  on 2000/10/09  18:59:33
43952         Log: pod nit
43953      Branch: perl
43954            ! pod/perlport.pod
43955 ____________________________________________________________________________
43956 [  7175] By: gsar                                  on 2000/10/09  18:54:28
43957         Log: Windows9x doesn't support link(), despite what Config.pm
43958              might think
43959      Branch: perl
43960            ! lib/ExtUtils/Manifest.pm
43961 ____________________________________________________________________________
43962 [  7174] By: gsar                                  on 2000/10/09  18:50:03
43963         Log: avoid nonportable example code
43964      Branch: perl
43965            ! lib/File/Copy.pm
43966 ____________________________________________________________________________
43967 [  7173] By: gsar                                  on 2000/10/09  18:46:54
43968         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
43969              being used) when closing a socket handle
43970      Branch: perl
43971            ! win32/win32.c win32/win32.h win32/win32sck.c
43972 ____________________________________________________________________________
43973 [  7172] By: gsar                                  on 2000/10/09  18:41:40
43974         Log: on Windows, cwd strings in the environment should be of the
43975              form =X:=X:\foo instead of =X=X:\foo\
43976      Branch: perl
43977            ! win32/vdir.h
43978 ____________________________________________________________________________
43979 [  7171] By: gsar                                  on 2000/10/09  18:30:09
43980         Log: on Windows, LoadLibrary() could load an extension DLL multiple
43981              times if forward slashes are used in the path
43982      Branch: perl
43983            ! win32/win32.c
43984 ____________________________________________________________________________
43985 [  7170] By: jhi                                   on 2000/10/09  17:53:59
43986         Log: Add a todo note about overloadable assertions.
43987      Branch: perl
43988            ! Todo-5.6
43989 ____________________________________________________________________________
43990 [  7169] By: jhi                                   on 2000/10/09  13:43:45
43991         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
43992              From: mjd@plover.com
43993              Date: 9 Oct 2000 00:24:44 -0000
43994              Message-ID: <20001009002444.10616.qmail@plover.com>
43995      Branch: perl
43996            ! pod/perldebguts.pod
43997 ____________________________________________________________________________
43998 [  7168] By: nick                                  on 2000/10/08  13:16:33
43999         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
44000              is not right thing to do on (e.g. x86). Network order is also "right" for
44001              X fonts.
44002      Branch: perl
44003            ! ext/Encode/Encode.pm
44004 ____________________________________________________________________________
44005 [  7167] By: nick                                  on 2000/10/08  12:54:42
44006         Log: Make "encodings" work post-install when Encode/*.enc files may not
44007              be in same directory as Encode.pm
44008      Branch: perl
44009            ! ext/Encode/Encode.pm
44010 ____________________________________________________________________________
44011 [  7166] By: nick                                  on 2000/10/08  11:51:26
44012         Log: Work round the fact that $hash->{$key} does not take into account
44013              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
44014              so that key is always in the "expected" encoding - i.e. same way we put
44015              it in the hash.
44016      Branch: perl
44017            ! ext/Encode/Encode.pm
44018 ____________________________________________________________________________
44019 [  7165] By: gsar                                  on 2000/10/08  04:15:29
44020         Log: save_re_context() could reset PL_curcop to freed memory, causing core
44021              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
44022      Branch: perl
44023            ! pp_ctl.c
44024 ____________________________________________________________________________
44025 [  7164] By: jhi                                   on 2000/10/06  20:51:48
44026         Log: UTF8ize split() so that the cloned substrings get the UTF8
44027              flag of the original scalar.  Problem reported by Simon Cozens.
44028      Branch: perl
44029            ! pp.c t/pragma/utf8.t
44030 ____________________________________________________________________________
44031 [  7163] By: nick                                  on 2000/10/06  20:48:34
44032         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
44033              got a false +ve and so did not reach code which would have un-FAKEd the SV.
44034      Branch: perl
44035            ! sv.c
44036 ____________________________________________________________________________
44037 [  7162] By: nick                                  on 2000/10/06  20:25:37
44038         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
44039              To fix  (sort {$a <=> $b} keys %hash) in particular but
44040              should cover a number of other as-yet-unknown cases as well.
44041      Branch: perl
44042            ! sv.c
44043 ____________________________________________________________________________
44044 [  7161] By: jhi                                   on 2000/10/06  19:56:18
44045         Log: Change the version number of Tie::Handle in the core to 4.0,
44046              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
44047              
44048              Subject: Note on Tie::Handle
44049              From: andreas.koenig@anima.de (Andreas J. Koenig)
44050              Date:      06 Oct 2000 21:48:58 +0200
44051              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
44052      Branch: perl
44053            ! lib/Tie/Handle.pm
44054 ____________________________________________________________________________
44055 [  7160] By: jhi                                   on 2000/10/06  18:20:35
44056         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
44057              as the first option of cc/ld because of ultrapicky compilers
44058              (e.g. OS/390 R2.5)
44059      Branch: metaconfig
44060            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
44061            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
44062            ! U/compline/orderlib.U U/modified/Cppsym.U
44063            ! U/modified/d_access.U
44064      Branch: metaconfig/U/perl
44065            ! Checkcc.U d_dlsymun.U gccvers.U
44066      Branch: perl
44067            ! Configure config_h.SH
44068 ____________________________________________________________________________
44069 [  7159] By: jhi                                   on 2000/10/06  13:56:39
44070         Log: Update Changes.
44071      Branch: perl
44072            ! Changes patchlevel.h
44073 ____________________________________________________________________________
44074 [  7158] By: jhi                                   on 2000/10/06  12:48:40
44075         Log: Eliminate $Is_VMS code from the test.
44076              
44077              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
44078              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44079              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
44080              Date:     Thu, 5 Oct 2000 07:46:33 EDT
44081      Branch: perl
44082            ! t/lib/b.t
44083 ____________________________________________________________________________
44084 [  7157] By: jhi                                   on 2000/10/06  12:47:13
44085         Log: Also the $ccflags is needed for the C compiler check.
44086              
44087              Subject: Configure (check for C-compiler)
44088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44089              Date: Fri, 06 Oct 2000 08:47:15 +0200
44090              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
44091      Branch: metaconfig/U/perl
44092            ! Checkcc.U
44093      Branch: perl
44094            ! Configure config_h.SH
44095 ____________________________________________________________________________
44096 [  7156] By: jhi                                   on 2000/10/06  11:45:15
44097         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
44098      Branch: perl
44099            ! perl.c pp_ctl.c sv.h utf8.c
44100 ____________________________________________________________________________
44101 [  7155] By: jhi                                   on 2000/10/06  11:40:41
44102         Log: IO::Handle->syswrite() did not handle length omission
44103              like CORE::syswrite() does.
44104              
44105              Subject: [Fwd] IO::Handle, syswrite and arguments
44106              From: Graham Barr <gbarr@pobox.com>
44107              Date: Fri, 6 Oct 2000 10:22:05 +0100
44108              Message-ID: <20001006102205.U6312@pobox.com>
44109              
44110              The original patch from andrew@ugh.net.au.
44111      Branch: perl
44112            ! ext/IO/lib/IO/Handle.pm
44113 ____________________________________________________________________________
44114 [  7154] By: jhi                                   on 2000/10/06  01:42:15
44115         Log: Tweak #7153.
44116      Branch: perl
44117            ! utf8.h
44118 ____________________________________________________________________________
44119 [  7153] By: jhi                                   on 2000/10/06  00:39:55
44120         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
44121      Branch: perl
44122            ! utf8.h
44123 ____________________________________________________________________________
44124 [  7152] By: jhi                                   on 2000/10/06  00:38:11
44125         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
44126      Branch: perl
44127            ! perl.c pp_ctl.c sv.h utf8.c
44128 ____________________________________________________________________________
44129 [  7151] By: jhi                                   on 2000/10/06  00:36:38
44130         Log: Subject: Re: Questions about Tie::Array and perl modules
44131              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44132              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
44133              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
44134              
44135              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
44136      Branch: perl
44137            ! lib/Tie/Array.pm t/op/array.t
44138 ____________________________________________________________________________
44139 [  7150] By: jhi                                   on 2000/10/05  00:20:45
44140         Log: Regen Changes.
44141      Branch: perl
44142            ! Changes patchlevel.h
44143 ____________________________________________________________________________
44144 [  7149] By: jhi                                   on 2000/10/05  00:20:01
44145         Log: Regen toc.
44146      Branch: perl
44147            ! pod/perltoc.pod
44148 ____________________________________________________________________________
44149 [  7148] By: jhi                                   on 2000/10/04  23:35:08
44150         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
44151              reported several times by Dominic Dunlop, for example in
44152              ID 20000315.008.  Patch from Dominic.  Patch affects at
44153              least MachTen, and possibly other oldish BSDs. Should not
44154              break non-broken platforms (tested on LinuxPPC). 
44155      Branch: perl
44156            ! doio.c
44157 ____________________________________________________________________________
44158 [  7147] By: jhi                                   on 2000/10/04  23:26:34
44159         Log: The one that got away from 7146.
44160      Branch: metaconfig
44161            + U/installdirs/installscripts.U
44162 ____________________________________________________________________________
44163 [  7146] By: jhi                                   on 2000/10/04  23:25:04
44164         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
44165              suggested by H. Merijn Brand.
44166      Branch: perl
44167            ! Configure INSTALL Makefile.SH Porting/Glossary
44168            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
44169            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
44170            ! win32/config.vc
44171 ____________________________________________________________________________
44172 [  7145] By: jhi                                   on 2000/10/04  22:08:21
44173         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44175              Date: Wed, 4 Oct 2000 17:37:46 -0400
44176              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
44177      Branch: perl
44178            ! utils/h2xs.PL
44179 ____________________________________________________________________________
44180 [  7144] By: jhi                                   on 2000/10/04  18:11:41
44181         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
44182              From: Jeff Pinyan <jeffp@crusoe.net>
44183              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
44184              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
44185      Branch: perl
44186            ! pod/perlrun.pod
44187 ____________________________________________________________________________
44188 [  7143] By: jhi                                   on 2000/10/04  18:09:58
44189         Log: Subject: perlhack.pod Patch for Externals Tools
44190              From: Fisher Mark <fisherm@tce.com>
44191              Date: Tue, 3 Oct 2000 15:43:27 -0500 
44192              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
44193      Branch: perl
44194            ! pod/perlhack.pod
44195 ____________________________________________________________________________
44196 [  7142] By: jhi                                   on 2000/10/04  18:08:41
44197         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
44198              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44199              Date:     Wed, 4 Oct 2000 12:11:11 EDT
44200              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
44201      Branch: perl
44202            ! vms/vms.c
44203 ____________________________________________________________________________
44204 [  7141] By: jhi                                   on 2000/10/04  12:20:16
44205         Log: Subject: [PATCH 5.7.0] h2xs not working
44206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44207              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
44208              Date: Tue, 3 Oct 2000 21:43:01 -0400
44209              
44210              Subject: [PATCH 5.7.0] h2xs not documenting the created module
44211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44212              Date: Tue, 3 Oct 2000 22:55:19 -0400
44213              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
44214      Branch: perl
44215            ! utils/h2xs.PL
44216 ____________________________________________________________________________
44217 [  7140] By: jhi                                   on 2000/10/04  11:53:44
44218         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
44219              From: nick@babyhippo.com
44220              Date: Wed, 4 Oct 2000 12:06:45 +0100
44221              Message-Id: <20001004120645.A7356@babyhippo.com>
44222              
44223              Retract 7118 and 7135.
44224      Branch: perl
44225            ! installman installperl op.c t/pragma/subs.t
44226 ____________________________________________________________________________
44227 [  7139] By: jhi                                   on 2000/10/03  22:09:41
44228         Log: It is possible to have no hosts database at all.  Pointed out in
44229              
44230              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44231              From: Peter Prymmer <pvhp@forte.com>
44232              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
44233              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
44234      Branch: metaconfig
44235            ! U/modified/myhostname.U
44236      Branch: perl
44237            ! Configure config_h.SH
44238 ____________________________________________________________________________
44239 [  7138] By: jhi                                   on 2000/10/03  21:49:49
44240         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44241              From: Peter Prymmer <pvhp@forte.com>
44242              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
44243              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
44244      Branch: perl
44245            ! pp_sys.c
44246 ____________________________________________________________________________
44247 [  7137] By: jhi                                   on 2000/10/03  20:10:05
44248         Log: One remaining nit less at the VMS mailbox sizing.
44249      Branch: perl
44250            ! vms/vms.c
44251 ____________________________________________________________________________
44252 [  7136] By: jhi                                   on 2000/10/03  20:08:47
44253         Log: Test harness update to sync with the new perlcc,
44254              from Simon Cozens.
44255      Branch: perl
44256            ! t/TEST t/UTEST
44257 ____________________________________________________________________________
44258 [  7135] By: jhi                                   on 2000/10/03  15:15:42
44259         Log: Subject: Re: PATCH for 20001003.004
44260              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
44261              From: "AARON B. DOSSETT" <aaron@iglou.com>
44262              Message-Id: <E13gTay-0006od-00@iglou.com>
44263      Branch: perl
44264            ! installman installperl
44265 ____________________________________________________________________________
44266 [  7134] By: jhi                                   on 2000/10/03  15:00:34
44267         Log: Subject: [ID 20001003.006] B::Debug not -w clean
44268              From: Nicholas Clark <nick@babyhippo.co.uk>
44269              Date: Tue, 03 Oct 2000 15:46:32 +0100
44270              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
44271      Branch: perl
44272            ! ext/B/B/Debug.pm
44273 ____________________________________________________________________________
44274 [  7133] By: jhi                                   on 2000/10/03  14:58:39
44275         Log: Scale down the VMS message boxes, by Charles Lane.
44276              Fix for ID 20000903.009, workaround at
44277              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
44278      Branch: perl
44279            ! vms/vms.c
44280 ____________________________________________________________________________
44281 [  7132] By: jhi                                   on 2000/10/03  11:20:37
44282         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
44283      Branch: perl
44284            + t/lib/st-lock.t t/lib/st-utf8.t
44285            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
44286            ! ext/Storable/Storable.xs t/lib/st-recurse.t
44287 ____________________________________________________________________________
44288 [  7131] By: jhi                                   on 2000/10/03  03:38:23
44289         Log: Encode nits.
44290      Branch: perl
44291            ! MANIFEST Makefile.SH
44292 ____________________________________________________________________________
44293 [  7130] By: jhi                                   on 2000/10/03  03:31:05
44294         Log: Update Changes.
44295      Branch: perl
44296            ! Changes patchlevel.h
44297 ____________________________________________________________________________
44298 [  7129] By: jhi                                   on 2000/10/03  02:24:02
44299         Log: Misplaced else.
44300      Branch: metaconfig/U/perl
44301            ! d_strtoll.U
44302      Branch: perl
44303            ! Configure config_h.SH
44304 ____________________________________________________________________________
44305 [  7128] By: jhi                                   on 2000/10/03  02:08:29
44306         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
44307              From: sthoenna@efn.org
44308              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
44309              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
44310      Branch: metaconfig/U/perl
44311            ! d_strtoll.U
44312      Branch: perl
44313            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
44314 ____________________________________________________________________________
44315 [  7127] By: jhi                                   on 2000/10/03  01:13:14
44316         Log: Update Changes.
44317      Branch: perl
44318            ! Changes patchlevel.h
44319 ____________________________________________________________________________
44320 [  7126] By: jhi                                   on 2000/10/03  00:57:08
44321         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
44322              as suggested by Olaf Flebbe and Nick Clark.
44323      Branch: perl
44324            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
44325 ____________________________________________________________________________
44326 [  7125] By: jhi                                   on 2000/10/03  00:50:56
44327         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
44328              From: Nick Clark <nick@plum.flirble.org>
44329              Date: Mon, 2 Oct 2000 11:03:24 +0100
44330              Message-Id: <20001002110324.D20073@plum.flirble.org>
44331              
44332              Also fixes bug ID 20001002.005.
44333      Branch: perl
44334            ! t/lib/encode.t
44335 ____________________________________________________________________________
44336 [  7124] By: jhi                                   on 2000/10/03  00:34:59
44337         Log: Subject: [PATCH 5.7.0] Epoc update
44338              From: Olaf Flebbe <o.flebbe@gmx.de>
44339              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
44340              Message-ID: <26423.969484586@www10.gmx.net>
44341      Branch: perl
44342            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
44343            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
44344            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
44345            ! util.c util.h
44346 ____________________________________________________________________________
44347 [  7123] By: jhi                                   on 2000/10/03  00:30:07
44348         Log: Regen headers.
44349      Branch: perl
44350            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
44351 ____________________________________________________________________________
44352 [  7122] By: jhi                                   on 2000/10/03  00:10:48
44353         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
44354      Branch: perl
44355            ! hints/openbsd.sh
44356 ____________________________________________________________________________
44357 [  7121] By: jhi                                   on 2000/10/03  00:05:06
44358         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
44359              From: <abigail@foad.org>
44360              Date: Tue, 26 Sep 2000 13:36:14 -0400
44361              Message-ID: <20000926173614.4356.qmail@foad.org>
44362      Branch: perl
44363            ! pod/perlop.pod
44364 ____________________________________________________________________________
44365 [  7120] By: jhi                                   on 2000/10/03  00:04:00
44366         Log: Inside require() $^S was always left undefined.
44367              
44368              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
44369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44370              Date: Wed, 27 Sep 2000 18:54:49 -0400
44371              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
44372      Branch: perl
44373            ! cop.h mg.c pp_ctl.c util.c
44374 ____________________________________________________________________________
44375 [  7119] By: jhi                                   on 2000/10/03  00:00:16
44376         Log: Subject: [PATCH] DLL not restartabke with threaded perl
44377              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
44378              Date: Thu, 28 Sep 2000 09:20:46 +0100
44379              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
44380      Branch: perl
44381            ! perl.c
44382 ____________________________________________________________________________
44383 [  7118] By: jhi                                   on 2000/10/02  23:59:20
44384         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
44385              From: Nicholas Clark <nick@ccl4.org>
44386              Date: Thu, 28 Sep 2000 11:52:24 +0100
44387              Message-ID: <20000928115224.D7924@plum.flirble.org>
44388      Branch: perl
44389            ! op.c
44390 ____________________________________________________________________________
44391 [  7117] By: jhi                                   on 2000/10/02  23:57:51
44392         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
44393              From: Nicholas Clark <nick@babyhippo.co.uk>
44394              Date: Thu, 28 Sep 2000 12:18:10 +0100
44395              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
44396              
44397              Did not apply cleanly, manual intervention was needed.
44398      Branch: perl
44399            ! ext/B/B/Bytecode.pm utils/perlcc.PL
44400 ____________________________________________________________________________
44401 [  7116] By: jhi                                   on 2000/10/02  23:50:40
44402         Log: Document the issue (is not a syntax error, kind of)
44403              
44404              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
44405              From: Nicholas Clark <nick@ccl4.org>
44406              Date: Thu, 28 Sep 2000 17:12:42 +0100
44407              Message-ID: <20000928171242.K7924@plum.flirble.org>
44408      Branch: perl
44409            ! pod/perldata.pod
44410 ____________________________________________________________________________
44411 [  7115] By: jhi                                   on 2000/10/02  23:48:58
44412         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
44413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44414              Date: Thu, 28 Sep 2000 21:55:31 -0400
44415              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
44416      Branch: perl
44417            ! regexec.c
44418 ____________________________________________________________________________
44419 [  7114] By: jhi                                   on 2000/10/02  23:47:57
44420         Log: Subject: DOC PATCH 5.6.0
44421              From: mjd@plover.com
44422              Date: 30 Sep 2000 06:02:34 -0000
44423              Message-ID: <20000930060234.4559.qmail@plover.com>
44424      Branch: perl
44425            ! pod/perldebguts.pod
44426 ____________________________________________________________________________
44427 [  7113] By: jhi                                   on 2000/10/02  23:46:43
44428         Log: SOCK_DGRAM and listen() do not mix as reported in
44429              
44430              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
44431              From: Petter Reinholdtsen <pere@hungry.com>
44432              Date: Sun, 1 Oct 2000 10:57:20 +0800
44433              Message-Id: <200010010257.KAA05735@localhost.localdomain>
44434              
44435              The patch for 5.7.0+ had to be reengineered, though.
44436      Branch: perl
44437            ! ext/IO/lib/IO/Socket/UNIX.pm
44438 ____________________________________________________________________________
44439 [  7112] By: jhi                                   on 2000/10/02  23:36:57
44440         Log: Subject: Re: [PATCH 5.005_64 missed]
44441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44442              Date: Sun, 1 Oct 2000 18:50:10 -0400
44443              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
44444      Branch: perl
44445            ! pod/perlxs.pod
44446 ____________________________________________________________________________
44447 [  7111] By: jhi                                   on 2000/10/02  23:35:40
44448         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
44449              From: Radu Greab <radu@netsoft.ro>
44450              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
44451              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
44452      Branch: perl
44453            ! op.c opcode.pl t/op/substr.t
44454 ____________________________________________________________________________
44455 [  7110] By: jhi                                   on 2000/10/02  23:32:38
44456         Log: Subject: [PATCH] Fix aliasing of tied filehandles
44457              From: Daniel Chetlin <daniel@chetlin.com>
44458              Date: Mon, 2 Oct 2000 14:53:27 -0700
44459              Message-ID: <20001002145327.C1617@ilmd>
44460      Branch: perl
44461            ! perl.h pp_hot.c t/op/tiehandle.t
44462 ____________________________________________________________________________
44463 [  7109] By: jhi                                   on 2000/10/02  23:31:30
44464         Log: s/Robin Parker/Robin Barker/
44465      Branch: perl
44466            ! Changes5.6
44467 ____________________________________________________________________________
44468 [  7108] By: jhi                                   on 2000/10/02  23:15:46
44469         Log: Retract #7091 as suggested in
44470              
44471              From: Robin Barker <rmb1@cise.npl.co.uk> 
44472              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
44473              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
44474              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
44475      Branch: perl
44476            ! embed.pl proto.h
44477 ____________________________________________________________________________
44478 [  7107] By: nick                                  on 2000/10/02  18:23:14
44479         Log: A few tweaks to get Tk803 to work with Encode scheme.
44480      Branch: perl
44481            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
44482 ____________________________________________________________________________
44483 [  7106] By: nick                                  on 2000/10/01  21:34:14
44484         Log: Add checking cases to Encode's toUnicode and fromUnicode.
44485      Branch: perl
44486            ! ext/Encode/Encode.pm
44487 ____________________________________________________________________________
44488 [  7105] By: nick                                  on 2000/10/01  17:18:01
44489         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
44490              To read and use them.
44491              Add a lib/encode.t which checks a few things.
44492      Branch: perl
44493            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
44494            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
44495            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
44496            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
44497            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
44498            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
44499            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
44500            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
44501            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
44502            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
44503            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
44504            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
44505            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
44506            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
44507            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
44508            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
44509            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
44510            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
44511            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
44512            + ext/Encode/Encode/iso2022-jp.enc
44513            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
44514            + ext/Encode/Encode/iso8859-1.enc
44515            + ext/Encode/Encode/iso8859-2.enc
44516            + ext/Encode/Encode/iso8859-3.enc
44517            + ext/Encode/Encode/iso8859-4.enc
44518            + ext/Encode/Encode/iso8859-5.enc
44519            + ext/Encode/Encode/iso8859-6.enc
44520            + ext/Encode/Encode/iso8859-7.enc
44521            + ext/Encode/Encode/iso8859-8.enc
44522            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
44523            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
44524            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
44525            + ext/Encode/Encode/macCentEuro.enc
44526            + ext/Encode/Encode/macCroatian.enc
44527            + ext/Encode/Encode/macCyrillic.enc
44528            + ext/Encode/Encode/macDingbats.enc
44529            + ext/Encode/Encode/macGreek.enc
44530            + ext/Encode/Encode/macIceland.enc
44531            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
44532            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
44533            + ext/Encode/Encode/macTurkish.enc
44534            + ext/Encode/Encode/macUkraine.enc
44535            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
44536            + t/lib/encode.t
44537            ! MANIFEST ext/Encode/Encode.pm
44538 ____________________________________________________________________________
44539 [  7104] By: nick                                  on 2000/09/30  13:04:30
44540         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
44541              From: Daniel Chetlin <daniel@chetlin.com>
44542              Date: Mon, 18 Sep 2000 05:05:40 -0700
44543              Message-Id: <20000918050540.C652@ilmd>
44544      Branch: perl
44545            ! lib/overload.pm sv.c t/pragma/overload.t
44546 ____________________________________________________________________________
44547 [  7103] By: nick                                  on 2000/09/30  12:53:36
44548         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
44549              From: Johan Vromans <jvromans@squirrel.nl>
44550              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
44551              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
44552      Branch: perl
44553            ! pod/Makefile.SH
44554 ____________________________________________________________________________
44555 [  7102] By: nick                                  on 2000/09/30  12:52:31
44556         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
44557              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44558              Date: Sat, 16 Sep 2000 16:36:45 -0400
44559              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
44560      Branch: perl
44561            ! ext/B/B/Deparse.pm
44562 ____________________________________________________________________________
44563 [  7101] By: nick                                  on 2000/09/30  12:51:41
44564         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
44565              From: Craig A. Berry <craig.berry@psinetcs.com>
44566              Date: Sat, 16 Sep 2000 10:11:10 -0500
44567              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
44568      Branch: perl
44569            ! vms/vms.c
44570 ____________________________________________________________________________
44571 [  7100] By: nick                                  on 2000/09/30  12:50:33
44572         Log: Subject: Re: unicode support and perl [ID 20000901.097]
44573              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44574              Date: Fri, 15 Sep 2000 16:37:58 -0400
44575              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
44576      Branch: perl
44577            ! t/op/append.t
44578 ____________________________________________________________________________
44579 [  7099] By: nick                                  on 2000/09/30  12:49:35
44580         Log: Subject: Re: unicode support and perl [ID 20000901.097]
44581              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44582              Date: Fri, 15 Sep 2000 16:25:30 -0400
44583              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
44584      Branch: perl
44585            ! pp_hot.c
44586 ____________________________________________________________________________
44587 [  7098] By: nick                                  on 2000/09/30  12:48:00
44588         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
44589              From: Gisle Aas <gisle@ActiveState.com>
44590              Date: 15 Sep 2000 16:23:41 +0200
44591              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
44592      Branch: perl
44593            ! toke.c
44594 ____________________________________________________________________________
44595 [  7097] By: nick                                  on 2000/09/30  12:45:16
44596         Log: Subject: [PATCH] Nits in perlmod.pod
44597              From: Daniel Chetlin <daniel@chetlin.com>
44598              Date: Fri, 15 Sep 2000 02:04:09 -0700
44599              Message-Id: <20000915020409.A2104@ilmd>
44600      Branch: perl
44601            ! pod/perlmod.pod
44602 ____________________________________________________________________________
44603 [  7096] By: nick                                  on 2000/09/30  12:18:00
44604         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
44605              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
44606              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
44607              0 to checking to get the warning.
44608      Branch: perl
44609            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
44610            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
44611            ! regexec.c sv.c toke.c utf8.c
44612 ____________________________________________________________________________
44613 [  7095] By: nick                                  on 2000/09/15  16:55:59
44614         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
44615              
44616              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
44617              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44618              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
44619              Date: Fri, 15 Sep 2000 06:37:30 -0400
44620      Branch: perl
44621            ! ext/Encode/Encode.xs sv.c
44622 ____________________________________________________________________________
44623 [  7094] By: jhi                                   on 2000/09/15  03:23:32
44624         Log: Update Changes.
44625      Branch: perl
44626            ! Changes patchlevel.h
44627 ____________________________________________________________________________
44628 [  7093] By: jhi                                   on 2000/09/15  03:11:44
44629         Log: Fix for the charnames.t failures from Spider Boardman.
44630      Branch: perl
44631            ! toke.c
44632 ____________________________________________________________________________
44633 [  7092] By: jhi                                   on 2000/09/15  00:15:48
44634         Log: Botched the #7090 check-in.
44635      Branch: perl
44636            ! sv.c
44637 ____________________________________________________________________________
44638 [  7091] By: jhi                                   on 2000/09/14  23:33:24
44639         Log: Part of #7081 didn't come through.
44640      Branch: perl
44641            ! embed.pl proto.h
44642 ____________________________________________________________________________
44643 [  7090] By: jhi                                   on 2000/09/14  23:17:39
44644         Log: Subject: Re: perl@7078 
44645              From: Spider Boardman <spider@web.zk3.dec.com>
44646              Date: Thu, 14 Sep 2000 19:06:36 -0400
44647              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
44648      Branch: perl
44649            ! sv.c toke.c
44650 ____________________________________________________________________________
44651 [  7089] By: jhi                                   on 2000/09/14  23:11:21
44652         Log: Small portability tweaks.
44653      Branch: perl
44654            ! ext/Encode/Encode.xs
44655 ____________________________________________________________________________
44656 [  7088] By: jhi                                   on 2000/09/14  22:57:23
44657         Log: Fake return to pacify picky compilers.
44658      Branch: perl
44659            ! ext/Encode/Encode.xs
44660 ____________________________________________________________________________
44661 [  7087] By: jhi                                   on 2000/09/14  22:53:37
44662         Log: Subject: [PATCH] utf8.c apidoc
44663              From: Simon Cozens <simon@cozens.net>
44664              Date: Thu, 14 Sep 2000 23:46:57 +0100
44665              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
44666      Branch: perl
44667            ! perlapi.c pod/perlapi.pod utf8.c
44668 ____________________________________________________________________________
44669 [  7086] By: jhi                                   on 2000/09/14  22:40:38
44670         Log: We don't need to count the high bit bytes, a boolean is enough. 
44671      Branch: perl
44672            ! sv.c
44673 ____________________________________________________________________________
44674 [  7085] By: jhi                                   on 2000/09/14  21:20:09
44675         Log: Replace #7084 with
44676              
44677              Subject: Re: perl@7078 
44678              From: Spider Boardman <spider@web.zk3.dec.com>
44679              Date: Thu, 14 Sep 2000 17:09:36 -0400
44680              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
44681      Branch: perl
44682            ! sv.c utf8.c
44683 ____________________________________________________________________________
44684 [  7084] By: jhi                                   on 2000/09/14  20:03:34
44685         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
44686              convertable to bytes by checking it doesn't go above 0xc3
44687              
44688              Subject: Re: perl@7078
44689              From: Simon Cozens <simon@cozens.net>
44690              Date: Thu, 14 Sep 2000 20:59:19 +0100
44691              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
44692      Branch: perl
44693            ! utf8.c
44694 ____________________________________________________________________________
44695 [  7083] By: jhi                                   on 2000/09/14  19:38:47
44696         Log: Subject: Re: perl@7078
44697              From: Simon Cozens <simon@cozens.net>
44698              Date: Thu, 14 Sep 2000 20:13:09 +0100
44699              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
44700      Branch: perl
44701            ! t/op/bop.t
44702 ____________________________________________________________________________
44703 [  7082] By: jhi                                   on 2000/09/14  17:50:44
44704         Log: The one that got away.
44705      Branch: perl
44706            ! lib/File/Find.pm
44707 ____________________________________________________________________________
44708 [  7081] By: jhi                                   on 2000/09/14  17:45:35
44709         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
44710              From: Robin Barker <rmb1@cise.npl.co.uk>
44711              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
44712              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
44713      Branch: perl
44714            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
44715            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
44716            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
44717            ! regcomp.c toke.c universal.c
44718 ____________________________________________________________________________
44719 [  7080] By: jhi                                   on 2000/09/14  17:40:35
44720         Log: Problems picked up by AIX cc.
44721              
44722              Subject: Re: perl@7078 (patch included)
44723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44724              Date: Thu, 14 Sep 2000 18:53:30 +0200
44725              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
44726      Branch: perl
44727            ! ext/Encode/Encode.xs
44728 ____________________________________________________________________________
44729 [  7079] By: jhi                                   on 2000/09/14  17:38:27
44730         Log: Subject: File::Find 5.7.0 POD nits
44731              From: Rich Morin <rdm@cfcl.com>
44732              Date: Wed, 13 Sep 2000 22:03:58 -0700
44733              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
44734      Branch: perl
44735            ! lib/File/Find.pm
44736 ____________________________________________________________________________
44737 [  7078] By: jhi                                   on 2000/09/14  14:58:20
44738         Log: Update Changes.
44739      Branch: perl
44740            ! Changes patchlevel.h
44741 ____________________________________________________________________________
44742 [  7077] By: jhi                                   on 2000/09/14  14:55:54
44743         Log: Compilation warnings and an error.
44744      Branch: perl
44745            ! sv.c
44746 ____________________________________________________________________________
44747 [  7076] By: jhi                                   on 2000/09/14  14:42:56
44748         Log: Fix for a parsing bug, not for the original bug.
44749              
44750              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
44751              From: Spider Boardman <spider@web.zk3.dec.com>
44752              Date: Wed, 13 Sep 2000 17:52:20 -0400
44753              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
44754      Branch: perl
44755            ! regcomp.c
44756 ____________________________________________________________________________
44757 [  7075] By: jhi                                   on 2000/09/14  14:40:40
44758         Log: Batch of UTF-8 patches from Simon Cozens.
44759      Branch: perl
44760            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
44761            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
44762            ! toke.c utf8.c
44763 ____________________________________________________________________________
44764 [  7074] By: jhi                                   on 2000/09/14  14:29:58
44765         Log: Subject: Re: Two advertising clauses need to be removed
44766              From: Russ Allbery <rra@stanford.edu>
44767              Date: 13 Sep 2000 18:50:26 -0700
44768              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
44769      Branch: perl
44770            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
44771 ____________________________________________________________________________
44772 [  7073] By: jhi                                   on 2000/09/14  14:28:20
44773         Log: Subject: [PATCH] de-wall t/README
44774              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44775              Date: Wed, 13 Sep 2000 17:46:55 -0700
44776              Message-ID: <//Bw5gzkge/e092yn@efn.org>
44777      Branch: perl
44778            ! t/README
44779 ____________________________________________________________________________
44780 [  7072] By: jhi                                   on 2000/09/14  14:25:10
44781         Log: Hints optimization.
44782              
44783              Subject: Minor nit
44784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44785              Date: Wed, 13 Sep 2000 21:42:07 +0200
44786              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
44787      Branch: perl
44788            ! hints/hpux.sh
44789 ____________________________________________________________________________
44790 [  7071] By: jhi                                   on 2000/09/14  14:23:30
44791         Log: Allow chop() and chomp() to be overridden.
44792              
44793              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44794              From: "Casey R. Tweten" <crt@kiski.net>
44795              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
44796              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
44797      Branch: perl
44798            ! toke.c
44799 ____________________________________________________________________________
44800 [  7070] By: jhi                                   on 2000/09/14  14:20:36
44801         Log: The return value of setlocale must be copied away.
44802              
44803              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44804              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44805              Date: Wed, 13 Sep 2000 16:27:37 +0100 
44806              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
44807      Branch: perl
44808            ! util.c
44809 ____________________________________________________________________________
44810 [  7069] By: jhi                                   on 2000/09/14  14:16:27
44811         Log: Remove vestiges of tr//CU.
44812              
44813              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44814              From: Nick Clark <nick@plum.flirble.org>
44815              Date: Tue, 12 Sep 2000 22:50:14 +0100
44816              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
44817              
44818              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44820              Date: Tue, 12 Sep 2000 21:38:48 -0700
44821              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
44822      Branch: perl
44823            ! op.h pod/perlunicode.pod
44824 ____________________________________________________________________________
44825 [  7068] By: jhi                                   on 2000/09/13  14:18:39
44826         Log: Add the Encode extension.  The code is still largely just skeleton.
44827      Branch: perl
44828            + ext/Encode/Encode.pm ext/Encode/Encode.xs
44829            + ext/Encode/Makefile.PL ext/Encode/Todo
44830            ! MANIFEST Todo-5.6
44831 ____________________________________________________________________________
44832 [  7067] By: jhi                                   on 2000/09/12  17:43:33
44833         Log: Allow for whitespace between "#" and "line" in cpp output.
44834              
44835              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
44836              From: Calle Dybedahl <calle@lysator.liu.se>
44837              Date: 12 Sep 2000 19:38:02 +0200 
44838              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
44839      Branch: perl
44840            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
44841 ____________________________________________________________________________
44842 [  7066] By: gsar                                  on 2000/09/12  17:24:29
44843         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
44844              initialization in all the threads on Windows
44845      Branch: perl
44846            ! win32/win32.c
44847 ____________________________________________________________________________
44848 [  7065] By: jhi                                   on 2000/09/12  15:11:31
44849         Log: Update Changes.
44850      Branch: perl
44851            ! Changes patchlevel.h
44852 ____________________________________________________________________________
44853 [  7064] By: jhi                                   on 2000/09/12  14:54:54
44854         Log: Retract #7062, the pod tests are not ready.
44855      Branch: perl
44856            ! t/TEST t/harness
44857 ____________________________________________________________________________
44858 [  7063] By: jhi                                   on 2000/09/12  14:25:41
44859         Log: The #7054 truncated Configure badly.
44860      Branch: metaconfig/U/perl
44861            ! End.U
44862      Branch: perl
44863            ! Configure config_h.SH
44864 ____________________________________________________________________________
44865 [  7062] By: jhi                                   on 2000/09/12  14:08:32
44866         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
44867              From: sthoenna@efn.org
44868              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
44869              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
44870      Branch: perl
44871            ! t/TEST t/harness
44872 ____________________________________________________________________________
44873 [  7061] By: jhi                                   on 2000/09/12  14:07:18
44874         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
44875              From: sthoenna@efn.org
44876              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
44877              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
44878      Branch: perl
44879            ! pod/perlxs.pod
44880 ____________________________________________________________________________
44881 [  7060] By: jhi                                   on 2000/09/12  14:06:08
44882         Log: Break up the myconfig lines a bit.
44883              
44884              Subject: perlbug/perl -V output format
44885              From: sthoenna@efn.org
44886              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
44887              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
44888      Branch: perl
44889            ! myconfig.SH
44890 ____________________________________________________________________________
44891 [  7059] By: jhi                                   on 2000/09/12  14:05:04
44892         Log: Test for the #7049.
44893              
44894              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
44895              From: andreas.koenig@anima.de (Andreas J. Koenig)
44896              Date: 12 Sep 2000 06:42:01 +0200
44897              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
44898      Branch: perl
44899            ! t/op/my.t
44900 ____________________________________________________________________________
44901 [  7058] By: jhi                                   on 2000/09/12  14:03:05
44902         Log: Subject: [patch: perl@7045] vms updates
44903              From: Peter Prymmer <pvhp@forte.com>
44904              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
44905              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
44906      Branch: perl
44907            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
44908 ____________________________________________________________________________
44909 [  7057] By: jhi                                   on 2000/09/12  14:00:51
44910         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
44911              From: sthoenna@efn.org
44912              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
44913              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
44914      Branch: perl
44915            ! t/op/64bitint.t
44916 ____________________________________________________________________________
44917 [  7056] By: jhi                                   on 2000/09/12  13:58:14
44918         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
44919              From: Jeff Pinyan <jeffp@crusoe.net>
44920              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
44921              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
44922      Branch: perl
44923            ! pod/perlfunc.pod
44924 ____________________________________________________________________________
44925 [  7055] By: jhi                                   on 2000/09/12  13:56:32
44926         Log: Do in VMS as the #7054 does.
44927      Branch: perl
44928            ! configure.com
44929 ____________________________________________________________________________
44930 [  7054] By: jhi                                   on 2000/09/12  13:50:31
44931         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
44932              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44933              Date: Mon, 11 Sep 2000 08:33:09 +0100
44934              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
44935      Branch: metaconfig/U/perl
44936            ! End.U
44937      Branch: perl
44938            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
44939            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44940 ____________________________________________________________________________
44941 [  7053] By: jhi                                   on 2000/09/12  13:29:19
44942         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
44943              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44944              Date:     Tue, 12 Sep 2000 08:35:59 EDT
44945              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
44946      Branch: perl
44947            ! vms/test.com
44948 ____________________________________________________________________________
44949 [  7052] By: jhi                                   on 2000/09/11  23:01:50
44950         Log: Document the SvUTF8*().
44951      Branch: perl
44952            ! pod/perlapi.pod sv.h
44953 ____________________________________________________________________________
44954 [  7051] By: gsar                                  on 2000/09/11  14:46:30
44955         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
44956              (missed a spot when fixing up op_pmreplroot hack for ithreads)
44957      Branch: perl
44958            ! op.c t/op/split.t
44959 ____________________________________________________________________________
44960 [  7050] By: nick                                  on 2000/09/11  10:03:51
44961         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
44962              
44963              Subject: borland C++ win32.c tweak
44964              From: Vadim Konovalov <vkonovalov@lucent.com>
44965              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
44966              Date: Mon, 11 Sep 2000 11:22:33 +0400
44967      Branch: perl
44968            ! win32/win32.c
44969 ____________________________________________________________________________
44970 [  7049] By: nick                                  on 2000/09/11  09:57:33
44971         Log: Point fix for s/// on foreach (keys %xxx).
44972      Branch: perl
44973            ! pp_hot.c
44974 ____________________________________________________________________________
44975 [  7048] By: jhi                                   on 2000/09/10  23:37:09
44976         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
44977              by Pod::Text, from Brad Appleton.
44978      Branch: perl
44979            ! t/pod/testp2pt.pl
44980 ____________________________________________________________________________
44981 [  7047] By: jhi                                   on 2000/09/10  14:32:53
44982         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
44983              by Russ Allbery.
44984      Branch: perl
44985            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
44986 ____________________________________________________________________________
44987 [  7046] By: jhi                                   on 2000/09/10  14:15:08
44988         Log: Upgrade to CPAN 1.57_65, from Andreas König.
44989      Branch: perl
44990            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44991 ____________________________________________________________________________
44992 [  7045] By: jhi                                   on 2000/09/08  21:36:32
44993         Log: Update Changes.
44994      Branch: perl
44995            ! Changes patchlevel.h
44996 ____________________________________________________________________________
44997 [  7044] By: jhi                                   on 2000/09/08  21:29:56
44998         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
44999              From: Peter Prymmer <pvhp@forte.com>
45000              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
45001              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
45002      Branch: perl
45003            ! configure.com
45004 ____________________________________________________________________________
45005 [  7043] By: jhi                                   on 2000/09/08  21:27:50
45006         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45007              From: Peter Prymmer <pvhp@forte.com>
45008              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
45009              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
45010      Branch: perl
45011            ! Makefile.SH installperl
45012 ____________________________________________________________________________
45013 [  7042] By: jhi                                   on 2000/09/08  21:23:21
45014         Log: Continue #7041.
45015      Branch: perl
45016            ! cygwin/Makefile.SHs os2/Makefile.SHs
45017 ____________________________________________________________________________
45018 [  7041] By: jhi                                   on 2000/09/08  21:18:10
45019         Log: Do away with memory models cruft.  Sorry, PDP users.
45020      Branch: metaconfig
45021            ! U/modified/cc.U U/modified/libpth.U
45022      Branch: perl
45023            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
45024            ! Porting/config_H cflags.SH config_h.SH configure.com
45025            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
45026            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
45027            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
45028 ____________________________________________________________________________
45029 [  7040] By: jhi                                   on 2000/09/08  14:34:18
45030         Log: Major rewrite of s2p.  And I mean really major, it is
45031              an implementation of sed in perl.  If called as s2p it
45032              will function as s2p.  Note: needs non-UNIXifying.
45033              
45034              Subject: s2p
45035              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
45036              Date: Mon, 28 Aug 2000 14:05:12 +0200
45037              Message-ID: <39AA5578.2102E2AA@alcatel.at>
45038      Branch: perl
45039            ! x2p/s2p.PL
45040 ____________________________________________________________________________
45041 [  7039] By: jhi                                   on 2000/09/08  14:19:49
45042         Log: Re-allow vec() for characters > 255.
45043              
45044              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
45045              From: Spider Boardman <spider@web.zk3.dec.com>
45046              Date: Fri, 08 Sep 2000 02:21:02 -0400
45047              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
45048      Branch: perl
45049            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
45050            ! t/op/vec.t
45051 ____________________________________________________________________________
45052 [  7038] By: jhi                                   on 2000/09/08  14:14:18
45053         Log: Subject: [PATCH lib/Benchmark.pm]
45054              From: <abigail@foad.org>
45055              Date: Thu, 7 Sep 2000 15:03:20 -0400
45056              Message-ID: <20000907190320.888.qmail@foad.org>
45057      Branch: perl
45058            ! lib/Benchmark.pm
45059 ____________________________________________________________________________
45060 [  7037] By: jhi                                   on 2000/09/08  14:11:06
45061         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
45062              
45063              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
45064              From: Spider Boardman <spider@web.zk3.dec.com>
45065              Date: Fri, 08 Sep 2000 01:30:27 -0400
45066              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
45067      Branch: perl
45068            ! op.c
45069 ____________________________________________________________________________
45070 [  7036] By: jhi                                   on 2000/09/08  14:08:58
45071         Log: Subject: [ID 20000908.002] perlipc documentation bug.
45072              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
45073              Date: Fri, 08 Sep 2000 12:38:32 +0200
45074              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
45075      Branch: perl
45076            ! pod/perlipc.pod
45077 ____________________________________________________________________________
45078 [  7035] By: jhi                                   on 2000/09/08  14:03:12
45079         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45080              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45081              Date: Fri, 08 Sep 2000 11:47:34 +0200
45082              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
45083      Branch: perl
45084            ! hints/dec_osf.sh
45085 ____________________________________________________________________________
45086 [  7034] By: jhi                                   on 2000/09/08  13:59:35
45087         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
45088              From: Simon Cozens <simon@cozens.net>
45089              Date: Thu, 7 Sep 2000 20:40:38 +0100
45090              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
45091      Branch: perl
45092            ! pp_hot.c
45093 ____________________________________________________________________________
45094 [  7033] By: jhi                                   on 2000/09/08  04:03:03
45095         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
45096              From: "Larry W. Virden" <lvirden@cas.org>
45097              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
45098              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
45099      Branch: perl
45100            ! pod/perldiag.pod
45101 ____________________________________________________________________________
45102 [  7032] By: jhi                                   on 2000/09/07  22:18:30
45103         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
45104              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
45105              Date: Mon, 04 Sep 2000 13:16:38 -0700
45106              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
45107      Branch: perl
45108            ! lib/perl5db.pl
45109 ____________________________________________________________________________
45110 [  7031] By: jhi                                   on 2000/09/07  22:02:29
45111         Log: Fix the ccversion detection for 5.1 and beyond.
45112              
45113              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45114              From: Spider Boardman <spider@leggy.zk3.dec.com>
45115              Date: Thu, 7 Sep 2000 17:54:27 -0400
45116              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
45117      Branch: perl
45118            ! hints/dec_osf.sh
45119 ____________________________________________________________________________
45120 [  7030] By: jhi                                   on 2000/09/07  19:12:28
45121         Log: Fix for
45122              
45123              Subject: [ID 20000903.001] \w in utf8-strings
45124              From: Marc Lehmann <pcg@goof.com>
45125              Date: Sun, 03 Sep 2000 09:44:29 +0200
45126              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
45127              
45128              and various related nits.
45129      Branch: perl
45130            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
45131 ____________________________________________________________________________
45132 [  7029] By: jhi                                   on 2000/09/07  18:49:09
45133         Log: Fix the URL, but the server is still missing in action.
45134              
45135              Subject: [ID 20000905.002] perlfaq1.pod URL error
45136              From: "Larry W. Virden" <lvirden@cas.org>
45137              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
45138              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
45139      Branch: perl
45140            ! pod/perlfaq1.pod
45141 ____________________________________________________________________________
45142 [  7028] By: jhi                                   on 2000/09/07  18:47:13
45143         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
45144              From: Hugo <hv@crypt.compulink.co.uk>
45145              Date: Tue, 05 Sep 2000 14:13:37 +0100
45146              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
45147      Branch: perl
45148            ! toke.c
45149 ____________________________________________________________________________
45150 [  7027] By: jhi                                   on 2000/09/07  18:45:35
45151         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
45152              From: Daniel Chetlin <daniel@chetlin.com>
45153              Date: Tue, 5 Sep 2000 04:57:07 -0700
45154              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
45155      Branch: perl
45156            ! pod/perlfaq6.pod pod/perlop.pod
45157 ____________________________________________________________________________
45158 [  7026] By: jhi                                   on 2000/09/07  18:44:01
45159         Log: Document the new ref() semantics.
45160              
45161              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45162              From: Gisle Aas <gisle@ActiveState.com>
45163              Date: 05 Sep 2000 08:10:30 +0200
45164              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
45165      Branch: perl
45166            ! pod/perldelta.pod
45167 ____________________________________________________________________________
45168 [  7025] By: jhi                                   on 2000/09/07  18:42:27
45169         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
45170              
45171              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45172              From: Gisle Aas <gisle@ActiveState.com>
45173              Date: 05 Sep 2000 08:11:40 +0200
45174              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
45175      Branch: perl
45176            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
45177 ____________________________________________________________________________
45178 [  7024] By: jhi                                   on 2000/09/07  18:39:32
45179         Log: Subject: [PATCH] Modernize Opcode.pm documentation
45180              From: Gisle Aas <gisle@ActiveState.com>
45181              Date: 4 Sep 2000 00:18:55 -0000
45182              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
45183      Branch: perl
45184            ! ext/Opcode/Opcode.pm
45185 ____________________________________________________________________________
45186 [  7023] By: jhi                                   on 2000/09/07  18:37:42
45187         Log: Subject: [PATCH] Tied filehandle documentation
45188              From: Gisle Aas <gisle@ActiveState.com>
45189              Date: 4 Sep 2000 00:14:40 -0000
45190              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
45191      Branch: perl
45192            ! pod/perlfunc.pod pod/perltie.pod
45193 ____________________________________________________________________________
45194 [  7022] By: jhi                                   on 2000/09/07  18:35:37
45195         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
45196              From: Gisle Aas <gisle@ActiveState.com>
45197              Date: 4 Sep 2000 00:04:22 -0000
45198              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
45199      Branch: perl
45200            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
45201 ____________________________________________________________________________
45202 [  7021] By: jhi                                   on 2000/09/07  18:33:22
45203         Log: Subject: small apidoc fix
45204              From: Marc Lehmann <pcg@goof.com>
45205              Date: Sun, 3 Sep 2000 05:12:06 +0200
45206              Message-ID: <20000903051206.A5909@cerebro.laendle>
45207      Branch: perl
45208            ! pod/perlapi.pod utf8.c
45209 ____________________________________________________________________________
45210 [  7020] By: jhi                                   on 2000/09/07  16:14:57
45211         Log: Tiny perldelta nits.
45212      Branch: perl
45213            ! pod/perldelta.pod
45214 ____________________________________________________________________________
45215 [  7019] By: jhi                                   on 2000/09/07  16:04:20
45216         Log: Guard against bad string->int conversion for quads.
45217      Branch: perl
45218            ! t/op/64bitint.t
45219 ____________________________________________________________________________
45220 [  7018] By: jhi                                   on 2000/09/06  17:07:03
45221         Log: Update Unicode todo list.
45222      Branch: perl
45223            ! Todo-5.6
45224 ____________________________________________________________________________
45225 [  7017] By: jhi                                   on 2000/09/05  21:16:01
45226         Log: Document the SvIOK_.*UV().
45227      Branch: perl
45228            ! pod/perlapi.pod sv.h
45229 ____________________________________________________________________________
45230 [  7016] By: nick                                  on 2000/09/03  21:54:46
45231         Log: Hash lookup of constant strings optimization:
45232              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
45233              to string table (as per sharepvn). Add newSV_pvn_share to create such
45234              a thing. Make hv.c compare addresses of strings and skip string compare
45235              if equal. Make method_named and helem ops use these shared-string SVs
45236              when arg is constant. Make keys op return shared-string SVs (less clearly
45237              a win).
45238      Branch: perl
45239            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
45240            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
45241            ! pod/perlintern.pod pp_hot.c proto.h sv.c
45242 ____________________________________________________________________________
45243 [  7015] By: jhi                                   on 2000/09/02  17:48:59
45244         Log: This is 5.7.0.
45245      Branch: perl
45246            ! Changes
45247 ____________________________________________________________________________
45248 [  7014] By: jhi                                   on 2000/09/02  17:35:45
45249         Log: Changes and patchlevel tweaks.
45250      Branch: perl
45251            ! Changes patchlevel.h
45252 ____________________________________________________________________________
45253 [  7013] By: jhi                                   on 2000/09/02  17:30:50
45254         Log: Update Changes.
45255      Branch: perl
45256            ! Changes patchlevel.h
45257 ____________________________________________________________________________
45258 [  7012] By: nick                                  on 2000/09/02  17:25:20
45259         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
45260      Branch: perl
45261            ! gv.c lib/overload.pm
45262 ____________________________________________________________________________
45263 [  7011] By: jhi                                   on 2000/09/02  17:16:25
45264         Log: Update perlhist.
45265      Branch: perl
45266            ! pod/perlhist.pod
45267 ____________________________________________________________________________
45268 [  7010] By: jhi                                   on 2000/09/02  17:01:35
45269         Log: perldelta nits.
45270      Branch: perl
45271            ! pod/perldelta.pod
45272 ____________________________________________________________________________
45273 [  7009] By: nick                                  on 2000/09/02  16:48:35
45274         Log: If overloaded %{} etc. return the object do not loop.
45275              Thus  sub deref { $_[0] } functions if object is wanted type.
45276      Branch: perl
45277            ! pp.h
45278 ____________________________________________________________________________
45279 [  7008] By: jhi                                   on 2000/09/02  16:26:11
45280         Log: Retab MANIFEST.
45281      Branch: perl
45282            ! ext/Storable/MANIFEST
45283 ____________________________________________________________________________
45284 [  7007] By: jhi                                   on 2000/09/02  16:23:02
45285         Log: Make certain cc is set before trying to run it.
45286      Branch: perl
45287            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
45288 ____________________________________________________________________________
45289 [  7006] By: jhi                                   on 2000/09/02  15:45:41
45290         Log: Unicode notes.
45291      Branch: perl
45292            ! pod/perldelta.pod
45293 ____________________________________________________________________________
45294 [  7005] By: jhi                                   on 2000/09/02  15:42:11
45295         Log: Various Configure nits by Philip Newton,
45296              plus the ebcdic one by me.
45297      Branch: metaconfig
45298            + U/modified/pager.U
45299            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
45300      Branch: metaconfig/U/perl
45301            ! Devel.U quadfio.U
45302      Branch: perl
45303            ! Configure config_h.SH
45304 ____________________________________________________________________________
45305 [  7004] By: jhi                                   on 2000/09/02  15:06:14
45306         Log: Apparently avoiding the swapping is too costly.
45307              
45308              From: "Ben Tilly" <ben_tilly@hotmail.com>
45309              Subject: Re: the door is closed.
45310              Date: Fri, 01 Sep 2000 20:23:16 EDT
45311              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
45312      Branch: perl
45313            ! pod/perlfaq4.pod
45314 ____________________________________________________________________________
45315 [  7003] By: nick                                  on 2000/09/02  12:26:04
45316         Log: Undo part of change 6489 which looks like a bulk edit which
45317              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45318              The supressing of main:: on return from select() is undesirable.
45319      Branch: perl
45320            ! pp_sys.c
45321 ____________________________________________________________________________
45322 [  7002] By: jhi                                   on 2000/09/01  23:08:54
45323         Log: Update Changes.
45324      Branch: perl
45325            ! Changes patchlevel.h
45326 ____________________________________________________________________________
45327 [  7001] By: jhi                                   on 2000/09/01  23:00:13
45328         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
45329              From: Peter Prymmer <pvhp@forte.com>
45330              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
45331              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
45332              
45333              plus rework the http: spots as suggested by Tom Christiansen,
45334              plus regen perltoc.
45335      Branch: perl
45336            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
45337            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
45338 ____________________________________________________________________________
45339 [  7000] By: jhi                                   on 2000/09/01  22:36:01
45340         Log: Only the first line, thank you very much.
45341      Branch: perl
45342            ! hints/solaris_2.sh
45343 ____________________________________________________________________________
45344 [  6999] By: gsar                                  on 2000/09/01  22:16:40
45345         Log: change#6791 accidentally clobbered change#6710, put it back
45346      Branch: perl
45347            ! win32/win32.c
45348 ____________________________________________________________________________
45349 [  6998] By: jhi                                   on 2000/09/01  22:14:16
45350         Log: Mention the HP-UX LP64 freak failure.
45351      Branch: perl
45352            ! pod/perldelta.pod
45353 ____________________________________________________________________________
45354 [  6997] By: jhi                                   on 2000/09/01  21:48:32
45355         Log: Detypo.
45356      Branch: perl
45357            ! hints/hpux.sh
45358 ____________________________________________________________________________
45359 [  6996] By: jhi                                   on 2000/09/01  21:27:10
45360         Log: Update Changes.
45361      Branch: perl
45362            ! Changes patchlevel.h
45363 ____________________________________________________________________________
45364 [  6995] By: jhi                                   on 2000/09/01  21:14:24
45365         Log: Mi splgn s gnin.g
45366      Branch: perl
45367            ! pp_ctl.c
45368 ____________________________________________________________________________
45369 [  6994] By: jhi                                   on 2000/09/01  21:09:54
45370         Log: Subject: http:// in L<>
45371              From: Nicholas Clark <nick@ccl4.org>
45372              Date: Fri, 1 Sep 2000 22:03:21 +0100
45373              Message-ID: <20000901220321.B72074@plum.flirble.org>
45374      Branch: perl
45375            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
45376 ____________________________________________________________________________
45377 [  6993] By: jhi                                   on 2000/09/01  21:06:54
45378         Log: Update to Storable 1.0, from Raphael Manfredi.
45379      Branch: perl
45380            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
45381            ! ext/Storable/Makefile.PL ext/Storable/README
45382            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45383            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
45384            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
45385            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
45386            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
45387            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
45388 ____________________________________________________________________________
45389 [  6992] By: jhi                                   on 2000/09/01  20:43:05
45390         Log: Mention known sfio+linux buglet.
45391      Branch: perl
45392            ! pod/perldelta.pod
45393 ____________________________________________________________________________
45394 [  6991] By: jhi                                   on 2000/09/01  20:40:11
45395         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
45396              From: Peter Prymmer <pvhp@forte.com>
45397              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
45398              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
45399      Branch: perl
45400            ! vms/vms.c
45401 ____________________________________________________________________________
45402 [  6990] By: jhi                                   on 2000/09/01  20:25:26
45403         Log: Retract #6986.
45404      Branch: perl
45405            ! hints/solaris_2.sh
45406 ____________________________________________________________________________
45407 [  6989] By: jhi                                   on 2000/09/01  20:23:00
45408         Log: Mergesort is back.
45409      Branch: perl
45410            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
45411 ____________________________________________________________________________
45412 [  6988] By: jhi                                   on 2000/09/01  19:37:40
45413         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
45414              From: Mike Guy <mjtg@cam.ac.uk>
45415              Date: Fri, 01 Sep 2000 17:43:33 +0100
45416              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
45417      Branch: perl
45418            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
45419            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
45420 ____________________________________________________________________________
45421 [  6987] By: jhi                                   on 2000/09/01  19:17:10
45422         Log: Regen perltoc.
45423      Branch: perl
45424            ! pod/perltoc.pod
45425 ____________________________________________________________________________
45426 [  6986] By: jhi                                   on 2000/09/01  18:51:10
45427         Log: Subject: Re: Solaris x86 has no SPARC libraries!
45428              From: Lupe Christoph <lupe@lupe-christoph.de>
45429              Date: Fri, 1 Sep 2000 20:41:20 +0200
45430              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
45431      Branch: perl
45432            ! hints/solaris_2.sh
45433 ____________________________________________________________________________
45434 [  6985] By: jhi                                   on 2000/09/01  18:28:10
45435         Log: Update Changes.
45436      Branch: perl
45437            ! Changes patchlevel.h
45438 ____________________________________________________________________________
45439 [  6984] By: jhi                                   on 2000/09/01  18:26:53
45440         Log: Feature ordering tweak.
45441      Branch: perl
45442            ! myconfig.SH
45443 ____________________________________________________________________________
45444 [  6983] By: jhi                                   on 2000/09/01  18:19:50
45445         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45446              From: <abigail@foad.org>
45447              Date: Fri, 1 Sep 2000 13:07:32 -0400
45448              Message-ID: <20000901170732.18249.qmail@foad.org>
45449      Branch: perl
45450            ! t/pragma/overload.t
45451 ____________________________________________________________________________
45452 [  6982] By: jhi                                   on 2000/09/01  18:17:54
45453         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
45454              so that case-ignoring systems like DCL can tell them from
45455              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
45456      Branch: metaconfig/U/perl
45457            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
45458      Branch: perl
45459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45460            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
45461            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
45462            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
45463            ! vos/config.def vos/config.h vos/config_h.SH_orig
45464            ! win32/config.bc win32/config.gc win32/config.vc
45465 ____________________________________________________________________________
45466 [  6981] By: nick                                  on 2000/09/01  17:21:57
45467         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
45468              warning when UNTIE exists and instead pass the cound of extra references to
45469              the UNTIE method.
45470      Branch: perl
45471            ! pod/perltie.pod pp_sys.c
45472 ____________________________________________________________________________
45473 [  6980] By: jhi                                   on 2000/09/01  16:54:44
45474         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
45475              From: Peter Prymmer <pvhp@forte.com>
45476              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
45477              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
45478      Branch: perl
45479            ! configure.com
45480 ____________________________________________________________________________
45481 [  6979] By: jhi                                   on 2000/09/01  16:06:20
45482         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
45483              From: Mike Guy <mjtg@cam.ac.uk> 
45484              Date: Fri, 01 Sep 2000 16:49:27 +0100
45485              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
45486      Branch: perl
45487            ! t/base/rs.t
45488 ____________________________________________________________________________
45489 [  6978] By: jhi                                   on 2000/09/01  16:00:42
45490         Log: Update to PodParser 1.18, from Brad Appleton.
45491      Branch: perl
45492            ! lib/Pod/Checker.pm t/pod/find.t
45493 ____________________________________________________________________________
45494 [  6977] By: jhi                                   on 2000/09/01  14:48:58
45495         Log: Subject: Nit in Configure (bleadperl@6961)
45496              From: Lupe Christoph <lupe@lupe-christoph.de>
45497              Date: Fri, 1 Sep 2000 16:34:29 +0200
45498              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
45499      Branch: metaconfig
45500            ! U/compline/ccflags.U
45501      Branch: perl
45502            ! Configure config_h.SH
45503 ____________________________________________________________________________
45504 [  6976] By: jhi                                   on 2000/09/01  14:39:52
45505         Log: Update Changes.
45506      Branch: perl
45507            ! Changes patchlevel.h
45508 ____________________________________________________________________________
45509 [  6975] By: jhi                                   on 2000/09/01  14:37:36
45510         Log: microperl config update.
45511      Branch: perl
45512            ! uconfig.h uconfig.sh
45513 ____________________________________________________________________________
45514 [  6974] By: jhi                                   on 2000/09/01  14:36:53
45515         Log: Document known deficiencies.
45516      Branch: perl
45517            ! pod/perldelta.pod
45518 ____________________________________________________________________________
45519 [  6973] By: jhi                                   on 2000/09/01  14:10:20
45520         Log: Mention warnings fixes and updates.
45521      Branch: perl
45522            ! pod/perldelta.pod
45523 ____________________________________________________________________________
45524 [  6972] By: jhi                                   on 2000/09/01  14:01:52
45525         Log: Drop unused argument.
45526              
45527              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
45528              From: Spider Boardman <spider@web.zk3.dec.com>
45529              Date: Thu, 31 Aug 2000 16:10:15 -0400
45530              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
45531      Branch: perl
45532            ! toke.c
45533 ____________________________________________________________________________
45534 [  6971] By: jhi                                   on 2000/09/01  13:59:24
45535         Log: Add the overload warnings to perldiag.
45536      Branch: perl
45537            ! lib/overload.pm pod/perldiag.pod
45538 ____________________________________________________________________________
45539 [  6970] By: jhi                                   on 2000/09/01  13:55:10
45540         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45541              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45542              Date: Fri, 1 Sep 2000 13:43:15 +0100 
45543              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
45544      Branch: perl
45545            ! lib/overload.pm t/pragma/overload.t
45546 ____________________________________________________________________________
45547 [  6969] By: jhi                                   on 2000/09/01  13:52:27
45548         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45549              From: <abigail@foad.org>
45550              Date: Fri, 1 Sep 2000 05:46:54 -0400
45551              Message-ID: <20000901094654.6476.qmail@foad.org>
45552      Branch: perl
45553            ! lib/overload.pm
45554 ____________________________________________________________________________
45555 [  6968] By: jhi                                   on 2000/09/01  13:50:05
45556         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45557              From: Daniel Chetlin <daniel@chetlin.com>
45558              Date: Fri, 1 Sep 2000 02:10:55 -0700
45559              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
45560      Branch: perl
45561            ! pod/perlretut.pod
45562 ____________________________________________________________________________
45563 [  6967] By: jhi                                   on 2000/09/01  13:47:54
45564         Log: Part of the solution.
45565              
45566              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45567              From: Mike Guy <mjtg@cam.ac.uk>
45568              Date: Fri, 01 Sep 2000 14:16:01 +0100
45569              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
45570      Branch: perl
45571            ! gv.c mg.c
45572 ____________________________________________________________________________
45573 [  6966] By: jhi                                   on 2000/09/01  13:46:17
45574         Log: Subject: CPAN.pm beta 1.57_57 for the core
45575              From: andreas.koenig@anima.de (Andreas J. Koenig)
45576              Date: 01 Sep 2000 15:16:31 +0200
45577              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
45578      Branch: perl
45579            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45580 ____________________________________________________________________________
45581 [  6965] By: jhi                                   on 2000/09/01  13:43:18
45582         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45583              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45584              Date: Fri, 01 Sep 2000 01:47:22 -0500
45585              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
45586      Branch: perl
45587            ! pod/perldelta.pod vms/vms.c
45588 ____________________________________________________________________________
45589 [  6964] By: jhi                                   on 2000/09/01  13:35:35
45590         Log: File::Temp patches from Andreas König,
45591              
45592              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
45593              From: andreas.koenig@anima.de (Andreas J. Koenig)
45594              Date: 01 Sep 2000 10:07:20 +0200
45595              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
45596              
45597              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
45598              From: andreas.koenig@anima.de (Andreas J. Koenig)
45599              Date: 31 Aug 2000 23:26:08 +0200
45600              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
45601      Branch: perl
45602            ! lib/File/Temp.pm t/lib/ftmp-security.t
45603 ____________________________________________________________________________
45604 [  6963] By: jhi                                   on 2000/09/01  02:22:24
45605         Log: Retract the mergesort code, way too incompatible licensing
45606              and copyrights.
45607      Branch: perl
45608            ! pod/perldelta.pod pp_ctl.c
45609 ____________________________________________________________________________
45610 [  6962] By: jhi                                   on 2000/08/31  23:27:32
45611         Log: Update Changes.
45612      Branch: perl
45613            ! Changes patchlevel.h
45614 ____________________________________________________________________________
45615 [  6961] By: jhi                                   on 2000/08/31  23:20:04
45616         Log: Small tweaks all over.
45617      Branch: metaconfig
45618            ! U/compline/d_gconvert.U
45619      Branch: perl
45620            ! AUTHORS Configure config_h.SH pp_ctl.c
45621 ____________________________________________________________________________
45622 [  6960] By: jhi                                   on 2000/08/31  22:39:36
45623         Log: Further rewording.
45624      Branch: perl
45625            ! pp_ctl.c
45626 ____________________________________________________________________________
45627 [  6959] By: jhi                                   on 2000/08/31  21:26:44
45628         Log: More address tweaking.
45629      Branch: perl
45630            ! AUTHORS Changes
45631 ____________________________________________________________________________
45632 [  6958] By: jhi                                   on 2000/08/31  20:47:25
45633         Log: AUTHORS tweaks, from Peter Prymmer.
45634              
45635              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
45636              From: Peter Prymmer <pvhp@forte.com>
45637              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
45638              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
45639      Branch: perl
45640            ! AUTHORS MAINTAIN
45641 ____________________________________________________________________________
45642 [  6957] By: jhi                                   on 2000/08/31  20:34:43
45643         Log: perldelta tweaks.
45644      Branch: perl
45645            ! pod/perldelta.pod
45646 ____________________________________________________________________________
45647 [  6956] By: jhi                                   on 2000/08/31  19:11:06
45648         Log: Regen perltoc.
45649      Branch: perl
45650            ! pod/perltoc.pod
45651 ____________________________________________________________________________
45652 [  6955] By: jhi                                   on 2000/08/31  19:06:30
45653         Log: Clarify the mergesort situation.
45654      Branch: perl
45655            ! pp_ctl.c
45656 ____________________________________________________________________________
45657 [  6954] By: jhi                                   on 2000/08/31  18:24:17
45658         Log: Move the Solaris 7 scan to use64bitall, make the
45659              failure to find 64-bot sparc libc to mention the
45660              possibility of being in an intel, from Lupe and Alan.
45661      Branch: perl
45662            ! hints/solaris_2.sh
45663 ____________________________________________________________________________
45664 [  6953] By: jhi                                   on 2000/08/31  18:09:20
45665         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
45666              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
45667      Branch: metaconfig
45668            ! U/compline/d_gconvert.U U/threads/archname.U
45669      Branch: metaconfig/U/perl
45670            ! perlxv.U
45671      Branch: perl
45672            ! Configure config_h.SH sv.c
45673 ____________________________________________________________________________
45674 [  6952] By: jhi                                   on 2000/08/31  17:42:24
45675         Log: :: not allowed in pathnames, change to .
45676              
45677              Subject: [PATCH perl@6938] cygwin port
45678              From: "Fifer, Eric" <EFifer@sanwaint.com>
45679              Date: Thu, 31 Aug 2000 16:32:59 +0100
45680              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
45681      Branch: metaconfig/U/perl
45682            ! perlxv.U
45683 ____________________________________________________________________________
45684 [  6951] By: jhi                                   on 2000/08/31  17:02:05
45685         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
45686      Branch: perl
45687            ! perl.h
45688 ____________________________________________________________________________
45689 [  6950] By: jhi                                   on 2000/08/31  16:26:08
45690         Log: More author updates.
45691              
45692              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
45693              From: Simon Cozens <simon@cozens.net>
45694              Date: Thu, 31 Aug 2000 17:13:32 +0100
45695              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
45696      Branch: perl
45697            ! AUTHORS
45698 ____________________________________________________________________________
45699 [  6949] By: jhi                                   on 2000/08/31  16:04:49
45700         Log: POSIX doesn't report long double values under -Duselongdouble
45701              when the long doubles are "real" (bigger than doubles).
45702              
45703              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
45704              From: Spider Boardman <spider@peano.zk3.dec.com>
45705              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
45706              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
45707      Branch: perl
45708            ! ext/POSIX/POSIX.xs
45709 ____________________________________________________________________________
45710 [  6948] By: jhi                                   on 2000/08/31  15:25:10
45711         Log: Update Changes.
45712      Branch: perl
45713            ! Changes patchlevel.h
45714 ____________________________________________________________________________
45715 [  6947] By: jhi                                   on 2000/08/31  15:22:29
45716         Log: Document UNTIE in a very minimalistic way.
45717      Branch: perl
45718            ! pod/perlfunc.pod pod/perltie.pod
45719 ____________________________________________________________________________
45720 [  6946] By: jhi                                   on 2000/08/31  15:15:23
45721         Log: Document known failures.
45722      Branch: perl
45723            ! pod/perldelta.pod
45724 ____________________________________________________________________________
45725 [  6945] By: jhi                                   on 2000/08/31  15:07:00
45726         Log: Don't attach -ld to the archname if pointless.
45727      Branch: metaconfig
45728            ! U/threads/archname.U
45729      Branch: perl
45730            ! Configure config_h.SH
45731 ____________________________________________________________________________
45732 [  6944] By: jhi                                   on 2000/08/31  14:37:42
45733         Log: Wrap the test in eval.
45734              
45735              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
45736              From: Tim Jenness <timj@jach.hawaii.edu>
45737              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
45738              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
45739      Branch: perl
45740            ! t/lib/ftmp-security.t
45741 ____________________________________________________________________________
45742 [  6943] By: jhi                                   on 2000/08/31  14:30:57
45743         Log: Make -Dusemorebits find long doubles in Solaris.
45744      Branch: perl
45745            ! hints/solaris_2.sh
45746 ____________________________________________________________________________
45747 [  6942] By: jhi                                   on 2000/08/31  13:48:45
45748         Log: Clarify the third case of ftmp-security warnings.
45749      Branch: perl
45750            ! INSTALL
45751 ____________________________________________________________________________
45752 [  6941] By: jhi                                   on 2000/08/31  13:40:31
45753         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
45754              From: <abigail@foad.org>
45755              Date: Thu, 31 Aug 2000 01:35:05 -0400
45756              Message-ID: <20000831053505.32120.qmail@foad.org>
45757      Branch: perl
45758            ! pod/perldelta.pod
45759 ____________________________________________________________________________
45760 [  6940] By: jhi                                   on 2000/08/31  13:38:48
45761         Log: Issue useful diagnostic on unknown pod commands.
45762              
45763              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
45764              From: <abigail@foad.org>
45765              Date: Thu, 31 Aug 2000 03:41:18 -0400
45766              Message-ID: <20000831074118.24880.qmail@foad.org>
45767      Branch: perl
45768            ! lib/Pod/Man.pm
45769 ____________________________________________________________________________
45770 [  6939] By: jhi                                   on 2000/08/31  13:34:33
45771         Log: Reveal Borland's isnan.
45772              
45773              Subject: build with BC++ tweak
45774              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45775              Date: Thu, 31 Aug 2000 13:09:37 +0400
45776              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
45777      Branch: perl
45778            ! win32/win32.h
45779 ____________________________________________________________________________
45780 [  6938] By: jhi                                   on 2000/08/31  05:01:20
45781         Log: Update Changes.
45782      Branch: perl
45783            ! Changes patchlevel.h
45784 ____________________________________________________________________________
45785 [  6937] By: jhi                                   on 2000/08/31  04:26:23
45786         Log: sscanf() may be the only way to read long doubles from strings.
45787      Branch: metaconfig/U/perl
45788            ! longdblfio.U
45789      Branch: perl
45790            ! Configure config_h.SH perl.h util.c
45791 ____________________________________________________________________________
45792 [  6936] By: jhi                                   on 2000/08/31  04:18:19
45793         Log: The #6929 was too skimpy.
45794      Branch: perl
45795            ! sv.c
45796 ____________________________________________________________________________
45797 [  6935] By: jhi                                   on 2000/08/31  02:47:07
45798         Log: Subject: Re: typos in pods
45799              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45800              Date: Wed, 30 Aug 2000 19:25:34 -0700
45801              Message-ID: <eIcr5gzkg25X092yn@efn.org>
45802      Branch: perl
45803            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
45804 ____________________________________________________________________________
45805 [  6934] By: jhi                                   on 2000/08/31  02:42:55
45806         Log: Missed one Unicode file.
45807      Branch: perl
45808            + lib/unicode/UCDFF301.html
45809 ____________________________________________________________________________
45810 [  6933] By: jhi                                   on 2000/08/30  23:42:27
45811         Log: Update Changes.
45812      Branch: perl
45813            ! Changes patchlevel.h
45814 ____________________________________________________________________________
45815 [  6932] By: jhi                                   on 2000/08/30  23:40:07
45816         Log: Mention UNTIE in perldelta.  Still needs documenting
45817              in perltie et alia.
45818      Branch: perl
45819            ! pod/perldelta.pod
45820 ____________________________________________________________________________
45821 [  6931] By: jhi                                   on 2000/08/30  23:36:02
45822         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
45823              From: <abigail@foad.org>
45824              Date: Wed, 30 Aug 2000 19:28:07 -0400
45825              Message-ID: <20000830232807.305.qmail@foad.org>
45826      Branch: perl
45827            ! pod/perldelta.pod
45828 ____________________________________________________________________________
45829 [  6930] By: jhi                                   on 2000/08/30  23:32:40
45830         Log: Update to Unicode 3.0.1.
45831      Branch: perl
45832            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
45833            + lib/unicode/PropList.txt lib/unicode/README.perl
45834            + lib/unicode/UCD301.html lib/unicode/Unicode.301
45835            - lib/unicode/Props.txt lib/unicode/UCD300.html
45836            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45837            ! (edit 257 files)
45838 ____________________________________________________________________________
45839 [  6929] By: jhi                                   on 2000/08/30  22:38:18
45840         Log: Heap decorruption.
45841              
45842              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45843              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45844              Date: Wed, 30 Aug 2000 22:39:52 +0100
45845              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
45846      Branch: perl
45847            ! sv.c
45848 ____________________________________________________________________________
45849 [  6928] By: jhi                                   on 2000/08/30  22:29:34
45850         Log: Retract the dummy test, skip the security tests (instead of failing),
45851              explain what the warnings mean.
45852      Branch: perl
45853            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
45854 ____________________________________________________________________________
45855 [  6927] By: jhi                                   on 2000/08/30  22:14:13
45856         Log: Change the internal implementation of sort() to be mergesort
45857              instead of quicksort, from John Linderman <jpl@research.att.com>.
45858              Gives us better worst case, better average case, and stability.
45859              What's there not to like?  (Small fixes for threaded builds
45860              were required).
45861      Branch: perl
45862            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
45863 ____________________________________________________________________________
45864 [  6926] By: jhi                                   on 2000/08/30  20:55:20
45865         Log: A better fix for the Socket building problem from Craig Berry.
45866      Branch: perl
45867            ! vms/vms.c
45868 ____________________________________________________________________________
45869 [  6925] By: jhi                                   on 2000/08/30  20:20:25
45870         Log: Subject: [PATCH] Re: UNTIE method 
45871              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45872              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
45873              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
45874      Branch: perl
45875            ! pp_sys.c t/op/tie.t
45876 ____________________________________________________________________________
45877 [  6924] By: jhi                                   on 2000/08/30  20:17:11
45878         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45879              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45880              Date: Wed, 30 Aug 2000 15:03:14 -0500
45881              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
45882      Branch: perl
45883            ! vms/vms.c
45884 ____________________________________________________________________________
45885 [  6923] By: jhi                                   on 2000/08/30  20:15:18
45886         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45887              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45888              Date: Wed, 30 Aug 2000 13:30:36 -0500
45889              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
45890      Branch: perl
45891            ! vms/vms.c
45892 ____________________________________________________________________________
45893 [  6922] By: jhi                                   on 2000/08/30  19:54:43
45894         Log: Better options for rsync.
45895      Branch: perl
45896            ! pod/perlhack.pod
45897 ____________________________________________________________________________
45898 [  6921] By: jhi                                   on 2000/08/30  19:40:16
45899         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45900              From: Rick Delaney <rick@consumercontact.com>
45901              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
45902              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
45903      Branch: perl
45904            ! pod/perlfunc.pod
45905 ____________________________________________________________________________
45906 [  6920] By: jhi                                   on 2000/08/30  19:36:40
45907         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
45908              From: Peter Prymmer <pvhp@forte.com>
45909              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
45910              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
45911      Branch: perl
45912            ! configure.com
45913 ____________________________________________________________________________
45914 [  6919] By: jhi                                   on 2000/08/30  14:52:02
45915         Log: Update Changes.
45916      Branch: perl
45917            ! Changes patchlevel.h
45918 ____________________________________________________________________________
45919 [  6918] By: jhi                                   on 2000/08/30  14:48:34
45920         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
45921      Branch: perl
45922            ! lib/ExtUtils/typemap
45923 ____________________________________________________________________________
45924 [  6917] By: jhi                                   on 2000/08/30  14:46:34
45925         Log: Subject: typos in pods
45926              From: Nicholas Clark <nick@ccl4.org>
45927              Date: Wed, 30 Aug 2000 01:12:50 +0100
45928              Message-ID: <20000830011249.A61388@plum.flirble.org>
45929      Branch: perl
45930            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
45931            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
45932            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
45933            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
45934 ____________________________________________________________________________
45935 [  6916] By: jhi                                   on 2000/08/30  14:19:09
45936         Log: Document Storable problems on Crays.  (Will have
45937              to document all the other Storable problems, too.)
45938      Branch: perl
45939            ! pod/perldelta.pod
45940 ____________________________________________________________________________
45941 [  6915] By: jhi                                   on 2000/08/30  14:06:02
45942         Log: Subject: [PATCH] fix misc cast warnings
45943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45944              Date: Tue, 29 Aug 2000 23:16:14 -0700
45945              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
45946      Branch: perl
45947            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
45948            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
45949            ! os2/os2ish.h
45950 ____________________________________________________________________________
45951 [  6914] By: jhi                                   on 2000/08/30  14:03:45
45952         Log: Timestamp mismatch again.  Need to fix this dependence on
45953              config_h.SH timestamp, since it's the contents of config_h.SH
45954              that matter.
45955      Branch: perl
45956            ! uconfig.h uconfig.sh
45957 ____________________________________________________________________________
45958 [  6913] By: jhi                                   on 2000/08/30  13:54:06
45959         Log: Don't say "Perl 5.0 source kit".
45960      Branch: perl
45961            ! perl.c
45962 ____________________________________________________________________________
45963 [  6912] By: jhi                                   on 2000/08/30  13:51:24
45964         Log: Reset archname and archname64 always, forcing them be
45965              recomputed at each Configure run, make Configure and
45966              the hints files agree on the naming of largefiles variables.
45967      Branch: metaconfig
45968            ! U/threads/archname.U
45969      Branch: metaconfig/U/perl
45970            ! use64bits.U
45971      Branch: perl
45972            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
45973            ! hints/linux.sh hints/solaris_2.sh
45974 ____________________________________________________________________________
45975 [  6911] By: jhi                                   on 2000/08/30  13:30:13
45976         Log: Put back the slice accidentally removed by #6907.
45977      Branch: perl
45978            ! hints/solaris_2.sh
45979 ____________________________________________________________________________
45980 [  6910] By: jhi                                   on 2000/08/30  01:24:26
45981         Log: Be consistent: other Net::get* do export theirs.
45982              
45983              Subject: Re: Net::protoent does not export 'getproto'
45984              From: Yasushi Nakajima <sey@jkc.co.jp>
45985              Date: Wed, 30 Aug 2000 09:53:14 +0900
45986              Message-Id: <200008300051.DAA24700@taku.hut.fi>
45987      Branch: perl
45988            ! lib/Net/protoent.pm
45989 ____________________________________________________________________________
45990 [  6909] By: jhi                                   on 2000/08/30  01:17:25
45991         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
45992              From: Gurusamy Sarathy <gsar@ActiveState.com>
45993              Date: Tue, 29 Aug 2000 17:17:07 -0700
45994              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
45995      Branch: perl
45996            ! cop.h
45997 ____________________________________________________________________________
45998 [  6908] By: jhi                                   on 2000/08/30  00:58:05
45999         Log: Update Changes.
46000      Branch: perl
46001            ! Changes patchlevel.h
46002 ____________________________________________________________________________
46003 [  6907] By: jhi                                   on 2000/08/30  00:57:22
46004         Log: Introduce ccname to keep track of what compiler kind of we have.
46005      Branch: metaconfig/U/perl
46006            ! Checkcc.U gccvers.U
46007      Branch: perl
46008            ! Configure config_h.SH hints/solaris_2.sh
46009 ____________________________________________________________________________
46010 [  6906] By: jhi                                   on 2000/08/30  00:25:47
46011         Log: Put back the flags dump as reasoned in
46012              
46013              Subject: Re: [PATCH] Glob dumping
46014              From: Mike Guy <mjtg@cam.ac.uk> 
46015              Date: Tue, 29 Aug 2000 21:41:32 +0100
46016              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
46017      Branch: perl
46018            ! dump.c t/lib/peek.t
46019 ____________________________________________________________________________
46020 [  6905] By: jhi                                   on 2000/08/30  00:16:17
46021         Log: Make the epsilon to be relative, not absolute.
46022              
46023              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
46024              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
46025              Date: Tue, 29 Aug 2000 19:58:56 -0400
46026              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
46027      Branch: perl
46028            ! t/lib/trig.t
46029 ____________________________________________________________________________
46030 [  6904] By: jhi                                   on 2000/08/30  00:13:09
46031         Log: From now on, Gisle is on my list of usual suspects :-)
46032              Retract #6902.
46033      Branch: perl
46034            ! ext/Opcode/Safe.pm
46035 ____________________________________________________________________________
46036 [  6903] By: jhi                                   on 2000/08/29  23:51:20
46037         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
46038              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46039              Date: Tue, 29 Aug 2000 18:43:26 -0500
46040              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
46041      Branch: perl
46042            + vms/vmspipe.com
46043            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
46044            ! vms/vms.c
46045 ____________________________________________________________________________
46046 [  6902] By: jhi                                   on 2000/08/29  23:44:14
46047         Log: Retry what #6882 attempted.
46048              
46049              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
46050              From: Gisle Aas <gisle@ActiveState.com>
46051              Date: 30 Aug 2000 00:33:09 +0200
46052              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
46053      Branch: perl
46054            ! ext/Opcode/Safe.pm
46055 ____________________________________________________________________________
46056 [  6901] By: jhi                                   on 2000/08/29  22:59:32
46057         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
46058              From: Hugo <hv@crypt.compulink.co.uk>
46059              Date: Mon, 12 Jun 2000 19:36:08 +0100
46060              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
46061      Branch: perl
46062            ! sv.c
46063 ____________________________________________________________________________
46064 [  6900] By: jhi                                   on 2000/08/29  22:58:35
46065         Log: Admit that we are leaking scalars.
46066              
46067              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
46068              From: Spider Boardman <spider@leggy.zk3.dec.com>
46069              Date: Tue, 29 Aug 2000 18:48:29 -0400
46070              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
46071      Branch: perl
46072            ! t/pragma/warnings.t
46073 ____________________________________________________________________________
46074 [  6899] By: jhi                                   on 2000/08/29  20:53:13
46075         Log: Update Changes.
46076      Branch: perl
46077            ! Changes patchlevel.h
46078 ____________________________________________________________________________
46079 [  6898] By: jhi                                   on 2000/08/29  20:46:21
46080         Log: Undo namespace pollution of #6878.
46081              
46082              Subject: Re: Net::protoent does not export 'getproto'
46083              From: Mike Guy <mjtg@cam.ac.uk>
46084              Date: Tue, 29 Aug 2000 21:32:37 +0100
46085              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
46086      Branch: perl
46087            ! lib/Net/protoent.pm
46088 ____________________________________________________________________________
46089 [  6897] By: jhi                                   on 2000/08/29  20:44:29
46090         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
46091              From: Peter Prymmer <pvhp@forte.com>
46092              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
46093              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
46094      Branch: perl
46095            ! pod/perlebcdic.pod
46096 ____________________________________________________________________________
46097 [  6896] By: jhi                                   on 2000/08/29  20:40:57
46098         Log: There's no point repeating the 'revision' (5) of perl5.
46099      Branch: metaconfig/U/perl
46100            ! Devel.U patchlevel.U
46101      Branch: perl
46102            ! Configure config_h.SH
46103 ____________________________________________________________________________
46104 [  6895] By: jhi                                   on 2000/08/29  20:16:58
46105         Log: Regen Configure for #6894.
46106      Branch: metaconfig/U/perl
46107            ! perladmin.U
46108      Branch: perl
46109            ! Configure config_h.SH
46110 ____________________________________________________________________________
46111 [  6894] By: jhi                                   on 2000/08/29  19:59:52
46112         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
46113              From: "Philip Newton" <Philip.Newton@gmx.net>
46114              Date: Tue, 29 Aug 2000 21:39:14 +0200
46115              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
46116      Branch: perl
46117            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
46118            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
46119            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
46120            ! utils/perlbug.PL
46121 ____________________________________________________________________________
46122 [  6893] By: jhi                                   on 2000/08/29  19:55:30
46123         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
46124              From: "Philip Newton" <Philip.Newton@gmx.net>
46125              Date: Tue, 29 Aug 2000 21:39:14 +0200
46126              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
46127      Branch: perl
46128            ! installhtml
46129 ____________________________________________________________________________
46130 [  6892] By: jhi                                   on 2000/08/29  19:53:59
46131         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
46132              From: "Philip Newton" <Philip.Newton@gmx.net>
46133              Date: Tue, 29 Aug 2000 21:48:18 +0200
46134              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
46135      Branch: perl
46136            ! lib/File/Temp.pm
46137 ____________________________________________________________________________
46138 [  6891] By: jhi                                   on 2000/08/29  18:30:03
46139         Log: Nail the ID 20000828.023.
46140      Branch: perl
46141            ! ext/Storable/Storable.xs
46142 ____________________________________________________________________________
46143 [  6890] By: jhi                                   on 2000/08/29  16:50:17
46144         Log: Under usethreads the dumped variable is IN_PAD.
46145              
46146              Subject: Re: [PATCH] Glob dumping
46147              From: Gisle Aas <gisle@ActiveState.com>
46148              Date: 29 Aug 2000 18:45:05 +0200
46149              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
46150      Branch: perl
46151            ! t/lib/peek.t
46152 ____________________________________________________________________________
46153 [  6889] By: jhi                                   on 2000/08/29  15:17:37
46154         Log: Update Changes.
46155      Branch: perl
46156            ! Changes patchlevel.h
46157 ____________________________________________________________________________
46158 [  6888] By: jhi                                   on 2000/08/29  14:49:59
46159         Log: Retract #6882, broke the safe tests.
46160      Branch: perl
46161            ! ext/Opcode/Safe.pm
46162 ____________________________________________________________________________
46163 [  6887] By: jhi                                   on 2000/08/29  14:47:06
46164         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
46165              From: Gisle Aas <gisle@ActiveState.com> 
46166              Date: 09 Jun 2000 20:00:11 +0200
46167              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
46168      Branch: perl
46169            ! utils/perldoc.PL
46170 ____________________________________________________________________________
46171 [  6886] By: jhi                                   on 2000/08/29  14:42:45
46172         Log: The #6881 removed one dump line.
46173      Branch: perl
46174            ! t/lib/peek.t
46175 ____________________________________________________________________________
46176 [  6885] By: jhi                                   on 2000/08/29  14:30:47
46177         Log: Don't forget to tidy up.
46178      Branch: perl
46179            ! t/lib/ftmp-security.t
46180 ____________________________________________________________________________
46181 [  6884] By: jhi                                   on 2000/08/29  14:25:17
46182         Log: Disabling the one test is a bit tricky.
46183      Branch: perl
46184            ! t/lib/ftmp-security.t
46185 ____________________________________________________________________________
46186 [  6883] By: jhi                                   on 2000/08/29  14:16:25
46187         Log: Disable one of the tests for now.
46188      Branch: perl
46189            ! t/lib/ftmp-security.t
46190 ____________________________________________________________________________
46191 [  6882] By: jhi                                   on 2000/08/29  14:05:50
46192         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
46193              From: gisle@aas.no
46194              Date: 29 Aug 2000 10:35:06 -0000
46195              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
46196      Branch: perl
46197            ! ext/Opcode/Safe.pm
46198 ____________________________________________________________________________
46199 [  6881] By: jhi                                   on 2000/08/29  14:03:51
46200         Log: Subject: [PATCH] Glob dumping
46201              From: Gisle Aas <gisle@ActiveState.com>
46202              Date: 29 Aug 2000 07:59:42 -0000
46203              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
46204      Branch: perl
46205            ! dump.c
46206 ____________________________________________________________________________
46207 [  6880] By: jhi                                   on 2000/08/29  14:02:01
46208         Log: Subject: [PATCH] Warnings in B::Deparse
46209              From: <abigail@foad.org>
46210              Date: Tue, 29 Aug 2000 00:00:01 -0400
46211              Message-ID: <20000829040001.2999.qmail@foad.org>
46212      Branch: perl
46213            ! ext/B/B/Deparse.pm
46214 ____________________________________________________________________________
46215 [  6879] By: jhi                                   on 2000/08/29  13:57:26
46216         Log: Missed a change in #6869.
46217      Branch: perl
46218            ! mg.c
46219 ____________________________________________________________________________
46220 [  6878] By: jhi                                   on 2000/08/29  13:45:04
46221         Log: Subject: Net::protoent does not export 'getproto'
46222              From: Yasushi Nakajima <sey@jkc.co.jp>
46223              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
46224      Branch: perl
46225            ! lib/Net/protoent.pm
46226 ____________________________________________________________________________
46227 [  6877] By: jhi                                   on 2000/08/29  13:39:19
46228         Log: Patches all over for people and the files they (hopefully) care about.
46229      Branch: perl
46230            ! AUTHORS Changes MAINTAIN
46231 ____________________________________________________________________________
46232 [  6876] By: jhi                                   on 2000/08/29  12:53:54
46233         Log: Fix for thinko in #6848.
46234              
46235              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
46236              From: Lupe Christoph <lupe@lupe-christoph.de>
46237              Date: Tue, 29 Aug 2000 09:04:08 +0200
46238              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
46239      Branch: perl
46240            ! ext/Thread/Thread.xs
46241 ____________________________________________________________________________
46242 [  6875] By: jhi                                   on 2000/08/29  12:50:14
46243         Log: Update to Getopt::Long 2.24, from Johan Vromans.
46244      Branch: perl
46245            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
46246 ____________________________________________________________________________
46247 [  6874] By: jhi                                   on 2000/08/29  02:09:53
46248         Log: Use minimal @INC in tests, most of the time just '../lib',
46249              so that we simply can't pick up stuff from other Perls than
46250              the one we are testing.  Pointed out by
46251              
46252              From: Mike Guy <mjtg@cam.ac.uk>
46253              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
46254              Date: Fri, 25 Aug 2000 15:15:59 +0100
46255              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
46256      Branch: perl
46257            ! (edit 185 files)
46258 ____________________________________________________________________________
46259 [  6873] By: jhi                                   on 2000/08/29  01:07:11
46260         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
46261              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46262              Date: Mon, 28 Aug 2000 17:45:52 -0700
46263              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
46264      Branch: perl
46265            ! Makefile.SH hints/os2.sh
46266 ____________________________________________________________________________
46267 [  6872] By: jhi                                   on 2000/08/28  23:33:39
46268         Log: Subject: [PATCH bleedperl@6866] spellings
46269              From: marcel@codewerk.com (Marcel Grunauer)
46270              Date: Tue, 29 Aug 2000 01:19:59 +0200
46271              Message-Id: <200008282319.BAA29862@gandalf.local>
46272      Branch: perl
46273            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
46274            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
46275            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
46276 ____________________________________________________________________________
46277 [  6871] By: jhi                                   on 2000/08/28  23:22:09
46278         Log: Take out the SUIDMAIL thing, that will not be
46279              a problem in 5.7.*.
46280      Branch: perl
46281            ! patchlevel.h
46282 ____________________________________________________________________________
46283 [  6870] By: jhi                                   on 2000/08/28  23:19:30
46284         Log: -S is the silent flag, -s is the strip flag.
46285              
46286              Subject: [PATCH] Re: [PATCH] make no-install          
46287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46288              Date: Mon, 28 Aug 2000 15:12:55 -0700
46289              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
46290      Branch: perl
46291            ! Makefile.SH
46292 ____________________________________________________________________________
46293 [  6869] By: jhi                                   on 2000/08/28  23:12:05
46294         Log: Subject: [PATCH bleedperl@6856] warnings fixes
46295              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46296              Date: Mon, 28 Aug 2000 23:55:06 +0100
46297              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
46298      Branch: perl
46299            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
46300            ! warnings.h warnings.pl
46301 ____________________________________________________________________________
46302 [  6868] By: jhi                                   on 2000/08/28  21:38:22
46303         Log: Potential cruft.
46304      Branch: perl
46305            ! Makefile.SH
46306 ____________________________________________________________________________
46307 [  6867] By: jhi                                   on 2000/08/28  21:35:36
46308         Log: Update Changes.
46309      Branch: perl
46310            ! Changes patchlevel.h
46311 ____________________________________________________________________________
46312 [  6866] By: jhi                                   on 2000/08/28  21:33:49
46313         Log: Subject: hv.h Doc Patch
46314              From: Fisher Mark <fisherm@tce.com>
46315              Date: Mon, 28 Aug 2000 16:24:59 -0500
46316              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
46317      Branch: perl
46318            ! hv.h
46319 ____________________________________________________________________________
46320 [  6865] By: jhi                                   on 2000/08/28  21:02:15
46321         Log: Add -ld to archname on long tr...double platforms.
46322      Branch: metaconfig
46323            ! U/threads/archname.U
46324      Branch: perl
46325            ! Configure config_h.SH
46326 ____________________________________________________________________________
46327 [  6864] By: jhi                                   on 2000/08/28  20:38:59
46328         Log: An attempt to fix the problem reported in
46329              
46330              Subject: Building perl@6856 using gcc/AIX 4.3.3 
46331              From: Daniel Muino <dmuino@afip.gov.ar> 
46332              Date: Mon, 28 Aug 2000 15:50:01 -0300   
46333              Message-ID: <20000828155001.A14403@con2-dgi>
46334              
46335              I can't test this properly since the gcc installation I have
46336              access to seems to be botched (gcc is calling the AIX cpp,
46337              a losing proposition...)
46338      Branch: perl
46339            ! hints/aix.sh
46340 ____________________________________________________________________________
46341 [  6863] By: jhi                                   on 2000/08/28  18:57:52
46342         Log: Fix for ID 20000828.001, long doubles were not formatted
46343              correctly (showed up in $], which stopped installing perl).
46344      Branch: perl
46345            ! sv.c
46346 ____________________________________________________________________________
46347 [  6862] By: jhi                                   on 2000/08/28  18:07:15
46348         Log: Typo in #6858.
46349      Branch: perl
46350            ! lib/Cwd.pm
46351 ____________________________________________________________________________
46352 [  6861] By: jhi                                   on 2000/08/28  17:57:27
46353         Log: opmini.o may be left around if a build is interrupted.
46354      Branch: perl
46355            ! Makefile.SH
46356 ____________________________________________________________________________
46357 [  6860] By: jhi                                   on 2000/08/28  16:52:50
46358         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
46359              From: Daniel Chetlin <daniel@chetlin.com>
46360              Date: Mon, 28 Aug 2000 01:14:18 -0700
46361              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
46362      Branch: perl
46363            ! lib/overload.pm
46364 ____________________________________________________________________________
46365 [  6859] By: jhi                                   on 2000/08/28  16:08:46
46366         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
46367              From: Nicholas Clark <nick@ccl4.org>
46368              Date: Mon, 28 Aug 2000 16:03:27 +0100
46369              Message-Id: <20000828160327.C49785@plum.flirble.org>
46370      Branch: perl
46371            ! ext/ByteLoader/bytecode.h
46372 ____________________________________________________________________________
46373 [  6858] By: jhi                                   on 2000/08/28  16:02:10
46374         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
46375              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
46376              Date: Mon, 28 Aug 2000 13:08:30 +0200
46377              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
46378      Branch: perl
46379            ! lib/Cwd.pm
46380 ____________________________________________________________________________
46381 [  6857] By: jhi                                   on 2000/08/28  15:42:47
46382         Log: display_format used as a class method without arguments was broken,
46383              reported in
46384              
46385              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
46386              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
46387              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
46388              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
46389      Branch: perl
46390            ! lib/Math/Complex.pm t/lib/complex.t
46391 ____________________________________________________________________________
46392 [  6856] By: jhi                                   on 2000/08/27  22:09:48
46393         Log: Update Changes.
46394      Branch: perl
46395            ! Changes patchlevel.h
46396 ____________________________________________________________________________
46397 [  6855] By: jhi                                   on 2000/08/27  21:59:21
46398         Log: Retract #6853 (false alarm).
46399      Branch: perl
46400            ! lib/ExtUtils/xsubpp
46401 ____________________________________________________________________________
46402 [  6854] By: jhi                                   on 2000/08/27  21:37:44
46403         Log: Update Changes.
46404      Branch: perl
46405            ! Changes patchlevel.h
46406 ____________________________________________________________________________
46407 [  6853] By: jhi                                   on 2000/08/27  21:37:16
46408         Log: Subject: [PATCH perl@6850] workaround for xsubpp
46409              From: Hugo <hv@crypt.compulink.co.uk>
46410              Date: Sun, 27 Aug 2000 22:30:25 +0100
46411              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
46412      Branch: perl
46413            ! lib/ExtUtils/xsubpp
46414 ____________________________________________________________________________
46415 [  6852] By: jhi                                   on 2000/08/27  21:33:58
46416         Log: Big-endian 64-bit patch from Raphael Manfredi.
46417      Branch: perl
46418            ! ext/Storable/Storable.xs
46419 ____________________________________________________________________________
46420 [  6851] By: jhi                                   on 2000/08/27  21:22:21
46421         Log: More ruthless editing from Hugo van der Sanden.
46422      Branch: perl
46423            ! pod/perldelta.pod
46424 ____________________________________________________________________________
46425 [  6850] By: jhi                                   on 2000/08/27  16:11:46
46426         Log: Update Changes.
46427      Branch: perl
46428            ! Changes patchlevel.h
46429 ____________________________________________________________________________
46430 [  6849] By: jhi                                   on 2000/08/27  16:11:05
46431         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
46432      Branch: perl
46433            ! configpm pod/perldelta.pod
46434 ____________________________________________________________________________
46435 [  6848] By: jhi                                   on 2000/08/27  15:35:08
46436         Log: Use the actual thread type, not the pointer-to-struct.
46437      Branch: perl
46438            ! ext/Thread/Thread.xs
46439 ____________________________________________________________________________
46440 [  6847] By: jhi                                   on 2000/08/27  15:30:49
46441         Log: Test nit.
46442      Branch: perl
46443            ! t/pragma/warn/pp_sys
46444 ____________________________________________________________________________
46445 [  6846] By: jhi                                   on 2000/08/27  15:19:02
46446         Log: Passing -R in ldflags makes now it to appear in the default
46447              for lddlflags, just like with -L.
46448              
46449              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46450              From: Lupe Christoph <lupe@lupe-christoph.de>
46451              Date: Sun, 27 Aug 2000 10:28:21 +0200
46452              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
46453      Branch: metaconfig/U/perl
46454            ! dlsrc.U
46455      Branch: perl
46456            ! Configure
46457 ____________________________________________________________________________
46458 [  6845] By: jhi                                   on 2000/08/27  15:08:54
46459         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46460              From: Alan Burlison <Alan.Burlison@uk.sun.com>
46461              Date: Sat, 26 Aug 2000 22:23:27 +0100
46462              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
46463      Branch: perl
46464            ! lib/ExtUtils/MM_Unix.pm
46465 ____________________________________________________________________________
46466 [  6844] By: jhi                                   on 2000/08/27  15:02:37
46467         Log: DJGPP update from Laszlo Molnar.
46468              
46469              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
46470              From: ml1050 <ml1050@freemail.hu>
46471              Date: Sat, 26 Aug 2000 23:24:40 +0200
46472              Message-Id: <20000826232440.A439@freemail.hu>
46473      Branch: perl
46474            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
46475            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
46476 ____________________________________________________________________________
46477 [  6843] By: jhi                                   on 2000/08/27  14:53:58
46478         Log: Subject: installman buglet
46479              From: Lupe Christoph <lupe@lupe-christoph.de>
46480              Date: Sun, 27 Aug 2000 14:38:59 +0200
46481              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
46482      Branch: perl
46483            ! installman
46484 ____________________________________________________________________________
46485 [  6842] By: jhi                                   on 2000/08/27  14:52:08
46486         Log: Can't get the test to reliably work thanks to the
46487              inaccurateness of floating point.  "Resolves" bug ids
46488              20000826.003, 20000826.009, 20000826.010,
46489      Branch: perl
46490            ! t/lib/trig.t
46491 ____________________________________________________________________________
46492 [  6841] By: jhi                                   on 2000/08/26  15:53:58
46493         Log: Update Changes.
46494      Branch: perl
46495            ! Changes patchlevel.h
46496 ____________________________________________________________________________
46497 [  6840] By: jhi                                   on 2000/08/26  14:23:03
46498         Log: grep -e isn't portable.
46499              
46500              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
46501              From: chris@broadband.att.com
46502              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
46503              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
46504      Branch: perl
46505            ! hints/solaris_2.sh
46506 ____________________________________________________________________________
46507 [  6839] By: jhi                                   on 2000/08/26  14:12:23
46508         Log: no-install target a la make -n.
46509              
46510              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
46511              From: <abigail@foad.org>
46512              Date: Sat, 26 Aug 2000 03:57:34 -0400
46513              Message-ID: <20000826075735.18912.qmail@foad.org>
46514      Branch: perl
46515            ! Makefile.SH installman installperl
46516 ____________________________________________________________________________
46517 [  6838] By: jhi                                   on 2000/08/26  14:06:33
46518         Log: Retract #6826 as the #6828 should be do the same
46519              in a More Correct Way.
46520      Branch: perl
46521            ! installperl
46522 ____________________________________________________________________________
46523 [  6837] By: jhi                                   on 2000/08/26  05:24:00
46524         Log: More casting.
46525      Branch: perl
46526            ! ext/Storable/Storable.xs
46527 ____________________________________________________________________________
46528 [  6836] By: jhi                                   on 2000/08/26  05:05:46
46529         Log: Nicer in decimal.
46530      Branch: perl
46531            ! ext/Storable/Storable.xs
46532 ____________________________________________________________________________
46533 [  6835] By: jhi                                   on 2000/08/26  05:03:50
46534         Log: There be no UVdf.
46535      Branch: perl
46536            ! ext/Storable/Storable.xs
46537 ____________________________________________________________________________
46538 [  6834] By: jhi                                   on 2000/08/26  05:00:18
46539         Log: Continue IVdfing and UVxfing.
46540      Branch: perl
46541            ! ext/Storable/Storable.xs
46542 ____________________________________________________________________________
46543 [  6833] By: jhi                                   on 2000/08/26  04:53:14
46544         Log: Use IVdf.
46545      Branch: perl
46546            ! ext/Storable/Storable.xs
46547 ____________________________________________________________________________
46548 [  6832] By: jhi                                   on 2000/08/26  04:40:41
46549         Log: Document PTR2XX and INT2PTR.
46550      Branch: perl
46551            ! pod/perlguts.pod
46552 ____________________________________________________________________________
46553 [  6831] By: jhi                                   on 2000/08/26  04:33:18
46554         Log: Use UVxf, PTR2UV, NVff.
46555      Branch: perl
46556            ! ext/Storable/Storable.xs
46557 ____________________________________________________________________________
46558 [  6830] By: jhi                                   on 2000/08/26  04:31:32
46559         Log: Update the test count.
46560      Branch: perl
46561            ! t/lib/trig.t
46562 ____________________________________________________________________________
46563 [  6829] By: jhi                                   on 2000/08/26  03:05:50
46564         Log: Subject: [PATCH] installation not quite silent yet.
46565              From: <abigail@foad.org>
46566              Date: Fri, 25 Aug 2000 20:07:53 -0400
46567              Message-ID: <20000826000753.7822.qmail@foad.org>
46568      Branch: perl
46569            ! installman installperl
46570 ____________________________________________________________________________
46571 [  6828] By: jhi                                   on 2000/08/26  03:05:14
46572         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46573              From: Spider Boardman <spider@web.zk3.dec.com>
46574              Date: Fri, 25 Aug 2000 19:12:40 -0400
46575              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
46576      Branch: perl
46577            ! gv.c
46578 ____________________________________________________________________________
46579 [  6827] By: jhi                                   on 2000/08/25  23:54:34
46580         Log: Support preserving extremely big/small angles.
46581      Branch: perl
46582            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
46583 ____________________________________________________________________________
46584 [  6826] By: jhi                                   on 2000/08/25  23:01:20
46585         Log: Patch installperl to be long double-aware.
46586              
46587              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46588              From: Spider Boardman <spider@web.zk3.dec.com>
46589              Date: Fri, 25 Aug 2000 18:15:23 -0400
46590              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
46591      Branch: perl
46592            ! installperl
46593 ____________________________________________________________________________
46594 [  6825] By: jhi                                   on 2000/08/25  22:58:25
46595         Log: Remove duplicately applied patch shards.
46596              
46597              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
46598              From: Spider Boardman <spider@leggy.zk3.dec.com>
46599              Date: Fri, 25 Aug 2000 16:45:03 -0400
46600              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
46601      Branch: perl
46602            ! t/lib/cgi-html.t
46603 ____________________________________________________________________________
46604 [  6824] By: jhi                                   on 2000/08/25  22:57:00
46605         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46606              From: Daniel Chetlin <daniel@chetlin.com>
46607              Date: Fri, 25 Aug 2000 12:23:16 -0700
46608              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
46609              
46610              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46611              From: Daniel Chetlin <daniel@chetlin.com>
46612              Date: Fri, 25 Aug 2000 14:47:19 -0700
46613              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
46614      Branch: perl
46615            ! installman
46616 ____________________________________________________________________________
46617 [  6823] By: jhi                                   on 2000/08/25  22:44:17
46618         Log: Timestamp problem?
46619      Branch: perl
46620            ! uconfig.h uconfig.sh
46621 ____________________________________________________________________________
46622 [  6822] By: jhi                                   on 2000/08/25  19:01:06
46623         Log: One forgotten file from #6816.
46624      Branch: perl
46625            ! vos/config.h
46626 ____________________________________________________________________________
46627 [  6821] By: jhi                                   on 2000/08/25  18:56:39
46628         Log: Regen Changes.
46629      Branch: perl
46630            ! Changes patchlevel.h
46631 ____________________________________________________________________________
46632 [  6820] By: jhi                                   on 2000/08/25  18:52:35
46633         Log: Fix Changes ordering.
46634      Branch: perl
46635            ! Changes
46636 ____________________________________________________________________________
46637 [  6819] By: jhi                                   on 2000/08/25  18:50:25
46638         Log: Update Changes.
46639      Branch: perl
46640            ! Changes patchlevel.h
46641 ____________________________________________________________________________
46642 [  6818] By: jhi                                   on 2000/08/25  18:47:45
46643         Log: Tweak the sfio/useperlio logic, hopefully as wished in
46644              
46645              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
46646              From: Nicholas Clark <nick@babyhippo.co.uk>
46647              Date: Fri, 25 Aug 2000 12:01:45 +0100
46648              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
46649      Branch: metaconfig/U/perl
46650            ! d_sfio.U
46651      Branch: perl
46652            ! Configure
46653 ____________________________________________________________________________
46654 [  6817] By: jhi                                   on 2000/08/25  18:32:51
46655         Log: Allow microperl to assume <math.h>, without it the math
46656              functions like floor() are assumed to return int, which makes
46657              for core dumps in machines where integer and floating register
46658              don't mix.
46659      Branch: perl
46660            ! uconfig.h uconfig.sh
46661 ____________________________________________________________________________
46662 [  6816] By: jhi                                   on 2000/08/25  18:27:17
46663         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
46664              the problem reported in
46665              
46666              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
46667              From: danhale@us.ibm.com
46668              Date: Fri, 25 Aug 2000 10:58:06 -0400
46669              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
46670      Branch: metaconfig/U/perl
46671            + d_socks5_init.U
46672      Branch: perl
46673            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
46674            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
46675            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
46676            ! win32/config.gc win32/config.vc
46677 ____________________________________________________________________________
46678 [  6815] By: jhi                                   on 2000/08/25  17:43:31
46679         Log: A solution for the retrieve_fd autosplit warning,
46680              idea suggested by Mike Guy.
46681      Branch: perl
46682            ! ext/Storable/Storable.pm
46683 ____________________________________________________________________________
46684 [  6814] By: jhi                                   on 2000/08/25  17:16:03
46685         Log: Add install-silent target.
46686      Branch: perl
46687            ! Makefile.SH
46688 ____________________________________________________________________________
46689 [  6813] By: jhi                                   on 2000/08/25  17:14:23
46690         Log: Subject: Re: [PATCH] More silencing of installman.
46691              From: <abigail@foad.org>
46692              Date: Thu, 24 Aug 2000 19:27:03 -0400
46693              Message-ID: <20000824232703.7001.qmail@foad.org>
46694              
46695              Subject: Re: [PATCH] More silencing of installman.
46696              From: <abigail@foad.org>
46697              Date: Fri, 25 Aug 2000 03:00:58 -0400
46698              Message-ID: <20000825070058.10697.qmail@foad.org>
46699      Branch: perl
46700            ! installman
46701 ____________________________________________________________________________
46702 [  6812] By: jhi                                   on 2000/08/25  17:11:28
46703         Log: installperl --verbose and --silent.
46704              
46705              Subject: Re: [PATCH] More silencing of installman.
46706              From: <abigail@foad.org>
46707              Message-ID: <20000825064430.9719.qmail@foad.org>
46708              Date: Fri, 25 Aug 2000 02:44:30 -0400
46709      Branch: perl
46710            ! installperl
46711 ____________________________________________________________________________
46712 [  6811] By: jhi                                   on 2000/08/25  17:05:43
46713         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
46714              From: "Peter J. Farley III" <pjfarley@banet.net>
46715              Date: Thu, 24 Aug 2000 21:58:03 -0400
46716              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
46717              
46718              (applied slightly modified)
46719      Branch: perl
46720            ! lib/ExtUtils/MM_Unix.pm
46721 ____________________________________________________________________________
46722 [  6810] By: jhi                                   on 2000/08/25  17:01:18
46723         Log: Missing parts of 
46724              
46725              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
46726              From: Peter Prymmer <pvhp@forte.com>
46727              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
46728              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
46729      Branch: perl
46730            ! t/lib/cgi-html.t
46731 ____________________________________________________________________________
46732 [  6809] By: jhi                                   on 2000/08/25  16:46:32
46733         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
46734              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46735              Date: Thu, 24 Aug 2000 19:13:11 -0500
46736              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
46737      Branch: perl
46738            ! vms/vms.c
46739 ____________________________________________________________________________
46740 [  6808] By: jhi                                   on 2000/08/25  16:39:22
46741         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
46742              From: Peter Prymmer <pvhp@forte.com>
46743              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
46744              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
46745      Branch: perl
46746            ! configure.com
46747 ____________________________________________________________________________
46748 [  6807] By: jhi                                   on 2000/08/25  16:36:37
46749         Log: Better wording for the vec lvalue diagnostic.
46750              
46751              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46752              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46753              Date: Wed, 23 Aug 2000 14:12:16 -0400
46754              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
46755      Branch: perl
46756            ! pod/perldiag.pod
46757 ____________________________________________________________________________
46758 [  6806] By: jhi                                   on 2000/08/24  18:17:22
46759         Log: Subject: [PATCH] More silencing of installman.
46760              From: <abigail@foad.org>
46761              Date: Thu, 24 Aug 2000 14:01:44 -0400
46762              Message-ID: <20000824180144.20062.qmail@foad.org>
46763      Branch: perl
46764            ! installman
46765 ____________________________________________________________________________
46766 [  6805] By: jhi                                   on 2000/08/24  15:00:31
46767         Log: Update Changes.
46768      Branch: perl
46769            ! Changes patchlevel.h
46770 ____________________________________________________________________________
46771 [  6804] By: jhi                                   on 2000/08/24  14:59:07
46772         Log: Regen perltoc.
46773      Branch: perl
46774            ! pod/perltoc.pod
46775 ____________________________________________________________________________
46776 [  6803] By: jhi                                   on 2000/08/24  14:44:39
46777         Log: Show the doc file, not the temp file.
46778      Branch: perl
46779            ! installman
46780 ____________________________________________________________________________
46781 [  6802] By: jhi                                   on 2000/08/24  14:41:53
46782         Log: Continue silencing.
46783      Branch: perl
46784            ! installman
46785 ____________________________________________________________________________
46786 [  6801] By: jhi                                   on 2000/08/24  14:34:40
46787         Log: Actually do something with the silencer option.
46788      Branch: perl
46789            ! installman
46790 ____________________________________________________________________________
46791 [  6800] By: jhi                                   on 2000/08/24  14:26:22
46792         Log: Make installman to recognize the silence flag -S.
46793      Branch: perl
46794            ! installman
46795 ____________________________________________________________________________
46796 [  6799] By: jhi                                   on 2000/08/24  13:49:38
46797         Log: DOS patches and portability/porting notes, from Tim Jenness.
46798      Branch: perl
46799            ! lib/File/Temp.pm
46800 ____________________________________________________________________________
46801 [  6798] By: jhi                                   on 2000/08/24  13:48:27
46802         Log: Create directories in silence.
46803              
46804              Subject: [PATCH] Another silencer for MakeMaker
46805              From: andreas.koenig@anima.de (Andreas J. Koenig)
46806              Date: 24 Aug 2000 14:18:52 +0200
46807              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
46808      Branch: perl
46809            ! lib/ExtUtils/Command.pm
46810 ____________________________________________________________________________
46811 [  6797] By: jhi                                   on 2000/08/24  13:46:42
46812         Log: More liberal parsing of version numbers.
46813              
46814              Subject: Re: CPAN.pm beta for testing available
46815              From: andreas.koenig@anima.de (Andreas J. Koenig)
46816              Date: 24 Aug 2000 13:51:57 +0200
46817              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
46818      Branch: perl
46819            ! lib/CPAN.pm
46820 ____________________________________________________________________________
46821 [  6796] By: jhi                                   on 2000/08/24  13:44:36
46822         Log: Make "make install" by default silent.  A new "install-verbose"
46823              target is verbose.
46824      Branch: perl
46825            ! Makefile.SH
46826 ____________________________________________________________________________
46827 [  6795] By: jhi                                   on 2000/08/24  13:39:14
46828         Log: Add silencer flags to installperl.
46829              
46830              Subject: [PATCH] Making installperl silent.
46831              From: <abigail@foad.org>
46832              Date: Thu, 24 Aug 2000 05:01:45 -0400
46833              Message-ID: <20000824090145.13141.qmail@foad.org>
46834      Branch: perl
46835            ! installperl
46836 ____________________________________________________________________________
46837 [  6794] By: jhi                                   on 2000/08/24  13:35:50
46838         Log: installperl couldn't tell whether it had run tests or not.
46839              
46840              Subject: [PATCH] Re: installperl and t/TEST
46841              From: <abigail@foad.org>
46842              Date: Thu, 24 Aug 2000 04:00:53 -0400
46843              Message-ID: <20000824080053.2494.qmail@foad.org>
46844      Branch: perl
46845            ! Makefile.SH installperl
46846 ____________________________________________________________________________
46847 [  6793] By: jhi                                   on 2000/08/24  13:27:50
46848         Log: Drop the separate perlbc, perlcc -b should be enough.
46849      Branch: perl
46850            - utils/perlbc.PL
46851            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
46852 ____________________________________________________________________________
46853 [  6792] By: jhi                                   on 2000/08/24  04:41:30
46854         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
46855              plus the typo fix from Peter Prymmer.
46856      Branch: perl
46857            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
46858            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
46859 ____________________________________________________________________________
46860 [  6791] By: jhi                                   on 2000/08/24  02:10:43
46861         Log: Replace #6705 with a minimal doc patch.
46862              
46863              Subject: [PATCH 5.6.0] replace change #6705
46864              From: Jan Dubois <jand@ActiveState.com>
46865              Date: Wed, 23 Aug 2000 18:31:51 -0700
46866              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
46867      Branch: perl
46868            ! lib/Win32.pod win32/win32.c
46869 ____________________________________________________________________________
46870 [  6790] By: jhi                                   on 2000/08/23  17:52:00
46871         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46872              From: Mike Guy <mjtg@cam.ac.uk>
46873              Date: Wed, 23 Aug 2000 18:38:46 +0100
46874              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
46875      Branch: perl
46876            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
46877 ____________________________________________________________________________
46878 [  6789] By: jhi                                   on 2000/08/23  15:34:21
46879         Log: Update Changes.
46880      Branch: perl
46881            ! Changes patchlevel.h
46882 ____________________________________________________________________________
46883 [  6788] By: jhi                                   on 2000/08/23  15:33:40
46884         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
46885              From: Wilfredo Sánchez <wsanchez@apple.com>
46886              Date: Tue, 22 Aug 2000 19:31:27 -0700
46887              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
46888      Branch: perl
46889            ! perl.h
46890 ____________________________________________________________________________
46891 [  6787] By: jhi                                   on 2000/08/23  15:29:31
46892         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
46893              From: Spider Boardman <spider@leggy.zk3.dec.com>
46894              Date: Wed, 23 Aug 2000 10:33:23 -0400
46895              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
46896      Branch: perl
46897            ! lib/Pod/Html.pm
46898 ____________________________________________________________________________
46899 [  6786] By: jhi                                   on 2000/08/23  15:28:11
46900         Log: Bad makefile.
46901      Branch: perl
46902            ! ext/B/Makefile.PL
46903 ____________________________________________________________________________
46904 [  6785] By: jhi                                   on 2000/08/23  14:37:04
46905         Log: Update Changes.
46906      Branch: perl
46907            ! Changes patchlevel.h
46908 ____________________________________________________________________________
46909 [  6784] By: jhi                                   on 2000/08/23  13:58:41
46910         Log: Portability fix from Hugo van der Sanden.
46911      Branch: perl
46912            ! ext/re/Makefile.PL
46913 ____________________________________________________________________________
46914 [  6783] By: jhi                                   on 2000/08/23  13:53:53
46915         Log: Storable support, v-version fixes.
46916              
46917              Subject: CPAN.pm beta for testing available
46918              From: andreas.koenig@anima.de (Andreas J. Koenig)
46919              Date: 22 Aug 2000 23:31:33 +0200
46920              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
46921      Branch: perl
46922            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46923 ____________________________________________________________________________
46924 [  6782] By: jhi                                   on 2000/08/23  13:51:26
46925         Log: Mac and other portability updates from Chris Nandor.
46926      Branch: perl
46927            ! pod/perlmodinstall.pod
46928 ____________________________________________________________________________
46929 [  6781] By: jhi                                   on 2000/08/23  13:47:33
46930         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
46931              From: Peter Prymmer <pvhp@forte.com>
46932              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
46933              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
46934      Branch: perl
46935            ! ext/Storable/Storable.xs
46936 ____________________________________________________________________________
46937 [  6780] By: jhi                                   on 2000/08/23  13:33:34
46938         Log: VMS MMS (make) wants null action.
46939      Branch: perl
46940            ! ext/B/Makefile.PL
46941 ____________________________________________________________________________
46942 [  6779] By: jhi                                   on 2000/08/22  19:44:47
46943         Log: Forgot portability nit.
46944      Branch: perl
46945            ! t/lib/st-forgive.t
46946 ____________________________________________________________________________
46947 [  6778] By: jhi                                   on 2000/08/22  19:35:25
46948         Log: Be portable.
46949      Branch: perl
46950            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
46951            ! t/lib/st-store.t
46952 ____________________________________________________________________________
46953 [  6777] By: jhi                                   on 2000/08/22  18:50:53
46954         Log: Update Changes.
46955      Branch: perl
46956            ! Changes patchlevel.h
46957 ____________________________________________________________________________
46958 [  6776] By: jhi                                   on 2000/08/22  18:44:46
46959         Log: cSVOPo_*v things index into the current PL_curpad
46960              under ithreads, which is different from the curpad
46961              used by the XSUB.  (In other words, the code as-is
46962              before this patch wouldn't work under ithreads.)
46963              From Sarathy.
46964      Branch: perl
46965            ! ext/B/B.xs
46966 ____________________________________________________________________________
46967 [  6775] By: jhi                                   on 2000/08/22  18:18:37
46968         Log: Make the selection of NVff et al stricter.
46969      Branch: metaconfig/U/perl
46970            ! perlxvf.U
46971      Branch: perl
46972            ! Configure config_h.SH
46973 ____________________________________________________________________________
46974 [  6774] By: jhi                                   on 2000/08/22  17:19:42
46975         Log: perldelta nits.
46976      Branch: perl
46977            ! pod/perldelta.pod
46978 ____________________________________________________________________________
46979 [  6773] By: jhi                                   on 2000/08/22  17:06:26
46980         Log: Long double fixes from Spider Boardman.
46981              
46982              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
46983              From: system PRIVILEGED account <root@peano.zk3.dec.com>
46984              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
46985              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
46986      Branch: perl
46987            ! t/lib/bigfltpm.t t/lib/st-06compat.t
46988 ____________________________________________________________________________
46989 [  6772] By: jhi                                   on 2000/08/22  15:04:53
46990         Log: Update Changes.
46991      Branch: perl
46992            ! Changes patchlevel.h
46993 ____________________________________________________________________________
46994 [  6771] By: jhi                                   on 2000/08/22  15:01:44
46995         Log: perldelta fixes from Hugo van der Sanden.
46996      Branch: perl
46997            ! pod/perldelta.pod
46998 ____________________________________________________________________________
46999 [  6770] By: jhi                                   on 2000/08/22  14:34:49
47000         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
47001              From: Hugo <hv@crypt.compulink.co.uk>
47002              Date: Tue, 22 Aug 2000 11:21:53 +0100
47003              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
47004      Branch: perl
47005            ! regcomp.c
47006 ____________________________________________________________________________
47007 [  6769] By: jhi                                   on 2000/08/22  14:30:02
47008         Log: Add Yitzchak, reformat.
47009      Branch: perl
47010            ! Changes config_h.SH
47011 ____________________________________________________________________________
47012 [  6768] By: jhi                                   on 2000/08/22  14:21:35
47013         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
47014              and Spider Boardman.
47015      Branch: metaconfig
47016            ! U/compline/d_gconvert.U
47017      Branch: perl
47018            ! Configure
47019 ____________________________________________________________________________
47020 [  6767] By: jhi                                   on 2000/08/22  14:11:24
47021         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
47022              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47023              Date: Mon, 21 Aug 2000 19:08:31 -0700
47024              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
47025      Branch: perl
47026            - ext/Storable/patchlevel.h
47027            ! MANIFEST ext/Storable/MANIFEST
47028 ____________________________________________________________________________
47029 [  6766] By: jhi                                   on 2000/08/22  13:49:29
47030         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
47031              From: Peter Prymmer <pvhp@forte.com>
47032              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
47033              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
47034      Branch: perl
47035            ! configure.com ext/Storable/Makefile.PL
47036 ____________________________________________________________________________
47037 [  6765] By: jhi                                   on 2000/08/22  13:44:59
47038         Log: Subject: [PATCH blead] B:: missing dependency
47039              From: Hugo <hv@crypt.compulink.co.uk>
47040              Date: Tue, 22 Aug 2000 06:44:33 +0100
47041              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
47042      Branch: perl
47043            ! ext/B/Makefile.PL
47044 ____________________________________________________________________________
47045 [  6764] By: jhi                                   on 2000/08/22  13:38:12
47046         Log: More bytecompiler.
47047      Branch: perl
47048            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
47049 ____________________________________________________________________________
47050 [  6763] By: jhi                                   on 2000/08/22  13:36:44
47051         Log: Bytecompiler patches from Benjamin Stuhl.
47052      Branch: perl
47053            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
47054            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47055            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47056            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47057            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
47058            ! perl.c perlapi.h pod/perldelta.pod
47059 ____________________________________________________________________________
47060 [  6762] By: jhi                                   on 2000/08/21  23:43:40
47061         Log: An obsoleted diagnostic.
47062      Branch: perl
47063            ! pod/perldelta.pod
47064 ____________________________________________________________________________
47065 [  6761] By: jhi                                   on 2000/08/21  23:01:45
47066         Log: The #6759 wasn't quite right.
47067      Branch: perl
47068            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47069            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
47070            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47071            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47072            ! t/lib/st-tieditems.t
47073 ____________________________________________________________________________
47074 [  6760] By: jhi                                   on 2000/08/21  22:35:49
47075         Log: Be verydeepclean.
47076      Branch: perl
47077            ! Makefile.SH
47078 ____________________________________________________________________________
47079 [  6759] By: jhi                                   on 2000/08/21  22:25:40
47080         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
47081              From: Peter Prymmer <pvhp@forte.com>
47082              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
47083              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
47084      Branch: perl
47085            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47086            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
47087            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47088            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47089            ! t/lib/st-tieditems.t
47090 ____________________________________________________________________________
47091 [  6758] By: jhi                                   on 2000/08/21  22:22:32
47092         Log: Few more casts, need reported in
47093              
47094              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
47095              From: Mike Stok <mike@stok.co.uk>
47096              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
47097              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
47098              
47099              and
47100              
47101              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
47102              From: abigail@foad.org
47103              Date: 21 Aug 2000 21:31:34 -0000
47104              Message-Id: <20000821213134.30170.qmail@foad.org>
47105      Branch: perl
47106            ! ext/Storable/Storable.xs
47107 ____________________________________________________________________________
47108 [  6757] By: jhi                                   on 2000/08/21  18:37:07
47109         Log: Update Changes.
47110      Branch: perl
47111            ! Changes patchlevel.h
47112 ____________________________________________________________________________
47113 [  6756] By: jhi                                   on 2000/08/21  18:34:02
47114         Log: A pod nit.
47115              
47116              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
47117              From: <abigail@foad.org>
47118              Date: Mon, 21 Aug 2000 14:00:16 -0400
47119              Message-ID: <20000821180016.28627.qmail@foad.org>
47120      Branch: perl
47121            ! pod/perlre.pod
47122 ____________________________________________________________________________
47123 [  6755] By: jhi                                   on 2000/08/21  18:30:56
47124         Log: Use PodParser 1.18 new test.
47125      Branch: perl
47126            ! t/pod/special_seqs.t t/pod/special_seqs.xr
47127 ____________________________________________________________________________
47128 [  6754] By: jhi                                   on 2000/08/21  18:28:35
47129         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
47130              patches cannot be applied since #6712 conflicts.
47131      Branch: perl
47132            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
47133 ____________________________________________________________________________
47134 [  6753] By: jhi                                   on 2000/08/21  18:15:11
47135         Log: Weed out some smaller changes.
47136      Branch: perl
47137            ! pod/perldelta.pod
47138 ____________________________________________________________________________
47139 [  6752] By: jhi                                   on 2000/08/21  18:02:30
47140         Log: Also under djgpp the timestamps are funky.
47141      Branch: perl
47142            ! t/op/stat.t
47143 ____________________________________________________________________________
47144 [  6751] By: jhi                                   on 2000/08/21  17:55:56
47145         Log: Tweak the floating point output routine preferences.
47146      Branch: metaconfig
47147            ! U/compline/d_gconvert.U
47148      Branch: perl
47149            ! Configure
47150 ____________________________________________________________________________
47151 [  6750] By: jhi                                   on 2000/08/21  17:51:29
47152         Log: Unicos/mk requires elaborate paranoia.
47153      Branch: perl
47154            ! lib/Math/Complex.pm
47155 ____________________________________________________________________________
47156 [  6749] By: gsar                                  on 2000/08/21  16:53:31
47157         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
47158      Branch: perl
47159            ! lib/Cwd.pm
47160 ____________________________________________________________________________
47161 [  6748] By: gsar                                  on 2000/08/21  16:22:19
47162         Log: free TLS slot properly on Windows
47163      Branch: perl
47164            ! thread.h win32/perllib.c win32/win32thread.h
47165 ____________________________________________________________________________
47166 [  6747] By: jhi                                   on 2000/08/21  16:20:58
47167         Log: Rename the macro argument because some preprocessors
47168              can't tell the difference and expand arguments also inside
47169              double quoted strings.
47170      Branch: perl
47171            ! regcomp.c
47172 ____________________________________________________________________________
47173 [  6746] By: jhi                                   on 2000/08/21  16:09:41
47174         Log: Support long doubles in Storable.
47175              
47176              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
47177              From: Radu Greab <radu@netsoft.ro>
47178              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
47179              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
47180      Branch: perl
47181            ! ext/Storable/Storable.xs
47182 ____________________________________________________________________________
47183 [  6745] By: jhi                                   on 2000/08/21  15:51:40
47184         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
47185              From: "Fifer, Eric" <EFifer@sanwaint.com>
47186              Date: Mon, 21 Aug 2000 15:34:49 +0100
47187              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
47188      Branch: perl
47189            ! t/pragma/warn/9enabled
47190 ____________________________________________________________________________
47191 [  6744] By: jhi                                   on 2000/08/21  15:39:35
47192         Log: Document the endianness of Alpha more precisely.
47193      Branch: perl
47194            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
47195            ! pod/perlport.pod
47196 ____________________________________________________________________________
47197 [  6743] By: jhi                                   on 2000/08/21  14:47:05
47198         Log: perldelta fixes from the p5p crowd.
47199      Branch: perl
47200            ! pod/perldelta.pod pod/perlop.pod
47201 ____________________________________________________________________________
47202 [  6742] By: jhi                                   on 2000/08/21  13:34:51
47203         Log: Update to Pod::LaTeX 0.53.
47204              
47205              Subject: [PATCH] lib/Pod/LaTeX.pm updates
47206              From: Tim Jenness <timj@jach.hawaii.edu>
47207              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
47208              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
47209      Branch: perl
47210            ! lib/Pod/LaTeX.pm
47211 ____________________________________________________________________________
47212 [  6741] By: jhi                                   on 2000/08/21  13:33:01
47213         Log: Subject: [PATCH] os2.c fix for use64bitint
47214              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47215              Date: Mon, 21 Aug 2000 01:32:25 -0700
47216              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
47217      Branch: perl
47218            ! os2/os2.c
47219 ____________________________________________________________________________
47220 [  6740] By: jhi                                   on 2000/08/21  13:28:52
47221         Log: Array context keeps slithering in.
47222              
47223              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
47224              From: Daniel Chetlin <daniel@chetlin.com>
47225              Date: Sun, 20 Aug 2000 21:40:25 -0700
47226              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
47227      Branch: perl
47228            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
47229            ! pod/perldebtut.pod
47230 ____________________________________________________________________________
47231 [  6739] By: jhi                                   on 2000/08/21  13:23:55
47232         Log: Big-endian quad fixes for Storable from Radu Greab,
47233              plus few explicit null casts for picky compilers.
47234      Branch: perl
47235            ! ext/Storable/Storable.xs
47236 ____________________________________________________________________________
47237 [  6738] By: gsar                                  on 2000/08/21  05:56:13
47238         Log: small tweaks for change#6705: avoid C++ style comments in C code;
47239              use Perl's malloc API rather than the low level system one
47240      Branch: perl
47241            ! win32/win32.c
47242 ____________________________________________________________________________
47243 [  6737] By: gsar                                  on 2000/08/21  05:35:41
47244         Log: add Storable to list of extensions on Windows
47245      Branch: perl
47246            ! win32/Makefile win32/makefile.mk
47247 ____________________________________________________________________________
47248 [  6736] By: jhi                                   on 2000/08/21  02:57:53
47249         Log: Update Changes.
47250      Branch: perl
47251            ! Changes patchlevel.h
47252 ____________________________________________________________________________
47253 [  6735] By: jhi                                   on 2000/08/21  02:57:20
47254         Log: Draft 0.
47255      Branch: perl
47256            ! pod/perldelta.pod
47257 ____________________________________________________________________________
47258 [  6734] By: jhi                                   on 2000/08/21  02:57:03
47259         Log: Add Storable 0.7.2 from Raphael Manfredi,
47260              plus the patch from
47261              
47262              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
47263              From: Radu Greab <radu@netsoft.ro>
47264              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
47265              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
47266              
47267              plus changes to get Storable to compile with
47268              picky ANSI compilers.
47269      Branch: perl
47270            + ext/Storable/ChangeLog ext/Storable/MANIFEST
47271            + ext/Storable/Makefile.PL ext/Storable/README
47272            + ext/Storable/Storable.pm ext/Storable/Storable.xs
47273            + ext/Storable/patchlevel.h t/lib/st-06compat.t
47274            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
47275            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
47276            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47277            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47278            + t/lib/st-tieditems.t
47279            ! MANIFEST
47280 ____________________________________________________________________________
47281 [  6733] By: jhi                                   on 2000/08/21  02:29:09
47282         Log: The correct cleaning order is an art.
47283      Branch: perl
47284            ! Makefile.SH
47285 ____________________________________________________________________________
47286 [  6732] By: jhi                                   on 2000/08/21  01:23:39
47287         Log: The #6724 is here.
47288      Branch: perl
47289            ! t/lib/ftmp-security.t
47290 ____________________________________________________________________________
47291 [  6731] By: jhi                                   on 2000/08/20  23:17:03
47292         Log: s/this one/the 5.6.0 release/
47293      Branch: perl
47294            ! pod/perl56delta.pod
47295 ____________________________________________________________________________
47296 [  6730] By: jhi                                   on 2000/08/20  23:07:34
47297         Log: Mention perlebcdic and perlposix-bc.
47298      Branch: perl
47299            ! pod/perlport.pod
47300 ____________________________________________________________________________
47301 [  6729] By: jhi                                   on 2000/08/20  21:32:59
47302         Log: Document the number of exponent digits.
47303      Branch: perl
47304            ! pod/perlfunc.pod
47305 ____________________________________________________________________________
47306 [  6728] By: jhi                                   on 2000/08/20  21:16:47
47307         Log: Use File::Spec->tmpdir().
47308              
47309              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
47310              From: Tim Jenness <timj@jach.hawaii.edu>
47311              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
47312              MIME-Version: 1.0
47313              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
47314      Branch: perl
47315            ! utils/perlbug.PL
47316 ____________________________________________________________________________
47317 [  6727] By: jhi                                   on 2000/08/20  20:43:32
47318         Log: Update Changes.
47319      Branch: perl
47320            ! Changes patchlevel.h
47321 ____________________________________________________________________________
47322 [  6726] By: jhi                                   on 2000/08/20  20:41:44
47323         Log: The veryclean target needs to clobber.
47324      Branch: perl
47325            ! Makefile.SH
47326 ____________________________________________________________________________
47327 [  6725] By: jhi                                   on 2000/08/20  20:37:38
47328         Log: Document odd vs even subreleases and -Dusedevel.
47329      Branch: perl
47330            ! INSTALL
47331 ____________________________________________________________________________
47332 [  6724] By: jhi                                   on 2000/08/20  19:58:05
47333         Log: Use temporary directory instead of current directory.
47334              
47335              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
47336              From: Tim Jenness <timj@jach.hawaii.edu>
47337              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
47338              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
47339      Branch: perl
47340            ! t/lib/ftmp-security.t
47341 ____________________________________________________________________________
47342 [  6723] By: jhi                                   on 2000/08/20  19:55:55
47343         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
47344              From: andreas.koenig@anima.de (Andreas J. Koenig)
47345              Date: 20 Aug 2000 15:52:03 +0200
47346              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
47347      Branch: perl
47348            ! lib/ExtUtils/MM_Unix.pm
47349 ____________________________________________________________________________
47350 [  6722] By: jhi                                   on 2000/08/20  19:46:01
47351         Log: Update to CGI 2.72, from Lincoln Stein.
47352      Branch: perl
47353            ! lib/CGI.pm
47354 ____________________________________________________________________________
47355 [  6721] By: jhi                                   on 2000/08/20  19:43:54
47356         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
47357              From: Radu Greab <radu@netsoft.ro>
47358              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
47359              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
47360      Branch: perl
47361            ! ext/GDBM_File/GDBM_File.xs
47362 ____________________________________________________________________________
47363 [  6720] By: jhi                                   on 2000/08/20  19:42:01
47364         Log: pp_open() could pass an uninitialized filename down to do_open9().
47365      Branch: perl
47366            ! pp_sys.c
47367 ____________________________________________________________________________
47368 [  6719] By: jhi                                   on 2000/08/20  14:06:41
47369         Log: UTF8 concat fixes.
47370              
47371              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
47372              From: Hugo <hv@crypt.compulink.co.uk>
47373              Date: Sun, 20 Aug 2000 07:30:46 +0100
47374              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
47375      Branch: perl
47376            ! pp_hot.c t/op/append.t
47377 ____________________________________________________________________________
47378 [  6718] By: jhi                                   on 2000/08/20  02:09:37
47379         Log: Let's try #6717 again.
47380      Branch: perl
47381            ! lib/File/Temp.pm
47382 ____________________________________________________________________________
47383 [  6717] By: jhi                                   on 2000/08/20  01:56:55
47384         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
47385              From: "Craig A. Berry" <craig.berry@metamorgs.com>
47386              Date: Sat, 19 Aug 2000 18:15:39 -0500
47387              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
47388      Branch: perl
47389            ! lib/File/Temp.pm
47390 ____________________________________________________________________________
47391 [  6716] By: jhi                                   on 2000/08/19  15:50:11
47392         Log: Update Changes.
47393      Branch: perl
47394            ! Changes patchlevel.h
47395 ____________________________________________________________________________
47396 [  6715] By: jhi                                   on 2000/08/19  15:39:09
47397         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
47398              From: Jonathan D Johnston <jdjohnston2@juno.com>
47399              Date: Thu, 17 Aug 2000 23:13:01 -0400       
47400              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
47401      Branch: perl
47402            ! pod/perlfunc.pod
47403 ____________________________________________________________________________
47404 [  6714] By: jhi                                   on 2000/08/19  15:34:04
47405         Log: Introduce a 'veryclean' target that is like 'distclean'
47406              but also removes *~ and *.orig.
47407      Branch: perl
47408            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
47409            ! utils/Makefile x2p/Makefile.SH
47410 ____________________________________________________________________________
47411 [  6713] By: jhi                                   on 2000/08/19  14:15:45
47412         Log: Put back the long double avoidance code to POSIX.xs
47413              because VMS seems to need it still.
47414      Branch: perl
47415            ! ext/POSIX/POSIX.xs
47416 ____________________________________________________________________________
47417 [  6712] By: jhi                                   on 2000/08/19  14:10:41
47418         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
47419              From: Peter Prymmer <pvhp@forte.com>
47420              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
47421              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
47422      Branch: perl
47423            ! lib/Pod/Find.pm t/pod/find.t
47424 ____________________________________________________________________________
47425 [  6711] By: jhi                                   on 2000/08/19  14:09:19
47426         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
47427              From: Peter Prymmer <pvhp@forte.com>
47428              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
47429              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
47430              cc: vmsperl@perl.org
47431      Branch: perl
47432            ! t/lib/peek.t
47433 ____________________________________________________________________________
47434 [  6710] By: jhi                                   on 2000/08/19  14:08:01
47435         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
47436              From: Jan Dubois <jand@ActiveState.com>
47437              Date: Fri, 18 Aug 2000 16:31:48 -0700
47438              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
47439      Branch: perl
47440            ! win32/win32.c
47441 ____________________________________________________________________________
47442 [  6709] By: jhi                                   on 2000/08/19  14:06:57
47443         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
47444              
47445              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
47446              From: Spider.Boardman@Orb.Nashua.NH.US
47447              Date: Fri, 18 Aug 2000 18:41:14 -0400
47448              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
47449      Branch: perl
47450            ! regcomp.c
47451 ____________________________________________________________________________
47452 [  6708] By: jhi                                   on 2000/08/18  22:04:49
47453         Log: Update Changes.
47454      Branch: perl
47455            ! Changes patchlevel.h
47456 ____________________________________________________________________________
47457 [  6707] By: jhi                                   on 2000/08/18  21:55:14
47458         Log: Add warnif(), check warnings further up the stack,
47459              all the warnings functions now can take an optional object reference.
47460              
47461              Subject: [PATCH bleedperl@6691] warnings pragma update
47462              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47463              Date: Fri, 18 Aug 2000 22:42:06 +0100
47464              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
47465      Branch: perl
47466            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
47467            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
47468            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
47469 ____________________________________________________________________________
47470 [  6706] By: jhi                                   on 2000/08/18  21:41:45
47471         Log: Typo in pp_complement().
47472              
47473              Subject: [PATCH perl-current] Deparse
47474              From: Peter Scott <Peter@PSDT.com>
47475              Date: Fri, 18 Aug 2000 12:44:37 -0700
47476              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
47477      Branch: perl
47478            ! ext/B/B/Deparse.pm
47479 ____________________________________________________________________________
47480 [  6705] By: jhi                                   on 2000/08/18  21:25:59
47481         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
47482              From: Jan Dubois <jand@ActiveState.com>
47483              Date: Fri, 18 Aug 2000 14:22:51 -0700
47484              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
47485      Branch: perl
47486            ! lib/Win32.pod win32/win32.c
47487 ____________________________________________________________________________
47488 [  6704] By: jhi                                   on 2000/08/18  21:16:14
47489         Log: Don't eat leading os from index entries.
47490              
47491              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
47492              From: Russ Allbery <rra@stanford.edu>
47493              Date: 10 Aug 2000 20:49:25 -0700
47494              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
47495      Branch: perl
47496            ! lib/Pod/Man.pm
47497 ____________________________________________________________________________
47498 [  6703] By: jhi                                   on 2000/08/18  21:07:06
47499         Log: Add [[:blank:]] as suggested in
47500              
47501              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47502              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
47503              Date: Sun, 16 Jul 2000 17:55:29 -0700
47504              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
47505              
47506              (the [=cc=] has already been taken care of by #6439
47507              so the whole bug report can be closed)
47508              
47509              and make [[:space:]] to be equivalent to isspace(3)
47510              (as opposed to \s, which is isSPACE()).  The difference
47511              is that now [[:space:]] matches the mythical vertical tab,
47512              while \s doesn't.
47513      Branch: perl
47514            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
47515            ! regexec.c t/op/pat.t
47516 ____________________________________________________________________________
47517 [  6702] By: jhi                                   on 2000/08/18  18:47:47
47518         Log: The new tests were missing from #6415.
47519      Branch: perl
47520            ! t/op/bop.t
47521 ____________________________________________________________________________
47522 [  6701] By: jhi                                   on 2000/08/18  18:20:40
47523         Log: Document the NDBM_File and ODBM_File as SDBM_File
47524              was documented in #6417.
47525      Branch: perl
47526            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
47527            ! ext/SDBM_File/SDBM_File.pm
47528 ____________________________________________________________________________
47529 [  6700] By: jhi                                   on 2000/08/18  18:10:39
47530         Log: Subject: [PATCH perl@6698] cygwin port
47531              From: "Fifer, Eric" <EFifer@sanwaint.com>
47532              Date: Fri, 18 Aug 2000 17:30:05 +0100
47533              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
47534      Branch: perl
47535            ! lib/File/Temp.pm
47536 ____________________________________________________________________________
47537 [  6699] By: jhi                                   on 2000/08/18  16:21:49
47538         Log: Document code point which makes if (defined %stash::) to work
47539              (noted by Spider Boardman).
47540      Branch: perl
47541            ! op.c
47542 ____________________________________________________________________________
47543 [  6698] By: jhi                                   on 2000/08/18  13:43:27
47544         Log: Update Changes.
47545      Branch: perl
47546            ! Changes patchlevel.h
47547 ____________________________________________________________________________
47548 [  6697] By: jhi                                   on 2000/08/18  13:35:57
47549         Log: Tiny Getopt::Long patch from Johan Vromans.
47550      Branch: perl
47551            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
47552 ____________________________________________________________________________
47553 [  6696] By: jhi                                   on 2000/08/18  13:26:14
47554         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
47555              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
47556              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
47557              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
47558      Branch: perl
47559            ! pod/perldiag.pod pod/perlsyn.pod
47560 ____________________________________________________________________________
47561 [  6695] By: jhi                                   on 2000/08/18  13:13:26
47562         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
47563              From: Daniel Chetlin <daniel@chetlin.com>
47564              Date: Fri, 18 Aug 2000 03:13:36 -0700
47565              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
47566      Branch: perl
47567            ! pod/perlfunc.pod
47568 ____________________________________________________________________________
47569 [  6694] By: jhi                                   on 2000/08/18  13:08:05
47570         Log: Subject: [PATCH] perltrap.pod spring cleaning
47571              From: Daniel Chetlin <daniel@chetlin.com>
47572              Date: Fri, 18 Aug 2000 03:06:54 -0700
47573              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
47574              
47575              plus Mike Guy's nitfix.
47576      Branch: perl
47577            ! pod/perltrap.pod
47578 ____________________________________________________________________________
47579 [  6693] By: jhi                                   on 2000/08/18  13:00:26
47580         Log: Unbuffer the output.
47581              
47582              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
47583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47584              Date: Thu, 17 Aug 2000 18:39:29 -0700
47585              Message-ID: <RPJn5gzkgydf092yn@efn.org>
47586      Branch: perl
47587            ! t/op/fork.t
47588 ____________________________________________________________________________
47589 [  6692] By: jhi                                   on 2000/08/18  05:19:17
47590         Log: Delete the image, too, not just its MANIFEStation.
47591      Branch: perl
47592            - lib/CGI/eg/wilogo.gif
47593 ____________________________________________________________________________
47594 [  6691] By: jhi                                   on 2000/08/18  05:10:26
47595         Log: Propagate new Configure vars.
47596      Branch: perl
47597            ! configure.com epoc/config.sh uconfig.h uconfig.sh
47598            ! vos/config.def vos/config.h vos/config_h.SH_orig
47599            ! win32/config.bc win32/config.gc win32/config.vc
47600            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47601 ____________________________________________________________________________
47602 [  6690] By: jhi                                   on 2000/08/18  04:30:56
47603         Log: Update Changes.
47604      Branch: perl
47605            ! Changes patchlevel.h
47606 ____________________________________________________________________________
47607 [  6689] By: jhi                                   on 2000/08/18  04:12:30
47608         Log: Fix the lib/complex failure of
47609              
47610              From: abigail@foad.org
47611              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47612              Date: 15 Aug 2000 04:06:38 -0000
47613              Message-Id: <20000815040638.8524.qmail@foad.org> 
47614              
47615              Linux long double accuracy issue: something that
47616              when printed with %g looks like "2" but int() of it is 1.
47617      Branch: perl
47618            ! lib/Math/Complex.pm
47619 ____________________________________________________________________________
47620 [  6688] By: jhi                                   on 2000/08/18  03:15:35
47621         Log: The byteorder code in #6671 was wrong.
47622      Branch: perl
47623            ! configpm
47624 ____________________________________________________________________________
47625 [  6687] By: jhi                                   on 2000/08/18  02:08:42
47626         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
47627              From: Jan Dubois <jand@ActiveState.com>
47628              Date: Thu, 17 Aug 2000 18:31:55 -0700
47629              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
47630      Branch: perl
47631            ! sv.c
47632 ____________________________________________________________________________
47633 [  6686] By: jhi                                   on 2000/08/18  02:04:15
47634         Log: Use NVs in POSIX math, not doubles.
47635              
47636              From: abigail@foad.org
47637              Subject: [ID 20000817.014] POSIX & modfl
47638              Date: 17 Aug 2000 20:49:18 -0000
47639              Message-Id: <20000817204918.23123.qmail@foad.org>
47640      Branch: perl
47641            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
47642 ____________________________________________________________________________
47643 [  6685] By: jhi                                   on 2000/08/18  02:02:12
47644         Log: Introduce NVef, NVff, and NVgf, use the middle one.
47645              (helps for lib/peek + Linux + long doubles)  Reported in
47646              
47647              From: abigail@foad.org
47648              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47649              Date: 15 Aug 2000 04:06:38 -0000
47650              Message-Id: <20000815040638.8524.qmail@foad.org> 
47651              
47652              (note: the lib/complex failure has not yet been addressed)
47653      Branch: metaconfig/U/perl
47654            ! perlxvf.U
47655      Branch: perl
47656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47657            ! config_h.SH dump.c perl.h pod/perlguts.pod
47658 ____________________________________________________________________________
47659 [  6684] By: jhi                                   on 2000/08/17  23:22:19
47660         Log: Add byteorder to the myconfig output.
47661      Branch: perl
47662            ! myconfig.SH
47663 ____________________________________________________________________________
47664 [  6683] By: jhi                                   on 2000/08/17  23:20:19
47665         Log: The image doth not exist, spotted by Johan Vromans.
47666      Branch: perl
47667            ! MANIFEST
47668 ____________________________________________________________________________
47669 [  6682] By: jhi                                   on 2000/08/17  22:38:16
47670         Log: Document what the backtick returns if the command fails.
47671      Branch: perl
47672            ! pod/perlop.pod
47673 ____________________________________________________________________________
47674 [  6681] By: jhi                                   on 2000/08/17  22:33:12
47675         Log: Do not use prototyping here.
47676              
47677              Subject: [ID 20000817.016] [PATCH] Peek.xs
47678              From: abigail@foad.org
47679              Date: 17 Aug 2000 20:55:56 -0000
47680              Message-Id: <20000817205556.24270.qmail@foad.org>
47681      Branch: perl
47682            ! ext/Devel/Peek/Makefile.PL
47683 ____________________________________________________________________________
47684 [  6680] By: jhi                                   on 2000/08/17  19:46:43
47685         Log: Don't propose using modules built for 5.005 if no binary
47686              compatibility with 5.005 is attempted.
47687              
47688              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
47689              Subject: Minor nit with 5.7.0 (6655)
47690              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
47691              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
47692      Branch: metaconfig
47693            ! U/installdirs/inc_version_list.U
47694      Branch: perl
47695            ! Configure config_h.SH
47696 ____________________________________________________________________________
47697 [  6679] By: jhi                                   on 2000/08/17  19:16:39
47698         Log: Microperl config update.
47699      Branch: perl
47700            ! uconfig.h uconfig.sh
47701 ____________________________________________________________________________
47702 [  6678] By: jhi                                   on 2000/08/17  19:16:13
47703         Log: The #6648 wasn't protective enough for limited platforms
47704              (like microperl).
47705      Branch: perl
47706            ! dump.c sv.c
47707 ____________________________________________________________________________
47708 [  6677] By: jhi                                   on 2000/08/17  14:46:35
47709         Log: Update Changes.
47710      Branch: perl
47711            ! Changes patchlevel.h
47712 ____________________________________________________________________________
47713 [  6676] By: jhi                                   on 2000/08/17  14:44:02
47714         Log: Add perlebcdic from Peter Prymmer, regen toc.
47715      Branch: perl
47716            + pod/perlebcdic.pod
47717            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47718 ____________________________________________________________________________
47719 [  6675] By: jhi                                   on 2000/08/17  14:41:52
47720         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
47721      Branch: perl
47722            ! pod/perldebtut.pod
47723 ____________________________________________________________________________
47724 [  6674] By: jhi                                   on 2000/08/17  14:29:43
47725         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
47726              
47727              Subject: [ID 20000724.006] -DLEAKTEST problem
47728              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
47729              Date: Tue, 25 Jul 2000 00:36:32 -0500
47730              Message-Id: <20000725003632.A26186@www.llamacom.com>
47731              
47732              Reminder sent
47733              
47734              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
47735              From: Hugo <hv@crypt.compulink.co.uk>
47736              Date: Thu, 17 Aug 2000 15:23:42 +0100
47737              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
47738      Branch: perl
47739            ! util.c
47740 ____________________________________________________________________________
47741 [  6673] By: jhi                                   on 2000/08/17  04:07:10
47742         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
47743              From: John Peacock <JPeacock@UnivPress.com>
47744              Date: Tue, 01 Aug 2000 09:38:12 -0400
47745              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
47746      Branch: perl
47747            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
47748 ____________________________________________________________________________
47749 [  6672] By: jhi                                   on 2000/08/17  03:04:35
47750         Log: Subject: [PATCH] Cwd.pm now uses strict
47751              From: Tim Jenness <timj@jach.hawaii.edu>
47752              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
47753              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
47754      Branch: perl
47755            ! lib/Cwd.pm
47756 ____________________________________________________________________________
47757 [  6671] By: jhi                                   on 2000/08/17  02:16:35
47758         Log: Make $Config{byteorder} more magical so that it is
47759              dynamically computed: nice for 'fat binaries'.
47760              
47761              Subject: [PATCH]: default byteorder
47762              From: Wilfredo Sánchez <wsanchez@apple.com>
47763              Date: Mon, 31 Jul 2000 19:45:31 -0700
47764              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
47765      Branch: perl
47766            ! configpm
47767 ____________________________________________________________________________
47768 [  6670] By: gsar                                  on 2000/08/17  01:22:21
47769         Log: move WNOHANG definition to where other such things are
47770      Branch: perl
47771            ! win32/win32.h
47772 ____________________________________________________________________________
47773 [  6669] By: jhi                                   on 2000/08/17  01:19:17
47774         Log: Update Changes.
47775      Branch: perl
47776            ! Changes patchlevel.h
47777 ____________________________________________________________________________
47778 [  6668] By: jhi                                   on 2000/08/17  01:16:29
47779         Log: Doc nits spotted by Richard Soderberg.
47780      Branch: perl
47781            ! README.posix-bc README.vmesa
47782 ____________________________________________________________________________
47783 [  6667] By: jhi                                   on 2000/08/17  01:12:11
47784         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
47785              From: "Casey R. Tweten" <crt@kiski.net>
47786              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
47787              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
47788      Branch: perl
47789            ! pod/perldebtut.pod
47790 ____________________________________________________________________________
47791 [  6666] By: jhi                                   on 2000/08/17  01:09:31
47792         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
47793              From: "Casey R. Tweten" <crt@kiski.net>
47794              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
47795              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
47796      Branch: perl
47797            ! lib/Shell.pm
47798 ____________________________________________________________________________
47799 [  6665] By: gsar                                  on 2000/08/17  01:03:52
47800         Log: add "ok" targets from change#6632 in makefile.mk
47801      Branch: perl
47802            ! pod/perlport.pod win32/Makefile win32/makefile.mk
47803 ____________________________________________________________________________
47804 [  6664] By: gsar                                  on 2000/08/17  00:56:11
47805         Log: avoid warnings from dense compiler
47806      Branch: perl
47807            ! win32/win32.c
47808 ____________________________________________________________________________
47809 [  6663] By: jhi                                   on 2000/08/17  00:51:49
47810         Log: Tweak the regex compilation errors once more.
47811      Branch: perl
47812            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47813            ! t/op/regmesg.t t/pragma/warn/regcomp
47814 ____________________________________________________________________________
47815 [  6662] By: gsar                                  on 2000/08/17  00:28:19
47816         Log: trailing new %ENV entries weren't being pushed into the real
47817              environment of subprocesses on Windows
47818      Branch: perl
47819            ! t/op/magic.t win32/perlhost.h
47820 ____________________________________________________________________________
47821 [  6661] By: gsar                                  on 2000/08/17  00:19:20
47822         Log: waitpid() now handles externally spawned pids correctly;
47823              fixes for backtick/wait/waitpid failures on Windows 9x
47824              
47825              these changes make the pid returned by process functions on
47826              Windows 9x always positive by clearing the high bit (which
47827              is always set on Win9x); pseudo-process PIDs are likewise
47828              always negative now on Win9x (just as on NT/2000)
47829      Branch: perl
47830            ! pp_sys.c win32/perlhost.h win32/win32.c
47831 ____________________________________________________________________________
47832 [  6660] By: jhi                                   on 2000/08/17  00:04:32
47833         Log: Retract #6645.
47834      Branch: perl
47835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47836            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
47837            ! t/op/sprintf.t
47838 ____________________________________________________________________________
47839 [  6659] By: gsar                                  on 2000/08/16  23:59:28
47840         Log: on windows, the return values from wait() and waitpid() don't
47841              match those of pseudo-pids
47842      Branch: perl
47843            ! pp_sys.c t/op/fork.t util.c win32/win32.c
47844 ____________________________________________________________________________
47845 [  6658] By: gsar                                  on 2000/08/16  23:56:14
47846         Log: pod nit seen in passing
47847      Branch: perl
47848            ! pod/perlfunc.pod
47849 ____________________________________________________________________________
47850 [  6657] By: gsar                                  on 2000/08/16  23:53:42
47851         Log: change#6328 could make close(SOCKET) return false on windows
47852              when it shouldn't
47853      Branch: perl
47854            ! win32/win32sck.c
47855 ____________________________________________________________________________
47856 [  6656] By: gsar                                  on 2000/08/16  23:46:57
47857         Log: check that the number pseudo children doesn't exceed
47858              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
47859              the WaitForMultipleObjects() limit that would cause wait()
47860              to crash)
47861              
47862              wait() and waitpid() could potentially be rewritten to use
47863              more than one thread to do the waiting to eliminate this
47864              limitation
47865      Branch: perl
47866            ! win32/perlhost.h
47867 ____________________________________________________________________________
47868 [  6655] By: jhi                                   on 2000/08/16  14:11:05
47869         Log: Update Changes.
47870      Branch: perl
47871            ! Changes patchlevel.h
47872 ____________________________________________________________________________
47873 [  6654] By: jhi                                   on 2000/08/16  14:10:12
47874         Log: Update to perldebtut 1.9, from Richard Foley.
47875      Branch: perl
47876            ! pod/perldebtut.pod
47877 ____________________________________________________________________________
47878 [  6653] By: jhi                                   on 2000/08/16  14:08:17
47879         Log: Change the regx compilation error markers to use = instead of <
47880              since pod makes using the latter quite messy.  Reported in
47881              ID 20000814.006 by Abigail and in
47882              Subject: Unknown escape E<> ?
47883              From: Lupe Christoph <lupe@lupe-christoph.de>
47884              Date: Fri, 11 Aug 2000 00:30:27 +0200
47885              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
47886      Branch: perl
47887            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47888            ! t/op/regmesg.t t/pragma/warn/regcomp
47889 ____________________________________________________________________________
47890 [  6652] By: jhi                                   on 2000/08/16  13:25:31
47891         Log: Change the perlbug address to perl.org since it's more forgiving.
47892              
47893              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
47894              From: abigail@foad.org
47895              Date: 15 Aug 2000 04:15:40 -0000
47896              Message-Id: <20000815041540.8633.qmail@foad.org>
47897      Branch: perl
47898            ! utils/perlbug.PL
47899 ____________________________________________________________________________
47900 [  6651] By: jhi                                   on 2000/08/16  13:22:35
47901         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
47902              From: Tim Jenness <timj@jach.hawaii.edu>
47903              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
47904              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
47905      Branch: perl
47906            ! lib/Cwd.pm
47907 ____________________________________________________________________________
47908 [  6650] By: jhi                                   on 2000/08/16  13:18:13
47909         Log: Update to CPAN 1.57.
47910              
47911              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
47912              From: andreas.koenig@anima.de (Andreas J. Koenig)
47913              Date: 16 Aug 2000 15:09:46 +0200
47914              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
47915      Branch: perl
47916            ! lib/CPAN.pm
47917 ____________________________________________________________________________
47918 [  6649] By: jhi                                   on 2000/08/16  13:12:31
47919         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
47920              From: "Larry W. Virden" <lvirden@cas.org>
47921              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
47922              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
47923      Branch: perl
47924            ! README.hpux
47925 ____________________________________________________________________________
47926 [  6648] By: jhi                                   on 2000/08/16  13:03:53
47927         Log: The numeric locale was reset to "C" by s?printf and never restored.
47928              
47929              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47930              From: Christian Kirsch <ck@held.mind.de>
47931              Date: Wed, 9 Aug 2000 17:05:17 +0200
47932              Message-Id: <20000809170517.A25389@held>
47933              
47934              No test since adding the failing example to locale.t
47935              does not fail -- probably because the locale settings are so
47936              thoroughly tweaked by that time.  Running the example standalone
47937              does fail, though.  UPDATE: test case added at change #7540.
47938      Branch: perl
47939            ! dump.c perl.h pp.c pp_ctl.c sv.c
47940 ____________________________________________________________________________
47941 [  6647] By: jhi                                   on 2000/08/16  00:07:54
47942         Log: Update Changes and test semi-automatic patchlevel updating.
47943      Branch: perl
47944            ! Changes patchlevel.h
47945 ____________________________________________________________________________
47946 [  6646] By: jhi                                   on 2000/08/15  23:35:07
47947         Log: Fix a dependency problem.
47948              
47949              Subject: [PATCH: 6640] VMS Makefile.SH update
47950              From: Peter Prymmer <pvhp@forte.com>
47951              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
47952              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
47953      Branch: perl
47954            ! vms/descrip_mms.template
47955 ____________________________________________________________________________
47956 [  6645] By: jhi                                   on 2000/08/15  23:33:23
47957         Log: (Retracted by #6660)
47958              
47959              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
47960              From: Dominic Dunlop <domo@computer.org>
47961              Date: Tue, 15 Aug 2000 22:20:52 +0200
47962              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
47963      Branch: metaconfig/U/perl
47964            + d_printfed.U
47965      Branch: perl
47966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47967            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
47968            ! t/op/sprintf.t
47969 ____________________________________________________________________________
47970 [  6644] By: jhi                                   on 2000/08/15  21:17:20
47971         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
47972              From: abigail@foad.org
47973              Date: 15 Aug 2000 20:12:41 -0000
47974              Message-Id: <20000815201241.25556.qmail@foad.org>
47975      Branch: perl
47976            ! INSTALL
47977 ____________________________________________________________________________
47978 [  6643] By: jhi                                   on 2000/08/15  21:15:28
47979         Log: (an already applied patch)
47980      Branch: perl
47981            ! lib/CGI.pm
47982 ____________________________________________________________________________
47983 [  6642] By: gsar                                  on 2000/08/15  19:54:05
47984         Log: magic callbacks all need to have same type signature
47985      Branch: perl
47986            ! embed.pl mg.c proto.h
47987 ____________________________________________________________________________
47988 [  6641] By: jhi                                   on 2000/08/15  17:56:27
47989         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)
47990              From: Mike Guy <mjtg@cam.ac.uk>
47991              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
47992              Date: Tue, 15 Aug 2000 18:26:45 +0100
47993              
47994              Only the peek.t part applied, not the hash quality part.
47995      Branch: perl
47996            ! t/lib/peek.t
47997 ____________________________________________________________________________
47998 [  6640] By: jhi                                   on 2000/08/15  16:37:37
47999         Log: Update Changes.
48000      Branch: perl
48001            ! Changes
48002 ____________________________________________________________________________
48003 [  6639] By: jhi                                   on 2000/08/15  16:34:55
48004         Log: Missed a file from #6638.
48005      Branch: perl
48006            ! lib/File/Temp.pm
48007 ____________________________________________________________________________
48008 [  6638] By: jhi                                   on 2000/08/15  16:33:19
48009         Log: Subject: [PATCH perl@6620] cygwin port
48010              From: "Fifer, Eric" <EFifer@sanwaint.com>
48011              Date: Tue, 15 Aug 2000 17:00:49 +0100
48012              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
48013      Branch: perl
48014            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
48015 ____________________________________________________________________________
48016 [  6637] By: jhi                                   on 2000/08/15  16:29:22
48017         Log: Subject: [PATCH] debugger exit code should reflect user exit code
48018              From: Mike Guy <mjtg@cam.ac.uk>
48019              Date: Tue, 15 Aug 2000 16:55:59 +0100
48020              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
48021      Branch: perl
48022            ! lib/perl5db.pl
48023 ____________________________________________________________________________
48024 [  6636] By: jhi                                   on 2000/08/15  15:30:58
48025         Log: Update Changes.
48026      Branch: perl
48027            ! Changes
48028 ____________________________________________________________________________
48029 [  6635] By: jhi                                   on 2000/08/15  15:27:21
48030         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
48031      Branch: metaconfig
48032            ! U/mkglossary U/mksample
48033      Branch: metaconfig/U/perl
48034            ! Devel.U
48035      Branch: perl
48036            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48037 ____________________________________________________________________________
48038 [  6634] By: jhi                                   on 2000/08/15  14:11:55
48039         Log: Don't blow limited stacks, a lower number is enough to
48040              tickle the lookbehind limit.
48041              
48042              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
48043              From: Dominic Dunlop <domo@computer.org>
48044              Date: Tue, 15 Aug 2000 13:51:24 +0200
48045              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
48046      Branch: perl
48047            ! t/op/regmesg.t
48048 ____________________________________________________________________________
48049 [  6633] By: jhi                                   on 2000/08/15  14:01:46
48050         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
48051              From: Mike Guy <mjtg@cam.ac.uk>
48052              Date: Tue, 15 Aug 2000 12:10:50 +0100
48053              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
48054      Branch: perl
48055            ! utils/perldoc.PL
48056 ____________________________________________________________________________
48057 [  6632] By: jhi                                   on 2000/08/15  13:58:48
48058         Log: make ok etc also for win32.
48059              
48060              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
48061              From: Prymmer/Kahn <pvhp@best.com>
48062              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
48063              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
48064      Branch: perl
48065            ! win32/Makefile
48066 ____________________________________________________________________________
48067 [  6631] By: jhi                                   on 2000/08/15  13:45:03
48068         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
48069      Branch: perl
48070            ! lib/Test.pm
48071 ____________________________________________________________________________
48072 [  6630] By: jhi                                   on 2000/08/15  03:25:09
48073         Log: Update Changes.
48074      Branch: perl
48075            ! Changes
48076 ____________________________________________________________________________
48077 [  6629] By: jhi                                   on 2000/08/15  03:23:53
48078         Log: magic_regdatum_set() is void, not int.
48079      Branch: perl
48080            ! embed.pl mg.c proto.h
48081 ____________________________________________________________________________
48082 [  6628] By: jhi                                   on 2000/08/15  03:08:02
48083         Log: Make the user to give up his firstborn, err, to knowingly
48084              verify installing an unstable developer release.  Also bump
48085              the release to 5.7.0, but leave a patch tag in the local
48086              patches saying that this is not yet the real thing.
48087      Branch: metaconfig
48088            ! U/modified/Instruct.U
48089      Branch: metaconfig/U/perl
48090            + Devel.U
48091      Branch: perl
48092            ! Configure patchlevel.h
48093 ____________________________________________________________________________
48094 [  6627] By: jhi                                   on 2000/08/14  22:32:52
48095         Log: README.os2 update.
48096              
48097              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
48098              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48099              Date: Wed, 02 Aug 2000 21:55:09 -0700
48100              Message-ID: <tsPi5gzkgegX092yn@efn.org>
48101      Branch: perl
48102            ! README.os2
48103 ____________________________________________________________________________
48104 [  6626] By: jhi                                   on 2000/08/14  21:00:02
48105         Log: Subject: Re: File::Temp problems on VMS in bleedperl
48106              From: Tim Jenness <timj@jach.hawaii.edu>
48107              cc: vmsperl@perl.org
48108              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
48109              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
48110      Branch: perl
48111            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
48112 ____________________________________________________________________________
48113 [  6625] By: jhi                                   on 2000/08/14  20:52:16
48114         Log: Add SUIDMAIL as was done for the CERT alert.
48115      Branch: perl
48116            ! patchlevel.h
48117 ____________________________________________________________________________
48118 [  6624] By: jhi                                   on 2000/08/14  20:48:50
48119         Log: Subject: sfio2000
48120              From: Daniel Muino <dmuino@afip.gov.ar>
48121              Date: Mon, 14 Aug 2000 16:58:11 -0300
48122              Message-ID: <20000814165811.B16368@con2-dgi>
48123      Branch: perl
48124            ! perlsdio.h perlsfio.h
48125 ____________________________________________________________________________
48126 [  6623] By: jhi                                   on 2000/08/14  20:47:36
48127         Log: Subject: warning: storage class after type is obsolescent
48128              From: Daniel Muino <dmuino@afip.gov.ar>
48129              Date: Mon, 14 Aug 2000 16:42:47 -0300
48130              Message-ID: <20000814164247.A16368@con2-dgi>
48131      Branch: perl
48132            ! regcomp.pl regnodes.h
48133 ____________________________________________________________________________
48134 [  6622] By: jhi                                   on 2000/08/14  20:43:05
48135         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
48136              From: abigail@foad.org
48137              Date: 14 Aug 2000 20:00:10 -0000
48138              Message-Id: <20000814200010.27271.qmail@foad.org>
48139      Branch: perl
48140            ! Changes
48141 ____________________________________________________________________________
48142 [  6621] By: jhi                                   on 2000/08/14  15:23:05
48143         Log: Update Changes.
48144      Branch: perl
48145            ! Changes
48146 ____________________________________________________________________________
48147 [  6620] By: jhi                                   on 2000/08/14  15:22:14
48148         Log: Subject: Re: [PATCH] @+, @- readonly
48149              From: Mike Guy <mjtg@cam.ac.uk>
48150              Date: Mon, 14 Aug 2000 15:26:55 +0100
48151              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
48152      Branch: perl
48153            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
48154            ! sv.c t/op/pat.t
48155 ____________________________________________________________________________
48156 [  6619] By: jhi                                   on 2000/08/14  14:12:08
48157         Log: Update Changes.
48158      Branch: perl
48159            ! Changes
48160 ____________________________________________________________________________
48161 [  6618] By: jhi                                   on 2000/08/14  14:09:34
48162         Log: For now remove the mail code.
48163      Branch: perl
48164            ! perl.c
48165 ____________________________________________________________________________
48166 [  6617] By: jhi                                   on 2000/08/14  14:08:28
48167         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
48168      Branch: perl
48169            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
48170            ! pod/perlfaq8.pod pod/perlsec.pod
48171 ____________________________________________________________________________
48172 [  6616] By: jhi                                   on 2000/08/14  14:00:11
48173         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48174              From: Mike Guy <mjtg@cam.ac.uk>
48175              Date: Mon, 14 Aug 2000 08:26:02 +0100
48176              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
48177      Branch: perl
48178            ! lib/perl5db.pl
48179 ____________________________________________________________________________
48180 [  6615] By: jhi                                   on 2000/08/14  13:58:45
48181         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
48182              From: Mike Guy <mjtg@cam.ac.uk>
48183              Date: Mon, 14 Aug 2000 08:04:22 +0100
48184              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
48185      Branch: perl
48186            ! gv.c mg.c t/op/pat.t
48187 ____________________________________________________________________________
48188 [  6614] By: jhi                                   on 2000/08/14  13:56:45
48189         Log: Subject: Test fails / warnings with perl-current #6612
48190              From: Mike Guy <mjtg@cam.ac.uk>
48191              Date: Mon, 14 Aug 2000 07:57:23 +0100
48192              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
48193      Branch: perl
48194            ! t/lib/b.t t/lib/peek.t
48195 ____________________________________________________________________________
48196 [  6613] By: jhi                                   on 2000/08/14  13:45:33
48197         Log: VMS configure.com update continues.
48198      Branch: perl
48199            - vms/configure.com
48200            ! MANIFEST configure.com
48201 ____________________________________________________________________________
48202 [  6612] By: jhi                                   on 2000/08/13  22:13:35
48203         Log: Update Changes.
48204      Branch: perl
48205            ! Changes
48206 ____________________________________________________________________________
48207 [  6611] By: jhi                                   on 2000/08/13  16:21:45
48208         Log: Upgrade to CGI 2.71, from Lincoln Stein.
48209      Branch: perl
48210            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
48211 ____________________________________________________________________________
48212 [  6610] By: jhi                                   on 2000/08/13  15:09:16
48213         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
48214              From: Mike Guy <mjtg@cam.ac.uk>
48215              Date: Sun, 13 Aug 2000 13:45:51 +0100
48216              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
48217      Branch: perl
48218            ! t/op/regmesg.t
48219 ____________________________________________________________________________
48220 [  6609] By: jhi                                   on 2000/08/13  14:31:26
48221         Log: Andreas says that 1.56 is fine, so reverting back to it.
48222      Branch: perl
48223            ! lib/CPAN.pm
48224 ____________________________________________________________________________
48225 [  6608] By: jhi                                   on 2000/08/13  05:34:20
48226         Log: Update Changes.
48227      Branch: perl
48228            ! Changes
48229 ____________________________________________________________________________
48230 [  6607] By: jhi                                   on 2000/08/13  05:32:01
48231         Log: Put back the \z changes of #5406 to CPAN.pm.
48232      Branch: perl
48233            ! lib/CPAN.pm
48234 ____________________________________________________________________________
48235 [  6606] By: jhi                                   on 2000/08/13  05:20:16
48236         Log: Fix-n-skip the tests under 5005threads.
48237      Branch: perl
48238            ! t/lib/b.t
48239 ____________________________________________________________________________
48240 [  6605] By: jhi                                   on 2000/08/13  05:07:48
48241         Log: Fix the test for 5005threads.
48242      Branch: perl
48243            ! t/lib/peek.t
48244 ____________________________________________________________________________
48245 [  6604] By: jhi                                   on 2000/08/13  03:35:37
48246         Log: Should have deleted this in #6603.
48247      Branch: perl
48248            - vms/subconfigure.com
48249 ____________________________________________________________________________
48250 [  6603] By: jhi                                   on 2000/08/12  18:29:32
48251         Log: Rewrite of vms/subconfigure.com as configure.com,
48252              from Peter Prymmer and the vmsperl crew.
48253      Branch: perl
48254            + vms/configure.com
48255            ! MANIFEST
48256 ____________________________________________________________________________
48257 [  6602] By: jhi                                   on 2000/08/11  13:00:01
48258         Log: PlainText.pm is dead.
48259      Branch: perl
48260            - lib/Pod/PlainText.pm
48261            ! MANIFEST
48262 ____________________________________________________________________________
48263 [  6601] By: jhi                                   on 2000/08/11  04:06:45
48264         Log: Update Changes.
48265      Branch: perl
48266            ! Changes
48267 ____________________________________________________________________________
48268 [  6600] By: jhi                                   on 2000/08/11  04:06:10
48269         Log: Add a few missing files, update MANIFEST.
48270      Branch: perl
48271            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
48272            + lib/Pod/PlainText.pm t/pod/find.t
48273            ! MANIFEST t/op/regmesg.t
48274 ____________________________________________________________________________
48275 [  6599] By: jhi                                   on 2000/08/11  03:31:10
48276         Log: Add Perl debugging tutorial, regen toc. 
48277              
48278              Subject: perldebtut.pod
48279              From: Richard Foley <Richard.Foley@m.dasa.de>
48280              Date: Wed, 09 Aug 2000 10:17:15 +0200
48281              Message-id: <3991138B.262247B8@m.dasa.de>
48282      Branch: perl
48283            + pod/perldebtut.pod
48284            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48285 ____________________________________________________________________________
48286 [  6598] By: jhi                                   on 2000/08/11  02:48:56
48287         Log: tiny Changes edit
48288      Branch: perl
48289            ! Changes
48290 ____________________________________________________________________________
48291 [  6597] By: jhi                                   on 2000/08/11  02:39:04
48292         Log: Tests for #6589.
48293              
48294              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48295              From: simon@brecon.co.uk (Simon Cozens)
48296              Date: 11 Aug 2000 02:24:52 GMT
48297              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
48298      Branch: perl
48299            ! t/lib/b.t
48300 ____________________________________________________________________________
48301 [  6596] By: jhi                                   on 2000/08/11  01:50:07
48302         Log: Update Changes.
48303      Branch: perl
48304            ! Changes
48305 ____________________________________________________________________________
48306 [  6595] By: jhi                                   on 2000/08/11  01:47:16
48307         Log: nitfix
48308      Branch: perl
48309            ! Changes
48310 ____________________________________________________________________________
48311 [  6594] By: jhi                                   on 2000/08/11  01:36:16
48312         Log: Subject: Getting perlio and threads to compile
48313              From: Lupe Christoph <lupe@lupe-christoph.de>
48314              Date: Wed, 9 Aug 2000 11:35:54 +0200
48315              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
48316              
48317              (the Solaris version changes in Configure skipped)
48318      Branch: perl
48319            ! hints/solaris_2.sh thread.h
48320 ____________________________________________________________________________
48321 [  6593] By: jhi                                   on 2000/08/11  01:30:16
48322         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
48323              From: simon@brecon.co.uk (Simon Cozens)
48324              Date: 1 Aug 2000 06:55:19 GMT
48325              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
48326      Branch: perl
48327            ! lib/utf8.pm
48328 ____________________________________________________________________________
48329 [  6592] By: jhi                                   on 2000/08/11  01:26:39
48330         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
48331              From: Peter Scott <Peter@PeterScott.com>
48332              Date: Thu, 10 Aug 2000 08:23:27 -0700
48333              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
48334      Branch: perl
48335            ! lib/perl5db.pl
48336 ____________________________________________________________________________
48337 [  6591] By: jhi                                   on 2000/08/11  01:22:02
48338         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
48339              From: Hugo <hv@crypt.compulink.co.uk>
48340              Date: Thu, 10 Aug 2000 19:23:04 +0100
48341              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
48342      Branch: perl
48343            ! regexec.c t/op/pat.t
48344 ____________________________________________________________________________
48345 [  6590] By: jhi                                   on 2000/08/11  01:19:19
48346         Log: Preprocessing and postprocessing for File::Find.
48347              
48348              Subject: Patch to Find::File.pm to allow alphabetical results
48349              From: Joe Smith <jsmith@inwap.com>
48350              Date: Wed, 9 Aug 2000 02:44:54 -0700
48351              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
48352      Branch: perl
48353            ! lib/File/Find.pm
48354 ____________________________________________________________________________
48355 [  6589] By: jhi                                   on 2000/08/11  01:12:39
48356         Log: B::Deparse didn't do sub attributes.
48357              
48358              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48359              From: simon@brecon.co.uk (Simon Cozens)
48360              Date: 9 Aug 2000 04:49:20 GMT
48361              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
48362      Branch: perl
48363            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
48364 ____________________________________________________________________________
48365 [  6588] By: jhi                                   on 2000/08/11  01:06:40
48366         Log: Subject: debugger "d" command doesnt check line number
48367              From: Mike Guy <mjtg@cam.ac.uk>
48368              Date: Tue, 08 Aug 2000 21:54:29 +0100
48369              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
48370      Branch: perl
48371            ! lib/perl5db.pl mg.c pod/perldiag.pod
48372 ____________________________________________________________________________
48373 [  6587] By: jhi                                   on 2000/08/11  00:45:03
48374         Log: sleep(1) does not necessarily return 1.
48375              
48376              Subject: [PATCH bleadperl] op/lex_assign.t  
48377              From: Hugo <hv@crypt.compulink.co.uk>
48378              Date: Thu, 03 Aug 2000 14:34:22 +0100        
48379              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
48380      Branch: perl
48381            ! t/op/lex_assign.t
48382 ____________________________________________________________________________
48383 [  6586] By: jhi                                   on 2000/08/11  00:31:50
48384         Log: Document the IO::Select timeout.
48385      Branch: perl
48386            ! ext/IO/lib/IO/Select.pm
48387 ____________________________________________________________________________
48388 [  6585] By: jhi                                   on 2000/08/11  00:13:54
48389         Log: Forgot contributor.
48390      Branch: perl
48391            ! Changes
48392 ____________________________________________________________________________
48393 [  6584] By: jhi                                   on 2000/08/11  00:09:19
48394         Log: detypo
48395      Branch: perl
48396            ! Changes
48397 ____________________________________________________________________________
48398 [  6583] By: jhi                                   on 2000/08/11  00:07:53
48399         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
48400              
48401              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
48402              From: Mike Guy <mjtg@cam.ac.uk> 
48403              Date: Thu, 10 Aug 2000 15:50:54 +0100
48404              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
48405      Branch: perl
48406            ! sv.c t/op/int.t
48407 ____________________________________________________________________________
48408 [  6582] By: jhi                                   on 2000/08/10  23:29:32
48409         Log: Update Changes.
48410      Branch: perl
48411            ! Changes
48412 ____________________________________________________________________________
48413 [  6581] By: jhi                                   on 2000/08/10  23:26:16
48414         Log: Put back the std @INC thing.
48415      Branch: perl
48416            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
48417            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
48418            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
48419            ! t/lib/gol-oo.t
48420 ____________________________________________________________________________
48421 [  6580] By: jhi                                   on 2000/08/10  23:03:34
48422         Log: Update to CGI 2.70, from Lincoln Stein.
48423      Branch: perl
48424            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
48425            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
48426            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
48427            ! t/lib/cgi-request.t
48428 ____________________________________________________________________________
48429 [  6579] By: jhi                                   on 2000/08/10  22:41:50
48430         Log: Update to CPAN 1.56, from Andreas König.
48431      Branch: perl
48432            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48433 ____________________________________________________________________________
48434 [  6578] By: jhi                                   on 2000/08/10  22:38:13
48435         Log: Update to Pod::Parser 1.17, from Brad Appleton.
48436      Branch: perl
48437            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
48438            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
48439            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
48440            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
48441            ! t/pod/include.t t/pod/included.t t/pod/lref.t
48442            ! t/pod/multiline_items.t t/pod/nested_items.t
48443            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
48444            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
48445            ! t/pod/special_seqs.t
48446 ____________________________________________________________________________
48447 [  6577] By: jhi                                   on 2000/08/10  22:35:41
48448         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
48449      Branch: perl
48450            ! AUTHORS MAINTAIN
48451 ____________________________________________________________________________
48452 [  6576] By: jhi                                   on 2000/08/10  22:24:54
48453         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
48454      Branch: perl
48455            + t/lib/gol-oo.t
48456            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
48457            ! t/lib/gol-compat.t t/lib/gol-linkage.t
48458 ____________________________________________________________________________
48459 [  6575] By: jhi                                   on 2000/08/10  22:02:07
48460         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
48461      Branch: perl
48462            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
48463 ____________________________________________________________________________
48464 [  6574] By: jhi                                   on 2000/08/10  21:55:03
48465         Log: Iterating perl6 description.
48466      Branch: perl
48467            ! pod/perlfaq1.pod
48468 ____________________________________________________________________________
48469 [  6573] By: jhi                                   on 2000/08/10  21:48:26
48470         Log: Revert the sv.c part of #6559, a better fix is needed.
48471      Branch: perl
48472            ! sv.c
48473 ____________________________________________________________________________
48474 [  6572] By: jhi                                   on 2000/08/10  20:33:43
48475         Log: It's the 2ndO'ROSSC.
48476      Branch: perl
48477            ! pod/perlfaq1.pod
48478 ____________________________________________________________________________
48479 [  6571] By: jhi                                   on 2000/08/10  15:55:48
48480         Log: detypo
48481      Branch: perl
48482            ! pod/perlfaq1.pod
48483 ____________________________________________________________________________
48484 [  6570] By: jhi                                   on 2000/08/10  14:11:17
48485         Log: An exceptionally sticky typo.
48486      Branch: perl
48487            ! Changes
48488 ____________________________________________________________________________
48489 [  6569] By: jhi                                   on 2000/08/10  14:09:33
48490         Log: detypo (and test Changes updating script)
48491      Branch: perl
48492            ! Changes
48493 ____________________________________________________________________________
48494 [  6568] By: jhi                                   on 2000/08/10  14:07:07
48495         Log: Update Changes.
48496      Branch: perl
48497            ! Changes
48498 ____________________________________________________________________________
48499 [  6567] By: jhi                                   on 2000/08/10  14:06:19
48500         Log: Amend the description of Perl6.
48501              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
48502              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48503              Date: Wed, 9 Aug 2000 22:11:06 -0500
48504              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
48505      Branch: perl
48506            ! pod/perlfaq1.pod
48507 ____________________________________________________________________________
48508 [  6566] By: jhi                                   on 2000/08/10  13:58:57
48509         Log: Subject: Remove dead entry in perldiag
48510              From: Mike Guy <mjtg@cam.ac.uk>
48511              Date: Thu, 10 Aug 2000 14:19:19 +0100
48512              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
48513      Branch: perl
48514            ! pod/perldiag.pod
48515 ____________________________________________________________________________
48516 [  6565] By: jhi                                   on 2000/08/10  13:51:48
48517         Log: Zero entries were skipped, fix from Adrian Goalby
48518              <argoalby@yahoo.co.uk>
48519      Branch: perl
48520            ! lib/unicode/Number.pl lib/unicode/mktables.PL
48521 ____________________________________________________________________________
48522 [  6564] By: jhi                                   on 2000/08/10  13:00:12
48523         Log: Subject: [PATCH 5.6.0] cygwin port
48524              From: "Fifer, Eric" <EFifer@sanwaint.com>
48525              Date: Thu, 10 Aug 2000 13:15:36 +0100
48526              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
48527      Branch: perl
48528            ! README.cygwin hints/cygwin.sh
48529 ____________________________________________________________________________
48530 [  6563] By: jhi                                   on 2000/08/10  12:55:16
48531         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
48532      Branch: perl
48533            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
48534 ____________________________________________________________________________
48535 [  6562] By: gsar                                  on 2000/08/10  08:38:39
48536         Log: warn is a macro, avoid using at a variable to avoid warnings
48537              in some configurations; readdir.t is too conservative in
48538              estimating number of *.t's
48539      Branch: perl
48540            ! t/op/readdir.t util.c
48541 ____________________________________________________________________________
48542 [  6561] By: jhi                                   on 2000/08/09  23:35:42
48543         Log: Update Changes.
48544      Branch: perl
48545            ! Changes
48546 ____________________________________________________________________________
48547 [  6560] By: jhi                                   on 2000/08/09  23:05:47
48548         Log: Subject: Re: enhanced(?) regex error messages
48549              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48550              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
48551              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
48552              
48553              (plus two small patches sent privately)
48554              (this still seems to leave few test failures)
48555      Branch: perl
48556            + t/op/regmesg.t
48557            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
48558            ! t/pragma/warn/regcomp
48559 ____________________________________________________________________________
48560 [  6559] By: jhi                                   on 2000/08/09  20:41:18
48561         Log: (The fix did work but was not right, retracted in #6573)
48562              
48563              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48564              From: Christian Kirsch <ck@held.mind.de>
48565              Date: Wed, 9 Aug 2000 17:05:17 +0200
48566              Message-Id: <20000809170517.A25389@held>
48567      Branch: perl
48568            ! sv.c t/pragma/locale.t
48569 ____________________________________________________________________________
48570 [  6558] By: jhi                                   on 2000/08/08  22:34:08
48571         Log: Tiny updates on the contributors list.
48572      Branch: perl
48573            ! Changes
48574 ____________________________________________________________________________
48575 [  6557] By: jhi                                   on 2000/08/08  19:34:28
48576         Log: Double check that we have a dirhandle.
48577      Branch: perl
48578            ! util.c
48579 ____________________________________________________________________________
48580 [  6556] By: jhi                                   on 2000/08/08  19:01:51
48581         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
48582              May be repopulated with fresh maintained examples.
48583      Branch: perl
48584            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
48585            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
48586            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
48587            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
48588            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
48589            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
48590            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
48591            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
48592            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
48593            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
48594            + lib/CGI/eg/wilogo_gif.uu
48595            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
48596            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
48597            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
48598            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
48599            - eg/cgi/frameset.cgi eg/cgi/index.html
48600            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
48601            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
48602            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
48603            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
48604            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
48605            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
48606            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
48607            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
48608            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
48609            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
48610            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
48611            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
48612            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
48613            - eg/van/vanish eg/who eg/wrapsuid
48614            ! MANIFEST
48615 ____________________________________________________________________________
48616 [  6555] By: jhi                                   on 2000/08/08  18:51:08
48617         Log: Delete chat2 as requested by Randal.
48618              
48619              Subject: Re: perlfaq8 coyness
48620              From: merlyn@stonehenge.com (Randal L. Schwartz) 
48621              Date: 15 May 2000 18:52:42 -0700 
48622              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
48623      Branch: perl
48624            - lib/chat2.pl
48625            ! MANIFEST
48626 ____________________________________________________________________________
48627 [  6554] By: jhi                                   on 2000/08/08  18:31:35
48628         Log: Regen global.sym.
48629      Branch: perl
48630            ! global.sym
48631 ____________________________________________________________________________
48632 [  6553] By: jhi                                   on 2000/08/08  18:28:13
48633         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
48634              (either perlbug or p5p ate the original), plus regen
48635              perlapi and perltoc. 
48636      Branch: perl
48637            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
48638            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
48639            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
48640            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
48641            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
48642            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
48643            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
48644            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
48645            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
48646            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
48647 ____________________________________________________________________________
48648 [  6552] By: jhi                                   on 2000/08/08  18:06:29
48649         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
48650              From: Mike Guy <mjtg@cam.ac.uk>
48651              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
48652              Date: Tue, 08 Aug 2000 15:51:27 +0100
48653      Branch: perl
48654            ! doop.c sv.h t/op/join.t t/pragma/overload.t
48655 ____________________________________________________________________________
48656 [  6551] By: jhi                                   on 2000/08/08  18:01:11
48657         Log: Re-apply #6549.
48658      Branch: perl
48659            ! lib/perl5db.pl
48660 ____________________________________________________________________________
48661 [  6550] By: jhi                                   on 2000/08/08  17:43:08
48662         Log: Accidental retraction of #6549.
48663      Branch: perl
48664            ! lib/perl5db.pl
48665 ____________________________________________________________________________
48666 [  6549] By: jhi                                   on 2000/08/08  17:40:04
48667         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48668              From: Mike Guy <mjtg@cam.ac.uk>
48669              Date: Mon, 07 Aug 2000 21:49:58 +0100
48670              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
48671      Branch: perl
48672            ! lib/perl5db.pl
48673 ____________________________________________________________________________
48674 [  6548] By: jhi                                   on 2000/08/08  17:37:57
48675         Log: Document here-doc better.
48676              
48677              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
48678              From: Mike Guy <mjtg@cam.ac.uk>
48679              Date: Mon, 07 Aug 2000 14:02:09 +0100
48680              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
48681      Branch: perl
48682            ! pod/perldata.pod
48683 ____________________________________________________________________________
48684 [  6547] By: jhi                                   on 2000/08/08  17:33:34
48685         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
48686              From: "Randy J. Ray" <rjray@redhat.com>
48687              Date: Mon, 07 Aug 2000 19:12:25 -0700
48688              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
48689      Branch: perl
48690            ! perl.c pod/perlrun.pod
48691 ____________________________________________________________________________
48692 [  6546] By: jhi                                   on 2000/08/08  17:29:26
48693         Log: Subject: Re: enhanced(?) regex error messages 
48694              From: Hugo <hv@crypt.compulink.co.uk>
48695              Date: Tue, 08 Aug 2000 03:25:51 +0100
48696              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
48697              
48698              plus Capitalize the error messages, plus perldiag them.
48699      Branch: perl
48700            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
48701 ____________________________________________________________________________
48702 [  6545] By: jhi                                   on 2000/08/08  13:59:28
48703         Log: Augment #6539 a bit: don't croak if there's magic in the air.
48704              
48705              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
48706              From: Hugo <hv@crypt.compulink.co.uk>
48707              Date: Tue, 08 Aug 2000 03:02:03 +0100
48708              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
48709      Branch: perl
48710            ! pp.c t/op/bless.t
48711 ____________________________________________________________________________
48712 [  6544] By: jhi                                   on 2000/08/07  21:11:52
48713         Log: Make the test -w clean.
48714      Branch: perl
48715            ! t/op/bless.t
48716 ____________________________________________________________________________
48717 [  6543] By: jhi                                   on 2000/08/07  19:49:53
48718         Log: use warnings instead of $^W.
48719      Branch: perl
48720            ! t/op/bless.t
48721 ____________________________________________________________________________
48722 [  6542] By: jhi                                   on 2000/08/07  17:41:41
48723         Log: Disable a portability warning Because We Know What We Are Doing.
48724      Branch: perl
48725            ! t/op/bless.t
48726 ____________________________________________________________________________
48727 [  6541] By: jhi                                   on 2000/08/07  17:29:51
48728         Log: Tiny tidying on report_evil_fh().
48729      Branch: perl
48730            ! util.c
48731 ____________________________________________________________________________
48732 [  6540] By: jhi                                   on 2000/08/07  16:37:38
48733         Log: Make regular expression parse error messages easier to understand.
48734              
48735              Subject: Re: enhanced(?) regex error messages
48736              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48737              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
48738              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
48739      Branch: perl
48740            ! regcomp.c
48741 ____________________________________________________________________________
48742 [  6539] By: jhi                                   on 2000/08/07  16:12:27
48743         Log: Make bless(REF, REF) a fatal error, add bless tests.
48744              
48745              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
48746              From: Hugo <hv@crypt.compulink.co.uk>
48747              Date: Mon, 07 Aug 2000 16:59:38 +0100
48748              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
48749      Branch: perl
48750            + t/op/bless.t
48751            ! MANIFEST pod/perldiag.pod pp.c sv.c
48752 ____________________________________________________________________________
48753 [  6538] By: jhi                                   on 2000/08/07  15:59:43
48754         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
48755              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
48756              Date: Thu, 3 Aug 2000 14:29:21 -0700
48757              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
48758      Branch: perl
48759            ! lib/lib_pm.PL
48760 ____________________________________________________________________________
48761 [  6537] By: jhi                                   on 2000/08/07  15:47:18
48762         Log: Retract #6419 for now since it breaks in AFS and MachTen.
48763      Branch: perl
48764            ! lib/Cwd.pm
48765 ____________________________________________________________________________
48766 [  6536] By: jhi                                   on 2000/08/07  15:05:29
48767         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
48768              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
48769              The security hole exists only in suidperls, which isn't
48770              installed or even built by default.
48771      Branch: perl
48772            ! perl.c
48773 ____________________________________________________________________________
48774 [  6535] By: jhi                                   on 2000/08/07  14:45:14
48775         Log: tr memory corruption fix from Simon Cozens.
48776      Branch: perl
48777            ! doop.c
48778 ____________________________________________________________________________
48779 [  6534] By: jhi                                   on 2000/08/06  11:38:16
48780         Log: Document a bit that UDP is not what you might think.
48781              
48782              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
48783              From: Lupe Christoph <lupe@lupe-christoph.de>
48784              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
48785              Date: Mon, 24 Jul 2000 08:59:15 +0200
48786      Branch: perl
48787            ! pod/perlipc.pod
48788 ____________________________________________________________________________
48789 [  6533] By: jhi                                   on 2000/08/06  11:35:01
48790         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
48791              From: Jeff Pinyan <jeffp@hut.crusoe.net>
48792              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
48793              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
48794      Branch: perl
48795            ! pod/perlfunc.pod
48796 ____________________________________________________________________________
48797 [  6532] By: jhi                                   on 2000/08/06  03:45:41
48798         Log: Have symbols for the IoTYPEs.
48799      Branch: perl
48800            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
48801 ____________________________________________________________________________
48802 [  6531] By: jhi                                   on 2000/08/06  01:33:55
48803         Log: Continue fixing the io warnings.  This also
48804              sort of fixes bug ID 20000802.003: the core dump
48805              is no more.  Whether the current behaviour is correct
48806              (giving a warning: "Not a format reference"), is another matter.
48807      Branch: perl
48808            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
48809            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
48810 ____________________________________________________________________________
48811 [  6530] By: jhi                                   on 2000/08/05  21:33:12
48812         Log: Change the Policy policy: now -Dprefix= with an existing
48813              Policy.sh and prefix == siteprefix == vendorprefix, then all
48814              of them follow along the new prefix.
48815              
48816              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
48817              From: Andy Dougherty <doughera@lafayette.edu>
48818              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
48819              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
48820      Branch: perl
48821            ! Policy_sh.SH
48822 ____________________________________________________________________________
48823 [  6529] By: jhi                                   on 2000/08/05  18:57:28
48824         Log: Zap lib/Sys directory when cleaning up.
48825      Branch: perl
48826            ! Makefile.SH
48827 ____________________________________________________________________________
48828 [  6528] By: jhi                                   on 2000/08/05  18:40:44
48829         Log: Essential prototype changes were missing from #6527.
48830              Also make report_evil_fh() more bomb-proof.
48831      Branch: perl
48832            ! embed.h util.c
48833 ____________________________________________________________________________
48834 [  6527] By: jhi                                   on 2000/08/05  03:22:05
48835         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
48836              From: "Ronald F. Guilmette" <rfg@monkeys.com>
48837              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
48838              Message-Id: <200007242247.PAA52177@monkeys.com>
48839      Branch: perl
48840            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
48841 ____________________________________________________________________________
48842 [  6526] By: jhi                                   on 2000/08/04  21:23:27
48843         Log: gcc versions might have (parentheses) in them.
48844      Branch: metaconfig/U/perl
48845            ! gccvers.U
48846      Branch: perl
48847            ! Configure config_h.SH
48848 ____________________________________________________________________________
48849 [  6525] By: jhi                                   on 2000/08/04  20:23:12
48850         Log: Weed buglets pointed out by
48851              
48852              From: Lupe Christoph <lupe@lupe-christoph.de>
48853              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
48854              Date: Fri, 4 Aug 2000 17:34:39 +0200
48855              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
48856      Branch: metaconfig/U/perl
48857            ! gccvers.U uselfs.U
48858      Branch: perl
48859            ! Configure config_h.SH
48860 ____________________________________________________________________________
48861 [  6524] By: jhi                                   on 2000/08/04  19:02:08
48862         Log: Warn under -w if lstat(FH) is attempted.
48863              
48864              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
48865              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
48866              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
48867              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
48868      Branch: perl
48869            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
48870            ! t/pragma/warn/pp_sys
48871 ____________________________________________________________________________
48872 [  6523] By: jhi                                   on 2000/08/04  12:31:11
48873         Log: Subject: New perlcc, take 2
48874              From: simon@brecon.co.uk (Simon Cozens)
48875              Date: 4 Aug 2000 06:21:04 GMT
48876              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
48877      Branch: perl
48878            ! utils/perlcc.PL
48879 ____________________________________________________________________________
48880 [  6522] By: jhi                                   on 2000/08/04  12:26:33
48881         Log: Subject: Re: Array vs. List context
48882              From: Daniel Chetlin <daniel@chetlin.com>
48883              Date: Fri, 4 Aug 2000 00:22:44 -0700
48884              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
48885      Branch: perl
48886            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
48887            ! pod/perlfaq4.pod
48888 ____________________________________________________________________________
48889 [  6521] By: jhi                                   on 2000/08/04  12:22:38
48890         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
48891              From: Raymund Will <ray@caldera.de>
48892              Date: Fri, 4 Aug 2000 12:07:09 +0200
48893              Message-Id: <20000804120709.A14982@caldera.de>
48894      Branch: perl
48895            ! configure.gnu
48896 ____________________________________________________________________________
48897 [  6520] By: jhi                                   on 2000/08/04  04:09:06
48898         Log: After the #6519 a warning about stat() is just that,
48899              not about a filetest, which now have their own warning.
48900      Branch: perl
48901            ! pod/perldiag.pod
48902 ____________________________________________________________________________
48903 [  6519] By: jhi                                   on 2000/08/04  04:06:30
48904         Log: In the warnings call filehandles consistently so;
48905              add "unopened" warning for stat().
48906      Branch: perl
48907            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
48908            ! t/pragma/warn/pp_sys
48909 ____________________________________________________________________________
48910 [  6518] By: jhi                                   on 2000/08/04  02:55:35
48911         Log: Subject: Minor tweak to perlvar.pod
48912              From: "Stephen P. Potter" <spp@ds.net>
48913              Date: Tue, 18 Apr 2000 09:26:03 -0400
48914              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
48915      Branch: perl
48916            ! pod/perlvar.pod
48917 ____________________________________________________________________________
48918 [  6517] By: jhi                                   on 2000/08/04  02:50:08
48919         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
48920              From: "Clinton Pierce" <cpierce1@ford.com>
48921              Date: Wed, 21 Jul 1999 16:45:31 -0400
48922              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
48923              
48924              Fix by Stephen Potter (visible in the bug db but not in p5p?)
48925      Branch: perl
48926            ! pod/perlfunc.pod pod/perlop.pod
48927 ____________________________________________________________________________
48928 [  6516] By: jhi                                   on 2000/08/04  02:09:25
48929         Log: This is 6512.  Really.
48930      Branch: perl
48931            ! dump.c
48932 ____________________________________________________________________________
48933 [  6515] By: jhi                                   on 2000/08/04  01:25:50
48934         Log: mention the idea of @( and @)
48935      Branch: perl
48936            ! Todo-5.6
48937 ____________________________________________________________________________
48938 [  6514] By: bailey                                on 2000/08/04  01:18:46
48939         Log: YA resync with mainstem, including VMS patches from others
48940      Branch: vmsperl
48941           +> (branch 48 files)
48942            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
48943           !> (integrate 354 files)
48944 ____________________________________________________________________________
48945 [  6513] By: jhi                                   on 2000/08/04  01:18:18
48946         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
48947              From: Mark Dickinson <dickins3@fas.harvard.edu>
48948              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
48949              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
48950      Branch: perl
48951            ! t/op/grent.t t/op/pwent.t
48952 ____________________________________________________________________________
48953 [  6512] By: jhi                                   on 2000/08/04  01:14:06
48954         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
48955              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48956              Date: Wed, 02 Aug 2000 10:51:01 +0100
48957              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
48958      Branch: perl
48959            ! sv.c
48960 ____________________________________________________________________________
48961 [  6511] By: jhi                                   on 2000/08/04  00:57:00
48962         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
48963              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48964              Date: Thu, 03 Aug 2000 17:20:04 -0700
48965              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
48966      Branch: metaconfig
48967            ! U/modified/Cppsym.U
48968      Branch: perl
48969            ! Configure config_h.SH
48970 ____________________________________________________________________________
48971 [  6510] By: jhi                                   on 2000/08/04  00:25:28
48972         Log: detypo
48973      Branch: perl
48974            ! Makefile.SH
48975 ____________________________________________________________________________
48976 [  6509] By: jhi                                   on 2000/08/03  23:43:18
48977         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
48978              From: Dominic Dunlop <domo@computer.org>
48979              Date: Thu, 3 Aug 2000 22:16:46 +0200
48980              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
48981      Branch: perl
48982            ! t/op/sprintf.t
48983 ____________________________________________________________________________
48984 [  6508] By: jhi                                   on 2000/08/03  23:40:37
48985         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
48986              From: Hugo <hv@crypt.compulink.co.uk>
48987              Date: Thu, 03 Aug 2000 18:25:30 +0100
48988              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
48989      Branch: perl
48990            ! regcomp.c t/op/re_tests
48991 ____________________________________________________________________________
48992 [  6507] By: jhi                                   on 2000/08/03  23:38:28
48993         Log: Subject: [PATCH] sv.h documentation - SvLEN
48994              From: Mike Guy <mjtg@cam.ac.uk>
48995              Date: Thu, 03 Aug 2000 14:43:09 +0100
48996              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
48997      Branch: perl
48998            ! sv.h
48999 ____________________________________________________________________________
49000 [  6506] By: jhi                                   on 2000/08/03  15:49:14
49001         Log: Disable the fix_pl hack for now.
49002      Branch: perl
49003            ! Makefile.SH
49004 ____________________________________________________________________________
49005 [  6505] By: jhi                                   on 2000/08/03  13:49:04
49006         Log: Add a URL for FSF.
49007              
49008              Subject: Patch for README
49009              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49010              Date: Wed, 2 Aug 2000 13:25:09 -0500
49011              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
49012      Branch: perl
49013            ! README
49014 ____________________________________________________________________________
49015 [  6504] By: jhi                                   on 2000/08/03  13:29:19
49016         Log: Be more informative on what is skipped and why,
49017              also repeat the list at the end.
49018      Branch: perl
49019            ! Porting/p4desc
49020 ____________________________________________________________________________
49021 [  6503] By: jhi                                   on 2000/08/03  13:07:05
49022         Log: Circumvent the removal of .patch by fix_pl.
49023              
49024              Subject: Re: [ID 20000802.011] unable to 'make test'          
49025              From: simon@brecon.co.uk (Simon Cozens) 
49026              Date: 3 Aug 2000 04:17:00 GMT
49027              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
49028      Branch: perl
49029            ! Makefile.SH
49030 ____________________________________________________________________________
49031 [  6502] By: jhi                                   on 2000/08/03  00:14:34
49032         Log: Add the missing setproctitle unit.
49033      Branch: metaconfig/U/perl
49034            + d_setproctitle.U
49035 ____________________________________________________________________________
49036 [  6501] By: jhi                                   on 2000/08/03  00:00:26
49037         Log: The subtest 4 may fail also on VOBS, as pointed out
49038              by Nick Ing-Simmons in November 1999, bug id 19991124.003
49039              (but the failure in that bug report isn't the subtest 4).
49040      Branch: perl
49041            ! t/op/stat.t
49042 ____________________________________________________________________________
49043 [  6500] By: jhi                                   on 2000/08/02  23:49:30
49044         Log: Better skip message for the test; one of the two problems in
49045              
49046              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
49047              From: Lupe Christoph <lupe@lupe-christoph.de>
49048              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
49049              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
49050      Branch: perl
49051            ! t/op/numconvert.t
49052 ____________________________________________________________________________
49053 [  6499] By: jhi                                   on 2000/08/02  22:49:16
49054         Log: Allow "no Module;" even if there is no 'unimport'.
49055              
49056              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
49057              From: mjd@plover.com
49058              Date: 24 Mar 2000 15:24:34 -0000
49059              Message-Id: <20000324152434.15160.qmail@plover.com>
49060      Branch: perl
49061            ! gv.c
49062 ____________________________________________________________________________
49063 [  6498] By: jhi                                   on 2000/08/02  22:42:58
49064         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
49065              that are hopefully soon put into use.
49066      Branch: perl
49067            ! opcode.h opcode.pl opnames.h
49068 ____________________________________________________________________________
49069 [  6497] By: gsar                                  on 2000/08/02  22:28:59
49070         Log: require.t needs binmode() to work on windows
49071      Branch: perl
49072            ! t/comp/require.t
49073 ____________________________________________________________________________
49074 [  6496] By: jhi                                   on 2000/08/02  22:08:51
49075         Log: Document the IVdf UVuf UVof UVxf.
49076      Branch: perl
49077            ! pod/perlguts.pod
49078 ____________________________________________________________________________
49079 [  6495] By: jhi                                   on 2000/08/02  21:54:26
49080         Log: detypo #6494
49081      Branch: perl
49082            ! ext/Data/Dumper/Dumper.xs
49083 ____________________________________________________________________________
49084 [  6494] By: jhi                                   on 2000/08/02  21:49:17
49085         Log: Dump UVs as UVs in Data::Dumper.
49086              
49087              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
49088              From: Gurusamy Sarathy <gsar@ActiveState.com>
49089              Date: Thu, 27 Apr 2000 12:26:25 -0700
49090              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
49091      Branch: perl
49092            ! ext/Data/Dumper/Dumper.xs
49093 ____________________________________________________________________________
49094 [  6493] By: jhi                                   on 2000/08/02  17:01:58
49095         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
49096              From: Hugo <hv@crypt.compulink.co.uk>
49097              Date: Wed, 02 Aug 2000 14:53:56 +0100
49098              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
49099      Branch: perl
49100            ! regexec.c t/op/re_tests
49101 ____________________________________________________________________________
49102 [  6492] By: jhi                                   on 2000/08/02  15:02:46
49103         Log: The new setproctitle() feature is available only in 
49104              bleeding edge FreeBSD.  From Paul Saab.
49105      Branch: perl
49106            ! mg.c
49107 ____________________________________________________________________________
49108 [  6491] By: jhi                                   on 2000/08/02  13:34:36
49109         Log: The tr utf8 patching continues.
49110              
49111              Subject: Re: #6469, too many tests claimed in require.t
49112              From: simon@brecon.co.uk (Simon Cozens)
49113              Date: 2 Aug 2000 02:37:17 GMT
49114              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
49115              
49116              (the logic of the test was the wrong way round in the patch)
49117      Branch: perl
49118            ! doop.c
49119 ____________________________________________________________________________
49120 [  6490] By: jhi                                   on 2000/08/02  13:27:38
49121         Log: The name of a filehandle does not have <these>.
49122      Branch: perl
49123            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
49124            ! t/pragma/warn/pp_sys util.c
49125 ____________________________________________________________________________
49126 [  6489] By: jhi                                   on 2000/08/02  04:26:46
49127         Log: Remove the extraneous "main::" prefix from all the
49128              "opened only for", "on closed", and "never opened" warnings.
49129              
49130              Subject: Re: inappropriate warning
49131              From: Gurusamy Sarathy <gsar@ActiveState.com>
49132              Date: Mon, 20 Mar 2000 11:28:02 -0800
49133              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
49134      Branch: perl
49135            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
49136            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
49137            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
49138 ____________________________________________________________________________
49139 [  6488] By: jhi                                   on 2000/08/02  03:02:57
49140         Log: memcpy has n o in it, as pinted ut by Sarathy.
49141      Branch: perl
49142            ! pod/perlguts.pod
49143 ____________________________________________________________________________
49144 [  6487] By: jhi                                   on 2000/08/02  02:44:51
49145         Log: Document in one place the memory abstractions used in Perl core.
49146              
49147              Subject: Re: Memory abstraction
49148              From: simon@brecon.co.uk (Simon Cozens)
49149              Date: 2 Aug 2000 02:20:23 GMT
49150              Organization: Earth.li Origins
49151      Branch: perl
49152            ! pod/perlguts.pod
49153 ____________________________________________________________________________
49154 [  6486] By: jhi                                   on 2000/08/02  02:41:57
49155         Log: regen_headers, regen perltoc.
49156      Branch: perl
49157            ! perlapi.c pod/perltoc.pod
49158 ____________________________________________________________________________
49159 [  6485] By: jhi                                   on 2000/08/02  01:43:33
49160         Log: "This little thing tests for a file .patch, and if it contains
49161              a number, pops into patchlevel.h" (making it easier to track
49162              which development version people are reporting bugs against)
49163              
49164              Subject: Patchlevel autogeneration for repository perls
49165              From: simon@brecon.co.uk (Simon Cozens)
49166              Date: 14 Jul 2000 07:12:15 GMT
49167              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
49168      Branch: perl
49169            + fix_pl
49170            ! MANIFEST Makefile.SH
49171 ____________________________________________________________________________
49172 [  6484] By: jhi                                   on 2000/08/02  01:32:54
49173         Log: FreeBSD 3.* updates from
49174              
49175              From: Paul Saab <ps@yahoo-inc.com>
49176              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49177              Date: Tue, 1 Aug 2000 15:41:39 -0700
49178              Message-Id: <20000801154139.A53740@yahoo-inc.com>
49179      Branch: perl
49180            ! hints/freebsd.sh
49181 ____________________________________________________________________________
49182 [  6483] By: jhi                                   on 2000/08/02  01:27:44
49183         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
49184              instead one must use setproctitle().  This was already addressed
49185              by change #6457, but the below has a new variant for FreeBSD 4.0
49186              or later, and the matter is also documented more.
49187              
49188              From: Paul Saab <ps@yahoo-inc.com>
49189              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49190              Date: Tue, 1 Aug 2000 15:41:39 -0700
49191              Message-Id: <20000801154139.A53740@yahoo-inc.com>
49192      Branch: metaconfig/U/perl
49193            + i_libutil.U
49194      Branch: perl
49195            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
49196 ____________________________________________________________________________
49197 [  6482] By: jhi                                   on 2000/08/01  22:17:32
49198         Log: The test from this
49199              
49200              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
49201              Date: Sat, 15 Apr 2000 17:03:44 +0100
49202              From: Tom Hughes <tom@compton.nu>
49203              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
49204              
49205              was missing, the code change went in as #5989
49206              (which had a different test?)
49207      Branch: perl
49208            ! t/op/misc.t
49209 ____________________________________________________________________________
49210 [  6481] By: jhi                                   on 2000/08/01  21:48:38
49211         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
49212              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49213              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
49214              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
49215      Branch: perl
49216            ! perl.h
49217 ____________________________________________________________________________
49218 [  6480] By: jhi                                   on 2000/08/01  18:05:28
49219         Log: Make p4desc to skip non-mainperl branches by default.
49220      Branch: perl
49221            ! Porting/p4desc
49222 ____________________________________________________________________________
49223 [  6479] By: jhi                                   on 2000/08/01  17:29:19
49224         Log: If gccosandvers is equal to osname, clear gccosandvers.
49225      Branch: metaconfig/U/perl
49226            ! gccvers.U
49227      Branch: perl
49228            ! Configure config_h.SH
49229 ____________________________________________________________________________
49230 [  6478] By: jhi                                   on 2000/08/01  15:54:08
49231         Log: BOM patching from Simon Cozens.
49232      Branch: perl
49233            ! toke.c
49234 ____________________________________________________________________________
49235 [  6477] By: jhi                                   on 2000/08/01  04:50:33
49236         Log: Stash away the largefiles flags and libswanted.
49237      Branch: perl
49238            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
49239 ____________________________________________________________________________
49240 [  6476] By: gsar                                  on 2000/08/01  04:24:24
49241         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
49242              on Windows)
49243      Branch: perl
49244            ! t/pragma/utf8.t utf8.c win32/win32.c
49245 ____________________________________________________________________________
49246 [  6475] By: jhi                                   on 2000/08/01  03:35:24
49247         Log: Make chr() for values >127 to create utf8 when under utf8.
49248              
49249              Subject: Re: uft8/chr()
49250              From: simon@brecon.co.uk (Simon Cozens)
49251              Date: 1 Aug 2000 02:37:02 GMT
49252              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
49253      Branch: perl
49254            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
49255 ____________________________________________________________________________
49256 [  6474] By: jhi                                   on 2000/08/01  02:36:18
49257         Log: In Digital UNIX warn if gcc explicitly chosen because even
49258              2.95.2 is known to cause problems.
49259      Branch: perl
49260            ! hints/dec_osf.sh
49261 ____________________________________________________________________________
49262 [  6473] By: jhi                                   on 2000/08/01  02:00:56
49263         Log: Make the safety catch for buggy gccs work with triple version
49264              numbers like 2.95.2.  Reported in
49265              
49266              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
49267              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
49268              Date: Mon, 31 Jul 2000 14:55:06 +0200
49269              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
49270      Branch: perl
49271            ! hints/dec_osf.sh
49272 ____________________________________________________________________________
49273 [  6472] By: jhi                                   on 2000/08/01  01:13:33
49274         Log: Subject: fix and question re: waitpid() under win32
49275              From: Brian Clarke <clarke@appliedmeta.com>
49276              Date: Fri, 28 Jul 2000 15:18:29 -0400
49277              Message-ID: <3981DC85.290314EB@appliedmeta.com>
49278              
49279              Slightly reformatted and WNOHANG # define moved to win32.h
49280              so that also POSIX.xs sees it, as suggsted by Sarathy.
49281      Branch: perl
49282            ! win32/win32.c win32/win32.h
49283 ____________________________________________________________________________
49284 [  6471] By: jhi                                   on 2000/08/01  00:55:05
49285         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
49286              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49287              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
49288              Date: Mon, 31 Jul 2000 13:28:51 +0100
49289              
49290              (aka ID 20000730.002)
49291      Branch: perl
49292            ! op.c t/op/tr.t
49293 ____________________________________________________________________________
49294 [  6470] By: jhi                                   on 2000/07/31  23:34:42
49295         Log: Document the problem with -P in HP-UX and its workaround.
49296              
49297              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
49298              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
49299              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
49300              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
49301      Branch: perl
49302            ! README.hpux
49303 ____________________________________________________________________________
49304 [  6469] By: jhi                                   on 2000/07/31  04:15:02
49305         Log: The swallow_bom() saga continues.  The #23 of require.t
49306              (UTF16-LE) still fails (silently, no output) but the #22
49307              (UTF16-BE) seems to be working now.  The root of the
49308              failure may be in sv_gets(): is it UTF-16LE-aware,
49309              especially when it comes to line endings? 
49310      Branch: perl
49311            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
49312            ! t/comp/require.t toke.c utf8.c
49313 ____________________________________________________________________________
49314 [  6468] By: jhi                                   on 2000/07/30  19:05:48
49315         Log: Find green threads before native threads.
49316              
49317              Subject: Re: Patch to jpl/JNI/Makefile.PL
49318              From: Jens Thomsen <jens@fiend.cis.com>
49319              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
49320              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
49321      Branch: perl
49322            ! jpl/JNI/Makefile.PL
49323 ____________________________________________________________________________
49324 [  6467] By: jhi                                   on 2000/07/30  18:36:22
49325         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
49326      Branch: perl
49327            ! doop.c
49328 ____________________________________________________________________________
49329 [  6466] By: jhi                                   on 2000/07/30  04:37:29
49330         Log: A new version of the "remove UPPERACSE string comparison"
49331              operators.  The problem with the previous one (change #6454)
49332              was that it was for Perl 5.6.0.  From Paul Marquess.
49333      Branch: perl
49334            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
49335            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
49336            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
49337 ____________________________________________________________________________
49338 [  6465] By: jhi                                   on 2000/07/29  22:39:56
49339         Log: Do not upgrade SVs into utf8 just because they participate
49340              in eq or cmp.  Reported and fix suggested in
49341              
49342              Subject: [ID 20000720.009] sv_eq UTF8 bug
49343              From: "Simon Cozens" <simon@othersideofthe.earth.li>
49344              Date: 21 Jul 2000 04:37:29 -0000
49345              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
49346              
49347              Exercise for the kind reader: should we or should we not
49348              cache the utf8 conversion alonside the SV? (as magic,
49349              as thestrxfrm()ed version is cached under use locale)
49350              Argue both for and against.
49351      Branch: perl
49352            ! sv.c
49353 ____________________________________________________________________________
49354 [  6464] By: jhi                                   on 2000/07/29  22:36:22
49355         Log: Subject: UTF8 concat
49356              From: simon@brecon.co.uk (Simon Cozens) 
49357              Date: 30 Jun 2000 06:13:25 GMT
49358              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
49359              
49360              (with a memory leak fixed, plus a few casts added)
49361              
49362              This also seems to help for
49363              
49364              Subject: [ID 20000716.015] join UTF8 weirdness
49365              From: root <root@ak-71.mind.de> 
49366              Date: Sat, 15 Jul 2000 15:29:54 +0200
49367              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
49368              
49369              (from Andreas König)
49370      Branch: perl
49371            ! pp_hot.c
49372 ____________________________________________________________________________
49373 [  6463] By: jhi                                   on 2000/07/29  00:55:39
49374         Log: Tune the comments and hopefully stop a memory leak.
49375      Branch: perl
49376            ! toke.c utf8.c
49377 ____________________________________________________________________________
49378 [  6462] By: jhi                                   on 2000/07/29  00:16:53
49379         Log: The problem described in this
49380              
49381              Subject: [ID 20000322.018] named chars aren't magical enough
49382              From: root <root@dixie.cscaper.com>     
49383              Date: Wed, 22 Mar 2000 18:37:42 -0700
49384              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
49385              
49386              has been fixed in perl 5.6.0 but just in case added a test
49387              to keep it away.  (The report from Joseph Hall.)
49388      Branch: perl
49389            ! t/lib/charnames.t
49390 ____________________________________________________________________________
49391 [  6461] By: jhi                                   on 2000/07/28  23:56:36
49392         Log: Tiny fixes for #6460.
49393      Branch: metaconfig/U/perl
49394            ! gccvers.U
49395      Branch: perl
49396            ! Configure config_h.SH
49397 ____________________________________________________________________________
49398 [  6460] By: jhi                                   on 2000/07/28  23:24:41
49399         Log: Warn if the version of the operating system used to compile gcc
49400              differs from the current version of the operating system.
49401              Also display the gcc compilation os and version in myconfig.
49402              Inspiration from
49403              
49404              Subject: Re: [ID 20000710.003] ERRORS!!         
49405              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49406              Date: Mon, 10 Jul 2000 15:54:16 -0400
49407              Message-ID: <20000710155416.A1384@O2.chapin.edu>
49408      Branch: metaconfig/U/perl
49409            ! gccvers.U
49410      Branch: perl
49411            ! Configure config_h.SH myconfig.SH
49412 ____________________________________________________________________________
49413 [  6459] By: jhi                                   on 2000/07/28  22:00:32
49414         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
49415              letter to $Config{osvers}.
49416      Branch: metaconfig
49417            ! U/modified/Oldconfig.U
49418      Branch: perl
49419            ! Configure config_h.SH
49420 ____________________________________________________________________________
49421 [  6458] By: jhi                                   on 2000/07/28  04:15:39
49422         Log: Back out #6454, doesn't seem to work.
49423              (Reason: that patch was for perl 5.6.0, not perl-current)
49424              (A version of the patch for perl-current came in later as #6466)
49425      Branch: perl
49426            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
49427            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
49428            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
49429 ____________________________________________________________________________
49430 [  6457] By: jhi                                   on 2000/07/27  23:31:49
49431         Log: Use setproctitle() if available to modify $0.
49432              
49433              Subject: setting $* on BSD4 broken
49434              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49435              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
49436              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
49437      Branch: metaconfig
49438            ! U/modified/Myinit.U
49439      Branch: perl
49440            ! Configure config_h.SH mg.c
49441 ____________________________________________________________________________
49442 [  6456] By: jhi                                   on 2000/07/27  14:50:47
49443         Log: Allow "no AutoLoader;", based on change #6444,
49444              suggested by Graham Barr.
49445      Branch: perl
49446            ! lib/AutoLoader.pm
49447 ____________________________________________________________________________
49448 [  6455] By: jhi                                   on 2000/07/27  14:19:10
49449         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
49450              From: rspier@pobox.com (Robert Spier)
49451              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
49452              Message-ID: <14720.15855.787664.424783@rls.cx>
49453      Branch: perl
49454            ! pod/perldiag.pod
49455 ____________________________________________________________________________
49456 [  6454] By: jhi                                   on 2000/07/27  14:03:02
49457         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
49458              for a long time).
49459              
49460              Reported in
49461              
49462              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
49463              From: Ryan Herbert <rherbert@sycamorehq.com>
49464              Date: Mon, 17 Jul 2000 11:40:42 -0400
49465              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
49466              
49467              Patched in
49468              
49469              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
49470              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49471              Date: Wed, 26 Jul 2000 23:40:18 +0100
49472              Message-ID: <000001bff752$79511880$0a17073e@tiny>
49473              
49474              based on an earlier patch from Stephen P. Potter.
49475              
49476              (Removed later by change #6458 because this patch was for
49477              perl 5.6.0, not perl-current)
49478      Branch: perl
49479            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
49480            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
49481            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
49482 ____________________________________________________________________________
49483 [  6453] By: jhi                                   on 2000/07/27  13:48:02
49484         Log: Subject: [PATCH] fixes bug 20000508.004
49485              From: Michael Stevens <mstevens@globnix.org>
49486              Date: Thu, 27 Jul 2000 13:49:04 +0100
49487              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
49488      Branch: perl
49489            ! pod/perldata.pod
49490 ____________________________________________________________________________
49491 [  6452] By: jhi                                   on 2000/07/26  23:51:26
49492         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
49493              and Craig A. Berry.
49494      Branch: perl
49495            ! lib/File/Temp.pm pod/perlport.pod
49496 ____________________________________________________________________________
49497 [  6451] By: jhi                                   on 2000/07/26  19:43:30
49498         Log: Be wary of close()s, too.
49499              
49500              Subject: Re: [PATCH] perlbug cleanup
49501              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49502              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
49503              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
49504      Branch: perl
49505            ! utils/perlbug.PL
49506 ____________________________________________________________________________
49507 [  6450] By: jhi                                   on 2000/07/26  18:41:40
49508         Log: Subject: Minor doc patch: handy.h
49509              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
49510              Date: Wed, 26 Jul 2000 15:34:25 -0300
49511              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
49512      Branch: perl
49513            ! handy.h pod/perlapi.pod
49514 ____________________________________________________________________________
49515 [  6449] By: jhi                                   on 2000/07/26  18:23:55
49516         Log: Subject: [PATCH] minor doc change - perlguts
49517              From: Michael Stevens <mstevens@globnix.org>
49518              Date: Thu, 13 Jul 2000 12:39:18 +0100
49519              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
49520      Branch: perl
49521            ! pod/perlguts.pod
49522 ____________________________________________________________________________
49523 [  6448] By: jhi                                   on 2000/07/26  18:20:30
49524         Log: open() wariness in perlbug.
49525              
49526              Subject: [PATCH] perlbug cleanup
49527              From: Michael Stevens <mstevens@globnix.org>
49528              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
49529              Date: Thu, 13 Jul 2000 15:52:23 +0100
49530      Branch: perl
49531            ! utils/perlbug.PL
49532 ____________________________________________________________________________
49533 [  6447] By: jhi                                   on 2000/07/26  18:13:04
49534         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
49535      Branch: perl
49536            ! lib/File/Temp.pm t/lib/ftmp-security.t
49537 ____________________________________________________________________________
49538 [  6446] By: jhi                                   on 2000/07/26  18:06:32
49539         Log: docfix from Peter Scott <Peter@PSDT.com>.
49540      Branch: perl
49541            ! pod/perlfunc.pod
49542 ____________________________________________________________________________
49543 [  6445] By: jhi                                   on 2000/07/26  17:53:31
49544         Log: Fix *foo{FORMAT}.
49545              
49546              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49547              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
49548              Date: Wed, 26 Jul 2000 19:51:02 +0200
49549              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
49550              
49551              From: Graham Barr <gbarr@pobox.com>
49552              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
49553              Date: Wed, 26 Jul 2000 17:38:36 +0100
49554              Message-ID: <20000726173836.L472@pobox.com>
49555      Branch: perl
49556            ! pp.c sv.c t/op/gv.t
49557 ____________________________________________________________________________
49558 [  6444] By: jhi                                   on 2000/07/26  17:49:14
49559         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
49560              from Graham Barr in the module list.
49561      Branch: perl
49562            ! gv.c pod/perlobj.pod
49563 ____________________________________________________________________________
49564 [  6443] By: jhi                                   on 2000/07/26  16:06:56
49565         Log: More split() doc and test patches from Mike Guy.
49566      Branch: perl
49567            ! pod/perlfunc.pod t/op/split.t
49568 ____________________________________________________________________________
49569 [  6442] By: jhi                                   on 2000/07/26  16:05:30
49570         Log: MacOS nits from Matthias Neeracher.
49571      Branch: perl
49572            ! perl.c pp_ctl.c
49573 ____________________________________________________________________________
49574 [  6441] By: jhi                                   on 2000/07/26  04:39:57
49575         Log: Subject: [PATCH] split /^/
49576              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49577              Date: Tue, 25 Jul 2000 14:18:57 +0100
49578              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
49579              
49580              (with notes from tchrist and gbarr)
49581      Branch: perl
49582            ! pod/perlfunc.pod t/op/split.t
49583 ____________________________________________________________________________
49584 [  6440] By: jhi                                   on 2000/07/26  04:32:32
49585         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
49586              From: Peter Prymmer <pvhp@forte.com>
49587              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
49588              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
49589      Branch: perl
49590            ! vms/munchconfig.c
49591 ____________________________________________________________________________
49592 [  6439] By: jhi                                   on 2000/07/26  04:31:01
49593         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
49594              to be fatal errors (instead of by default ignoring them, and
49595              ignoring with a bug: even though -w gave an error, the opening [
49596              was left in)  Reported in:
49597              
49598              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49599              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
49600              Date: Sun, 16 Jul 2000 17:55:29 -0700
49601              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
49602      Branch: perl
49603            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
49604 ____________________________________________________________________________
49605 [  6438] By: jhi                                   on 2000/07/25  15:41:15
49606         Log: Subject: [PATCH] av.c apidoc
49607              From: simon@brecon.co.uk (Simon Cozens)
49608              Date: 24 Jul 2000 06:40:52 GMT
49609              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
49610      Branch: perl
49611            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
49612            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
49613 ____________________________________________________________________________
49614 [  6437] By: jhi                                   on 2000/07/25  14:05:36
49615         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
49616              From: "Stephen P. Potter" <spp@ds.net>
49617              Date: Mon, 24 Jul 2000 14:22:23 -0400
49618              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
49619      Branch: perl
49620            ! pod/perllocale.pod
49621 ____________________________________________________________________________
49622 [  6436] By: jhi                                   on 2000/07/25  14:02:03
49623         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
49624              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49625              Date: Mon, 24 Jul 2000 18:04:28 +0100
49626              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
49627      Branch: perl
49628            ! t/lib/syslfs.t t/op/lfs.t
49629 ____________________________________________________________________________
49630 [  6435] By: jhi                                   on 2000/07/25  13:59:28
49631         Log: Get UTF16 BOMs working.  Patch from
49632              
49633              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49634              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49635              Date: Tue, 25 Jul 2000 12:52:45 +0100
49636              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
49637              
49638              and notes from
49639              
49640              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49641              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49642              Date: Tue, 25 Jul 2000 11:43:25 +0100
49643              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
49644      Branch: perl
49645            ! t/comp/require.t toke.c utf8.c
49646 ____________________________________________________________________________
49647 [  6434] By: jhi                                   on 2000/07/25  02:39:54
49648         Log: Make the "uninit variable" warning to say "concat or string"
49649              or "join or string" when in concat or join .
49650              
49651              Subject: Re: [ID 20000403.009] uninitialised concatenation???
49652              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49653              Date: Tue, 04 Apr 2000 18:22:58 +0100
49654              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
49655              
49656              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
49657              From: William R Ward <hermit@BayView.COM>
49658              Date: Thu, 30 Mar 2000 19:50:03 -0800
49659              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
49660      Branch: perl
49661            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
49662            ! t/pragma/warn/op t/pragma/warn/sv
49663 ____________________________________________________________________________
49664 [  6433] By: jhi                                   on 2000/07/24  17:52:56
49665         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
49666      Branch: perl
49667            ! lib/File/Spec/VMS.pm
49668 ____________________________________________________________________________
49669 [  6432] By: jhi                                   on 2000/07/24  17:44:44
49670         Log: Test cases for #6431.
49671              
49672              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49674              Date: Mon, 24 Jul 2000 15:32:29 +0100
49675              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
49676      Branch: perl
49677            ! t/op/pat.t t/op/split.t
49678 ____________________________________________________________________________
49679 [  6431] By: jhi                                   on 2000/07/24  17:43:17
49680         Log: Bind op fix.
49681              
49682              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49683              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49684              Date: Mon, 17 Jul 2000 20:04:56 +0100
49685              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
49686      Branch: perl
49687            ! op.c
49688 ____________________________________________________________________________
49689 [  6430] By: jhi                                   on 2000/07/24  03:42:42
49690         Log: Subject: [ID 20000716.023] syslog test fails without sockets
49691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49692              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
49693              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
49694      Branch: metaconfig/U/perl
49695            ! Extensions.U
49696      Branch: perl
49697            ! Configure config_h.SH
49698 ____________________________________________________________________________
49699 [  6429] By: jhi                                   on 2000/07/24  03:11:52
49700         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
49701              case, but add also notes explaining the relationship of this
49702              patch and the earlier notes by Sarathy.
49703              
49704              Subject: Map is still slow
49705              From: "Ben Tilly" <ben_tilly@hotmail.com>
49706              Date: Sat, 15 Jul 2000 17:23:27 EDT
49707              Message-ID: <20000715212327.21656.qmail@hotmail.com>
49708      Branch: perl
49709            ! pp_ctl.c
49710 ____________________________________________________________________________
49711 [  6428] By: jhi                                   on 2000/07/24  02:58:52
49712         Log: Documentation to explain the behaviour of map().
49713              
49714              Subject: Re: Map is still slow 
49715              From: Gurusamy Sarathy <gsar@ActiveState.com>
49716              Date: Sat, 15 Jul 2000 16:05:09 -0700
49717              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
49718      Branch: perl
49719            ! pp_ctl.c
49720 ____________________________________________________________________________
49721 [  6427] By: jhi                                   on 2000/07/24  02:50:03
49722         Log: Add tests for
49723              [ID 19991110.003] another matching finding by pcre author
49724              which has already been fixed by some patch, as verified in
49725              
49726              Subject: Re: two regex bugs from the mists of time (well, last November)
49727              From: Hugo <hv@crypt.compulink.co.uk>
49728              Date: Sat, 22 Jul 2000 18:12:58 +0100
49729              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
49730      Branch: perl
49731            ! t/op/re_tests
49732 ____________________________________________________________________________
49733 [  6426] By: jhi                                   on 2000/07/24  02:11:20
49734         Log: A missing 'break' after the [[:space:]] switch case.
49735              
49736              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
49737              From: "Stephen P. Potter" <spp@ds.net>
49738              Date: Tue, 18 Jul 2000 16:25:17 -0400
49739              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
49740      Branch: perl
49741            ! regcomp.c
49742 ____________________________________________________________________________
49743 [  6425] By: jhi                                   on 2000/07/24  02:06:12
49744         Log: The output might have been produced in the wrong order.
49745              
49746              Subject: [ID 20000720.003] [PATCH] t/op/write.t
49747              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49748              Date: Thu, 20 Jul 2000 18:49:18 +0100
49749              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
49750      Branch: perl
49751            ! t/op/write.t
49752 ____________________________________________________________________________
49753 [  6424] By: jhi                                   on 2000/07/24  02:00:07
49754         Log: Use STDOUT consistently.
49755              
49756              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
49757              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49758              Date: Thu, 20 Jul 2000 18:04:01 +0100
49759              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
49760      Branch: perl
49761            ! lib/Test/Harness.pm
49762 ____________________________________________________________________________
49763 [  6423] By: jhi                                   on 2000/07/24  01:54:54
49764         Log: Protect against "wild next"s, that is, callbacks doing "next"
49765              instead of "return".
49766              
49767              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
49768              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49769              Date: Tue, 18 Jul 2000 11:30:16 +0100
49770              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
49771      Branch: perl
49772            ! lib/File/Find.pm
49773 ____________________________________________________________________________
49774 [  6422] By: jhi                                   on 2000/07/24  01:35:47
49775         Log: Out-of-date note removed.
49776              
49777              Subject: [PATCH] documentation perlipc
49778              From: rspier@pobox.com (Robert Spier)
49779              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
49780              Message-ID: <14711.35178.572612.502654@rls.cx>
49781      Branch: perl
49782            ! pod/perlipc.pod
49783 ____________________________________________________________________________
49784 [  6421] By: jhi                                   on 2000/07/24  00:09:18
49785         Log: Send all installperl messages to STDERR and be -w clean.
49786              
49787              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
49788              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49789              Date: Sat, 22 Jul 2000 14:02:11 +0100
49790              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
49791      Branch: perl
49792            ! installperl
49793 ____________________________________________________________________________
49794 [  6420] By: jhi                                   on 2000/07/24  00:04:19
49795         Log: Decutandpasto.
49796              
49797              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
49798              From: "Richard Soderberg" <rs@crystalflame.net>
49799              Date: Sun, 23 Jul 2000 01:37:23 -0700
49800              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
49801      Branch: perl
49802            ! pod/perlipc.pod
49803 ____________________________________________________________________________
49804 [  6419] By: jhi                                   on 2000/07/24  00:01:12
49805         Log: A cleaner abs_path().
49806              Subject: Re: unix alternative to Cwd.pm
49807              From: Jeff Pinyan <jeffp@crusoe.net>
49808              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
49809              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
49810      Branch: perl
49811            ! lib/Cwd.pm
49812 ____________________________________________________________________________
49813 [  6418] By: jhi                                   on 2000/07/23  23:48:56
49814         Log: Detypo.
49815              
49816              Subject: [PATCH perl-current] Typo in hints/powerux.sh
49817              From: "Richard Soderberg" <rs@crystalflame.net>
49818              Date: Sun, 23 Jul 2000 01:27:33 -0700
49819              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
49820      Branch: perl
49821            ! hints/powerux.sh
49822 ____________________________________________________________________________
49823 [  6417] By: jhi                                   on 2000/07/17  22:13:31
49824         Log: Subject: SDBM_File documentation
49825              From: mjd@plover.com
49826              Date: 16 Jul 2000 17:41:17 -0000
49827              Message-ID: <20000716174117.18515.qmail@plover.com>
49828      Branch: perl
49829            ! ext/SDBM_File/SDBM_File.pm
49830 ____________________________________________________________________________
49831 [  6416] By: jhi                                   on 2000/07/17  19:13:26
49832         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
49833      Branch: perl
49834            ! hints/mpeix.sh mpeix/relink
49835 ____________________________________________________________________________
49836 [  6415] By: jhi                                   on 2000/07/15  14:11:02
49837         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
49838              the utf8 'characters' can be more than one octet).
49839              
49840              Date: Sat, 15 Jul 2000 00:21:56 +0100
49841              From: Tom Hughes <tom@compton.nu>
49842              Subject: Re: [ID 20000714.002]
49843              Message-ID: <db2334de49.tom@compton.compton.nu>
49844              
49845              Reported in
49846              
49847              Subject: [ID 20000714.002]
49848              From: "Simon Cozens" <simon@othersideofthe.earth.li>
49849              Date: 14 Jul 2000 15:13:09 -0000
49850              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
49851      Branch: perl
49852            ! doop.c
49853 ____________________________________________________________________________
49854 [  6414] By: jhi                                   on 2000/07/15  03:13:41
49855         Log: another VMS build tweak from Peter Prymmer
49856      Branch: perl
49857            ! vms/descrip_mms.template
49858 ____________________________________________________________________________
49859 [  6413] By: jhi                                   on 2000/07/15  03:10:40
49860         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
49861      Branch: perl
49862            ! vms/perlvms.pod
49863 ____________________________________________________________________________
49864 [  6412] By: jhi                                   on 2000/07/15  00:31:05
49865         Log: More docs for sv functions.
49866              
49867              Subject: [PATCH cfgperl] sv.c apidoc
49868              From: simon@brecon.co.uk (Simon Cozens)
49869              Date: 13 Jul 2000 09:00:20 GMT
49870              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
49871              
49872              Subject: Re: [PATCH cfgperl] sv.c apidoc
49873              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49874              Date: Thu, 13 Jul 2000 12:27:41 +0100
49875              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
49876              
49877              Subject: Re: [PATCH cfgperl] sv.c apidoc
49878              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49879              Date: Thu, 13 Jul 2000 13:23:09 +0100
49880              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
49881              
49882              Subject: Re: [PATCH cfgperl] sv.c apidoc
49883              From: simon@brecon.co.uk (Simon Cozens)
49884              Date: 14 Jul 2000 06:51:02 GMT
49885              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
49886      Branch: perl
49887            ! embed.pl pod/perlapi.pod sv.c
49888 ____________________________________________________________________________
49889 [  6411] By: jhi                                   on 2000/07/15  00:10:41
49890         Log: lib/b test fixes from Peter Prymmer.
49891      Branch: perl
49892            ! t/lib/b.t
49893 ____________________________________________________________________________
49894 [  6410] By: jhi                                   on 2000/07/15  00:02:09
49895         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
49896              From: Hugo <hv@crypt.compulink.co.uk>
49897              Date: Fri, 14 Jul 2000 23:05:20 +0100
49898              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
49899              
49900              Didn't anymore apply, but that point still could use another fix.
49901      Branch: perl
49902            ! pod/perlfunc.pod
49903 ____________________________________________________________________________
49904 [  6409] By: jhi                                   on 2000/07/14  23:15:15
49905         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
49906              not in pod, from Peter Prymmer
49907      Branch: perl
49908            ! vms/descrip_mms.template
49909 ____________________________________________________________________________
49910 [  6408] By: jhi                                   on 2000/07/14  20:35:05
49911         Log: The bug report
49912              [ID 19991110.002] minimal matching discrepancy found by pcre author
49913              seems to have been fixed (though differently from what was suggested
49914              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
49915      Branch: perl
49916            ! t/op/re_tests
49917 ____________________________________________________________________________
49918 [  6407] By: jhi                                   on 2000/07/14  17:38:08
49919         Log: Fix AutoSplit to use File::Spec the right way in VMS,
49920              from Peter Prymmer.
49921      Branch: perl
49922            ! lib/AutoSplit.pm
49923 ____________________________________________________________________________
49924 [  6406] By: jhi                                   on 2000/07/14  14:13:22
49925         Log: Merge perlhacktut into perlhack, update perlguts.
49926              
49927              Subject: Re: Perlhacktut
49928              From: simon@brecon.co.uk (Simon Cozens)
49929              Date: 14 Jul 2000 06:49:21 GMT
49930              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
49931              
49932              Subject: Re: Perlhacktut
49933              From: simon@brecon.co.uk (Simon Cozens)
49934              Date: 14 Jul 2000 07:09:45 GMT
49935              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
49936      Branch: perl
49937            ! pod/perlguts.pod pod/perlhack.pod
49938 ____________________________________________________________________________
49939 [  6405] By: jhi                                   on 2000/07/14  14:02:31
49940         Log: Integrate with Sarathy.
49941      Branch: cfgperl
49942           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
49943           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
49944           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
49945 ____________________________________________________________________________
49946 [  6404] By: gsar                                  on 2000/07/14  12:15:02
49947         Log: PERL_OBJECT build tweaks
49948      Branch: perl
49949            ! toke.c
49950 ____________________________________________________________________________
49951 [  6403] By: gsar                                  on 2000/07/14  11:23:41
49952         Log: inconsistent types needs casts
49953      Branch: perl
49954            ! toke.c
49955 ____________________________________________________________________________
49956 [  6402] By: gsar                                  on 2000/07/14  11:12:04
49957         Log: typos in change#6399, regen headers
49958      Branch: perl
49959            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
49960 ____________________________________________________________________________
49961 [  6401] By: gsar                                  on 2000/07/14  10:59:12
49962         Log: typecasts needed for change#6394
49963      Branch: perl
49964            ! toke.c
49965 ____________________________________________________________________________
49966 [  6400] By: gsar                                  on 2000/07/14  10:49:37
49967         Log: integrate cfgperl contents into mainline
49968      Branch: perl
49969           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
49970           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
49971 ____________________________________________________________________________
49972 [  6399] By: gsar                                  on 2000/07/14  10:38:35
49973         Log: enable UTF-16 filter by default if relevant BOM is seen; various
49974              cleanups (typos, misformatted code, and small bugs)
49975      Branch: perl
49976            ! doop.c embed.pl mg.c op.c pp.c toke.c
49977 ____________________________________________________________________________
49978 [  6398] By: gsar                                  on 2000/07/14  08:55:38
49979         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
49980              name suggests anyway)
49981      Branch: perl
49982            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
49983 ____________________________________________________________________________
49984 [  6397] By: gsar                                  on 2000/07/14  08:44:33
49985         Log: move new variables to the end of the interpreter structure (for
49986              bincompat in code that doesn't #include XSUB.h)
49987      Branch: perl
49988            ! intrpvar.h
49989 ____________________________________________________________________________
49990 [  6396] By: gsar                                  on 2000/07/14  08:13:58
49991         Log: MakeMaker should not remove editor backups (*~) on `make clean`
49992              by default (completes change#6383)
49993      Branch: perl
49994            ! lib/ExtUtils/MM_Unix.pm
49995 ____________________________________________________________________________
49996 [  6395] By: jhi                                   on 2000/07/14  05:20:33
49997         Log: Replace change #6337 with a better one.
49998              
49999              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
50000              From: Hugo <hv@crypt.compulink.co.uk>
50001              Date: Fri, 14 Jul 2000 04:16:20 +0100
50002              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
50003      Branch: cfgperl
50004            ! regexec.c t/op/re_tests
50005 ____________________________________________________________________________
50006 [  6394] By: jhi                                   on 2000/07/14  01:33:59
50007         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
50008      Branch: cfgperl
50009            ! embed.pl global.sym proto.h toke.c
50010 ____________________________________________________________________________
50011 [  6393] By: jhi                                   on 2000/07/13  23:41:23
50012         Log: remove discarded test
50013      Branch: cfgperl
50014            ! MANIFEST
50015 ____________________________________________________________________________
50016 [  6392] By: jhi                                   on 2000/07/13  23:32:25
50017         Log: The {multiplier} of a fixed substring was overlooked which
50018              caused a wrong initial search offset for that substring.
50019              
50020              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
50021              From: Hugo <hv@crypt.compulink.co.uk>
50022              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
50023              Date: Thu, 13 Jul 2000 19:27:13 +0100
50024      Branch: cfgperl
50025            ! regcomp.c t/op/re_tests
50026 ____________________________________________________________________________
50027 [  6391] By: jhi                                   on 2000/07/13  16:37:42
50028         Log: typo fix from Craig Berry
50029      Branch: cfgperl
50030            ! vms/subconfigure.com
50031 ____________________________________________________________________________
50032 [  6390] By: jhi                                   on 2000/07/13  13:20:12
50033         Log: Integrate with Sarathy.
50034      Branch: cfgperl
50035            - t/op/method2entersub.t
50036           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
50037           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
50038           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
50039           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
50040 ____________________________________________________________________________
50041 [  6389] By: jhi                                   on 2000/07/13  13:18:48
50042         Log: Detypo from Peter Prymmer, part of #6388.
50043      Branch: cfgperl
50044            ! Configure config_h.SH
50045      Branch: metaconfig
50046            ! U/modified/d_longlong.U
50047 ____________________________________________________________________________
50048 [  6388] By: gsar                                  on 2000/07/13  06:33:40
50049         Log: typos (spotted by Peter Prymmer)
50050      Branch: perl
50051            ! Configure t/lib/english.t
50052 ____________________________________________________________________________
50053 [  6387] By: gsar                                  on 2000/07/13  05:35:28
50054         Log: new selfloader.t in change#6183 doesn't close DATA handles,
50055              and thus fails to clean up tmp files on dosish platforms
50056      Branch: perl
50057            ! t/lib/selfloader.t
50058 ____________________________________________________________________________
50059 [  6386] By: gsar                                  on 2000/07/12  21:42:39
50060         Log: sprintf test tweaks (from Dominic Dunlop)
50061      Branch: perl
50062            ! t/op/sprintf.t
50063 ____________________________________________________________________________
50064 [  6385] By: gsar                                  on 2000/07/12  21:33:46
50065         Log: fix bugs in processing %v-*d and similar format specs (from
50066              Avi Finkel <avi@finkel.org>)
50067      Branch: perl
50068            ! sv.c t/op/sprintf.t
50069 ____________________________________________________________________________
50070 [  6384] By: gsar                                  on 2000/07/12  16:04:19
50071         Log: readd missing perldelta.pod changes from changes#6339,6376
50072      Branch: perl
50073            ! pod/perldelta.pod
50074 ____________________________________________________________________________
50075 [  6383] By: gsar                                  on 2000/07/12  16:00:51
50076         Log: don't clobber *.orig files on *clean targets
50077      Branch: perl
50078            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
50079 ____________________________________________________________________________
50080 [  6382] By: gsar                                  on 2000/07/12  07:59:12
50081         Log: fix broken integrations in cfgperl
50082      Branch: cfgperl
50083           !> Changes pod/perldelta.pod
50084 ____________________________________________________________________________
50085 [  6381] By: gsar                                  on 2000/07/12  07:42:17
50086         Log: integrate cfgperl changes into mainline
50087      Branch: perl
50088            ! Changes
50089           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
50090           !> pod/perlre.pod
50091 ____________________________________________________________________________
50092 [  6380] By: gsar                                  on 2000/07/12  07:31:00
50093         Log: get sprintf.t to adjust properly for 3-digit exponents
50094      Branch: perl
50095            ! t/op/sprintf.t
50096 ____________________________________________________________________________
50097 [  6379] By: gsar                                  on 2000/07/12  06:40:04
50098         Log: change#6174 needs corresponding change in win32/config_h.PL,
50099              which grovels through config_h.SH to find the config.h name
50100      Branch: perl
50101            ! win32/config_h.PL
50102 ____________________________________________________________________________
50103 [  6378] By: jhi                                   on 2000/07/12  05:03:59
50104         Log: Do the cc sanity check both before the hints and
50105              after the cc selction.
50106      Branch: cfgperl
50107            ! Configure config_h.SH
50108      Branch: metaconfig
50109            ! U/modified/Oldconfig.U U/modified/cc.U
50110      Branch: metaconfig/U/perl
50111            + Checkcc.U
50112 ____________________________________________________________________________
50113 [  6377] By: jhi                                   on 2000/07/12  02:49:22
50114         Log: Fix nits noticed by Boston.pm.
50115      Branch: cfgperl
50116            ! pod/perlre.pod
50117 ____________________________________________________________________________
50118 [  6376] By: jhi                                   on 2000/07/11  21:22:13
50119         Log: Configure cosmetics and perldelta.
50120      Branch: cfgperl
50121            ! Configure config_h.SH pod/perldelta.pod
50122      Branch: metaconfig
50123            ! U/modified/cc.U
50124 ____________________________________________________________________________
50125 [  6375] By: gsar                                  on 2000/07/11  21:17:35
50126         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
50127      Branch: perl
50128            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
50129            ! win32/win32sck.c
50130 ____________________________________________________________________________
50131 [  6374] By: gsar                                  on 2000/07/11  20:48:50
50132         Log: tweak for build failure under multiplicity
50133      Branch: perl
50134            ! toke.c
50135 ____________________________________________________________________________
50136 [  6373] By: gsar                                  on 2000/07/11  20:37:23
50137         Log: integrate cfgperl changes#6325..6373 into mainline
50138              (NOTE: today's batch of integrations still untested)
50139      Branch: perl
50140           +> ext/DynaLoader/hints/netbsd.pl
50141            ! Changes
50142           !> (integrate 26 files)
50143 ____________________________________________________________________________
50144 [  6372] By: jhi                                   on 2000/07/11  20:30:36
50145         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
50146              regen perltoc.
50147      Branch: cfgperl
50148            + pod/perlbook.pod
50149            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
50150            ! pod/perltoc.pod
50151 ____________________________________________________________________________
50152 [  6371] By: jhi                                   on 2000/07/11  20:08:56
50153         Log: Minor cleanups on the booklist.
50154      Branch: cfgperl
50155            ! pod/perlfaq2.pod
50156 ____________________________________________________________________________
50157 [  6370] By: jhi                                   on 2000/07/11  19:31:13
50158         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
50159      Branch: cfgperl
50160            ! t/pragma/overload.t
50161 ____________________________________________________________________________
50162 [  6369] By: gsar                                  on 2000/07/11  19:27:48
50163         Log: integrate cfgperl changes#6293..6324 into mainline
50164      Branch: perl
50165           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
50166            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
50167           !> (integrate 30 files)
50168 ____________________________________________________________________________
50169 [  6368] By: gsar                                  on 2000/07/11  19:18:57
50170         Log: skip integrate of problematic change#6292 from cfgperl into mainline
50171      Branch: perl
50172           !> pp_hot.c
50173 ____________________________________________________________________________
50174 [  6367] By: gsar                                  on 2000/07/11  19:17:21
50175         Log: integrate cfgperl changes#6288..6290 into mainline
50176      Branch: perl
50177           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
50178 ____________________________________________________________________________
50179 [  6366] By: gsar                                  on 2000/07/11  19:11:18
50180         Log: integrate cfgperl changes#6268..6282 into mainline
50181      Branch: perl
50182           !> (integrate 30 files)
50183 ____________________________________________________________________________
50184 [  6365] By: gsar                                  on 2000/07/11  18:57:00
50185         Log: delete new accidentally branched file
50186      Branch: perl
50187            - t/op/method2entersub.t
50188 ____________________________________________________________________________
50189 [  6364] By: gsar                                  on 2000/07/11  18:55:13
50190         Log: skip integrate of change#6267 from cfgperl into mainline (the
50191              method call optimization is flawed without additional hints
50192              from user about immutableness of @ISA and no runtime method
50193              definitions)
50194      Branch: perl
50195           +> t/op/method2entersub.t
50196           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
50197           !> perl.h t/op/sprintf.t xsutils.c
50198 ____________________________________________________________________________
50199 [  6363] By: gsar                                  on 2000/07/11  18:49:43
50200         Log: integrate cfgperl changes#6261..6266 into mainline
50201      Branch: perl
50202           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
50203           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
50204           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50205           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
50206 ____________________________________________________________________________
50207 [  6362] By: gsar                                  on 2000/07/11  18:43:26
50208         Log: integrate cfgperl changes#6252..6260 into mainline
50209      Branch: perl
50210           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
50211           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
50212           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
50213           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
50214 ____________________________________________________________________________
50215 [  6361] By: gsar                                  on 2000/07/11  18:37:12
50216         Log: skip integrate of problematic change#6251 from cfgperl into mainline
50217      Branch: perl
50218           !> lib/Exporter.pm
50219 ____________________________________________________________________________
50220 [  6360] By: gsar                                  on 2000/07/11  18:34:56
50221         Log: integrate cfgperl change#6250 into mainline
50222      Branch: perl
50223           +> t/op/my_stash.t
50224           !> MANIFEST embed.pl proto.h toke.c
50225 ____________________________________________________________________________
50226 [  6359] By: gsar                                  on 2000/07/11  18:21:19
50227         Log: integrate cfgperl changes#6242..6249 into mainline
50228      Branch: perl
50229           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
50230           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
50231           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
50232           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
50233           !> t/lib/peek.t utf8.c
50234 ____________________________________________________________________________
50235 [  6358] By: gsar                                  on 2000/07/11  18:15:45
50236         Log: skip integrate of problematic change#6241 from cfgperl into mainline
50237      Branch: perl
50238           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
50239 ____________________________________________________________________________
50240 [  6357] By: jhi                                   on 2000/07/11  18:15:16
50241         Log: Fix for
50242              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
50243              From: Roderick Schertler <roderick@argon.org> 
50244              Date: Tue, 11 Jul 2000 13:55:05 -0400 
50245              Message-Id: <200007111755.NAA05077@jones.argon.org> 
50246      Branch: cfgperl
50247            ! doio.c
50248 ____________________________________________________________________________
50249 [  6356] By: jhi                                   on 2000/07/11  18:12:51
50250         Log: Typo in #6341.
50251      Branch: cfgperl
50252            ! pp_hot.c
50253 ____________________________________________________________________________
50254 [  6355] By: gsar                                  on 2000/07/11  18:12:10
50255         Log: integrate cfgperl changes#6231..6240 into mainline
50256      Branch: perl
50257           +> pod/perlutil.pod
50258           !> (integrate 35 files)
50259 ____________________________________________________________________________
50260 [  6354] By: jhi                                   on 2000/07/11  18:04:34
50261         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
50262              From: Dominic Dunlop <domo@computer.org> 
50263              Date: Tue, 11 Jul 2000 12:27:33 +0200 
50264              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
50265              
50266              Replaces change #6268.
50267      Branch: cfgperl
50268            ! t/op/sprintf.t
50269 ____________________________________________________________________________
50270 [  6353] By: gsar                                  on 2000/07/11  17:59:51
50271         Log: skip integrate of problematic change#6230 from cfgperl into mainline
50272              (a later version of File::Spec is already in mainline)
50273      Branch: perl
50274           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
50275           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
50276 ____________________________________________________________________________
50277 [  6352] By: gsar                                  on 2000/07/11  17:57:48
50278         Log: integrate cfgperl changes#6224..6229 into mainline
50279      Branch: perl
50280           +> lib/lib.pm.PL
50281            - lib/lib.pm
50282           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
50283           !> lib/English.pm op.c t/lib/english.t
50284 ____________________________________________________________________________
50285 [  6351] By: gsar                                  on 2000/07/11  17:50:10
50286         Log: skip integrate of problematic change#6223 from cfgperl into mainline
50287      Branch: perl
50288           !> doio.c
50289 ____________________________________________________________________________
50290 [  6350] By: gsar                                  on 2000/07/11  17:48:28
50291         Log: integrate cfgperl changes#6220..6222 into mainline
50292      Branch: perl
50293           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
50294           !> toke.c utf8.c win32/win32.h
50295 ____________________________________________________________________________
50296 [  6349] By: gsar                                  on 2000/07/11  17:46:13
50297         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
50298              mainline
50299      Branch: perl
50300           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50301           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50302           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50303 ____________________________________________________________________________
50304 [  6348] By: jhi                                   on 2000/07/11  17:45:49
50305         Log: README.posix-bc podified from Thomas Dorner.
50306      Branch: cfgperl
50307            ! README.posix-bc
50308 ____________________________________________________________________________
50309 [  6347] By: gsar                                  on 2000/07/11  17:42:04
50310         Log: integrate cfgperl change#6217 into mainline
50311      Branch: perl
50312           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
50313           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
50314           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
50315 ____________________________________________________________________________
50316 [  6346] By: gsar                                  on 2000/07/11  17:39:37
50317         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
50318              mainline
50319      Branch: perl
50320           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
50321           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50322           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
50323           !> perlapi.h pod/perlapi.pod
50324 ____________________________________________________________________________
50325 [  6345] By: gsar                                  on 2000/07/11  17:36:42
50326         Log: integrate cfgperl changes#6207..6210 into mainline
50327      Branch: perl
50328           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
50329           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
50330 ____________________________________________________________________________
50331 [  6344] By: gsar                                  on 2000/07/11  17:31:20
50332         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
50333              mainline
50334      Branch: perl
50335           !> (integrate 40 files)
50336 ____________________________________________________________________________
50337 [  6343] By: gsar                                  on 2000/07/11  17:19:08
50338         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
50339      Branch: perl
50340           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
50341            ! Changes
50342           !> (integrate 34 files)
50343 ____________________________________________________________________________
50344 [  6342] By: jhi                                   on 2000/07/11  16:05:48
50345         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
50346              To: perl5-porters@perl.org
50347              From: Karsten Sperling <spiff@phreax.net>
50348              Date: Mon, 10 Jul 2000 15:12:52 +0200
50349              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
50350      Branch: cfgperl
50351            ! lib/Symbol.pm
50352 ____________________________________________________________________________
50353 [  6341] By: jhi                                   on 2000/07/11  15:59:23
50354         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
50355              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50356              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
50357              Date: Fri, 07 Jul 2000 17:57:16 +0100
50358      Branch: cfgperl
50359            ! pp_hot.c
50360 ____________________________________________________________________________
50361 [  6340] By: jhi                                   on 2000/07/11  15:55:47
50362         Log: Subject: Re: format bug report  [Patch]
50363              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50364              Date: Wed, 05 Jul 2000 13:12:52 +0200
50365              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
50366              
50367              Subject: Re: format bug report  [Patch]
50368              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50369              Date: Wed, 05 Jul 2000 14:10:01 +0200
50370              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
50371      Branch: cfgperl
50372            ! t/op/write.t toke.c
50373 ____________________________________________________________________________
50374 [  6339] By: jhi                                   on 2000/07/11  13:54:09
50375         Log: Be less forgiving about ambiguous and illegal tr ranges.
50376              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
50377              From: Mark-Jason Dominus <mjd@plover.com>
50378              Date: Tue, 04 Jul 2000 10:00:12 -0400
50379              Message-ID: <20000704140012.17772.qmail@plover.com>
50380              
50381              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
50382              From: Mark-Jason Dominus <mjd@plover.com>
50383              Date: Wed, 05 Jul 2000 09:37:36 -0400
50384              Message-ID: <20000705133736.27293.qmail@plover.com>
50385      Branch: cfgperl
50386            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
50387 ____________________________________________________________________________
50388 [  6338] By: jhi                                   on 2000/07/11  13:31:24
50389         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
50390              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50391              Date: Tue, 11 Jul 2000 13:50:51 +0100
50392              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
50393      Branch: cfgperl
50394            ! sv.c
50395 ____________________________________________________________________________
50396 [  6337] By: jhi                                   on 2000/07/11  13:29:14
50397         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
50398              From: Hugo <hv@crypt.compulink.co.uk>
50399              Date: Tue, 11 Jul 2000 12:44:50 +0100
50400              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
50401      Branch: cfgperl
50402            ! regexec.c t/op/re_tests
50403 ____________________________________________________________________________
50404 [  6336] By: jhi                                   on 2000/07/11  13:26:47
50405         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
50406              From: simon@brecon.co.uk (Simon Cozens)
50407              Date: 7 Jul 2000 11:26:09 GMT
50408              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
50409      Branch: cfgperl
50410            ! mg.c
50411 ____________________________________________________________________________
50412 [  6335] By: jhi                                   on 2000/07/11  13:23:37
50413         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
50414              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
50415              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
50416              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
50417      Branch: cfgperl
50418            + ext/DynaLoader/hints/netbsd.pl
50419            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
50420 ____________________________________________________________________________
50421 [  6334] By: jhi                                   on 2000/07/11  13:20:38
50422         Log: Subject: PATCH perlguts.pod: Document D and d magic types
50423              From: mjd@plover.com
50424              Date: 5 Jul 2000 18:01:51 -0000
50425              Message-ID: <20000705180151.29413.qmail@plover.com>
50426      Branch: cfgperl
50427            ! pod/perlguts.pod
50428 ____________________________________________________________________________
50429 [  6333] By: jhi                                   on 2000/07/11  13:15:51
50430         Log: Precedence goof, fix based on
50431              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
50432              From: Hugo <hv@crypt.compulink.co.uk>
50433              Date: Tue, 11 Jul 2000 12:52:38 +0100
50434              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
50435      Branch: cfgperl
50436            ! t/op/taint.t
50437 ____________________________________________________________________________
50438 [  6332] By: jhi                                   on 2000/07/11  12:40:17
50439         Log: Integrate with Sarathy.
50440      Branch: cfgperl
50441           !> win32/win32sck.c
50442 ____________________________________________________________________________
50443 [  6331] By: jhi                                   on 2000/07/10  20:14:16
50444         Log: Sprinkle ldlibpath.
50445      Branch: cfgperl
50446            ! pod/Makefile.SH
50447 ____________________________________________________________________________
50448 [  6330] By: jhi                                   on 2000/07/10  17:54:49
50449         Log: More POSIX.pod tweaks.
50450      Branch: cfgperl
50451            ! ext/POSIX/POSIX.pod
50452 ____________________________________________________________________________
50453 [  6329] By: jhi                                   on 2000/07/10  14:02:12
50454         Log: Reorder perl.pod once more.
50455      Branch: cfgperl
50456            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50457 ____________________________________________________________________________
50458 [  6328] By: gsar                                  on 2000/07/10  07:06:00
50459         Log: accept() leaks memory on windows due to incorrect ordering of
50460              closesocket() and fclose() calls
50461      Branch: perl
50462            ! win32/win32sck.c
50463 ____________________________________________________________________________
50464 [  6327] By: gsar                                  on 2000/07/10  06:49:17
50465         Log: winsock options weren't being set in all threads under ithreads
50466              (caused send()s from second and subsequent threads to fail)
50467      Branch: perl
50468            ! win32/win32sck.c
50469 ____________________________________________________________________________
50470 [  6326] By: jhi                                   on 2000/07/08  02:45:40
50471         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
50472              was cast to an unsigned (32-bit) integer with wild abandon.
50473      Branch: cfgperl
50474            ! ext/Devel/DProf/DProf.xs
50475 ____________________________________________________________________________
50476 [  6325] By: jhi                                   on 2000/07/07  18:50:33
50477         Log: Remove perlbook, update perlfaq book listing,
50478              rearrange perl.pod, regenerate perltoc.
50479      Branch: cfgperl
50480            - pod/perlbook.pod
50481            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
50482            ! pod/perlfaq2.pod pod/perltoc.pod
50483 ____________________________________________________________________________
50484 [  6324] By: jhi                                   on 2000/07/07  14:03:40
50485         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
50486      Branch: cfgperl
50487            ! sv.h toke.c
50488 ____________________________________________________________________________
50489 [  6323] By: jhi                                   on 2000/07/06  16:03:55
50490         Log: Fix complaints of buildtoc.
50491      Branch: cfgperl
50492            + lib/Win32.pod
50493            - pod/Win32.pod
50494            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50495 ____________________________________________________________________________
50496 [  6322] By: jhi                                   on 2000/07/06  15:15:52
50497         Log: Add =head1 NAMEs so that buildtoc is happy.
50498              (The CGI::Util nit reported to Lincoln.)
50499      Branch: cfgperl
50500            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
50501            ! pod/perltoc.pod
50502 ____________________________________________________________________________
50503 [  6321] By: jhi                                   on 2000/07/06  03:16:04
50504         Log: Config is being used.
50505      Branch: cfgperl
50506            ! t/op/method.t
50507 ____________________________________________________________________________
50508 [  6320] By: jhi                                   on 2000/07/06  03:13:13
50509         Log: Integrate with Sarathy.
50510      Branch: cfgperl
50511           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
50512 ____________________________________________________________________________
50513 [  6319] By: jhi                                   on 2000/07/06  03:11:46
50514         Log: Autogenerate pod/Makefile and pod/buildtoc.
50515              buildtoc also checks whether the existin pods are
50516              mentioned in MANIFEST and perl.pod, and vice versa.
50517              (None of the thusly found discrepancies fixed yet.)
50518              roffitall also needs to be autogenerated similarly but it
50519              seems so badly out of date that I didn't touch it yet.
50520      Branch: cfgperl
50521            + pod/Makefile.SH pod/buildtoc.PL
50522            - pod/Makefile pod/buildtoc
50523            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
50524 ____________________________________________________________________________
50525 [  6318] By: gsar                                  on 2000/07/05  22:10:54
50526         Log: fix UNC path handling on Windows under ithreads, and chdir()
50527              return value when given a non-existent directory
50528      Branch: perl
50529            ! win32/vdir.h
50530 ____________________________________________________________________________
50531 [  6317] By: gsar                                  on 2000/07/05  22:08:19
50532         Log: winsock cleanup never done on Windows (leads to handle leaks)
50533      Branch: perl
50534            ! win32/perllib.c win32/win32sck.c
50535 ____________________________________________________________________________
50536 [  6316] By: gsar                                  on 2000/07/05  22:06:19
50537         Log: some debugger output does not go to the socket when RemotePort is set
50538      Branch: perl
50539            ! lib/perl5db.pl
50540 ____________________________________________________________________________
50541 [  6315] By: jhi                                   on 2000/07/05  00:25:21
50542         Log: Integrate with Sarathy, preliminary fix for unicos
50543              alignment problems in [ID 20000612.002] Perl problem on Cray system.
50544      Branch: cfgperl
50545            ! sv.h
50546           !> pp_hot.c
50547 ____________________________________________________________________________
50548 [  6314] By: gsar                                  on 2000/07/04  23:34:02
50549         Log: tyop in change#6306
50550      Branch: perl
50551            ! pp_hot.c
50552 ____________________________________________________________________________
50553 [  6313] By: jhi                                   on 2000/07/04  22:14:38
50554         Log: Multiline string literals ENONPORTABLE.
50555      Branch: cfgperl
50556            ! pp_hot.c
50557 ____________________________________________________________________________
50558 [  6312] By: jhi                                   on 2000/07/04  20:34:44
50559         Log: Integrate with Sarathy.
50560      Branch: cfgperl
50561           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
50562           !> t/op/method.t
50563 ____________________________________________________________________________
50564 [  6311] By: jhi                                   on 2000/07/04  20:30:56
50565         Log: More POSIX.pod embellishment.
50566      Branch: cfgperl
50567            ! ext/POSIX/POSIX.pod
50568 ____________________________________________________________________________
50569 [  6310] By: gsar                                  on 2000/07/04  17:28:48
50570         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
50571      Branch: perl
50572            ! t/lib/b.t
50573 ____________________________________________________________________________
50574 [  6309] By: jhi                                   on 2000/07/04  17:22:18
50575         Log: The #6308 required a little bit more.
50576      Branch: cfgperl
50577            ! Makefile.SH win32/Makefile
50578 ____________________________________________________________________________
50579 [  6308] By: jhi                                   on 2000/07/04  16:35:24
50580         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
50581      Branch: cfgperl
50582            + lib/lib_pm.PL
50583            - lib/lib.pm.PL
50584            ! MANIFEST Makefile.SH
50585 ____________________________________________________________________________
50586 [  6307] By: jhi                                   on 2000/07/04  16:28:58
50587         Log: Win32 patches for cfgperl from Sarathy.
50588      Branch: cfgperl
50589            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
50590            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
50591            ! thread.h toke.c util.c win32/Makefile win32/win32.c
50592 ____________________________________________________________________________
50593 [  6306] By: gsar                                  on 2000/07/04  16:28:40
50594         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
50595              (from Richard Soderberg <rs@oregonnet.com>)
50596      Branch: perl
50597            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
50598 ____________________________________________________________________________
50599 [  6305] By: jhi                                   on 2000/07/04  16:24:24
50600         Log: Integrate with Sarathy.
50601      Branch: cfgperl
50602           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
50603           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50604           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
50605           !> proto.h win32/win32.c
50606 ____________________________________________________________________________
50607 [  6304] By: gsar                                  on 2000/07/04  16:17:24
50608         Log: missing perldiag entry for unpack("w",...) diagnostic (from
50609              Andreas Koenig)
50610      Branch: perl
50611            ! pod/perldiag.pod
50612 ____________________________________________________________________________
50613 [  6303] By: gsar                                  on 2000/07/04  16:14:44
50614         Log: remove rel2abs prototypes (from Barrie Slaymaker)
50615      Branch: perl
50616            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
50617            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50618 ____________________________________________________________________________
50619 [  6302] By: gsar                                  on 2000/07/04  04:59:35
50620         Log: adjust change#6299
50621      Branch: perl
50622            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
50623            ! win32/win32.c
50624 ____________________________________________________________________________
50625 [  6301] By: jhi                                   on 2000/07/04  04:50:07
50626         Log: Integrate with Sarathy.
50627      Branch: cfgperl
50628           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
50629           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
50630           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
50631 ____________________________________________________________________________
50632 [  6300] By: gsar                                  on 2000/07/04  04:42:09
50633         Log: PERL_OBJECT build tweak
50634      Branch: perl
50635            ! perl.h
50636 ____________________________________________________________________________
50637 [  6299] By: gsar                                  on 2000/07/04  04:37:00
50638         Log: fix memory leak on Windows (PL_sys_intern contents were never
50639              freed)
50640      Branch: perl
50641            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
50642            ! perlapi.c proto.h win32/win32.c
50643 ____________________________________________________________________________
50644 [  6298] By: gsar                                  on 2000/07/04  04:15:59
50645         Log: fix large memory leak that has been around for ever, masked by
50646              -DPURIFY (most of the arenas were never freed!)
50647      Branch: perl
50648            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
50649 ____________________________________________________________________________
50650 [  6297] By: gsar                                  on 2000/07/04  04:07:46
50651         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
50652      Branch: perl
50653            ! perl.c
50654 ____________________________________________________________________________
50655 [  6296] By: jhi                                   on 2000/06/30  18:28:37
50656         Log: Elaborate POSIX.pod.  Still needs work.
50657      Branch: cfgperl
50658            ! ext/POSIX/POSIX.pod
50659 ____________________________________________________________________________
50660 [  6295] By: jhi                                   on 2000/06/30  14:58:18
50661         Log: Point to perlipc for more SysV IPC examples.
50662      Branch: cfgperl
50663            ! pod/perlfunc.pod
50664 ____________________________________________________________________________
50665 [  6294] By: gsar                                  on 2000/06/30  14:47:45
50666         Log: slurp mode fix in change#4736 still not quite right
50667      Branch: perl
50668            ! pp_hot.c t/io/argv.t
50669 ____________________________________________________________________________
50670 [  6293] By: jhi                                   on 2000/06/30  12:02:55
50671         Log: Integrate with Sarathy.
50672      Branch: cfgperl
50673           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
50674 ____________________________________________________________________________
50675 [  6292] By: jhi                                   on 2000/06/30  12:01:11
50676         Log: From: simon@brecon.co.uk (Simon Cozens)
50677              Subject: UTF8 concat
50678              Date: 30 Jun 2000 06:13:25 GMT
50679              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
50680      Branch: cfgperl
50681            ! pp_hot.c
50682 ____________________________________________________________________________
50683 [  6291] By: gsar                                  on 2000/06/30  04:37:33
50684         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
50685              when @_ is modified, causing coredumps
50686      Branch: perl
50687            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
50688 ____________________________________________________________________________
50689 [  6290] By: jhi                                   on 2000/06/30  02:21:44
50690         Log: Integrate with Sarathy.
50691      Branch: cfgperl
50692           !> vms/vms.c vms/vmsish.h
50693 ____________________________________________________________________________
50694 [  6289] By: jhi                                   on 2000/06/30  02:21:02
50695         Log: Check VERSIONs.
50696      Branch: cfgperl
50697            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50698            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
50699            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50700 ____________________________________________________________________________
50701 [  6288] By: jhi                                   on 2000/06/30  02:18:52
50702         Log: Integrate with Sarathy.
50703      Branch: cfgperl
50704           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
50705           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50706           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
50707           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
50708 ____________________________________________________________________________
50709 [  6287] By: gsar                                  on 2000/06/30  02:17:08
50710         Log: integrate vmsperl changes into mainline
50711      Branch: perl
50712           !> vms/vms.c vms/vmsish.h
50713 ____________________________________________________________________________
50714 [  6285] By: gsar                                  on 2000/06/30  02:05:28
50715         Log: localize %INC in a Safe compartment so that use/require work
50716              (many other magic globals probably need similar treatment)
50717      Branch: perl
50718            ! ext/Opcode/Opcode.xs
50719 ____________________________________________________________________________
50720 [  6284] By: gsar                                  on 2000/06/30  01:54:54
50721         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
50722              about Windows
50723      Branch: perl
50724            ! pod/perlembed.pod
50725 ____________________________________________________________________________
50726 [  6283] By: jhi                                   on 2000/06/30  01:50:10
50727         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
50728              From: Barrie Slaymaker <barries@jester.slaysys.com>
50729              Date: Wed, 28 Jun 2000 11:35:29 -0400
50730              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
50731      Branch: perl
50732            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
50733            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
50734            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50735            ! lib/File/Spec/Win32.pm
50736 ____________________________________________________________________________
50737 [  6282] By: jhi                                   on 2000/06/29  22:57:22
50738         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
50739              From: Dan Sugalski <dan@sidhe.org>
50740              Date: Tue, 06 Jun 2000 11:59:50 -0400
50741              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
50742      Branch: cfgperl
50743            ! vms/vms.c
50744 ____________________________________________________________________________
50745 [  6281] By: jhi                                   on 2000/06/29  22:52:50
50746         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
50747              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50748              Date: Wed, 7 Jun 2000 04:02:04 -0500
50749              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
50750      Branch: cfgperl
50751            ! utils/h2xs.PL
50752 ____________________________________________________________________________
50753 [  6280] By: jhi                                   on 2000/06/29  22:45:47
50754         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
50755              From: rspier@pobox.com (Robert Spier)
50756              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
50757              Message-ID: <14654.31913.845602.610277@rls.cx>
50758      Branch: cfgperl
50759            ! utils/h2xs.PL
50760 ____________________________________________________________________________
50761 [  6279] By: jhi                                   on 2000/06/29  22:38:16
50762         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
50763              From: Tim Ayers <tayers@bridge.com>
50764              Date: Thu, 08 Jun 2000 08:11:06 +0200
50765              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
50766              [resent by Richard Foley, Message-Id probably wrong]
50767      Branch: cfgperl
50768            ! pod/perlsub.pod
50769 ____________________________________________________________________________
50770 [  6278] By: jhi                                   on 2000/06/29  22:21:45
50771         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
50772              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
50773              Date: Fri, 09 Jun 2000 12:39:27 -0400
50774              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
50775              (plus update the version "number" of Text::Wrap)
50776      Branch: cfgperl
50777            ! lib/Text/Wrap.pm
50778 ____________________________________________________________________________
50779 [  6277] By: jhi                                   on 2000/06/29  22:13:10
50780         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
50781              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50782              Date: Mon, 12 Jun 2000 14:55:59 +0100
50783              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
50784      Branch: cfgperl
50785            ! pod/perlfunc.pod
50786 ____________________________________________________________________________
50787 [  6276] By: jhi                                   on 2000/06/29  22:11:06
50788         Log: Subject: [PATCH] Re: eval documentation: context
50789              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50790              Date: Mon, 12 Jun 2000 15:07:29 +0100
50791              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
50792      Branch: cfgperl
50793            ! pod/perlfunc.pod
50794 ____________________________________________________________________________
50795 [  6275] By: jhi                                   on 2000/06/29  21:59:46
50796         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
50797              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50798              Date: Tue, 13 Jun 2000 02:43:48 -0500
50799              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
50800      Branch: cfgperl
50801            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
50802 ____________________________________________________________________________
50803 [  6274] By: jhi                                   on 2000/06/29  21:56:14
50804         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
50805              From: Andy Dougherty <doughera@lafayette.edu>
50806              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
50807              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
50808      Branch: cfgperl
50809            ! ext/File/Glob/Glob.pm
50810 ____________________________________________________________________________
50811 [  6273] By: jhi                                   on 2000/06/29  21:49:09
50812         Log: Subject: [PATCH] xsub attributes
50813              From: Doug MacEachern <dougm@covalent.net>
50814              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
50815              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
50816      Branch: cfgperl
50817            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
50818            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
50819 ____________________________________________________________________________
50820 [  6272] By: jhi                                   on 2000/06/29  21:41:28
50821         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
50822              From: Tom Phoenix <rootbeer@redcat.com>
50823              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
50824              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
50825      Branch: cfgperl
50826            ! lib/Net/Ping.pm
50827 ____________________________________________________________________________
50828 [  6271] By: jhi                                   on 2000/06/29  21:36:55
50829         Log: Subject: PATCH pod/perltie.pod
50830              From: Ian Phillipps <Ian.Phillipps@iname.com>
50831              Date: Fri, 16 Jun 2000 00:17:19 +0100
50832              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
50833              (only the first hunk, the second hunk had already been done
50834              by some other patch)
50835      Branch: cfgperl
50836            ! pod/perltie.pod
50837 ____________________________________________________________________________
50838 [  6270] By: jhi                                   on 2000/06/29  21:24:51
50839         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
50840              From: Nicholas Clark <nick@talking.bollo.cx>
50841              Date: Fri, 23 Jun 2000 16:21:15 +0100
50842              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
50843      Branch: cfgperl
50844            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
50845            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
50846 ____________________________________________________________________________
50847 [  6269] By: jhi                                   on 2000/06/29  19:38:15
50848         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
50849              silence few compiler warnings.
50850      Branch: cfgperl
50851            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
50852 ____________________________________________________________________________
50853 [  6268] By: jhi                                   on 2000/06/29  18:21:50
50854         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
50855              From: Dominic Dunlop <domo@computer.org> 
50856              Date: Thu, 29 Jun 2000 12:32:39 +0200 
50857              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
50858      Branch: cfgperl
50859            ! t/op/sprintf.t
50860 ____________________________________________________________________________
50861 [  6267] By: jhi                                   on 2000/06/29  18:16:07
50862         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
50863              From: Doug MacEachern <dougm@covalent.net>
50864              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
50865              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
50866      Branch: cfgperl
50867            + t/op/method2entersub.t
50868            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
50869            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50870            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
50871            ! xsutils.c
50872 ____________________________________________________________________________
50873 [  6266] By: jhi                                   on 2000/06/29  15:11:15
50874         Log: Subject: [PATCH 5.6.0] cygwin port
50875              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
50876              From: "Fifer, Eric" <EFifer@sanwaint.com>
50877              Date: Thu, 29 Jun 2000 12:58:29 +0100
50878      Branch: cfgperl
50879            ! cygwin/Makefile.SHs
50880 ____________________________________________________________________________
50881 [  6265] By: jhi                                   on 2000/06/29  15:04:05
50882         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
50883              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50884              Date: Wed, 28 Jun 2000 17:50:12 -0700
50885              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
50886      Branch: cfgperl
50887            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50888 ____________________________________________________________________________
50889 [  6264] By: jhi                                   on 2000/06/29  15:00:57
50890         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
50891              From: Marty Lucich <marty@netcom.com>
50892              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
50893              Message-Id: <200006282116.OAA11148@netcom.com>
50894              ccdlflags update (the BSD/OS 4.1 part had already been taken
50895              care of by #6141).
50896      Branch: cfgperl
50897            ! hints/bsdos.sh
50898 ____________________________________________________________________________
50899 [  6263] By: jhi                                   on 2000/06/29  13:47:44
50900         Log: tr fixes from Simon Cozens
50901      Branch: cfgperl
50902            ! doop.c
50903 ____________________________________________________________________________
50904 [  6262] By: jhi                                   on 2000/06/28  18:46:01
50905         Log: Subject: 5.6.0 Patch for EPOC
50906              From: Olaf Flebbe <o.flebbe@gmx.de>
50907              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
50908              Message-ID: <23449.960929969@www11.gmx.net>
50909      Branch: cfgperl
50910            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
50911            ! epoc/epocish.h
50912 ____________________________________________________________________________
50913 [  6261] By: jhi                                   on 2000/06/28  18:29:07
50914         Log: Subject: Re: [PATCH cfgperl] BOMs away!
50915              From: simon@brecon.co.uk (Simon Cozens)
50916              Date: 17 Jun 2000 11:49:57 GMT
50917              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
50918      Branch: cfgperl
50919            ! pod/perldiag.pod t/comp/require.t toke.c
50920 ____________________________________________________________________________
50921 [  6260] By: jhi                                   on 2000/06/28  17:47:16
50922         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
50923              From: simon@brecon.co.uk (Simon Cozens) 
50924              Date: 17 Jun 2000 11:56:44 GMT 
50925              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
50926              pack U0, pack C0
50927      Branch: cfgperl
50928            ! pod/perlfunc.pod pp.c t/op/pack.t
50929 ____________________________________________________________________________
50930 [  6259] By: jhi                                   on 2000/06/28  16:43:17
50931         Log: perlnewmod was missing from MANIFEST.
50932      Branch: cfgperl
50933            ! MANIFEST
50934 ____________________________________________________________________________
50935 [  6258] By: jhi                                   on 2000/06/28  15:54:30
50936         Log: linenumber tweak
50937      Branch: cfgperl
50938            ! t/pragma/warn/regcomp
50939 ____________________________________________________________________________
50940 [  6257] By: jhi                                   on 2000/06/28  15:50:44
50941         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
50942              From: Doug MacEachern <dougm@covalent.net>
50943              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
50944              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
50945              (one part of the patch had been applied earlier)
50946      Branch: cfgperl
50947            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
50948 ____________________________________________________________________________
50949 [  6256] By: jhi                                   on 2000/06/28  15:40:22
50950         Log: tweaks from Simon Cozens to further fix tr/// under utf8
50951      Branch: cfgperl
50952            ! doop.c
50953 ____________________________________________________________________________
50954 [  6255] By: jhi                                   on 2000/06/28  15:33:45
50955         Log: small thinko tweaks
50956      Branch: cfgperl
50957            ! lib/IPC/Open3.pm t/op/my_stash.t
50958 ____________________________________________________________________________
50959 [  6254] By: jhi                                   on 2000/06/28  15:33:25
50960         Log: Subject: tr///, help wanted.
50961              From: simon@brecon.co.uk (Simon Cozens)
50962              Date: 28 Jun 2000 11:29:04 GMT
50963              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
50964      Branch: cfgperl
50965            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
50966            ! pp_proto.h proto.h t/op/tr.t
50967 ____________________________________________________________________________
50968 [  6253] By: jhi                                   on 2000/06/28  15:09:17
50969         Log: Paranoia tweak on #6249.
50970              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50971              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50972              Date: Sun, 25 Jun 2000 23:43:12 -0400
50973              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
50974      Branch: cfgperl
50975            ! lib/IPC/Open3.pm
50976 ____________________________________________________________________________
50977 [  6252] By: jhi                                   on 2000/06/28  15:01:38
50978         Log: Document #6249 and #6251.
50979      Branch: cfgperl
50980            ! lib/Exporter.pm lib/IPC/Open3.pm
50981 ____________________________________________________________________________
50982 [  6251] By: jhi                                   on 2000/06/28  14:50:43
50983         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
50984              From: Doug MacEachern <dougm@covalent.net>
50985              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
50986              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
50987      Branch: cfgperl
50988            ! lib/Exporter.pm
50989 ____________________________________________________________________________
50990 [  6250] By: jhi                                   on 2000/06/28  14:45:23
50991         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
50992              From: Doug MacEachern <dougm@covalent.net>
50993              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
50994              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
50995      Branch: cfgperl
50996            + t/op/my_stash.t
50997            ! MANIFEST embed.pl global.sym proto.h toke.c
50998 ____________________________________________________________________________
50999 [  6249] By: jhi                                   on 2000/06/28  14:36:34
51000         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
51001              From: Frank Tobin <ftobin@uiuc.edu>
51002              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51003              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51004      Branch: cfgperl
51005            ! lib/IPC/Open3.pm
51006 ____________________________________________________________________________
51007 [  6248] By: jhi                                   on 2000/06/28  14:11:25
51008         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51009              From: Mark-Jason Dominus <mjd@plover.com>
51010              Date: Tue, 27 Jun 2000 22:36:42 -0400
51011              Message-ID: <20000628023642.12166.qmail@plover.com>
51012      Branch: cfgperl
51013            ! pod/perlfunc.pod
51014 ____________________________________________________________________________
51015 [  6247] By: jhi                                   on 2000/06/27  12:46:37
51016         Log: Tweak $VERSION, patch from Doug MacEachern.
51017      Branch: cfgperl
51018            ! lib/File/Spec.pm
51019 ____________________________________________________________________________
51020 [  6246] By: jhi                                   on 2000/06/27  03:34:46
51021         Log: Allow for standalone testing.
51022      Branch: cfgperl
51023            ! t/lib/filefunc.t t/lib/filespec.t
51024 ____________________________________________________________________________
51025 [  6245] By: jhi                                   on 2000/06/27  02:50:02
51026         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
51027              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51028              Date: Sat, 24 Jun 2000 13:06:20 +0100
51029              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
51030      Branch: cfgperl
51031            ! ext/DynaLoader/DynaLoader_pm.PL
51032 ____________________________________________________________________________
51033 [  6244] By: jhi                                   on 2000/06/27  02:46:10
51034         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
51035              From: Doug MacEachern <dougm@covalent.net>
51036              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
51037              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
51038      Branch: cfgperl
51039            ! gv.c sv.c t/lib/peek.t
51040 ____________________________________________________________________________
51041 [  6243] By: jhi                                   on 2000/06/27  02:38:07
51042         Log: Subject: [PATCH] is_utf8_string
51043              From: simon@brecon.co.uk (Simon Cozens)
51044              Date: 26 Jun 2000 02:25:59 GMT
51045              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
51046      Branch: cfgperl
51047            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
51048            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
51049            ! proto.h utf8.c
51050 ____________________________________________________________________________
51051 [  6242] By: jhi                                   on 2000/06/27  02:24:00
51052         Log: Subject: [PATCH] bytes<->utf8 fixes
51053              From: simon@brecon.co.uk (Simon Cozens)
51054              Date: 26 Jun 2000 04:55:45 GMT
51055              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
51056      Branch: cfgperl
51057            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
51058 ____________________________________________________________________________
51059 [  6241] By: jhi                                   on 2000/06/27  02:12:42
51060         Log: Do no -warn on \_, only on \alpha.
51061              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
51062              From: David Dyck <dcd@tc.fluke.com>
51063              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
51064              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
51065      Branch: cfgperl
51066            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
51067 ____________________________________________________________________________
51068 [  6240] By: jhi                                   on 2000/06/27  02:00:01
51069         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
51070              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51071              Date: Mon, 26 Jun 2000 18:40:14 +0100
51072              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
51073      Branch: cfgperl
51074            ! utils/h2xs.PL
51075 ____________________________________________________________________________
51076 [  6239] By: jhi                                   on 2000/06/27  01:53:40
51077         Log: Configure maintenance.  Sever some dependency cycles,
51078              separate gccversion from the cc unit,
51079              address [ID 20000623.006] Configure script patch for using gcc on AIX
51080              (but solve it a little bit differently),
51081              unduplex some accidentally duplicated units,
51082              suggest using gcc if no cc available
51083              (p5p thread: "Solaris configure: counterproposal", 1999-09)
51084      Branch: cfgperl
51085            ! Configure Todo-5.6 config_h.SH
51086      Branch: metaconfig
51087            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
51088            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
51089      Branch: metaconfig/U/perl
51090            + gccvers.U
51091            ! d_getespwnam.U d_getprpwnam.U i_prot.U
51092 ____________________________________________________________________________
51093 [  6238] By: jhi                                   on 2000/06/25  18:04:56
51094         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
51095              From: Dan Sugalski <dan@sidhe.org>
51096              Date: Fri, 23 Jun 2000 17:00:00 -0400
51097              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
51098      Branch: cfgperl
51099            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
51100 ____________________________________________________________________________
51101 [  6237] By: jhi                                   on 2000/06/25  16:36:45
51102         Log: Tweak embed.pl, regen headers.
51103      Branch: cfgperl
51104            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
51105            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
51106            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
51107            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
51108            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
51109 ____________________________________________________________________________
51110 [  6236] By: jhi                                   on 2000/06/25  15:26:42
51111         Log: Regen headers.
51112      Branch: cfgperl
51113            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
51114            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
51115            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
51116            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
51117            ! regnodes.h warnings.h
51118 ____________________________________________________________________________
51119 [  6235] By: jhi                                   on 2000/06/23  19:39:35
51120         Log: The thread begun by
51121              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
51122              From: Kevin.Ruscoe@ubsw.com
51123              Date: Fri, 16 Jun 2000 16:38:51 +0100
51124              Message-Id: <H000019b03c300d6@MHS>
51125      Branch: cfgperl
51126            ! hints/solaris_2.sh
51127 ____________________________________________________________________________
51128 [  6234] By: jhi                                   on 2000/06/23  19:23:36
51129         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
51130              because when run as services (Win32ese for daemons)
51131              no environment variables are set and tmpdir ends up as /tmp,
51132              which is ambiguous.
51133              
51134              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
51135              From: matt@sergeant.org
51136              Date: 16 Jun 2000 16:30:43 -0000
51137              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
51138      Branch: cfgperl
51139            ! lib/File/Spec/Win32.pm
51140 ____________________________________________________________________________
51141 [  6233] By: jhi                                   on 2000/06/23  19:18:58
51142         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
51143              From: Mark-Jason Dominus <mjd@plover.com>
51144              Date: Fri, 16 Jun 2000 20:53:04 -0400
51145              Message-ID: <20000617005304.8008.qmail@plover.com>
51146      Branch: cfgperl
51147            ! op.h
51148 ____________________________________________________________________________
51149 [  6232] By: jhi                                   on 2000/06/23  16:10:02
51150         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
51151              From: simon@brecon.co.uk (Simon Cozens)
51152              Date: 19 Jun 2000 15:18:27 GMT
51153              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
51154              
51155              plus update pod/Makefile and regenerate perltoc
51156      Branch: cfgperl
51157            + pod/perlutil.pod
51158            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
51159 ____________________________________________________________________________
51160 [  6231] By: jhi                                   on 2000/06/23  15:19:18
51161         Log: Subject: [PATCH 5.6.0] cygwin port
51162              From: "Fifer, Eric" <EFifer@sanwaint.com>
51163              Date: Tue, 20 Jun 2000 14:30:58 +0100
51164              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
51165      Branch: cfgperl
51166            ! README.cygwin lib/File/Find.pm
51167 ____________________________________________________________________________
51168 [  6230] By: jhi                                   on 2000/06/23  14:25:21
51169         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
51170      Branch: cfgperl
51171            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
51172            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
51173            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51174            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
51175 ____________________________________________________________________________
51176 [  6229] By: jhi                                   on 2000/06/23  14:13:34
51177         Log: Subject: README.hpux version 0.6.1
51178              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
51179              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51180              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
51181      Branch: cfgperl
51182            ! README.hpux
51183 ____________________________________________________________________________
51184 [  6228] By: jhi                                   on 2000/06/23  14:07:20
51185         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
51186              From: Doug MacEachern <dougm@covalent.net>
51187              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
51188              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
51189      Branch: cfgperl
51190            ! op.c
51191 ____________________________________________________________________________
51192 [  6227] By: jhi                                   on 2000/06/23  14:01:06
51193         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
51194              From: Doug MacEachern <dougm@covalent.net>
51195              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
51196              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
51197      Branch: cfgperl
51198            + lib/lib.pm.PL
51199            - lib/lib.pm
51200            ! MANIFEST Makefile.SH
51201 ____________________________________________________________________________
51202 [  6226] By: jhi                                   on 2000/06/23  13:53:07
51203         Log: Subject: [PATCH] remove forward declarations in Socket.pm
51204              From: Doug MacEachern <dougm@covalent.net>
51205              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
51206              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
51207              
51208              From: Doug MacEachern <dougm@covalent.net>
51209              Subject: Re: [PATCH] remove forward declarations in Socket.pm
51210              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
51211              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
51212      Branch: cfgperl
51213            ! ext/Socket/Socket.pm op.c
51214 ____________________________________________________________________________
51215 [  6225] By: jhi                                   on 2000/06/23  13:41:52
51216         Log: Add source code filenames to apidoc.
51217              From: simon@brecon.co.uk (Simon Cozens)
51218              Subject: [PATCH embed.pl] Source X-ref
51219              Date: 22 Jun 2000 02:18:49 GMT
51220              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
51221      Branch: cfgperl
51222            ! embed.pl
51223 ____________________________________________________________________________
51224 [  6224] By: jhi                                   on 2000/06/23  13:32:33
51225         Log: A way to avoid English.pm performance hit.
51226              From: root <root@jester.slaysys.com>
51227              Subject: [YAPATCH English.pm] My turn to putt again
51228              Date: Thu, 22 Jun 2000 20:33:58 -0400
51229              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
51230      Branch: cfgperl
51231            ! lib/English.pm t/lib/english.t
51232 ____________________________________________________________________________
51233 [  6223] By: jhi                                   on 2000/06/23  13:27:06
51234         Log: Avoid double close().
51235              Subject: [PATCH] avoid double close()
51236              From: Doug MacEachern <dougm@covalent.net>
51237              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
51238              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
51239      Branch: cfgperl
51240            ! doio.c
51241 ____________________________________________________________________________
51242 [  6222] By: jhi                                   on 2000/06/23  13:25:54
51243         Log: doc typo fix
51244              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
51245              From: Ian Phillipps <Ian.Phillipps@iname.com>
51246              Date: Fri, 23 Jun 2000 10:40:58 +0100
51247              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
51248      Branch: cfgperl
51249            ! lib/Pod/Usage.pm
51250 ____________________________________________________________________________
51251 [  6221] By: jhi                                   on 2000/06/23  13:24:15
51252         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
51253              From: simon@brecon.co.uk (Simon Cozens)
51254              Subject: [PATCH] Eliminate tr///[CU][CU]
51255              Date: 23 Jun 2000 11:05:40 GMT
51256              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
51257      Branch: cfgperl
51258            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
51259 ____________________________________________________________________________
51260 [  6220] By: jhi                                   on 2000/06/22  16:07:51
51261         Log: Win32 patches from Benjamin Stuhl.
51262      Branch: cfgperl
51263            ! makedef.pl win32/win32.h
51264 ____________________________________________________________________________
51265 [  6219] By: jhi                                   on 2000/06/22  16:06:34
51266         Log: Bytecode patches from Benjamin Stuhl.
51267      Branch: cfgperl
51268            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51269            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51270            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51271 ____________________________________________________________________________
51272 [  6218] By: jhi                                   on 2000/06/15  23:54:16
51273         Log: Bytecode patches from Benjamin Stuhl.
51274      Branch: cfgperl
51275            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51276 ____________________________________________________________________________
51277 [  6217] By: jhi                                   on 2000/06/09  13:38:29
51278         Log: Rename the fdpid locking and integrate with Sarathy.
51279      Branch: cfgperl
51280            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
51281            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
51282            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
51283            ! win32/win32.c
51284           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
51285 ____________________________________________________________________________
51286 [  6216] By: gsar                                  on 2000/06/08  14:54:21
51287         Log: be more optimal about clearing @_
51288      Branch: perl
51289            ! cop.h
51290 ____________________________________________________________________________
51291 [  6215] By: gsar                                  on 2000/06/08  14:33:04
51292         Log: tweak comment about @DB::args
51293      Branch: perl
51294            ! av.h pp_ctl.c
51295 ____________________________________________________________________________
51296 [  6214] By: gsar                                  on 2000/06/08  13:57:54
51297         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
51298              caller() wants to populate @DB::args with it (causes a coredump
51299              in Carp::confess())
51300      Branch: perl
51301            ! cop.h t/op/runlevel.t
51302 ____________________________________________________________________________
51303 [  6213] By: gsar                                  on 2000/06/08  07:06:35
51304         Log: back out change#6106 (seems problematic)
51305      Branch: perl
51306            ! hints/solaris_2.sh
51307 ____________________________________________________________________________
51308 [  6212] By: jhi                                   on 2000/06/07  03:10:36
51309         Log: Continuing mopup for #6204.
51310      Branch: cfgperl
51311            ! ext/B/defsubs_h.PL
51312 ____________________________________________________________________________
51313 [  6211] By: jhi                                   on 2000/06/07  02:41:50
51314         Log: Mopup for #6204.
51315              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
51316              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
51317              This is comes from const() where POK isn't on when expected.
51318      Branch: cfgperl
51319            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
51320            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51321            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
51322            ! perlapi.h pod/perlapi.pod
51323 ____________________________________________________________________________
51324 [  6210] By: jhi                                   on 2000/06/07  01:56:29
51325         Log: Mopup for #6207 and #6209.
51326      Branch: cfgperl
51327            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
51328 ____________________________________________________________________________
51329 [  6209] By: jhi                                   on 2000/06/07  01:33:12
51330         Log: Lock PL_fdpid against race conditions, based on:
51331              Subject: [PATCH 5.6.0]subprocess fixup for threads
51332              From: Dan Sugalski <dan@sidhe.org>
51333              To: perl5-porters@perl.org
51334              Date: Tue, 11 Apr 2000 17:02:32 -0400
51335              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
51336      Branch: cfgperl
51337            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
51338            ! win32/win32.c
51339 ____________________________________________________________________________
51340 [  6208] By: jhi                                   on 2000/06/07  01:05:23
51341         Log: Regen headers for #6207.
51342      Branch: cfgperl
51343            ! embed.h global.sym objXSUB.h proto.h
51344 ____________________________________________________________________________
51345 [  6207] By: jhi                                   on 2000/06/06  23:43:13
51346         Log: Subject: [PATCH 5.6.0] Threadsafe patches
51347              From: Dan Sugalski <dan@sidhe.org>
51348              To: perl5-porters@perl.org
51349              Date: Mon, 08 May 2000 18:08:13 -0400
51350              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
51351      Branch: cfgperl
51352            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
51353            ! proto.h sv.h util.c
51354 ____________________________________________________________________________
51355 [  6206] By: jhi                                   on 2000/06/06  23:21:23
51356         Log: Subject: [PATCH] Eliminate $a/$b in pod
51357              From: David Glasser <me@davidglasser.net>
51358              To: perl5-porters@perl.org
51359              Date: Mon, 29 May 2000 21:15:59 -0400
51360              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
51361      Branch: cfgperl
51362            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
51363            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
51364            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
51365            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
51366            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
51367            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
51368            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
51369            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
51370            ! pod/perlvar.pod pod/perlxs.pod
51371 ____________________________________________________________________________
51372 [  6205] By: jhi                                   on 2000/06/06  23:12:14
51373         Log: Subject: [PATCH] Win32 improvements
51374              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
51375              To: gsar@activestate.com, perl5-porters@perl.org
51376              Date: Mon, 29 May 2000 17:22:24 PDT
51377              Message-ID: <20000530002224.91142.qmail@hotmail.com>
51378              (MUA had mangled many lines by wordwrapping)
51379      Branch: cfgperl
51380            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
51381 ____________________________________________________________________________
51382 [  6204] By: jhi                                   on 2000/06/06  23:01:50
51383         Log: Subject: [PATCH] B::Bytecode patches
51384              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
51385              To: gsar@activestate.com, jhi@iki.fi
51386              Cc: perl5-porters@perl.org
51387              Message-ID: <20000602202526.48694.qmail@hotmail.com>
51388              (MUA had mangled many lines by wordwrapping)
51389      Branch: cfgperl
51390            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
51391            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
51392            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51393            ! intrpvar.h perl.c
51394 ____________________________________________________________________________
51395 [  6203] By: jhi                                   on 2000/06/06  22:32:43
51396         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
51397              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51398              Date: Tue, 06 Jun 2000 13:07:45 -0700
51399              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
51400      Branch: cfgperl
51401            ! pod/perldiag.pod
51402 ____________________________________________________________________________
51403 [  6202] By: jhi                                   on 2000/06/06  19:38:35
51404         Log: Integrate with Sarathy.
51405      Branch: cfgperl
51406           !> perl.c
51407 ____________________________________________________________________________
51408 [  6201] By: gsar                                  on 2000/06/06  00:42:59
51409         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
51410              does a PUSHMARK that's never ever POPMARKed; in general, only
51411              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
51412              Perl_eval_[sp]v() don't because they don't take any incoming
51413              arguments (this leak has been around since the original version
51414              of perl_eval_pv() in 5.003_97e)
51415      Branch: perl
51416            ! perl.c
51417 ____________________________________________________________________________
51418 [  6200] By: jhi                                   on 2000/06/04  03:44:52
51419         Log: Update to cperl-mode.el 4.31 from
51420              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
51421              Subject: A couple of notes
51422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51423              To: Mailing list Perl5 <perl5-porters@perl.org>
51424              Date: Sat, 3 Jun 2000 23:33:32 -0400
51425              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
51426      Branch: cfgperl
51427            ! emacs/cperl-mode.el
51428 ____________________________________________________________________________
51429 [  6199] By: jhi                                   on 2000/06/03  15:11:05
51430         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
51431              From: Dan Sugalski <dan@sidhe.org>
51432              To: perl5-porters@perl.org, vmsperl@perl.org
51433              Date: Fri, 02 Jun 2000 17:30:51 -0400
51434              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
51435      Branch: cfgperl
51436            ! vms/descrip_mms.template vms/gen_shrfls.pl
51437 ____________________________________________________________________________
51438 [  6198] By: jhi                                   on 2000/06/03  14:59:15
51439         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
51440              From: Dan Sugalski <dan@sidhe.org>
51441              To: vmsperl@perl.org, perl5-porters@perl.org
51442              Date: Fri, 02 Jun 2000 16:00:41 -0400
51443              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
51444              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
51445      Branch: cfgperl
51446            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
51447            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
51448            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
51449 ____________________________________________________________________________
51450 [  6197] By: jhi                                   on 2000/06/03  14:41:30
51451         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
51452              From: John Borwick <jhborwic@unity.ncsu.edu>
51453              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
51454              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
51455      Branch: cfgperl
51456            ! pod/perlsyn.pod
51457 ____________________________________________________________________________
51458 [  6196] By: jhi                                   on 2000/06/03  14:38:09
51459         Log: Integrate with Sarathy.
51460      Branch: cfgperl
51461           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
51462           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
51463           !> vms/perly_c.vms
51464 ____________________________________________________________________________
51465 [  6195] By: gsar                                  on 2000/06/02  22:43:13
51466         Log: fix yet another eval"" leak under USE_ITHREADS
51467      Branch: perl
51468            ! op.c
51469 ____________________________________________________________________________
51470 [  6194] By: gsar                                  on 2000/06/02  18:22:06
51471         Log: fix small eval"" memory leaks under USE_ITHREADS
51472      Branch: perl
51473            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
51474            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
51475            ! vms/perly_c.vms
51476 ____________________________________________________________________________
51477 [  6193] By: jhi                                   on 2000/06/01  13:03:56
51478         Log: Signals-be-gone for microperl.
51479      Branch: cfgperl
51480            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
51481 ____________________________________________________________________________
51482 [  6192] By: jhi                                   on 2000/06/01  12:52:02
51483         Log: Integrate with Sarathy.
51484      Branch: cfgperl
51485           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
51486           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
51487           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
51488           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
51489           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
51490           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
51491           !> t/op/vec.t utils/h2xs.PL
51492 ____________________________________________________________________________
51493 [  6191] By: gsar                                  on 2000/06/01  09:38:21
51494         Log: vec() loses numericalness (modified version of patch suggested
51495              by Robin Barker)
51496      Branch: perl
51497            ! doop.c t/op/vec.t
51498 ____________________________________________________________________________
51499 [  6190] By: gsar                                  on 2000/06/01  09:26:15
51500         Log: submit missing embed.pl change
51501      Branch: perl
51502            ! embed.pl
51503 ____________________________________________________________________________
51504 [  6189] By: gsar                                  on 2000/06/01  09:05:34
51505         Log: counting tr/// corrupts later operation (from M.J.T Guy)
51506      Branch: perl
51507            ! doop.c t/op/tr.t
51508 ____________________________________________________________________________
51509 [  6188] By: gsar                                  on 2000/06/01  08:58:39
51510         Log: h2xs tweaks
51511      Branch: perl
51512            ! utils/h2xs.PL
51513 ____________________________________________________________________________
51514 [  6187] By: gsar                                  on 2000/06/01  08:50:07
51515         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
51516              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51517      Branch: perl
51518            + lib/Pod/LaTeX.pm
51519            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
51520            ! pod/pod2latex.PL
51521 ____________________________________________________________________________
51522 [  6186] By: gsar                                  on 2000/06/01  08:24:40
51523         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
51524              <wolfgang.laun@alcatel.at>)
51525      Branch: perl
51526            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
51527            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
51528 ____________________________________________________________________________
51529 [  6185] By: gsar                                  on 2000/06/01  08:12:00
51530         Log: remove incorrect documentation about implicit split to @_ in
51531              list context, which never really worked in perl 5 (from
51532              M.J.T. Guy)
51533      Branch: perl
51534            ! pod/perlfunc.pod pod/perltrap.pod
51535 ____________________________________________________________________________
51536 [  6184] By: gsar                                  on 2000/06/01  07:52:27
51537         Log: tweak for change#6127
51538      Branch: perl
51539            ! perl.c
51540 ____________________________________________________________________________
51541 [  6183] By: gsar                                  on 2000/06/01  07:41:02
51542         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
51543              <nick@ccl4.org>)
51544      Branch: perl
51545            + t/lib/selfloader.t
51546            ! MANIFEST lib/SelfLoader.pm
51547 ____________________________________________________________________________
51548 [  6182] By: jhi                                   on 2000/06/01  00:34:42
51549         Log: Be Cleaner Part Deux.
51550      Branch: cfgperl
51551            ! Makefile.SH
51552 ____________________________________________________________________________
51553 [  6181] By: jhi                                   on 2000/06/01  00:32:09
51554         Log: Integrate with Sarathy.
51555      Branch: cfgperl
51556           !> pp.c t/op/arith.t
51557 ____________________________________________________________________________
51558 [  6180] By: jhi                                   on 2000/06/01  00:31:13
51559         Log: microperl nits from Simon Cozens.
51560      Branch: cfgperl
51561            + uconfig.h
51562            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
51563            ! unixish.h
51564 ____________________________________________________________________________
51565 [  6179] By: gsar                                  on 2000/05/31  22:37:51
51566         Log: buggy modulus on UVs introduced by change#3378 (resulted in
51567              4063328477 % 65535 amounting to 27406, instead of 27407)
51568      Branch: perl
51569            ! pp.c t/op/arith.t
51570 ____________________________________________________________________________
51571 [  6178] By: jhi                                   on 2000/05/31  21:52:41
51572         Log: Be cleaner.
51573      Branch: cfgperl
51574            ! Makefile.SH
51575 ____________________________________________________________________________
51576 [  6177] By: jhi                                   on 2000/05/31  21:47:33
51577         Log: Substitution utf8 patch from Simon Cozens.
51578      Branch: cfgperl
51579            ! pp_hot.c
51580 ____________________________________________________________________________
51581 [  6176] By: jhi                                   on 2000/05/31  21:45:34
51582         Log: Single-quoted utf8 patch from Simon Cozens.
51583      Branch: cfgperl
51584            ! toke.c
51585 ____________________________________________________________________________
51586 [  6175] By: jhi                                   on 2000/05/31  21:40:18
51587         Log: Integrate with Sarathy.
51588      Branch: cfgperl
51589           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
51590 ____________________________________________________________________________
51591 [  6174] By: jhi                                   on 2000/05/31  21:37:31
51592         Log: microperl changes from Simon Cozens; Makefile for microperl
51593              written from scratch; few casts added as microperl compilation
51594              doesn't have all prototypes available.
51595      Branch: cfgperl
51596            + Makefile.micro README.micro Todo.micro uconfig.sh
51597            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
51598            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
51599      Branch: metaconfig
51600            + U/modified/Config_h.U
51601 ____________________________________________________________________________
51602 [  6173] By: jhi                                   on 2000/05/31  20:00:24
51603         Log: metaconfig maintenance.
51604      Branch: metaconfig
51605            + U/modified/Inhdr.U U/typedefs/inotype.U
51606      Branch: metaconfig/U/perl
51607            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
51608            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
51609 ____________________________________________________________________________
51610 [  6172] By: gsar                                  on 2000/05/31  05:05:42
51611         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
51612              (from Ilya Zakharevich)
51613      Branch: perl
51614            ! regexec.c t/op/re_tests
51615 ____________________________________________________________________________
51616 [  6171] By: gsar                                  on 2000/05/31  05:01:47
51617         Log: scalar() doesn't force scalar context when used in void context
51618              (from Simon Cozens)
51619      Branch: perl
51620            ! op.c t/op/wantarray.t
51621 ____________________________________________________________________________
51622 [  6170] By: gsar                                  on 2000/05/31  04:41:33
51623         Log: change#6142 needs tweaks to tests to work where there's no symlink()
51624              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51625      Branch: perl
51626            ! t/lib/filefind.t
51627 ____________________________________________________________________________
51628 [  6169] By: gsar                                  on 2000/05/31  04:29:49
51629         Log: integrate cfgperl contents into mainline
51630      Branch: perl
51631           +> pod/perlmodlib.PL pod/perlnewmod.pod
51632           !> (integrate 42 files)
51633 ____________________________________________________________________________
51634 [  6168] By: jhi                                   on 2000/05/30  22:53:37
51635         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
51636      Branch: cfgperl
51637            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51638            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
51639            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
51640            ! win32/config.bc win32/config.gc win32/config.vc
51641            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51642            ! win32/config_h.PL win32/config_sh.PL
51643      Branch: metaconfig/U/perl
51644            ! perlxv.U
51645 ____________________________________________________________________________
51646 [  6167] By: jhi                                   on 2000/05/30  22:20:21
51647         Log: tweak todo 
51648      Branch: cfgperl
51649            ! Todo-5.6
51650 ____________________________________________________________________________
51651 [  6166] By: jhi                                   on 2000/05/30  22:11:51
51652         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
51653              in case somebody wants to write an extension for more
51654              shadow database interfaces.
51655      Branch: cfgperl
51656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51657            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
51658            ! vos/config.def vos/config.h vos/config_h.SH_orig
51659            ! win32/config.bc win32/config.gc win32/config.vc
51660            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51661      Branch: metaconfig
51662            ! U/modified/Myinit.U
51663      Branch: metaconfig/U/perl
51664            + d_getespwnam.U d_getprpwnam.U i_prot.U
51665 ____________________________________________________________________________
51666 [  6165] By: jhi                                   on 2000/05/30  18:35:34
51667         Log: Integrate with Sarathy.
51668      Branch: cfgperl
51669           !> op.c
51670 ____________________________________________________________________________
51671 [  6164] By: jhi                                   on 2000/05/30  18:30:16
51672         Log: detypo
51673      Branch: cfgperl
51674            ! Configure config_h.SH
51675      Branch: metaconfig/U/perl
51676            ! perlxv.U
51677 ____________________________________________________________________________
51678 [  6163] By: gsar                                  on 2000/05/30  03:24:03
51679         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
51680      Branch: perl
51681            ! op.c
51682 ____________________________________________________________________________
51683 [  6162] By: gsar                                  on 2000/05/30  03:09:38
51684         Log: fix memory leak in method call optimization (change#3768);
51685              made C<eval "$x->foo()"> leak
51686      Branch: perl
51687            ! op.c
51688 ____________________________________________________________________________
51689 [  6161] By: jhi                                   on 2000/05/29  17:56:26
51690         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
51691              both from Simon Cozens.
51692      Branch: cfgperl
51693            + pod/perlmodlib.PL pod/perlnewmod.pod
51694            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
51695            ! pod/perlmodlib.pod pod/perltoc.pod
51696 ____________________________________________________________________________
51697 [  6160] By: jhi                                   on 2000/05/29  17:23:55
51698         Log: Changes for the File::Temp 0.08 (change #6159) test suite
51699              to fit better into the Perl distribution test framework.
51700      Branch: cfgperl
51701            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
51702            ! t/lib/ftmp-tempfile.t
51703 ____________________________________________________________________________
51704 [  6159] By: jhi                                   on 2000/05/29  16:55:36
51705         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
51706      Branch: cfgperl
51707            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51708            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51709 ____________________________________________________________________________
51710 [  6158] By: bailey                                on 2000/05/29  16:22:08
51711         Log: Add fallback to tmpfile for use in cases where user's relying on
51712              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
51713              Lane's patch)
51714      Branch: vmsperl
51715            ! vms/vms.c vms/vmsish.h
51716 ____________________________________________________________________________
51717 [  6157] By: jhi                                   on 2000/05/29  03:10:36
51718         Log: Regen Configure to jive with #6149.
51719      Branch: cfgperl
51720            ! Configure
51721      Branch: metaconfig
51722            ! U/modified/Getfile.U
51723 ____________________________________________________________________________
51724 [  6156] By: jhi                                   on 2000/05/29  03:01:38
51725         Log: Integrate with Sarathy.
51726      Branch: cfgperl
51727           +> ext/DynaLoader/dl_mac.xs
51728           !> (integrate 38 files)
51729 ____________________________________________________________________________
51730 [  6155] By: gsar                                  on 2000/05/28  21:15:58
51731         Log: small bug in change#6144; remove random \xA0 character that snuck
51732              in via change#6145
51733      Branch: perl
51734            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
51735 ____________________________________________________________________________
51736 [  6154] By: gsar                                  on 2000/05/28  21:04:19
51737         Log: avoid type mismatch warning
51738      Branch: perl
51739            ! perl.c
51740 ____________________________________________________________________________
51741 [  6153] By: gsar                                  on 2000/05/28  20:58:31
51742         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
51743              <nick@Bagpuss.uk.boo.com>)
51744      Branch: perl
51745            ! lib/Test/Harness.pm
51746 ____________________________________________________________________________
51747 [  6152] By: gsar                                  on 2000/05/28  20:53:42
51748         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
51749      Branch: perl
51750            ! regexec.c
51751 ____________________________________________________________________________
51752 [  6151] By: gsar                                  on 2000/05/28  20:50:28
51753         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
51754      Branch: perl
51755            ! regexec.c
51756 ____________________________________________________________________________
51757 [  6150] By: gsar                                  on 2000/05/28  20:39:58
51758         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
51759      Branch: perl
51760            ! pod/perlrequick.pod
51761 ____________________________________________________________________________
51762 [  6149] By: gsar                                  on 2000/05/28  20:35:16
51763         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
51764              <troc@netrus.net>)
51765      Branch: perl
51766            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
51767            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
51768            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
51769            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
51770 ____________________________________________________________________________
51771 [  6148] By: gsar                                  on 2000/05/28  20:21:07
51772         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
51773      Branch: perl
51774            ! lib/ExtUtils/MM_Unix.pm
51775 ____________________________________________________________________________
51776 [  6147] By: gsar                                  on 2000/05/28  20:12:41
51777         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
51778              (from Peter Prymmer)
51779      Branch: perl
51780            ! vms/subconfigure.com
51781 ____________________________________________________________________________
51782 [  6146] By: gsar                                  on 2000/05/28  20:06:15
51783         Log: doc typo
51784      Branch: perl
51785            ! lib/warnings.pm warnings.h warnings.pl
51786 ____________________________________________________________________________
51787 [  6145] By: gsar                                  on 2000/05/28  18:44:33
51788         Log: make xsubpp skip embedded pod (from Matthias Neeracher
51789              <neeri@iis.ee.ethz.ch>)
51790      Branch: perl
51791            ! lib/ExtUtils/xsubpp
51792 ____________________________________________________________________________
51793 [  6144] By: gsar                                  on 2000/05/28  18:42:49
51794         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
51795              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
51796              <neeri@iis.ee.ethz.ch>)
51797      Branch: perl
51798            ! lib/AutoSplit.pm
51799 ____________________________________________________________________________
51800 [  6143] By: gsar                                  on 2000/05/28  18:41:12
51801         Log: MacOS support, part 1 (from Matthias Neeracher
51802              <neeri@iis.ee.ethz.ch>)
51803      Branch: perl
51804            + ext/DynaLoader/dl_mac.xs
51805            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
51806            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
51807            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
51808            ! util.h
51809 ____________________________________________________________________________
51810 [  6142] By: gsar                                  on 2000/05/28  18:21:51
51811         Log: File::Find fails to chdir when chasing symlinks (from
51812              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51813      Branch: perl
51814            ! lib/File/Find.pm t/lib/filefind.t
51815 ____________________________________________________________________________
51816 [  6141] By: jhi                                   on 2000/05/28  14:25:15
51817         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
51818              forwarded by Peter Seebach from the bsdi-users mailing list.
51819              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
51820      Branch: perl
51821            ! hints/bsdos.sh
51822 ____________________________________________________________________________
51823 [  6140] By: jhi                                   on 2000/05/28  14:11:57
51824         Log: Integrate with Sarathy.
51825      Branch: cfgperl
51826           +> (branch 30 files)
51827           !> (integrate 93 files)
51828 ____________________________________________________________________________
51829 [  6139] By: gsar                                  on 2000/05/28  10:01:48
51830         Log: revise mktables.PL for bugs and newness in Unicode 3.0
51831              (from James Bence <jbence@amgen.com>)
51832      Branch: perl
51833            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
51834            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
51835            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
51836            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
51837            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
51838            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
51839            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
51840            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
51841            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
51842            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
51843            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
51844            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
51845            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
51846            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
51847            + lib/unicode/Is/SylWU.pl
51848            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
51849            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
51850            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
51851            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
51852            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
51853            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
51854            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
51855            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
51856            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
51857            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
51858            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
51859            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
51860            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
51861            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
51862            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
51863            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
51864            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
51865            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
51866            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
51867            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
51868            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
51869            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
51870            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
51871            ! lib/unicode/Makefile lib/unicode/mktables.PL
51872 ____________________________________________________________________________
51873 [  6138] By: gsar                                  on 2000/05/28  08:50:32
51874         Log: add note about the handling of negative indices to tied arrays
51875              (from Michael G Schwern <schwern@pobox.com>)
51876      Branch: perl
51877            ! pod/perltie.pod
51878 ____________________________________________________________________________
51879 [  6137] By: gsar                                  on 2000/05/28  08:46:10
51880         Log: fix bogus redeclaration warning for "our" variables in different
51881              scopes
51882      Branch: perl
51883            ! op.c t/pragma/strict-vars
51884 ____________________________________________________________________________
51885 [  6136] By: gsar                                  on 2000/05/28  08:31:20
51886         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
51887      Branch: perl
51888            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
51889 ____________________________________________________________________________
51890 [  6135] By: gsar                                  on 2000/05/28  08:17:50
51891         Log: enable Test::Harness to dynamically determine column width etc.
51892              (from Rob Napier <rnapier@employees.org>)
51893      Branch: perl
51894            ! lib/Test/Harness.pm
51895 ____________________________________________________________________________
51896 [  6134] By: gsar                                  on 2000/05/28  08:13:39
51897         Log: make Test::Harness use wait.h/WCOREDUMP if available
51898              (from Ben Tilly <ben_tilly@hotmail.com>)
51899      Branch: perl
51900            ! lib/Test/Harness.pm
51901 ____________________________________________________________________________
51902 [  6133] By: gsar                                  on 2000/05/28  08:08:05
51903         Log: elide bogus test in change#6132
51904      Branch: perl
51905            ! t/pragma/warn/9enabled
51906 ____________________________________________________________________________
51907 [  6132] By: gsar                                  on 2000/05/28  08:03:14
51908         Log: warnings::enabled() doesn't fall back to looking at $^W if
51909              caller isn't using lexical warnings (from Paul Marquess)
51910      Branch: perl
51911            ! pp_ctl.c t/pragma/warn/9enabled
51912 ____________________________________________________________________________
51913 [  6131] By: gsar                                  on 2000/05/28  07:57:47
51914         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
51915      Branch: perl
51916            ! ext/POSIX/POSIX.pm
51917 ____________________________________________________________________________
51918 [  6130] By: gsar                                  on 2000/05/28  07:29:12
51919         Log: fix places that mean C<"word" character> but say C<alphanumeric
51920              character>
51921      Branch: perl
51922            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
51923 ____________________________________________________________________________
51924 [  6129] By: gsar                                  on 2000/05/28  07:18:41
51925         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
51926      Branch: perl
51927            ! vms/test.com
51928 ____________________________________________________________________________
51929 [  6128] By: gsar                                  on 2000/05/28  07:12:55
51930         Log: new perlxstut example for passing/returning refs to arrays
51931              (from David Lowe <dlowe@pootpoot.com>)
51932      Branch: perl
51933            ! pod/perlxstut.pod
51934 ____________________________________________________________________________
51935 [  6127] By: gsar                                  on 2000/05/28  07:02:50
51936         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
51937              failed (from Gisle Aas)
51938      Branch: perl
51939            ! cop.h perl.c
51940 ____________________________________________________________________________
51941 [  6126] By: gsar                                  on 2000/05/28  06:39:53
51942         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
51943              (reworked variant of patch suggested by Simon Cozens)
51944      Branch: perl
51945            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
51946            ! pp_hot.c proto.h t/op/gv.t
51947 ____________________________________________________________________________
51948 [  6125] By: gsar                                  on 2000/05/28  05:14:55
51949         Log: enable propagating exception objects via Perl_croak() in XS code
51950              (from Gisle Aas)
51951      Branch: perl
51952            ! util.c
51953 ____________________________________________________________________________
51954 [  6124] By: gsar                                  on 2000/05/28  05:07:28
51955         Log: integrate vmsperl contents into mainline
51956      Branch: perl
51957           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
51958           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
51959           !> vms/vmsish.h
51960 ____________________________________________________________________________
51961 [  6123] By: gsar                                  on 2000/05/28  05:03:53
51962         Log: clarify gotcha with #line directives (from Rocco Caputo
51963              <troc@netrus.net>)
51964      Branch: perl
51965            ! pod/perldebug.pod pod/perlsyn.pod
51966 ____________________________________________________________________________
51967 [  6122] By: gsar                                  on 2000/05/28  04:58:29
51968         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
51969              (from Mark-Jason Dominus)
51970      Branch: perl
51971            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
51972            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
51973            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
51974            ! toke.c
51975 ____________________________________________________________________________
51976 [  6121] By: bailey                                on 2000/05/25  04:46:54
51977         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
51978              lists (based on fixes by Craig Berry)
51979      Branch: vmsperl
51980            ! lib/File/Spec/VMS.pm
51981 ____________________________________________________________________________
51982 [  6120] By: bailey                                on 2000/05/25  04:25:38
51983         Log: Add missing escape (Charles Lane)
51984      Branch: vmsperl
51985            ! t/op/lex_assign.t
51986 ____________________________________________________________________________
51987 [  6119] By: bailey                                on 2000/05/25  04:21:25
51988         Log: Quiet error messages in vmsish.t (Charles Lane)
51989      Branch: vmsperl
51990            ! vms/ext/vmsish.t
51991 ____________________________________________________________________________
51992 [  6118] By: bailey                                on 2000/05/25  04:17:57
51993         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
51994              Flatten case labels in switch statements uniformly (Charles Bailey)
51995      Branch: vmsperl
51996            ! vms/vms.c
51997 ____________________________________________________________________________
51998 [  6117] By: bailey                                on 2000/05/25  03:58:09
51999         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
52000      Branch: vmsperl
52001            ! vms/vmsish.h
52002 ____________________________________________________________________________
52003 [  6116] By: bailey                                on 2000/05/25  03:11:15
52004         Log: Miscellaneous cosmetic fixes (Charles Lane)
52005      Branch: vmsperl
52006            ! lib/ExtUtils/MM_VMS.pm
52007 ____________________________________________________________________________
52008 [  6115] By: bailey                                on 2000/05/25  03:10:36
52009         Log: Add bounds checking for several strings (Charles Lane)
52010      Branch: vmsperl
52011            ! vms/vms.c
52012 ____________________________________________________________________________
52013 [  6114] By: bailey                                on 2000/05/25  02:25:34
52014         Log: Urk -- undo previous removal of vmsish 'exit' change
52015      Branch: vmsperl
52016            ! vms/ext/vmsish.pm vms/vmsish.h
52017 ____________________________________________________________________________
52018 [  6113] By: bailey                                on 2000/05/24  02:24:40
52019         Log: Ugly workaround for version-specific RTL error
52020      Branch: vmsperl
52021            ! vms/vms.c
52022 ____________________________________________________________________________
52023 [  6112] By: bailey                                on 2000/05/24  02:19:55
52024         Log: Check for existence of file before trying to delete
52025      Branch: vmsperl
52026            ! vms/test.com
52027 ____________________________________________________________________________
52028 [  6111] By: bailey                                on 2000/05/23  23:35:13
52029         Log: Resync with mainline prior to post-5.6.0 updates
52030      Branch: vmsperl
52031           +> (branch 49 files)
52032            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
52033            ! vms/ext/vmsish.pm
52034           !> (integrate 334 files)
52035 ____________________________________________________________________________
52036 [  6110] By: jhi                                   on 2000/05/23  19:28:32
52037         Log: todo tweak
52038      Branch: cfgperl
52039            ! Todo-5.6
52040 ____________________________________________________________________________
52041 [  6109] By: jhi                                   on 2000/05/18  17:38:54
52042         Log: Integrate with Sarathy.
52043      Branch: cfgperl
52044           !> mg.c perl.h win32/perlhost.h
52045 ____________________________________________________________________________
52046 [  6108] By: gsar                                  on 2000/05/17  02:24:56
52047         Log: reenable fake signal handling on Windows, bugs and all
52048      Branch: perl
52049            ! mg.c perl.h win32/perlhost.h
52050 ____________________________________________________________________________
52051 [  6107] By: jhi                                   on 2000/05/15  18:01:41
52052         Log: Tweak the todo list.
52053      Branch: cfgperl
52054            ! Todo-5.6
52055 ____________________________________________________________________________
52056 [  6106] By: jhi                                   on 2000/05/15  13:41:48
52057         Log: The (Configure) script refuses to go on, after asking for
52058              'You may also choose to try maximal 64-bitness....'.
52059              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
52060              -- Patrick Zima
52061              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
52062      Branch: cfgperl
52063            ! hints/solaris_2.sh
52064 ____________________________________________________________________________
52065 [  6105] By: jhi                                   on 2000/05/11  14:37:43
52066         Log: Integrate with Sarathy.
52067      Branch: cfgperl
52068           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52069           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
52070 ____________________________________________________________________________
52071 [  6104] By: gsar                                  on 2000/05/11  03:39:07
52072         Log: PL_sys_intern was being initialized too late on windows
52073      Branch: perl
52074            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52075            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
52076 ____________________________________________________________________________
52077 [  6103] By: jhi                                   on 2000/05/09  19:42:20
52078         Log: Test tweaking for Unicos continues.
52079      Branch: cfgperl
52080            ! t/op/64bitint.t
52081 ____________________________________________________________________________
52082 [  6102] By: jhi                                   on 2000/05/09  16:47:27
52083         Log: The test suite tweak in #6101 wasn't quite right.
52084      Branch: cfgperl
52085            ! t/lib/complex.t
52086 ____________________________________________________________________________
52087 [  6101] By: jhi                                   on 2000/05/09  15:35:34
52088         Log: Hints and test tweaks for Unicos.
52089      Branch: cfgperl
52090            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
52091 ____________________________________________________________________________
52092 [  6100] By: jhi                                   on 2000/05/08  21:15:06
52093         Log: More compilation tweakery from Allen Smith.
52094      Branch: cfgperl
52095            ! hints/irix_6.sh
52096 ____________________________________________________________________________
52097 [  6099] By: jhi                                   on 2000/05/08  19:21:18
52098         Log: Tweaks for the cc bugs from Allen Smith.
52099      Branch: cfgperl
52100            ! hints/irix_6.sh
52101 ____________________________________________________________________________
52102 [  6098] By: jhi                                   on 2000/05/08  19:13:37
52103         Log: Add a note about other, yet unsupported, shadow password APIs.
52104      Branch: cfgperl
52105            ! pp_sys.c
52106 ____________________________________________________________________________
52107 [  6097] By: jhi                                   on 2000/05/08  18:46:34
52108         Log: Add a note about possible compilation problems from Allen Smith.
52109      Branch: cfgperl
52110            ! hints/irix_6.sh
52111 ____________________________________________________________________________
52112 [  6096] By: jhi                                   on 2000/05/08  17:33:10
52113         Log: Integrate with Sarathy.
52114      Branch: cfgperl
52115           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52116           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
52117 ____________________________________________________________________________
52118 [  6095] By: jhi                                   on 2000/05/08  16:21:33
52119         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
52120              might be useful in future.
52121      Branch: cfgperl
52122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52123            ! config_h.SH
52124      Branch: metaconfig
52125            ! U/installdirs/inc_version_list.U
52126      Branch: metaconfig/U/perl
52127            ! perlxv.U
52128 ____________________________________________________________________________
52129 [  6094] By: gsar                                  on 2000/05/08  14:22:22
52130         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
52131      Branch: perl
52132            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52133            ! hints/cygwin.sh pp_sys.c
52134 ____________________________________________________________________________
52135 [  6093] By: gsar                                  on 2000/05/08  12:52:28
52136         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
52137              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
52138      Branch: perl
52139            ! pp_sys.c sv.c win32/perlhost.h
52140 ____________________________________________________________________________
52141 [  6092] By: jhi                                   on 2000/05/07  22:40:34
52142         Log: Regen perltoc with the fixed buildtoc.
52143      Branch: cfgperl
52144            ! pod/perltoc.pod
52145 ____________________________________________________________________________
52146 [  6091] By: jhi                                   on 2000/05/07  22:24:16
52147         Log: Integrate with Sarathy.
52148      Branch: cfgperl
52149           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
52150           !> t/op/substr.t toke.c
52151 ____________________________________________________________________________
52152 [  6090] By: gsar                                  on 2000/05/07  19:47:07
52153         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
52154              [NI]OK; added tests for both
52155      Branch: perl
52156            ! perl.c pp_hot.c sv.c t/op/substr.t
52157 ____________________________________________________________________________
52158 [  6089] By: gsar                                  on 2000/05/07  18:18:38
52159         Log: buildtoc tweak to fix newline lossage
52160      Branch: perl
52161            ! pod/buildtoc
52162 ____________________________________________________________________________
52163 [  6088] By: jhi                                   on 2000/05/07  16:35:36
52164         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
52165              because we do not use those.  The HAS_GETSPNAM remains,
52166              though, because we still do use that.
52167      Branch: cfgperl
52168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52169            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
52170            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
52171            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
52172            ! win32/config.vc win32/config_H.bc win32/config_H.gc
52173            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52174 ____________________________________________________________________________
52175 [  6087] By: gsar                                  on 2000/05/07  16:05:16
52176         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
52177      Branch: perl
52178            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
52179 ____________________________________________________________________________
52180 [  6086] By: jhi                                   on 2000/05/07  15:27:07
52181         Log: Integrate with Sarathy.
52182      Branch: cfgperl
52183           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52184           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52185           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
52186           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
52187           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
52188           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
52189 ____________________________________________________________________________
52190 [  6085] By: gsar                                  on 2000/05/07  05:52:02
52191         Log: repeat operator (x) doesn't preserve utf8-ness
52192      Branch: perl
52193            ! pp.c t/op/substr.t
52194 ____________________________________________________________________________
52195 [  6084] By: gsar                                  on 2000/05/07  05:39:55
52196         Log: substr() does not preserve utf8-ness (from Stefan Eissing
52197              <Eissing@medicaldataservice.de>); added tests
52198      Branch: perl
52199            ! pp.c t/op/substr.t
52200 ____________________________________________________________________________
52201 [  6083] By: gsar                                  on 2000/05/07  05:24:46
52202         Log: note about undocumented caller() return value (from M.J.T. Guy);
52203              yet another peek.t tweak
52204      Branch: perl
52205            ! pod/perlfunc.pod t/lib/peek.t
52206 ____________________________________________________________________________
52207 [  6082] By: gsar                                  on 2000/05/07  05:08:40
52208         Log: peek.t non-portable to ithreads
52209      Branch: perl
52210            ! t/lib/peek.t
52211 ____________________________________________________________________________
52212 [  6081] By: gsar                                  on 2000/05/07  04:17:04
52213         Log: better default perlbug categories for ok reports (from Richard Foley)
52214      Branch: perl
52215            ! utils/perlbug.PL
52216 ____________________________________________________________________________
52217 [  6080] By: gsar                                  on 2000/05/07  04:08:07
52218         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
52219              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52220      Branch: perl
52221            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52222            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52223            ! AUTHORS MAINTAIN MANIFEST
52224 ____________________________________________________________________________
52225 [  6079] By: gsar                                  on 2000/05/07  04:01:38
52226         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
52227      Branch: perl
52228            ! lib/Carp/Heavy.pm
52229 ____________________________________________________________________________
52230 [  6078] By: gsar                                  on 2000/05/07  01:24:19
52231         Log: workaround for CRT bug in chdir() (from Charles Lane, via
52232              Peter Prymmer)
52233      Branch: perl
52234            ! iperlsys.h vms/vms.c vms/vmsish.h
52235 ____________________________________________________________________________
52236 [  6077] By: gsar                                  on 2000/05/07  01:22:23
52237         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
52238              and Tom Phoenix)
52239      Branch: perl
52240            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
52241 ____________________________________________________________________________
52242 [  6076] By: gsar                                  on 2000/05/06  17:36:29
52243         Log: integrate cfgperl contents into mainline
52244      Branch: perl
52245           +> t/lib/peek.t
52246           !> Configure MANIFEST Porting/Glossary Porting/config.sh
52247           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
52248           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
52249           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
52250 ____________________________________________________________________________
52251 [  6075] By: jhi                                   on 2000/05/05  18:56:10
52252         Log: Make the test more portable.
52253      Branch: cfgperl
52254            ! t/lib/peek.t
52255 ____________________________________________________________________________
52256 [  6074] By: jhi                                   on 2000/05/05  18:49:20
52257         Log: Introduce t/lib/peek.t.
52258      Branch: cfgperl
52259            + t/lib/peek.t
52260            ! MANIFEST
52261 ____________________________________________________________________________
52262 [  6073] By: jhi                                   on 2000/05/05  14:30:45
52263         Log: Complex tweaks.
52264      Branch: cfgperl
52265            ! lib/Math/Complex.pm t/lib/complex.t
52266 ____________________________________________________________________________
52267 [  6072] By: jhi                                   on 2000/05/05  12:27:13
52268         Log: Integrate with Sarathy.
52269      Branch: cfgperl
52270           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52271           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52272           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
52273           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
52274 ____________________________________________________________________________
52275 [  6071] By: gsar                                  on 2000/05/05  02:24:46
52276         Log: misformatted perllocal.pod (from Tim Jenness
52277              <t.jenness@jach.hawaii.edu>)
52278      Branch: perl
52279            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52280 ____________________________________________________________________________
52281 [  6070] By: gsar                                  on 2000/05/05  02:16:52
52282         Log: remove misleading comment (from M.J.T. Guy)
52283      Branch: perl
52284            ! t/lib/anydbm.t
52285 ____________________________________________________________________________
52286 [  6069] By: gsar                                  on 2000/05/05  02:15:13
52287         Log: File::Spec compatibility update (from Barrie Slaymaker
52288              <barries@slaysys.com>)
52289      Branch: perl
52290            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52291            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52292 ____________________________________________________________________________
52293 [  6068] By: gsar                                  on 2000/05/05  02:01:50
52294         Log: note about values()
52295      Branch: perl
52296            ! pod/perlfunc.pod
52297 ____________________________________________________________________________
52298 [  6067] By: gsar                                  on 2000/05/05  01:33:09
52299         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
52300      Branch: perl
52301            ! win32/win32.c
52302 ____________________________________________________________________________
52303 [  6066] By: gsar                                  on 2000/05/05  01:23:43
52304         Log: s/END/CHECK/
52305      Branch: perl
52306            ! perl.c
52307 ____________________________________________________________________________
52308 [  6065] By: jhi                                   on 2000/05/04  17:30:22
52309         Log: Integrate with Sarathy.
52310      Branch: cfgperl
52311           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
52312 ____________________________________________________________________________
52313 [  6064] By: gsar                                  on 2000/05/04  17:26:14
52314         Log: change#5905 wasn't quite right--it's intent only applies when arguments
52315              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
52316      Branch: perl
52317            ! pp_sys.c sv.c
52318 ____________________________________________________________________________
52319 [  6063] By: gsar                                  on 2000/05/04  16:52:29
52320         Log: tokeq() could read unallocated field in argument
52321      Branch: perl
52322            ! toke.c
52323 ____________________________________________________________________________
52324 [  6062] By: gsar                                  on 2000/05/04  16:34:51
52325         Log: additional tests for utf8.t
52326      Branch: perl
52327            ! t/pragma/utf8.t
52328 ____________________________________________________________________________
52329 [  6061] By: gsar                                  on 2000/05/04  16:09:28
52330         Log: change#5921 neglected to make eq honor "use bytes"
52331      Branch: perl
52332            ! sv.c
52333 ____________________________________________________________________________
52334 [  6060] By: jhi                                   on 2000/05/04  15:30:16
52335         Log: Integrate with Sarathy.
52336      Branch: cfgperl
52337           !> perl.c regcomp.c t/pragma/utf8.t
52338 ____________________________________________________________________________
52339 [  6059] By: jhi                                   on 2000/05/04  15:26:37
52340         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
52341              in natively 64-bit platforms where a long is a quad (no need
52342              for long longs).  Also added bias for IVs.
52343      Branch: cfgperl
52344            ! toke.c
52345 ____________________________________________________________________________
52346 [  6058] By: gsar                                  on 2000/05/04  00:19:14
52347         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
52348              (spotted by Donald Kinzer <dkinzer@premia.com>)
52349      Branch: perl
52350            ! perl.c
52351 ____________________________________________________________________________
52352 [  6057] By: gsar                                  on 2000/05/03  18:34:01
52353         Log: fix broken parsing of /\x{ab}/
52354      Branch: perl
52355            ! regcomp.c t/pragma/utf8.t
52356 ____________________________________________________________________________
52357 [  6056] By: jhi                                   on 2000/05/03  17:57:16
52358         Log: The search of infinity continues, this time simplified.
52359      Branch: cfgperl
52360            ! lib/Math/Complex.pm
52361 ____________________________________________________________________________
52362 [  6055] By: jhi                                   on 2000/05/03  17:45:30
52363         Log: Detypo.
52364      Branch: cfgperl
52365            ! hints/unicos.sh
52366 ____________________________________________________________________________
52367 [  6054] By: jhi                                   on 2000/05/02  22:28:27
52368         Log: Be more forgiving in POSIX about HUGE_VALL.
52369      Branch: cfgperl
52370            ! ext/POSIX/POSIX.xs
52371 ____________________________________________________________________________
52372 [  6053] By: jhi                                   on 2000/05/02  22:25:05
52373         Log: Integrate with Sarathy.
52374      Branch: cfgperl
52375           !> hints/irix_6.sh pod/perlop.pod
52376 ____________________________________________________________________________
52377 [  6052] By: jhi                                   on 2000/05/02  22:24:31
52378         Log: Unicos hint tweak.
52379      Branch: cfgperl
52380            ! hints/unicos.sh
52381 ____________________________________________________________________________
52382 [  6051] By: jhi                                   on 2000/05/02  22:21:26
52383         Log: Complex tweakery.
52384      Branch: cfgperl
52385            ! lib/Math/Complex.pm t/lib/complex.t
52386 ____________________________________________________________________________
52387 [  6050] By: jhi                                   on 2000/05/02  19:26:22
52388         Log: Use setxxent()/endxxent().
52389      Branch: cfgperl
52390            ! t/op/grent.t t/op/pwent.t
52391 ____________________________________________________________________________
52392 [  6049] By: jhi                                   on 2000/05/02  19:06:02
52393         Log: Test both the scalar and list contexts.
52394      Branch: cfgperl
52395            ! t/op/grent.t t/op/pwent.t
52396 ____________________________________________________________________________
52397 [  6048] By: gsar                                  on 2000/05/02  18:29:10
52398         Log: add note about how $( doesn't interpolate in REs (from
52399              Philip Newton <newton@ficus.frogspace.net>)
52400      Branch: perl
52401            ! pod/perlop.pod
52402 ____________________________________________________________________________
52403 [  6047] By: jhi                                   on 2000/05/02  17:41:24
52404         Log: Call getspnam() only iff needd.
52405      Branch: cfgperl
52406            ! pp_sys.c
52407 ____________________________________________________________________________
52408 [  6046] By: gsar                                  on 2000/05/02  17:07:25
52409         Log: libscheck has insufficient checks for n32 libs (from
52410              Albert Chin-A-Young <china@thewrittenword.com>)
52411      Branch: perl
52412            ! hints/irix_6.sh
52413 ____________________________________________________________________________
52414 [  6045] By: jhi                                   on 2000/05/02  13:57:17
52415         Log: Integrate with Sarathy.
52416      Branch: cfgperl
52417           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
52418           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
52419 ____________________________________________________________________________
52420 [  6044] By: gsar                                  on 2000/05/02  06:48:19
52421         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
52422              such that underscores are only ignored in literal numbers,
52423              "\x{...}", and hex/oct argument
52424      Branch: perl
52425            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
52426 ____________________________________________________________________________
52427 [  6043] By: gsar                                  on 2000/05/02  02:22:29
52428         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
52429      Branch: perl
52430            ! pod/perlretut.pod
52431 ____________________________________________________________________________
52432 [  6042] By: gsar                                  on 2000/05/02  02:17:51
52433         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
52434      Branch: perl
52435            ! pod/perltrap.pod
52436 ____________________________________________________________________________
52437 [  6041] By: gsar                                  on 2000/05/02  01:53:51
52438         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
52439              to compensate
52440      Branch: perl
52441            ! Porting/makerel
52442 ____________________________________________________________________________
52443 [  6040] By: gsar                                  on 2000/05/02  01:51:57
52444         Log: missing files in MANIFEST
52445      Branch: perl
52446            ! MANIFEST
52447 ____________________________________________________________________________
52448 [  6039] By: jhi                                   on 2000/05/02  00:36:46
52449         Log: Infinite problems.
52450      Branch: cfgperl
52451            ! lib/Math/Complex.pm
52452 ____________________________________________________________________________
52453 [  6038] By: jhi                                   on 2000/05/02  00:06:38
52454         Log: pwent/spent #ifdef imbalance.
52455      Branch: cfgperl
52456            ! pp_sys.c
52457 ____________________________________________________________________________
52458 [  6037] By: jhi                                   on 2000/05/01  22:50:11
52459         Log: Use HUGE_VALL if applicable.
52460      Branch: cfgperl
52461            ! ext/POSIX/POSIX.xs util.c
52462 ____________________________________________________________________________
52463 [  6036] By: jhi                                   on 2000/05/01  22:20:53
52464         Log: Correct Freudian slip.
52465      Branch: cfgperl
52466            ! pp_sys.c
52467 ____________________________________________________________________________
52468 [  6035] By: jhi                                   on 2000/05/01  21:07:38
52469         Log: Continue on the pwent/spent case.
52470      Branch: cfgperl
52471            ! pp_sys.c
52472 ____________________________________________________________________________
52473 [  6034] By: jhi                                   on 2000/05/01  17:45:14
52474         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
52475              adjustments in 6032 conflicted badly with this, will have
52476              to revisit them later.
52477      Branch: cfgperl
52478           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
52479           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
52480           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
52481           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
52482           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
52483           !> t/lib/cgi-html.t t/lib/cgi-request.t
52484 ____________________________________________________________________________
52485 [  6033] By: jhi                                   on 2000/05/01  17:40:49
52486         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
52487      Branch: cfgperl
52488            ! pp_sys.c
52489 ____________________________________________________________________________
52490 [  6032] By: gsar                                  on 2000/05/01  15:56:32
52491         Log: whitespace adjustments
52492      Branch: perl
52493            ! pp_sys.c
52494 ____________________________________________________________________________
52495 [  6031] By: gsar                                  on 2000/05/01  15:19:41
52496         Log: small nits in diagnostics.pm (from Robin Barker)
52497      Branch: perl
52498            ! lib/diagnostics.pm pod/perldiag.pod
52499 ____________________________________________________________________________
52500 [  6030] By: gsar                                  on 2000/05/01  08:39:18
52501         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
52502              for @- and @+ (from Johan Vromans)
52503      Branch: perl
52504            ! lib/English.pm pod/perlvar.pod
52505 ____________________________________________________________________________
52506 [  6029] By: gsar                                  on 2000/05/01  08:16:10
52507         Log: add CGI.pm v2.66 (from Lincoln Stein)
52508      Branch: perl
52509            + lib/CGI/Util.pm t/lib/cgi-pretty.t
52510            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
52511            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
52512            ! t/lib/cgi-html.t t/lib/cgi-request.t
52513 ____________________________________________________________________________
52514 [  6028] By: gsar                                  on 2000/05/01  06:34:41
52515         Log: Pod::Man generates groff-incompatible macro definition (from
52516              Tom Christiansen)
52517      Branch: perl
52518            ! lib/Pod/Man.pm
52519 ____________________________________________________________________________
52520 [  6027] By: gsar                                  on 2000/05/01  06:31:36
52521         Log: podlators-1.02 update (from Russ Allbery)
52522      Branch: perl
52523            ! lib/Pod/Man.pm lib/Pod/Text.pm
52524 ____________________________________________________________________________
52525 [  6026] By: jhi                                   on 2000/04/30  23:24:23
52526         Log: Integrate with Sarathy.
52527      Branch: cfgperl
52528           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52529           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
52530           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52531           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52532           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
52533           !> t/lib/syslog.t toke.c win32/win32.h
52534 ____________________________________________________________________________
52535 [  6025] By: gsar                                  on 2000/04/30  18:17:47
52536         Log: Is{Alnum,Alpha,Word} don't match titlecase
52537              
52538              TODO: IsSpace is defined recursively!
52539              
52540              (both spotted by Larry)
52541      Branch: perl
52542            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52543            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52544 ____________________________________________________________________________
52545 [  6024] By: gsar                                  on 2000/04/30  17:50:19
52546         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
52547              (from Hugo van der Sanden)
52548      Branch: perl
52549            ! toke.c
52550 ____________________________________________________________________________
52551 [  6023] By: gsar                                  on 2000/04/30  17:14:43
52552         Log: debugger stomps on $. (from M.J.T. Guy)
52553      Branch: perl
52554            ! lib/perl5db.pl
52555 ____________________________________________________________________________
52556 [  6022] By: gsar                                  on 2000/04/30  16:59:22
52557         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
52558      Branch: perl
52559            ! sv.c
52560 ____________________________________________________________________________
52561 [  6021] By: gsar                                  on 2000/04/29  21:00:08
52562         Log: remove Win2K issue in pod (fixed by change#6020)
52563      Branch: perl
52564            ! README.win32 pod/perl56delta.pod
52565 ____________________________________________________________________________
52566 [  6020] By: gsar                                  on 2000/04/29  20:51:49
52567         Log: test tweak
52568      Branch: perl
52569            ! t/lib/open3.t
52570 ____________________________________________________________________________
52571 [  6019] By: gsar                                  on 2000/04/29  20:34:27
52572         Log: windows portability tweaks
52573      Branch: perl
52574            ! t/lib/b.t win32/win32.h
52575 ____________________________________________________________________________
52576 [  6018] By: gsar                                  on 2000/04/29  19:55:24
52577         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
52578              make _PATH_LOG() return "" if unavailable
52579      Branch: perl
52580            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52581            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
52582 ____________________________________________________________________________
52583 [  6017] By: jhi                                   on 2000/04/28  22:49:46
52584         Log: Integrate with Sarathy.
52585      Branch: cfgperl
52586           !> op.c perl.c pod/perldiag.pod t/lib/b.t
52587 ____________________________________________________________________________
52588 [  6016] By: jhi                                   on 2000/04/28  22:46:14
52589         Log: Do not warn that an infinity does not look like a number.
52590      Branch: cfgperl
52591            ! sv.c
52592 ____________________________________________________________________________
52593 [  6015] By: gsar                                  on 2000/04/28  22:35:49
52594         Log: tweak test for portability
52595      Branch: perl
52596            ! t/lib/b.t
52597 ____________________________________________________________________________
52598 [  6014] By: gsar                                  on 2000/04/28  22:05:31
52599         Log: glob() loading File::Glob behind the scenes may cause syntax errors
52600      Branch: perl
52601            ! op.c
52602 ____________________________________________________________________________
52603 [  6013] By: gsar                                  on 2000/04/28  21:25:22
52604         Log: tweak change#5945 to display correct switch name in diagnostic
52605      Branch: perl
52606            ! perl.c pod/perldiag.pod
52607 ____________________________________________________________________________
52608 [  6012] By: jhi                                   on 2000/04/28  21:08:12
52609         Log: Integrate with Sarathy.
52610      Branch: cfgperl
52611           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
52612           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
52613           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
52614 ____________________________________________________________________________
52615 [  6011] By: jhi                                   on 2000/04/28  21:04:46
52616         Log: &HUGE_VAL is not defined, it exists.
52617      Branch: cfgperl
52618            ! lib/Math/Complex.pm
52619 ____________________________________________________________________________
52620 [  6010] By: gsar                                  on 2000/04/28  21:02:58
52621         Log: clarify note about shadow password support (from
52622              gellyfish@gellyfish.com)
52623      Branch: perl
52624            ! pod/perlfunc.pod
52625 ____________________________________________________________________________
52626 [  6009] By: gsar                                  on 2000/04/28  21:00:00
52627         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
52628      Branch: perl
52629            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
52630 ____________________________________________________________________________
52631 [  6008] By: gsar                                  on 2000/04/28  20:56:33
52632         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
52633      Branch: perl
52634            ! installperl vms/subconfigure.com
52635 ____________________________________________________________________________
52636 [  6007] By: gsar                                  on 2000/04/28  20:51:21
52637         Log: note about compile failures and END blocks (from M.J.T. Guy)
52638      Branch: perl
52639            ! pod/perl56delta.pod pod/perlmod.pod
52640 ____________________________________________________________________________
52641 [  6006] By: jhi                                   on 2000/04/28  20:42:14
52642         Log: Regen Configure.
52643      Branch: cfgperl
52644            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52645            ! config_h.SH
52646 ____________________________________________________________________________
52647 [  6005] By: gsar                                  on 2000/04/28  20:41:16
52648         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
52649      Branch: perl
52650            ! utils/perldoc.PL
52651 ____________________________________________________________________________
52652 [  6004] By: jhi                                   on 2000/04/28  20:28:21
52653         Log: Integrate with Sarathy.
52654      Branch: cfgperl
52655           !> Configure INSTALL Porting/Glossary Porting/config.sh
52656           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
52657           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
52658           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52659           !> win32/config.vc win32/win32.c
52660 ____________________________________________________________________________
52661 [  6003] By: gsar                                  on 2000/04/28  20:11:20
52662         Log: allow REG_EXPAND_SZ keys in Windows registry (from
52663              John Clayton <John.Clayton@barclayscapital.com>)
52664      Branch: perl
52665            ! win32/win32.c
52666 ____________________________________________________________________________
52667 [  6002] By: gsar                                  on 2000/04/28  19:34:16
52668         Log: destructive sv_setsv() can lose UV-ness from source, causing
52669              numeric promotions/comparisons to fail to do the right thing
52670      Branch: perl
52671            ! sv.c
52672 ____________________________________________________________________________
52673 [  6001] By: gsar                                  on 2000/04/28  18:44:15
52674         Log: support additional library locations via $Config{otherlibdirs}
52675              (from Andy Dougherty)
52676      Branch: perl
52677            ! Configure INSTALL Porting/Glossary Porting/config.sh
52678            ! Porting/config_H config_h.SH epoc/config.sh perl.c
52679            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
52680            ! win32/config.bc win32/config.gc win32/config.vc
52681 ____________________________________________________________________________
52682 [  6000] By: gsar                                  on 2000/04/28  18:26:58
52683         Log: reworked otherlibdirs.U (from Andy Dougherty)
52684      Branch: metaconfig
52685            ! U/installdirs/otherlibdirs.U
52686 ____________________________________________________________________________
52687 [  5999] By: gsar                                  on 2000/04/28  18:17:07
52688         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
52689      Branch: perl
52690            ! t/pragma/warn/toke toke.c
52691 ____________________________________________________________________________
52692 [  5998] By: jhi                                   on 2000/04/28  13:32:17
52693         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
52694      Branch: cfgperl
52695            ! lib/Math/Complex.pm
52696 ____________________________________________________________________________
52697 [  5997] By: jhi                                   on 2000/04/28  13:14:04
52698         Log: Preserve $!.
52699      Branch: cfgperl
52700            ! lib/Math/Complex.pm
52701 ____________________________________________________________________________
52702 [  5996] By: jhi                                   on 2000/04/28  12:59:23
52703         Log: Integrate with Sarathy.
52704      Branch: cfgperl
52705           +> pod/perlrequick.pod pod/perlretut.pod
52706           !> (integrate 51 files)
52707 ____________________________________________________________________________
52708 [  5995] By: gsar                                  on 2000/04/28  09:37:36
52709         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
52710      Branch: perl
52711            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
52712 ____________________________________________________________________________
52713 [  5994] By: gsar                                  on 2000/04/28  09:33:26
52714         Log: fix for missed accounting for null byte in pack("Z",...) (from
52715              M.J.T. Guy)
52716      Branch: perl
52717            ! pp.c t/op/pack.t
52718 ____________________________________________________________________________
52719 [  5993] By: gsar                                  on 2000/04/28  09:30:05
52720         Log: various minor tweaks seen on p5p
52721      Branch: perl
52722            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
52723 ____________________________________________________________________________
52724 [  5992] By: gsar                                  on 2000/04/28  09:08:19
52725         Log: pod nit (from Simon Cozens)
52726      Branch: perl
52727            ! pod/perlop.pod
52728 ____________________________________________________________________________
52729 [  5991] By: gsar                                  on 2000/04/28  09:06:36
52730         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
52731      Branch: perl
52732            ! README.posix-bc hints/posix-bc.sh
52733 ____________________________________________________________________________
52734 [  5990] By: gsar                                  on 2000/04/28  08:54:52
52735         Log: use $ENV{LIB} to search for libs under Visual C compiler
52736              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
52737      Branch: perl
52738            ! lib/ExtUtils/Liblist.pm
52739 ____________________________________________________________________________
52740 [  5989] By: gsar                                  on 2000/04/28  08:27:12
52741         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
52742              itself and no other (from Tom Hughes)
52743      Branch: perl
52744            ! t/op/array.t toke.c
52745 ____________________________________________________________________________
52746 [  5988] By: gsar                                  on 2000/04/28  08:01:38
52747         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
52748              <paul@miraclefish.com>)
52749      Branch: perl
52750            ! lib/ExtUtils/MakeMaker.pm
52751 ____________________________________________________________________________
52752 [  5987] By: gsar                                  on 2000/04/28  07:53:09
52753         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
52754      Branch: perl
52755            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
52756 ____________________________________________________________________________
52757 [  5986] By: gsar                                  on 2000/04/28  07:44:17
52758         Log: add regular expressions tutorial and quick-start guide (from
52759              Mark Kvale <kvale@phy.ucsf.edu>)
52760      Branch: perl
52761            + pod/perlrequick.pod pod/perlretut.pod
52762            ! AUTHORS MAINTAIN MANIFEST
52763 ____________________________________________________________________________
52764 [  5985] By: gsar                                  on 2000/04/28  07:30:28
52765         Log: forked child may not exit correctly if it failed to open
52766              /dev/console (from Graham Barr)
52767      Branch: perl
52768            ! ext/Sys/Syslog/Syslog.pm
52769 ____________________________________________________________________________
52770 [  5984] By: gsar                                  on 2000/04/28  07:27:20
52771         Log: attributes::reftype() doesn't work on tied argument
52772      Branch: perl
52773            ! xsutils.c
52774 ____________________________________________________________________________
52775 [  5983] By: gsar                                  on 2000/04/28  07:15:04
52776         Log: numeric conversion of non-number in change#3378 tramples on
52777              OOK offset, causing segfaults
52778      Branch: perl
52779            ! sv.c
52780 ____________________________________________________________________________
52781 [  5982] By: gsar                                  on 2000/04/28  04:48:25
52782         Log: avoid error in IO::Socket::INET when given an unknown service name
52783              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
52784      Branch: perl
52785            ! ext/IO/lib/IO/Socket/INET.pm
52786 ____________________________________________________________________________
52787 [  5981] By: gsar                                  on 2000/04/28  04:31:31
52788         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
52789              prototype mismatch with CORE::glob(); update pod and tests to
52790              suit (File::Glob::glob() is still available for backward
52791              compatibility, but should be considered deprecated)
52792      Branch: perl
52793            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
52794            ! t/lib/glob-taint.t
52795 ____________________________________________________________________________
52796 [  5980] By: gsar                                  on 2000/04/28  03:47:29
52797         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
52798              <ghudson@mit.edu>)
52799      Branch: metaconfig
52800            ! U/modified/Options.U
52801      Branch: perl
52802            ! Configure
52803 ____________________________________________________________________________
52804 [  5979] By: gsar                                  on 2000/04/28  03:07:54
52805         Log: under useithreads, constant pad entries could inadvertantly be
52806              shared across threads (from Eric Blood <eblood@xmission.com>);
52807              added Eric's test case to testsuite
52808      Branch: perl
52809            ! op.c t/op/misc.t
52810 ____________________________________________________________________________
52811 [  5978] By: gsar                                  on 2000/04/27  21:13:00
52812         Log: sync version numbers in File::Spec with the ones on CPAN
52813              (from Barrie Slaymaker)
52814      Branch: perl
52815            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52816            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52817            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52818 ____________________________________________________________________________
52819 [  5977] By: gsar                                  on 2000/04/27  21:07:29
52820         Log: autoquote barewords followed by newline and arrow properly
52821              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
52822      Branch: perl
52823            ! t/pragma/warn/toke toke.c
52824 ____________________________________________________________________________
52825 [  5976] By: gsar                                  on 2000/04/27  20:41:20
52826         Log: DB_File v1.73 update (from Paul Marquess)
52827      Branch: perl
52828            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
52829            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
52830 ____________________________________________________________________________
52831 [  5975] By: gsar                                  on 2000/04/27  20:34:24
52832         Log: allow sort() reentrancy (variant of patch suggested by
52833              Hugo van der Sanden)
52834      Branch: perl
52835            ! pp_ctl.c t/op/sort.t
52836 ____________________________________________________________________________
52837 [  5974] By: gsar                                  on 2000/04/27  19:46:57
52838         Log: change#4197 somehow missed initializing PL_errors, meaning
52839              sytax error queueing wasn't working outside eval"" at all;
52840              also fixed eval"" to localize PL_error_count, so that compile-time
52841              eval's don't clobber the error state of the outer context
52842      Branch: perl
52843            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
52844            ! t/pragma/warn/toke
52845 ____________________________________________________________________________
52846 [  5973] By: gsar                                  on 2000/04/27  18:29:05
52847         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
52848      Branch: perl
52849            ! regcomp.c regexec.c t/op/re_tests
52850 ____________________________________________________________________________
52851 [  5972] By: jhi                                   on 2000/04/27  18:22:41
52852         Log: Integrate with Sarathy.
52853      Branch: cfgperl
52854           +> t/lib/b.t t/lib/syslog.t
52855           !> (integrate 31 files)
52856 ____________________________________________________________________________
52857 [  5971] By: jhi                                   on 2000/04/27  18:18:46
52858         Log: Unicos tweaks from Mark P. Lutz.
52859      Branch: cfgperl
52860            ! hints/unicos.sh lib/Math/Complex.pm
52861 ____________________________________________________________________________
52862 [  5970] By: gsar                                  on 2000/04/27  18:05:11
52863         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
52864              IV is >32bits
52865      Branch: perl
52866            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
52867 ____________________________________________________________________________
52868 [  5969] By: gsar                                  on 2000/04/27  17:50:56
52869         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
52870      Branch: perl
52871            + t/lib/syslog.t
52872            ! MANIFEST ext/Sys/Syslog/Syslog.pm
52873 ____________________________________________________________________________
52874 [  5968] By: gsar                                  on 2000/04/27  17:44:49
52875         Log: tolerate spaces in group names in test on solaris (from David Boyce
52876              <dsb@boyski.com>)
52877      Branch: perl
52878            ! t/op/groups.t
52879 ____________________________________________________________________________
52880 [  5967] By: gsar                                  on 2000/04/27  17:41:22
52881         Log: improved docs on the warn_uninit diagnostic (from David Glasser
52882              and Simon Cozens)
52883      Branch: perl
52884            ! pod/perldiag.pod
52885 ____________________________________________________________________________
52886 [  5966] By: gsar                                  on 2000/04/27  16:54:58
52887         Log: add testsuite for B backends, fix bug in B::Deparse (from
52888              Simon Cozens <simon@brecon.co.uk>)
52889      Branch: perl
52890            + t/lib/b.t
52891            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
52892 ____________________________________________________________________________
52893 [  5965] By: gsar                                  on 2000/04/27  16:10:37
52894         Log: avoid "will not stay shared" warnings for our variables (from
52895              Robin Barker)
52896      Branch: perl
52897            ! op.c t/pragma/warn/op
52898 ____________________________________________________________________________
52899 [  5964] By: gsar                                  on 2000/04/27  07:05:05
52900         Log: reformat to 72 columns (again)
52901      Branch: perl
52902            ! pod/perldiag.pod
52903 ____________________________________________________________________________
52904 [  5963] By: gsar                                  on 2000/04/27  06:28:31
52905         Log: patch from Larry to make (\&) prototype work; added tests for
52906              the same
52907      Branch: perl
52908            ! op.c t/comp/proto.t
52909 ____________________________________________________________________________
52910 [  5962] By: gsar                                  on 2000/04/27  06:15:47
52911         Log: updated README.hpux (from Jeff Okamoto)
52912      Branch: perl
52913            ! README.hpux
52914 ____________________________________________________________________________
52915 [  5961] By: gsar                                  on 2000/04/27  05:55:03
52916         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
52917      Branch: perl
52918            ! emacs/cperl-mode.el
52919 ____________________________________________________________________________
52920 [  5960] By: gsar                                  on 2000/04/27  05:49:26
52921         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
52922      Branch: perl
52923            ! INSTALL
52924 ____________________________________________________________________________
52925 [  5959] By: gsar                                  on 2000/04/27  05:33:41
52926         Log: doubled words in pods (from Simon Cozens
52927              <simon.p.cozens@jp.pwcglobal.com>)
52928      Branch: perl
52929            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
52930            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
52931            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
52932            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
52933            ! pod/perltootc.pod
52934 ____________________________________________________________________________
52935 [  5958] By: gsar                                  on 2000/04/27  05:11:39
52936         Log: change#3569 deleted some essential code, revert; avoid use of
52937              atexit() to make DynaLoader work properly on AIX under mod_perl
52938              (from Jens-Uwe Mager <jum@helios.de>)
52939      Branch: perl
52940            ! ext/DynaLoader/dl_aix.xs
52941 ____________________________________________________________________________
52942 [  5957] By: gsar                                  on 2000/04/27  04:54:51
52943         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
52944      Branch: perl
52945            ! pod/perlmod.pod
52946 ____________________________________________________________________________
52947 [  5956] By: gsar                                  on 2000/04/27  04:51:47
52948         Log: better diagnostics on failed tests (from Ilya Zakharevich)
52949      Branch: perl
52950            ! t/op/lex_assign.t
52951 ____________________________________________________________________________
52952 [  5955] By: gsar                                  on 2000/04/27  04:26:44
52953         Log: longstanding bug exposed by change#3307: sort arguments weren't
52954              compiled with the right wantarray context (ensuing runtime lookup
52955              via block_gimme() was getting the incidental context of the
52956              sort() itself)
52957      Branch: perl
52958            ! op.c t/op/sort.t
52959 ____________________________________________________________________________
52960 [  5954] By: gsar                                  on 2000/04/26  23:42:12
52961         Log: integrate cfgperl contents into mainline
52962      Branch: perl
52963           !> (integrate 30 files)
52964 ____________________________________________________________________________
52965 [  5953] By: jhi                                   on 2000/04/26  23:06:42
52966         Log: Integrate with Sarathy.
52967      Branch: cfgperl
52968           !> README.win32 ext/B/B/Deparse.pm
52969           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52970           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
52971           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
52972           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
52973           !> utils/perldoc.PL vms/perlvms.pod
52974 ____________________________________________________________________________
52975 [  5952] By: jhi                                   on 2000/04/26  23:03:46
52976         Log: Undo "use integer" addition from 64bitint as it seems
52977              to break most of the subtests in Digital UNIX;
52978              Unicos needs to find another way.
52979      Branch: cfgperl
52980            ! t/op/64bitint.t
52981 ____________________________________________________________________________
52982 [  5951] By: jhi                                   on 2000/04/26  22:57:53
52983         Log: Be more robust on "extreme" (large absolute value)
52984              arguments.  Originally reported by Daniel Connelly
52985              as a problem with asinh() on large negative arguments,
52986              asinh() used to bail out because an argument to log()
52987              ended up being zero.  Ilya Zakharevich proposed using
52988              Taylor's series in such cases, which for such large
52989              arguments is a very good approximation.
52990      Branch: cfgperl
52991            ! lib/Math/Complex.pm t/lib/complex.t
52992 ____________________________________________________________________________
52993 [  5950] By: gsar                                  on 2000/04/25  19:13:12
52994         Log: reformat perldiag to avoid long lines
52995      Branch: perl
52996            ! pod/perldiag.pod
52997 ____________________________________________________________________________
52998 [  5949] By: gsar                                  on 2000/04/25  18:41:11
52999         Log: make perldoc use the pod2man from the same version (from
53000              M.J.T. Guy)
53001      Branch: perl
53002            ! utils/perldoc.PL
53003 ____________________________________________________________________________
53004 [  5948] By: gsar                                  on 2000/04/25  18:21:57
53005         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
53006              <kompas@kompas.usr.onet.pl>)
53007      Branch: perl
53008            ! lib/vars.pm
53009 ____________________________________________________________________________
53010 [  5947] By: gsar                                  on 2000/04/25  18:11:53
53011         Log: use &dl_error rather than &dl_load_file as the guard for calling
53012              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
53013              statically built perl)
53014      Branch: perl
53015            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53016 ____________________________________________________________________________
53017 [  5946] By: jhi                                   on 2000/04/25  17:37:54
53018         Log: Document that tr() is not tr(1).
53019      Branch: cfgperl
53020            ! pod/perlop.pod
53021 ____________________________________________________________________________
53022 [  5945] By: gsar                                  on 2000/04/25  16:34:33
53023         Log: make module name mandatory after -M switch; reorder perldiag
53024              alphabetically (from Mark-Jason Dominus)
53025      Branch: perl
53026            ! perl.c pod/perldiag.pod
53027 ____________________________________________________________________________
53028 [  5944] By: jhi                                   on 2000/04/25  01:15:18
53029         Log: On second thoughts frexp() does have two arguments.
53030      Branch: cfgperl
53031            ! perl.h
53032 ____________________________________________________________________________
53033 [  5943] By: jhi                                   on 2000/04/24  22:56:32
53034         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
53035              Now pp_ncmp() returns undef is either operand is a NaN.
53036      Branch: cfgperl
53037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53038            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
53039            ! vms/subconfigure.com vos/config.def vos/config.h
53040            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
53041            ! win32/config.vc win32/config_H.bc win32/config_H.gc
53042            ! win32/config_H.vc
53043      Branch: metaconfig/U/perl
53044            + d_modfl.U
53045 ____________________________________________________________________________
53046 [  5942] By: jhi                                   on 2000/04/24  19:45:17
53047         Log: Regen Configure to match #5937.
53048      Branch: cfgperl
53049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53050            ! config_h.SH
53051      Branch: metaconfig
53052            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
53053 ____________________________________________________________________________
53054 [  5941] By: jhi                                   on 2000/04/24  19:24:11
53055         Log: Further Unicos fixes for Mark Lutz.
53056      Branch: cfgperl
53057            ! hints/unicos.sh pp_ctl.c
53058 ____________________________________________________________________________
53059 [  5940] By: jhi                                   on 2000/04/24  19:09:06
53060         Log: Various Unicos 10.0.0.6 fixes.
53061              
53062              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
53063              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
53064              Reply-To: tecmpl1@triton.ca.boeing.com 
53065              To: perl5-porters@perl.org 
53066              Date: Fri, 14 Apr 2000 20:21:00 GMT 
53067              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
53068      Branch: cfgperl
53069            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
53070 ____________________________________________________________________________
53071 [  5939] By: gsar                                  on 2000/04/24  19:01:24
53072         Log: more pod nits (from Larry Virden)
53073      Branch: perl
53074            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
53075            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
53076            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
53077 ____________________________________________________________________________
53078 [  5938] By: gsar                                  on 2000/04/24  18:54:01
53079         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
53080      Branch: perl
53081            ! ext/B/B/Deparse.pm
53082 ____________________________________________________________________________
53083 [  5937] By: jhi                                   on 2000/04/24  17:39:00
53084         Log: Integrate with Sarathy.
53085      Branch: cfgperl
53086           +> (branch 31 files)
53087           !> (integrate 73 files)
53088 ____________________________________________________________________________
53089 [  5936] By: gsar                                  on 2000/04/24  17:30:06
53090         Log: additional tests for change#5934 (from Paul Marquess, who also
53091              sent in the same fix)
53092      Branch: perl
53093            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
53094            ! t/pragma/warn/5nolint t/pragma/warn/6default
53095 ____________________________________________________________________________
53096 [  5935] By: jhi                                   on 2000/04/24  17:26:05
53097         Log: Do not assume sign propagation.
53098              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
53099              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
53100              To: payner@ncifcrf.gov, perl5-porters@perl.org 
53101              Date: Tue, 18 Apr 2000 18:24:49 +0100 
53102              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
53103      Branch: cfgperl
53104            ! t/op/bop.t t/op/misc.t
53105 ____________________________________________________________________________
53106 [  5934] By: gsar                                  on 2000/04/24  17:16:54
53107         Log: propagate lexical warnings from surrounding scope correctly
53108              within string eval()
53109      Branch: perl
53110            ! pp_ctl.c t/pragma/warn/pp_ctl
53111 ____________________________________________________________________________
53112 [  5933] By: jhi                                   on 2000/04/24  17:01:07
53113         Log: Flatten the cpp jungle doing the nosuid checking.
53114      Branch: cfgperl
53115            ! perl.c
53116 ____________________________________________________________________________
53117 [  5932] By: gsar                                  on 2000/04/24  09:08:14
53118         Log: add rsignal(), whichsig() and do_join() to public API list
53119              (mod_perl uses them to good advantage)
53120      Branch: perl
53121            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
53122 ____________________________________________________________________________
53123 [  5931] By: gsar                                  on 2000/04/24  09:01:40
53124         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
53125      Branch: perl
53126            ! pp_hot.c regexec.c t/op/pat.t
53127 ____________________________________________________________________________
53128 [  5930] By: gsar                                  on 2000/04/24  08:58:33
53129         Log: small os390 tweaks (from Peter Prymmer)
53130      Branch: perl
53131            ! config_h.SH makedepend.SH
53132 ____________________________________________________________________________
53133 [  5929] By: gsar                                  on 2000/04/24  08:55:25
53134         Log: pod nits
53135      Branch: perl
53136            ! pod/perlguts.pod
53137 ____________________________________________________________________________
53138 [  5928] By: gsar                                  on 2000/04/24  08:50:13
53139         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
53140      Branch: perl
53141            ! ext/IO/lib/IO/Poll.pm
53142 ____________________________________________________________________________
53143 [  5927] By: gsar                                  on 2000/04/24  08:43:24
53144         Log: arrange for next() to resume at the unstack op rather than the
53145              loop conditional, so that scope cleanup happens correctly
53146              (from Stephen McCamant)
53147      Branch: perl
53148            ! op.c pp_ctl.c t/op/misc.t
53149 ____________________________________________________________________________
53150 [  5926] By: gsar                                  on 2000/04/24  08:18:40
53151         Log: on windows, reserve 16M of stack rather than 128M (allows more
53152              threads to run concurrently)
53153      Branch: perl
53154            ! win32/Makefile win32/makefile.mk
53155 ____________________________________________________________________________
53156 [  5925] By: gsar                                  on 2000/04/24  08:13:52
53157         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
53158      Branch: perl
53159            ! toke.c
53160 ____________________________________________________________________________
53161 [  5924] By: gsar                                  on 2000/04/24  08:08:59
53162         Log: avoid using uninitialized memory in require version check
53163      Branch: perl
53164            ! pp_ctl.c universal.c
53165 ____________________________________________________________________________
53166 [  5923] By: gsar                                  on 2000/04/24  07:20:14
53167         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
53168      Branch: perl
53169            ! ext/IO/lib/IO/Poll.pm
53170 ____________________________________________________________________________
53171 [  5922] By: gsar                                  on 2000/04/24  07:08:42
53172         Log: commentary about IoTYPE() (from Nathan Torkington)
53173      Branch: perl
53174            ! sv.h
53175 ____________________________________________________________________________
53176 [  5921] By: gsar                                  on 2000/04/24  06:58:26
53177         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
53178              by fix
53179      Branch: perl
53180            ! sv.c t/lib/charnames.t t/pragma/utf8.t
53181 ____________________________________________________________________________
53182 [  5920] By: gsar                                  on 2000/04/24  06:37:59
53183         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
53184      Branch: perl
53185            ! doop.c t/op/ver.t
53186 ____________________________________________________________________________
53187 [  5919] By: gsar                                  on 2000/04/24  06:21:58
53188         Log: Configure might miss old directories when prefix must be
53189              expanded (from Robin Barker)
53190      Branch: metaconfig
53191            ! U/installdirs/inc_version_list.U
53192      Branch: perl
53193            ! Configure
53194 ____________________________________________________________________________
53195 [  5918] By: gsar                                  on 2000/04/24  06:16:11
53196         Log: VMS nits in glob() test (from Charles Lane)
53197      Branch: perl
53198            ! t/lib/glob-basic.t
53199 ____________________________________________________________________________
53200 [  5917] By: gsar                                  on 2000/04/24  06:11:56
53201         Log: various pod nits (from Larry Virden and others)
53202      Branch: perl
53203            ! README.amiga README.hpux README.machten README.os2
53204            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
53205            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
53206            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
53207            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
53208            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
53209            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
53210            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
53211            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
53212 ____________________________________________________________________________
53213 [  5916] By: gsar                                  on 2000/04/24  05:52:43
53214         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
53215              <wjones@tc.fluke.com>)
53216      Branch: perl
53217            ! t/lib/glob-basic.t
53218 ____________________________________________________________________________
53219 [  5915] By: gsar                                  on 2000/04/24  05:07:01
53220         Log: supported platforms mixed up
53221      Branch: perl
53222            ! pod/perl56delta.pod pod/perlport.pod
53223 ____________________________________________________________________________
53224 [  5914] By: gsar                                  on 2000/04/24  04:56:08
53225         Log: caller() wasn't returning the right number of elements for
53226              eval {...}
53227      Branch: perl
53228            ! pp_ctl.c t/pragma/warn/9enabled
53229 ____________________________________________________________________________
53230 [  5913] By: gsar                                  on 2000/04/24  04:35:41
53231         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
53232              Mark-Jason Dominus)
53233      Branch: perl
53234            ! pod/perlfunc.pod
53235 ____________________________________________________________________________
53236 [  5912] By: gsar                                  on 2000/04/24  04:17:15
53237         Log: fix totally broken caching in UNIVERSAL::isa() (from
53238              Nick Ing-Simmons)
53239      Branch: perl
53240            ! t/op/universal.t universal.c
53241 ____________________________________________________________________________
53242 [  5911] By: gsar                                  on 2000/04/24  03:39:47
53243         Log: add linebreak properties from unicode/LineBrk.txt (from
53244              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
53245      Branch: perl
53246            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53247            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
53248            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
53249            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
53250            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
53251            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
53252            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
53253            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
53254            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
53255            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
53256            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
53257            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
53258            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
53259            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
53260            + lib/unicode/Is/LbrkZW.pl
53261            ! lib/unicode/mktables.PL
53262 ____________________________________________________________________________
53263 [  5910] By: gsar                                  on 2000/04/24  03:23:10
53264         Log: typo in pod
53265      Branch: perl
53266            ! ext/Thread/Thread.pm
53267 ____________________________________________________________________________
53268 [  5909] By: gsar                                  on 2000/04/24  03:22:03
53269         Log: mode argument to do_binmode() should be file mode, not boolean
53270      Branch: perl
53271            ! pp_sys.c
53272 ____________________________________________________________________________
53273 [  5908] By: gsar                                  on 2000/04/16  16:51:08
53274         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
53275              always returns a valid GV even when the symbol is trapped by strictures
53276              (avoids coredumps)
53277              
53278              TODO: the C<package;> hack needs similar treatment
53279      Branch: perl
53280            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
53281            ! t/pragma/strict-vars
53282 ____________________________________________________________________________
53283 [  5907] By: jhi                                   on 2000/03/31  23:42:56
53284         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
53285              an assumption which #5905 demolished.
53286      Branch: cfgperl
53287            ! pp_sys.c
53288 ____________________________________________________________________________
53289 [  5906] By: jhi                                   on 2000/03/31  18:54:37
53290         Log: Typo in #5905.
53291      Branch: cfgperl
53292            ! t/op/64bitint.t
53293 ____________________________________________________________________________
53294 [  5905] By: jhi                                   on 2000/03/31  18:50:54
53295         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
53296              reported by Joseph N. Hall.  The bug was that even with use64bitint
53297              one had to use the prefixes q, L, or ll with printf/sprintf,
53298              contrary to the documentation and common sense.
53299      Branch: cfgperl
53300            ! sv.c t/op/64bitint.t
53301 ____________________________________________________________________________
53302 [  5904] By: gsar                                  on 2000/03/28  02:31:32
53303         Log: add Changes, perldelta.pod
53304      Branch: perl
53305            + Changes pod/perldelta.pod
53306 ____________________________________________________________________________
53307 [  5903] By: gsar                                  on 2000/03/28  02:03:55
53308         Log: rename Changes and perldelta.pod
53309      Branch: perl
53310           +> Changes5.6 pod/perl56delta.pod
53311            - Changes pod/perldelta.pod
53312            ! MANIFEST
53313 ____________________________________________________________________________
53314 [  5902] By: gsar                                  on 2000/03/28  01:59:14
53315         Log: create maint-5.6 branch
53316      Branch: maint-5.6/perl
53317           +> (branch 1611 files)
53318 ____________________________________________________________________________
53319 [  5901] By: jhi                                   on 2000/03/23  05:48:43
53320         Log: Integrate with Sarathy.
53321      Branch: cfgperl
53322           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
53323 ____________________________________________________________________________
53324 [  5900] By: gsar                                  on 2000/03/23  05:42:43
53325         Log: three guesses on what this is :-)
53326      Branch: perl
53327            ! Changes