RE: DB_File-1.79 on Cygwin 1.3.3
[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 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
35         Log: AIX needs an explicit symbol export list.
36      Branch: perl
37            ! lib/ExtUtils/Embed.t
38 ____________________________________________________________________________
39 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
40         Log: The test (and the module) would require some
41              quality hacking time to work on EBCDIC.  Based n
42              the test results nothing seems to be majorly broken,
43              the module just seems to have strange assumptions:
44              got: ''\226\225\205'
45              expected: ''one'
46              The \226\225\205 being, of course, 'one', in EBCDIC.
47      Branch: perl
48            ! lib/Dumpvalue.t
49 ____________________________________________________________________________
50 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
51         Log: Mark the test known to be failing in EBCDIC.
52      Branch: perl
53            ! t/op/tr.t
54 ____________________________________________________________________________
55 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
56         Log: None of the libnet modules are going to work in
57              EBCDIC without the Convert::EBCDIC.
58      Branch: perl
59            ! t/lib/1_compile.t
60 ____________________________________________________________________________
61 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
62         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
63      Branch: perl
64            ! t/op/pack.t
65 ____________________________________________________________________________
66 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
67         Log: UTF-EBCDIC ain't UTF-8.
68      Branch: perl
69            ! t/op/pack.t
70 ____________________________________________________________________________
71 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
72         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
73      Branch: perl
74            ! t/lib/1_compile.t
75 ____________________________________________________________________________
76 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
77         Log: Let's not assume ASCII.
78      Branch: perl
79            ! t/op/lc.t
80 ____________________________________________________________________________
81 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
82         Log: Call the new perlio symbols differently.
83      Branch: perl
84            ! makedef.pl
85 ____________________________________________________________________________
86 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
87         Log: Don't expect ASCII ordering.
88      Branch: perl
89            ! lib/ExtUtils/Manifest.t
90 ____________________________________________________________________________
91 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
92         Log: Forgot from #12756.
93      Branch: perl
94            ! perlio.h
95 ____________________________________________________________________________
96 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
97         Log: BeOS tweaks:
98              - fseeko and ftello can be found by Configure but
99              we do not seem to have prototypes for them so
100              let's make up some
101              - BeOS didn't use to have real sockets (sockets as
102              filedescriptors) but the BONE package is supposed
103              to fix this.  I do not know how to detect BONEness,
104              see hints/beos.sh for a spot that needs to fixed.
105              - BeOS has O_TEXT != O_BINARY but has no setmode()
106      Branch: perl
107            ! hints/beos.sh perlio.c
108 ____________________________________________________________________________
109 [ 12755] By: sky                                   on 2001/10/29  12:56:12
110         Log: Ugly fix to not die when a thread creator is holding locks.
111      Branch: perl
112            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
113            ! ext/threads/threads.xs
114 ____________________________________________________________________________
115 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
116         Log: Integrate change #12752 from maintperl;
117              
118              croak(Nullch) wasn't printing the contents of ERRSV if there was
119              no outer eval (bug in change#6125)
120      Branch: perl
121           !> util.c
122 ____________________________________________________________________________
123 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
124         Log: Subject: [PATCH h2xs] Use of static data in XS modules
125              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
126              Date: Sun, 28 Oct 2001 21:19:07 -0000
127              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
128              
129              with nits from Sarathy.
130      Branch: perl
131            ! utils/h2xs.PL
132 ____________________________________________________________________________
133 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
134         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
135              no outer eval (bug in change#6125)
136      Branch: maint-5.6/perl
137            ! util.c
138 ____________________________________________________________________________
139 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
140         Log: More todo for the encoding pragma.
141      Branch: perl
142            ! lib/encoding.pm
143 ____________________________________________________________________________
144 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
145         Log: Add the encoding pragma to control the "upgrade"
146              from the native eight bit data to Unicode.
147              
148              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
149      Branch: perl
150            + lib/encoding.pm lib/encoding.t
151            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
152            ! pod/perlunicode.pod pod/perlvar.pod sv.c
153 ____________________________________________________________________________
154 [ 12749] By: sky                                   on 2001/10/28  21:02:33
155         Log: Update documentation.
156      Branch: perl
157            ! ext/threads/shared/shared.pm
158 ____________________________________________________________________________
159 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
160         Log: Integrate change #12747 from maintperl;
161              
162              finishing touches to system() fixes on windows:
163              * detect cmd shell correctly even if it had full path in it
164              * more quoting needed for single-arg system if the argument
165              really had multiple quoted arguments within it
166              * be smarter about not calling the shell when the executable
167              has spaces, but otherwise does not need shell involvement
168              * add a testsuite (windows-specific currently)
169      Branch: perl
170           +> t/op/system.t t/op/system_tests
171            ! MANIFEST pod/perltodo.pod
172           !> win32/win32.c
173 ____________________________________________________________________________
174 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
175         Log: finishing touches to system() fixes on windows:
176              * detect cmd shell correctly even if it had full path in it
177              * more quoting needed for single-arg system if the argument
178              really had multiple quoted arguments within it
179              * be smarter about not calling the shell when the executable
180              has spaces, but otherwise does not need shell involvement
181              * add a testsuite (windows-specific currently)
182      Branch: maint-5.6/perl
183            + t/op/system.t t/op/system_tests
184            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
185 ____________________________________________________________________________
186 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
187         Log: Integrate perlio.
188      Branch: perl
189           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
190 ____________________________________________________________________________
191 [ 12745] By: nick                                  on 2001/10/28  16:08:14
192         Log: Mingw32 fixup for Embed.t
193      Branch: perlio
194            ! lib/ExtUtils/Embed.t
195 ____________________________________________________________________________
196 [ 12744] By: nick                                  on 2001/10/28  15:54:14
197         Log: GCC vs MS 64-bit constant syntax
198      Branch: perlio
199            ! ext/Time/HiRes/HiRes.xs
200 ____________________________________________________________________________
201 [ 12743] By: nick                                  on 2001/10/28  15:42:55
202         Log: Integrate mainline
203      Branch: perlio
204           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
205 ____________________________________________________________________________
206 [ 12742] By: sky                                   on 2001/10/28  14:47:10
207         Log: Manpage updates.
208      Branch: perl
209            ! ext/threads/threads.pm
210 ____________________________________________________________________________
211 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
212         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
213      Branch: perl
214            ! lib/ExtUtils/Embed.t
215 ____________________________________________________________________________
216 [ 12740] By: nick                                  on 2001/10/28  14:14:24
217         Log: Integrate mainline
218      Branch: perlio
219           !> lib/ExtUtils/Embed.t win32/win32.c
220 ____________________________________________________________________________
221 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
222         Log: Need to be ./executed.
223      Branch: perl
224            ! lib/ExtUtils/Embed.t
225 ____________________________________________________________________________
226 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
227         Log: Integrate perlio.
228      Branch: perl
229           !> perlio.c win32/win32.h
230 ____________________________________________________________________________
231 [ 12737] By: nick                                  on 2001/10/28  13:53:45
232         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
233              by gcc -xc++.
234      Branch: perlio
235            ! win32/win32.h
236 ____________________________________________________________________________
237 [ 12736] By: nick                                  on 2001/10/28  13:50:50
238         Log: Have :stdio layer update an honour the fd refcnt table.
239              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
240      Branch: perlio
241            ! perlio.c
242 ____________________________________________________________________________
243 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
244         Log: Integrate changes #12724 and #12725 from maintperl;
245              multiarg system now works.
246      Branch: perl
247           !> win32/win32.c
248 ____________________________________________________________________________
249 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
250         Log: Integrate perlio.
251      Branch: perl
252           +> lib/ExtUtils/Embed.t
253           !> MANIFEST perlio.c
254 ____________________________________________________________________________
255 [ 12733] By: nick                                  on 2001/10/28  13:07:16
256         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
257              least for PERLIO=perlio unthreaded case
258      Branch: perlio
259            ! perlio.c
260 ____________________________________________________________________________
261 [ 12732] By: nick                                  on 2001/10/28  11:10:24
262         Log: Typo in exe name
263      Branch: perlio
264            ! lib/ExtUtils/Embed.t
265 ____________________________________________________________________________
266 [ 12731] By: nick                                  on 2001/10/28  11:09:59
267         Log: Integrate Mainline
268      Branch: perlio
269           !> Changes configure.com ext/DB_File/DB_File.pm
270           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
271           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
272           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
273           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
274           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
275           !> t/TEST t/op/regexp.t win32/buildext.pl
276 ____________________________________________________________________________
277 [ 12730] By: nick                                  on 2001/10/28  11:05:35
278         Log: Fixup Embed.t for Win32/VC++
279      Branch: perlio
280            ! lib/ExtUtils/Embed.t
281 ____________________________________________________________________________
282 [ 12729] By: nick                                  on 2001/10/28  09:36:20
283         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
284              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
285              ExtUtils::Embed.
286      Branch: perlio
287            + lib/ExtUtils/Embed.t
288            ! MANIFEST
289 ____________________________________________________________________________
290 [ 12728] By: sky                                   on 2001/10/28  08:12:53
291         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
292              line manually!
293      Branch: perl
294            ! lib/ExtUtils/xsubpp
295 ____________________________________________________________________________
296 [ 12727] By: sky                                   on 2001/10/28  08:02:09
297         Log: And here we use the prototypes.
298      Branch: perl
299            ! ext/threads/shared/shared.xs
300 ____________________________________________________________________________
301 [ 12726] By: sky                                   on 2001/10/28  08:00:48
302         Log: Support [] style prototypes.
303      Branch: perl
304            ! lib/ExtUtils/xsubpp
305 ____________________________________________________________________________
306 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
307         Log: yet another multi-arg system() fix on windows: batch files as the
308              first argument (i.e. directly executed by CreateProcess()) need
309              extra quoting to escape shell-shock
310      Branch: maint-5.6/perl
311            ! win32/win32.c
312 ____________________________________________________________________________
313 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
314         Log: another multi-arg system() fix on windows: passing empty arguments
315              now works
316      Branch: maint-5.6/perl
317            ! win32/win32.c
318 ____________________________________________________________________________
319 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
320         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
321              No final #else #error because we do not seem to
322              be using #error?
323      Branch: perl
324            ! op.h
325 ____________________________________________________________________________
326 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
327         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
328              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
329              Date: Sat, 27 Oct 2001 23:28:44 EST 
330              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
331      Branch: perl
332            ! ext/Time/HiRes/HiRes.xs
333 ____________________________________________________________________________
334 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
335         Log: Regen perlapi, perltoc.
336      Branch: perl
337            ! pod/perlapi.pod pod/perltoc.pod
338 ____________________________________________________________________________
339 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
340         Log: Subject: [PATCH] sv.h documentation
341              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
342              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
343              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
344      Branch: perl
345            ! sv.h
346 ____________________________________________________________________________
347 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
348         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
349              system("nmake -nologo", "clean") and there is no executable
350              called "nmake -nologo"; this used to "work" pre-change#12559 due
351              to bugs in multiarg system() that have since been fixed
352      Branch: perl
353            ! win32/buildext.pl
354 ____________________________________________________________________________
355 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
356         Log: Update Changes.
357      Branch: perl
358            ! Changes patchlevel.h
359 ____________________________________________________________________________
360 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
361         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
362              From: Richard.Foley@t-online.de (Richard Foley)            
363              Date: Sun, 28 Oct 2001 00:48:32 +0200
364              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
365      Branch: perl
366            ! pod/perlhack.pod
367 ____________________________________________________________________________
368 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
369         Log: Must store pointers with the right width.
370      Branch: perl
371            ! op.h
372 ____________________________________________________________________________
373 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
374         Log: Integrate change #12711 from perlio;
375              
376              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
377              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
378      Branch: perl
379           !> perlio.c
380 ____________________________________________________________________________
381 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
382         Log: Subject: [PATCH] make minitest
383              From: Nicholas Clark <nick@ccl4.org>
384              Date: Sat, 27 Oct 2001 22:56:16 +0100
385              Message-ID: <20011027225616.L20275@plum.flirble.org>
386      Branch: perl
387            ! t/TEST
388 ____________________________________________________________________________
389 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
390         Log: Patch #12661 missed this.
391      Branch: perl
392            ! ext/DB_File/DB_File.pm
393 ____________________________________________________________________________
394 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
395         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
396              From: "Craig A. Berry" <craigberry@mac.com>
397              Date: Sat, 27 Oct 2001 16:07:47 -0500
398              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
399      Branch: perl
400            ! configure.com perlio.c
401 ____________________________________________________________________________
402 [ 12711] By: nick                                  on 2001/10/27  19:49:25
403         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
404              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
405      Branch: perlio
406            ! perlio.c
407 ____________________________________________________________________________
408 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
409         Log: Let's not replace reason if there's one already supplied.
410      Branch: perl
411            ! t/op/regexp.t
412 ____________________________________________________________________________
413 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
414         Log: is not good.
415      Branch: perl
416            ! t/op/regexp.t
417 ____________________________________________________________________________
418 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
419         Log: ldlibpth can exist but be unset.
420      Branch: perl
421            ! t/TEST
422 ____________________________________________________________________________
423 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
424         Log: Unicode: property alias naming cleanup.
425      Branch: perl
426            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
427 ____________________________________________________________________________
428 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
429         Log: FAQ sync.
430      Branch: perl
431            ! pod/perlfaq4.pod
432 ____________________________________________________________________________
433 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
434         Log: Integrate change #12703 from maintperl;
435              
436              typemap stuff intervenes before declaration, move it to PREINIT
437              section
438              
439              (an empty integrate, but now the files are in sync
440              between the branches)
441      Branch: perl
442           !> ext/ODBM_File/ODBM_File.xs
443 ____________________________________________________________________________
444 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
445         Log: More PerlIO symbols.
446      Branch: perl
447            ! makedef.pl
448 ____________________________________________________________________________
449 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
450         Log: typemap stuff intervenes before declaration, move it to PREINIT
451              section
452      Branch: maint-5.6/perl
453            ! ext/ODBM_File/ODBM_File.xs
454 ____________________________________________________________________________
455 [ 12702] By: nick                                  on 2001/10/27  14:09:35
456         Log: Integrate mainline
457      Branch: perlio
458           +> ext/threads/shared/t/av_simple.t
459           +> ext/threads/shared/t/hv_refs.t
460           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
461           !> (integrate 109 files)
462 ____________________________________________________________________________
463 [ 12700] By: ams                                   on 2001/10/26  21:22:23
464         Log: Subject: [PATCH] tweak divide
465              From: Nicholas Clark <nick@ccl4.org>
466              Date: Fri, 26 Oct 2001 22:52:17 +0100
467              Message-Id: <20011026225217.B20275@plum.flirble.org>
468      Branch: perl
469            ! pp.c
470 ____________________________________________________________________________
471 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
472         Log: Integrate a buncha things from maintperl.
473      Branch: maint-5.6/macperl
474           !> (integrate 32 files)
475 ____________________________________________________________________________
476 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
477         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
478              From: Andy Dougherty <doughera@lafayette.edu>
479              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
480              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
481      Branch: perl
482            ! hints/svr4.sh
483 ____________________________________________________________________________
484 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
485         Log: When you're root, many things become writable.
486      Branch: perl
487            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
488 ____________________________________________________________________________
489 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
490         Log: Update Changes.
491      Branch: perl
492            ! Changes patchlevel.h
493 ____________________________________________________________________________
494 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
495         Log: Term/Cap.t attempts to access the floppy drive for no good reason
496              on dosish systems
497      Branch: perl
498            ! lib/Term/Cap.t
499 ____________________________________________________________________________
500 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
501         Log: fix misleading comment on known inadequacy in B::Terse, and skip
502              it correctly
503      Branch: perl
504            ! ext/B/t/terse.t
505 ____________________________________________________________________________
506 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
507         Log: fix spurious AutoSplit.t failure under windows
508      Branch: perl
509            ! lib/AutoSplit.t
510 ____________________________________________________________________________
511 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
512         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
513      Branch: perl
514            ! ext/Time/HiRes/HiRes.t
515 ____________________________________________________________________________
516 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
517         Log: More logical to use %04"UVXf" than %"UVuf" since
518              the Unicode standard prefers hex.
519      Branch: perl
520            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
521            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
522            ! lib/unicore/mktables utf8.c
523 ____________________________________________________________________________
524 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
525         Log: change#12065 seems to have broken Encode build on windows; fix
526      Branch: perl
527            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
528 ____________________________________________________________________________
529 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
530         Log: Unicode: add the case folding table.
531      Branch: perl
532            + lib/unicore/To/Fold.pl
533            ! MANIFEST lib/unicore/mktables
534 ____________________________________________________________________________
535 [ 12688] By: sky                                   on 2001/10/26  13:51:29
536         Log: Get the new functions right, do not export lock since we use builtin lock.
537              TODO: fix xsubpp to support the new prototypes
538      Branch: perl
539            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
540 ____________________________________________________________________________
541 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
542         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
543              as suggested by Sarathy.
544      Branch: perl
545            ! mg.c
546 ____________________________________________________________________________
547 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
548         Log: avoid compiler warning
549      Branch: perl
550            ! win32/win32.c
551 ____________________________________________________________________________
552 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
553         Log: WinCE update from Rainer Keuchel.
554      Branch: perl
555            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
556            ! wince/wince.c
557 ____________________________________________________________________________
558 [ 12684] By: sky                                   on 2001/10/26  13:34:33
559         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
560      Branch: perl
561            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
562 ____________________________________________________________________________
563 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
564         Log: More fixes that were made to the core and not in the libnet src
565      Branch: perl
566            ! lib/Net/Domain.pm
567 ____________________________________________________________________________
568 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
569         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
571              Date: Fri, 26 Oct 2001 13:55:21 +0200
572              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
573              
574              (plus make the db-recno.t#59 accept both \n and \r\n)
575      Branch: perl
576            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
577            ! ext/DB_File/t/db-recno.t
578 ____________________________________________________________________________
579 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
580         Log: Fix tests to be able to run in the core and the CPAN dist
581      Branch: perl
582            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
583            ! lib/Net/t/require.t lib/Net/t/smtp.t
584 ____________________________________________________________________________
585 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
586         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
587              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
588              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
589              Date: Fri, 26 Oct 2001 08:34:46 EDT
590      Branch: perl
591            ! ext/Time/HiRes/HiRes.t
592 ____________________________________________________________________________
593 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
594         Log: Sync libnet modules with what will be libnet-1.08
595      Branch: perl
596            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
597            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
598            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
599            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
600 ____________________________________________________________________________
601 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
602         Log: Integrate maintperl changes #12268 and #12669;
603              
604              final touches to the audit for statics and thread-unsafe code
605              * make DB_File, ODBM_File thread-safe 
606              * remove unnecessary/dangerous statics and protect others
607              from not getting accidentally enabled under threaded perls
608              
609              windows support functions get_childdir() et al aren't exported
610              correctly under vanilla build
611              
612              Testing under win32 appreciated since changes there had
613              to be manually merged and I cannot test how badly did I do.
614      Branch: perl
615           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
616           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
617           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
618           !> win32/vmem.h win32/win32.c win32/win32iop.h
619 ____________________________________________________________________________
620 [ 12677] By: sky                                   on 2001/10/26  12:37:17
621         Log: More Config::threads to threads::threads changes
622      Branch: perl
623            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
624 ____________________________________________________________________________
625 [ 12676] By: sky                                   on 2001/10/26  12:31:46
626         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
627      Branch: perl
628            ! ext/threads/threads.pm ext/threads/threads.xs
629 ____________________________________________________________________________
630 [ 12675] By: sky                                   on 2001/10/26  12:06:30
631         Log: Allocing a TLS in runtime is not too hot.
632      Branch: perl
633            ! ext/threads/threads.xs
634 ____________________________________________________________________________
635 [ 12674] By: sky                                   on 2001/10/26  11:59:09
636         Log: Don't display debug data.
637      Branch: perl
638            ! ext/threads/threads.pm
639 ____________________________________________________________________________
640 [ 12673] By: sky                                   on 2001/10/26  11:35:47
641         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
642              complete bar support for blessed objects.
643              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
644      Branch: perl
645            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
646 ____________________________________________________________________________
647 [ 12672] By: sky                                   on 2001/10/26  11:15:28
648         Log: Fix case where shared reference does not exist in current thread.
649      Branch: perl
650            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
651 ____________________________________________________________________________
652 [ 12671] By: sky                                   on 2001/10/26  08:48:52
653         Log: Support for references in shared arrays.
654      Branch: perl
655            ! ext/threads/shared/shared.xs
656 ____________________________________________________________________________
657 [ 12670] By: sky                                   on 2001/10/26  08:30:11
658         Log: Add tests for references in hashes.
659      Branch: perl
660            + ext/threads/shared/t/hv_refs.t
661            ! MANIFEST
662 ____________________________________________________________________________
663 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
664         Log: windows support functions get_childdir() et al aren't exported
665              correctly under vanilla build
666      Branch: maint-5.6/perl
667            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
668 ____________________________________________________________________________
669 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
670         Log: final touches to the audit for statics and thread-unsafe code
671              * make DB_File, ODBM_File thread-safe 
672              * remove unnecessary/dangerous statics and protect others
673              from not getting accidentally enabled under threaded perls
674      Branch: maint-5.6/perl
675            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
676            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
677            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
678            ! win32/win32.c
679 ____________________________________________________________________________
680 [ 12667] By: ams                                   on 2001/10/26  03:48:36
681         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
682              From: "Richard Soderberg" <rs@crystalflame.net>
683              Date: Thu, 25 Oct 2001 23:42:50 -0400
684              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
685      Branch: perl
686            ! sharedsv.c
687 ____________________________________________________________________________
688 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
689         Log: Integrate change #12664 from maintperl;
690              
691              the newest GCCs don't seem to like C<"string1"##STRING2>
692              so keep it as C<"string1" STRING2> (latter appears to
693              work everywhere)
694      Branch: perl
695           !> ext/DynaLoader/dlutils.c
696 ____________________________________________________________________________
697 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
698         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
699              From: Chris Nandor <pudge@pobox.com>
700              Date: Thu, 25 Oct 2001 22:15:03 -0400
701              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
702      Branch: perl
703            ! perl.h
704 ____________________________________________________________________________
705 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
706         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
707              C<"string1" STRING2> (latter appears to work everywhere)
708      Branch: maint-5.6/perl
709            ! ext/DynaLoader/dlutils.c
710 ____________________________________________________________________________
711 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
712         Log: AUTHORS update.
713      Branch: perl
714            ! AUTHORS
715 ____________________________________________________________________________
716 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
717         Log: Integrate change #12660 from maintperl;
718              
719              make the dMY_CXT stuff available under all of
720              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
721      Branch: perl
722           !> perl.h
723 ____________________________________________________________________________
724 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
725         Log: Subject: [PATCH] DB_File-1.79
726              From: "Paul Marquess" <paul.marquess@openwave.com>
727              Date: Fri, 26 Oct 2001 00:03:54 +0100
728              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
729      Branch: perl
730            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
731            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
732 ____________________________________________________________________________
733 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
734         Log: make the dMY_CXT stuff available under all of
735              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
736      Branch: maint-5.6/perl
737            ! perl.h
738 ____________________________________________________________________________
739 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
740         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
741              From: Michael G Schwern <schwern@pobox.com>
742              Date: Thu, 25 Oct 2001 18:28:12 -0400
743              Message-ID: <20011025182812.M4811@blackrider>
744      Branch: perl
745            ! t/run/kill_perl.t
746 ____________________________________________________________________________
747 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
748         Log: STRLEN != int.
749      Branch: perl
750            ! regcomp.c regexec.c
751 ____________________________________________________________________________
752 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
753         Log: Subject: [PATCH] remove small IVop redundancy
754              From: Nicholas Clark <nick@ccl4.org>
755              Date: Thu, 25 Oct 2001 22:48:28 +0100
756              Message-ID: <20011025224827.M66471@plum.flirble.org>
757      Branch: perl
758            ! pp.c pp_hot.c
759 ____________________________________________________________________________
760 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
761         Log: Metaconfig unit change for #12655.
762      Branch: metaconfig/U/perl
763            ! Extensions.U
764 ____________________________________________________________________________
765 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
766         Log: Subject: Re: Not OK @12650
767              From: Andy Dougherty <doughera@lafayette.edu>
768              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
769              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
770      Branch: perl
771            ! Configure
772 ____________________________________________________________________________
773 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
774         Log: Integrate changes #12652 and #12653 from maintperl;
775              
776              more tweaks to change#12626
777              * move the boilerplate code over to perl.h and make DynaLoader
778              use it
779              * make re, Opcode, File::Glob and B threadsafe
780              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
781              C<no re;> anywhere)
782              
783              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
784              
785              File::Glob required a bit more work in bleadperl
786              because of ExtUtils::Constant (see the Makefile.PL change)
787      Branch: perl
788            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
789           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
790           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
791 ____________________________________________________________________________
792 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
793         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
794      Branch: maint-5.6/perl
795            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
796            ! ext/Opcode/Opcode.xs ext/re/re.xs
797 ____________________________________________________________________________
798 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
799         Log: more tweaks to change#12626
800              * move the boilerplate code over to perl.h and make DynaLoader
801              use it
802              * make re, Opcode, File::Glob and B threadsafe
803              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
804              C<no re;> anywhere)
805      Branch: maint-5.6/perl
806            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
807            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
808 ____________________________________________________________________________
809 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
810         Log: Metaconfig unit change for #12650.
811      Branch: metaconfig/U/perl
812            ! Extensions.U
813 ____________________________________________________________________________
814 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
815         Log: Subject: Re: ithreads doesn't like usedl=n
816              From: Andy Dougherty <doughera@lafayette.edu>
817              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
818              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
819              
820              Special-case threads::shared.
821      Branch: perl
822            ! Configure
823 ____________________________________________________________________________
824 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
825         Log: Getting fancier...
826      Branch: perl
827            ! t/TEST
828 ____________________________________________________________________________
829 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
830         Log: csh - what a pain.
831      Branch: perl
832            ! t/TEST
833 ____________________________________________________________________________
834 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
835         Log: Update Changes.
836      Branch: perl
837            ! Changes patchlevel.h
838 ____________________________________________________________________________
839 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
840         Log: Allow resetting the locale system for the duration
841              of the build (Mac OS X default setting LANG=En_US
842              ist kaputt)
843      Branch: perl
844            ! Makefile.SH
845 ____________________________________________________________________________
846 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
847         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
848      Branch: perl
849            ! ext/Digest/MD5/t/files.t
850 ____________________________________________________________________________
851 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
852         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
853              From: Andy Dougherty <doughera@lafayette.edu>
854              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
855              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
856      Branch: perl
857            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
858            ! ext/threads/shared/Makefile.PL
859 ____________________________________________________________________________
860 [ 12643] By: sky                                   on 2001/10/25  12:28:26
861         Log: Add support for reference members of hashes.
862      Branch: perl
863            ! ext/threads/shared/shared.xs
864 ____________________________________________________________________________
865 [ 12642] By: ams                                   on 2001/10/25  12:21:13
866         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
867              From: "Norton Allen" <nort@qnx.com>
868              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
869              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
870      Branch: perl
871            ! ext/Digest/MD5/MD5.xs
872 ____________________________________________________________________________
873 [ 12641] By: sky                                   on 2001/10/25  10:27:39
874         Log: Tests shared hashes.
875      Branch: perl
876            + ext/threads/shared/t/hv_simple.t
877            ! MANIFEST
878 ____________________________________________________________________________
879 [ 12640] By: sky                                   on 2001/10/25  10:18:23
880         Log: Fix threadcounts for arrays and hashes.
881      Branch: perl
882            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
883 ____________________________________________________________________________
884 [ 12639] By: sky                                   on 2001/10/25  10:17:26
885         Log: Note to self, doing *src_ary++ in a macro that evaluates
886              the value more than once is a good way to dump core.
887      Branch: perl
888            ! sharedsv.c
889 ____________________________________________________________________________
890 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
891         Log: Integrate change #12636 from maintperl; more dl fixups.
892      Branch: perl
893           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
894           !> ext/DynaLoader/dl_vms.xs
895 ____________________________________________________________________________
896 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
897         Log: Like dl_hpux, like dl_dld.
898      Branch: perl
899            ! ext/DynaLoader/dl_dld.xs
900 ____________________________________________________________________________
901 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
902         Log: followups to change#12635
903      Branch: maint-5.6/perl
904            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
905            ! ext/DynaLoader/dl_vms.xs
906 ____________________________________________________________________________
907 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
908         Log: add part of change#12634 to the two files that need it; dl_aix.xs
909              in maint-5.6 doesn't have the branch that had the problem in
910              mainline
911      Branch: maint-5.6/perl
912            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
913 ____________________________________________________________________________
914 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
915         Log: Fixes for #12627.
916      Branch: perl
917            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
918 ____________________________________________________________________________
919 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
920         Log: Since pv_uni_display and sv_uni_display are now used
921              in the re extension, their symbols have to be exported.
922      Branch: perl
923            ! embed.pl global.sym
924 ____________________________________________________________________________
925 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
926         Log: Subject:  Re: [PATCH Perl@12567] debug /list
927              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
928              Date: Tue, 23 Oct 2001 21:40:33 EDT
929              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
930      Branch: perl
931            ! configure.com
932 ____________________________________________________________________________
933 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
934         Log: This takes care of some of the re 'debug' cases but
935              not all cases since the information whether the pattern
936              or the target are utf8 seems to be either lost or not
937              spread widely enough, sigh.
938      Branch: perl
939            ! regcomp.c
940 ____________________________________________________________________________
941 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
942         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
943              From: John Peacock <jpeacock@rowman.com>
944              Date: Wed, 24 Oct 2001 16:53:29 -0400
945              Message-ID: <3BD72A49.1508D152@rowman.com>
946      Branch: perl
947            ! configure.com
948 ____________________________________________________________________________
949 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
950         Log: Upgrade NetWare and WinCE as in #12626.
951      Branch: perl
952            ! NetWare/dl_netware.xs wince/dl_win32.xs
953 ____________________________________________________________________________
954 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
955         Log: Tru64 compiler nit.
956      Branch: perl
957            ! ext/threads/shared/shared.xs
958 ____________________________________________________________________________
959 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
960         Log: Integrate change #12626 from maintperl;
961              make DynaLoader threadsafe by moving all statics into
962              interpreter-local space
963              
964              TODO: Netware, OS/2, WinCE
965      Branch: perl
966           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
967           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
968           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
969           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
970           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
971           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
972           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
973 ____________________________________________________________________________
974 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
975         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
976              space
977      Branch: maint-5.6/perl
978            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
979            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
980            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
981            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
982            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
983            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
984            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
985 ____________________________________________________________________________
986 [ 12625] By: sky                                   on 2001/10/24  20:05:26
987         Log: Change #12623 inflicted an infinite hang. Fixed.
988      Branch: perl
989            ! ext/threads/shared/shared.xs
990 ____________________________________________________________________________
991 [ 12624] By: sky                                   on 2001/10/24  19:06:55
992         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
993      Branch: perl
994            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
995 ____________________________________________________________________________
996 [ 12623] By: sky                                   on 2001/10/24  18:06:34
997         Log: We need to do sharedsv_find in the original perl context.
998      Branch: perl
999            ! ext/threads/shared/shared.xs
1000 ____________________________________________________________________________
1001 [ 12622] By: sky                                   on 2001/10/24  17:26:51
1002         Log: Add support for basic support for AVs, references not supported yet.
1003              Add test for AVs.
1004              Add more tests to sv_refs
1005              Fix documentation issues.  
1006      Branch: perl
1007            + ext/threads/shared/t/av_simple.t
1008            ! MANIFEST ext/threads/shared/shared.pm
1009            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
1010 ____________________________________________________________________________
1011 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
1012         Log: Dump Unicode better for re 'debug'.  The regprop()
1013              is unfinished since have to figure out how to detect
1014              Unicodeness in there.
1015      Branch: perl
1016            ! regcomp.c regexec.c
1017 ____________________________________________________________________________
1018 [ 12620] By: sky                                   on 2001/10/24  13:18:07
1019         Log: Add support for finding shared arrays and hashes.
1020      Branch: perl
1021            ! sharedsv.c
1022 ____________________________________________________________________________
1023 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
1024         Log: Rewrite sv_uni_display() as pv_uni_display() as
1025              reimplement sv_uni_display() using that.
1026      Branch: perl
1027            ! dump.c embed.h embed.pl proto.h
1028 ____________________________________________________________________________
1029 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
1030         Log: Integrate change #12615 from maintperl;
1031              on Windows, IO::File::new_tmpfile() fails after being called
1032              32767 times because MSVCRT thinks stdio's TMP_MAX is a
1033              process-wide limit
1034      Branch: perl
1035           !> win32/win32.c
1036 ____________________________________________________________________________
1037 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
1038         Log: Don't try to print ints as IVs.
1039      Branch: perl
1040            ! ext/Time/HiRes/HiRes.xs
1041 ____________________________________________________________________________
1042 [ 12616] By: sky                                   on 2001/10/24  11:06:35
1043         Log: We only need to fetch the SV from the backend if the index
1044              is not the same as mg_private.     In theory this could be
1045              a problem if there are an exact multiple of U16 changes
1046              of a shared variable between two access in a given thread,
1047              we choose to avoid theory for now.
1048      Branch: perl
1049            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
1050 ____________________________________________________________________________
1051 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
1052         Log: on Windows, IO::File::new_tmpfile() fails after being called
1053              32767 times because MSVCRT thinks stdio's TMP_MAX is a
1054              process-wide limit
1055      Branch: maint-5.6/perl
1056            ! win32/win32.c
1057 ____________________________________________________________________________
1058 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
1059         Log: Negation and Unicode: sort of solves 20010303.010,
1060              except not quite like reported in the Subject
1061              (Perl_warner is still utf8-ignorant).
1062      Branch: perl
1063            ! pp.c t/lib/warnings/sv
1064 ____________________________________________________________________________
1065 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
1066         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
1067      Branch: perl
1068            ! sv.c t/lib/warnings/sv
1069 ____________________________________________________________________________
1070 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
1071         Log: sv_uni_display(): do not add the "...", let the caller
1072              do it if wanted, and be prepared for more display options.
1073      Branch: perl
1074            ! dump.c embed.h embed.pl proto.h
1075 ____________________________________________________________________________
1076 [ 12611] By: nick                                  on 2001/10/23  20:28:07
1077         Log: Integrate mainline
1078      Branch: perlio
1079           !> Changes configure.com cygwin/cygwin.c
1080           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
1081           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
1082           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
1083           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
1084           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
1085           !> utils/h2xs.PL utils/perldoc.PL
1086 ____________________________________________________________________________
1087 [ 12610] By: sky                                   on 2001/10/23  19:39:24
1088         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
1089              READONLY but still dies with modification attempt. We only call bless for ext and
1090              umagic.
1091      Branch: perl
1092            ! sv.c
1093 ____________________________________________________________________________
1094 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
1095         Log: Croak() on negative time; doc tweaks.
1096      Branch: perl
1097            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1098            ! ext/Time/HiRes/HiRes.xs
1099 ____________________________________________________________________________
1100 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
1101         Log: FAQ sync.
1102      Branch: perl
1103            ! pod/perlfaq4.pod pod/perlfaq7.pod
1104 ____________________________________________________________________________
1105 [ 12607] By: sky                                   on 2001/10/23  18:27:27
1106         Log: Call setmagic on the referant we blessing!
1107      Branch: perl
1108            ! sv.c
1109 ____________________________________________________________________________
1110 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
1111         Log: Small test nits.
1112      Branch: perl
1113            ! t/op/lc.t
1114 ____________________________________________________________________________
1115 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
1116         Log: Update Changes.
1117      Branch: perl
1118            ! Changes patchlevel.h
1119 ____________________________________________________________________________
1120 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
1121         Log: Make the PerlIO_init() prototypes consistent.
1122      Branch: perl
1123            ! perlio.c
1124 ____________________________________________________________________________
1125 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
1126         Log: Upping the test count is a good idea.
1127      Branch: perl
1128            ! t/op/lc.t
1129 ____________________________________________________________________________
1130 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
1131         Log: Document the final sigma spot.
1132      Branch: perl
1133            ! pp.c
1134 ____________________________________________________________________________
1135 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
1136         Log: Fix multicharacter titlecase (ucfirst).
1137      Branch: perl
1138            ! pod/perlunicode.pod pp.c t/op/lc.t
1139 ____________________________________________________________________________
1140 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
1141         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
1142              From: Mikhail Zabaluev <mhz@alt-linux.org>
1143              Date: Tue, 23 Oct 2001 10:40:37 +0400
1144              Message-ID: <20011023104037.A12761@localhost.localdomain>
1145              
1146              (#12406 replaced with this)
1147      Branch: perl
1148            ! utils/perldoc.PL
1149 ____________________________________________________________________________
1150 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
1151         Log: MacOS Classic updates from Pudge.
1152      Branch: perl
1153            ! lib/File/Spec.t lib/File/Spec/Mac.pm
1154 ____________________________________________________________________________
1155 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
1156         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
1157              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1158              Date: Sun, 14 Oct 2001 23:14:46 +0200
1159              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
1160              
1161              except for the 2->4 changes.
1162      Branch: perl
1163            ! lib/AutoSplit.t
1164 ____________________________________________________________________________
1165 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
1166         Log: integrate macperl contents into maint-5.6
1167      Branch: maint-5.6/perl
1168            ! mg.c
1169           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
1170           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
1171           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
1172           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
1173           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
1174           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
1175           !> t/lib/filefind.t t/lib/filespec.t
1176 ____________________________________________________________________________
1177 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
1178         Log: At some point the #6234 has been lost from the mainline
1179              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
1180      Branch: perl
1181            ! lib/File/Spec/Win32.pm
1182 ____________________________________________________________________________
1183 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
1184         Log: Cygwin seems to round up (or closest, but not down)
1185              for time(), so half of the time (bad pun intended)
1186              Time::HiRes::time() is less than time(), half of
1187              the time it's more.  So let's try harder in the loop.
1188      Branch: perl
1189            ! ext/Time/HiRes/HiRes.t
1190 ____________________________________________________________________________
1191 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
1192         Log: MacOS Classic timeofday(), from Chris Nandor. 
1193      Branch: perl
1194            ! ext/Time/HiRes/HiRes.xs
1195 ____________________________________________________________________________
1196 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
1197         Log: Integrate changes #12580 and #12581 from macperl;
1198              
1199              Fix path construction.
1200              
1201              (Copyright) Nit.
1202      Branch: perl
1203           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
1204 ____________________________________________________________________________
1205 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
1206         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
1207              doesn't seem to help (the error being output to console, maybe?)
1208      Branch: perl
1209            ! lib/Net/Domain.pm
1210 ____________________________________________________________________________
1211 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
1212         Log: Taint the getcwd() result also in Cygwin.
1213              (TODO: which other platforms need the same thing?)
1214      Branch: perl
1215            ! cygwin/cygwin.c
1216 ____________________________________________________________________________
1217 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
1218         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
1219      Branch: perl
1220            ! t/op/taint.t
1221 ____________________________________________________________________________
1222 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
1223         Log: getpwuid() fragility continues.
1224      Branch: perl
1225            ! utils/h2xs.PL
1226 ____________________________________________________________________________
1227 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
1228         Log: getpwuid() might succeed but that's no guarantee
1229              that the $home will be defined.
1230      Branch: perl
1231            ! ext/File/Glob/t/basic.t
1232 ____________________________________________________________________________
1233 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
1234         Log: It's safer to to expand the variable, too... (see #12571)
1235      Branch: perl
1236            ! t/TEST
1237 ____________________________________________________________________________
1238 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
1239         Log: Integrate with maintperl.
1240      Branch: maint-5.6/macperl
1241           !> win32/bin/pl2bat.pl win32/win32.c
1242 ____________________________________________________________________________
1243 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
1244         Log: Oops, forgot to include Win32 ... just as well, since it
1245              seems in bleadperl, change #7764 was not included
1246              (adding C:\temp).  Re-added.  Rip it back out if it
1247              doesn't belong.  :-)
1248      Branch: maint-5.6/macperl
1249            ! lib/File/Spec/Win32.pm
1250 ____________________________________________________________________________
1251 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
1252         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
1253              From: "Craig A. Berry" <craigberry@mac.com>
1254              Date: Mon, 22 Oct 2001 15:25:19 -0500
1255              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
1256      Branch: perl
1257            ! configure.com
1258 ____________________________________________________________________________
1259 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
1260         Log: Add in lots of File::Spec changes, from Thomas Wegner,
1261              and sync with changes from bleadperl.
1262      Branch: maint-5.6/macperl
1263            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
1264            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
1265            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1266            ! lib/File/Spec/Win32.pm t/lib/filespec.t
1267 ____________________________________________________________________________
1268 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
1269         Log: Sync with latest File::Find and tests from bleadperl.
1270      Branch: maint-5.6/macperl
1271            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
1272 ____________________________________________________________________________
1273 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
1274         Log: Nit.
1275      Branch: maint-5.6/macperl
1276            ! perl.c
1277 ____________________________________________________________________________
1278 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
1279         Log: Fix path construction.
1280      Branch: maint-5.6/macperl
1281            ! ext/DynaLoader/DynaLoader_pm.PL
1282 ____________________________________________________________________________
1283 [ 12579] By: nick                                  on 2001/10/22  19:08:35
1284         Log: Integrate mainline (for Arthurs thread.xs fix)
1285      Branch: perlio
1286           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
1287 ____________________________________________________________________________
1288 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
1289         Log: Fix up exported symbols, move relevant docs
1290              over from macperl.pod.
1291      Branch: maint-5.6/macperl
1292            ! macos/ext/MacPerl/MacPerl.pm
1293 ____________________________________________________________________________
1294 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
1295         Log: Make ADDRESS called optionally as a method.
1296      Branch: maint-5.6/macperl
1297            ! macos/lib/Mac/Glue.pm
1298 ____________________________________________________________________________
1299 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
1300         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
1301              Apple event.
1302      Branch: maint-5.6/macperl
1303            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
1304            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
1305            ! macos/macperl/MPTerminology.aete
1306 ____________________________________________________________________________
1307 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
1308         Log: Clean up some build utilities. Change Entab to Duplicate;
1309              fix docs and error reporting; improve macify() of paths;
1310              remove requirement for Exporter.pm presence.
1311      Branch: maint-5.6/macperl
1312            ! macos/InstallBLIB macos/MacPerlTests.cmd
1313            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
1314 ____________________________________________________________________________
1315 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
1316         Log: Sync Time::HiRes with bleadperl
1317      Branch: maint-5.6/macperl
1318            ! macos/bundled_ext/Time/HiRes/HiRes.pm
1319            ! macos/bundled_ext/Time/HiRes/HiRes.t
1320            ! macos/bundled_ext/Time/HiRes/HiRes.xs
1321 ____________________________________________________________________________
1322 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
1323         Log: Fix up Changes
1324      Branch: maint-5.6/macperl
1325            ! macos/Changes
1326 ____________________________________________________________________________
1327 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
1328         Log: A user might belong to only a single group
1329              (the group equal to the group id).
1330      Branch: perl
1331            ! t/op/groups.t
1332 ____________________________________________________________________________
1333 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
1334         Log: Prepending (instead of replacing with) the pwd is safer. 
1335      Branch: perl
1336            ! t/TEST
1337 ____________________________________________________________________________
1338 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
1339         Log: Be more robust if no hostname or domainname
1340              (especially the latter)
1341      Branch: perl
1342            ! lib/Net/Domain.pm
1343 ____________________________________________________________________________
1344 [ 12569] By: sky                                   on 2001/10/22  17:41:07
1345         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
1346      Branch: perl
1347            ! ext/threads/threads.xs
1348 ____________________________________________________________________________
1349 [ 12568] By: nick                                  on 2001/10/22  16:31:24
1350         Log: Integrate mainline
1351      Branch: perlio
1352           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
1353           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1354           +> ext/threads/shared/t/sv_refs.t
1355           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
1356            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1357            - lib/unicore/To/SpecUpper.pl
1358           !> (integrate 42 files)
1359 ____________________________________________________________________________
1360 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
1361         Log: Update Changes.
1362      Branch: perl
1363            ! Changes patchlevel.h
1364 ____________________________________________________________________________
1365 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
1366         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
1367              From: Michael G Schwern <schwern@pobox.com>
1368              Date: Mon, 22 Oct 2001 03:48:38 -0400
1369              Message-ID: <20011022034838.B1676@blackrider>
1370      Branch: perl
1371            ! pod/perlvar.pod
1372 ____________________________________________________________________________
1373 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
1374         Log: Pod nits, as suggested by Stas Bekman.
1375      Branch: perl
1376            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1377 ____________________________________________________________________________
1378 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
1379         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
1380              From: "Paul Marquess" <paul.marquess@openwave.com> 
1381              Date: Sun, 21 Oct 2001 21:11:15 +0100
1382              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
1383      Branch: perl
1384            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
1385            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
1386            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
1387            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
1388            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
1389            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
1390            ! ext/SDBM_File/sdbm.t
1391 ____________________________________________________________________________
1392 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
1393         Log: Integrate change #12559 from maintperl;
1394              various fixes for system() and backticks under windows
1395      Branch: perl
1396           !> win32/win32.c
1397 ____________________________________________________________________________
1398 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
1399         Log: Integrate change #12560 from maintperl;
1400              make pl2bat use %0 rather than "%0" (the latter fails to work
1401              in a lot of common cases)
1402      Branch: perl
1403           !> win32/bin/pl2bat.pl
1404 ____________________________________________________________________________
1405 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
1406         Log: Integrate changes #12549 and #12550 from maintperl;
1407              
1408              readline() doesn't work with our variables; it confuses them with
1409              my variables (change#4227 was incomplete)
1410      Branch: perl
1411            ! t/lib/strict/vars
1412           !> t/base/rs.t toke.c
1413 ____________________________________________________________________________
1414 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
1415         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
1416              in a lot of common cases)
1417      Branch: maint-5.6/perl
1418            ! win32/bin/pl2bat.pl
1419 ____________________________________________________________________________
1420 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
1421         Log: various fixes for system() and backticks under windows:
1422              
1423              * avoid munging whitespace that is passed within quotes
1424              * work around a cmd.exe misfeature that made multi-arg
1425              system() unreliable when there is more than one quoted
1426              argument
1427              * make multi-arg system() autoquote arguments as needed
1428              before passing them to the shell (this avoids having to
1429              second guess the shell quoting)
1430              * perl's -Dp switch can be used to trace the innards
1431      Branch: maint-5.6/perl
1432            ! win32/win32.c
1433 ____________________________________________________________________________
1434 [ 12558] By: nick                                  on 2001/10/22  08:58:42
1435         Log: Integrate ithreads buffer flush fix from perlio
1436      Branch: perl
1437           !> ext/threads/t/basic.t perl.c
1438 ____________________________________________________________________________
1439 [ 12557] By: nick                                  on 2001/10/22  08:35:09
1440         Log: All tests pass (legitimately) on ithreads
1441      Branch: perlio
1442            ! ext/threads/t/basic.t perl.c
1443 ____________________________________________________________________________
1444 [ 12556] By: nick                                  on 2001/10/22  06:51:22
1445         Log: Integrate non-ithreads fix to mainline
1446      Branch: perl
1447           !> perlio.c
1448 ____________________________________________________________________________
1449 [ 12555] By: nick                                  on 2001/10/22  06:48:33
1450         Log: Restore non-ithreads build. Interestingly binmode test passes
1451              non-ithreads - so crlf layer is not damaged and ithreads fail
1452              is a symptom ...
1453      Branch: perlio
1454            ! perlio.c
1455 ____________________________________________________________________________
1456 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
1457         Log: Integrate from perlio; restructuring.
1458      Branch: perl
1459           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
1460           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
1461           !> win32/perlhost.h
1462 ____________________________________________________________________________
1463 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
1464         Log: Integrate from maintperl
1465              (Changes 12350, 12496, 12548, 12549, 12550)
1466      Branch: maint-5.6/macperl
1467           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
1468           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
1469 ____________________________________________________________________________
1470 [ 12552] By: nick                                  on 2001/10/21  19:18:12
1471         Log: Win32 PerlIO_cleanup special cases should no longer be required.
1472      Branch: perlio
1473            ! perl.c
1474 ____________________________________________________________________________
1475 [ 12551] By: nick                                  on 2001/10/21  19:16:56
1476         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
1477      Branch: perlio
1478            ! win32/makefile.mk
1479 ____________________________________________________________________________
1480 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
1481         Log: change#12549 wasn't aware of strictures
1482      Branch: maint-5.6/perl
1483            ! t/pragma/strict-vars toke.c
1484 ____________________________________________________________________________
1485 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
1486         Log: readline() doesn't work with our variables; it confuses them with
1487              my variables (change#4227 was incomplete)
1488      Branch: maint-5.6/perl
1489            ! t/base/rs.t toke.c
1490 ____________________________________________________________________________
1491 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
1492         Log: change#12220 appears to have pulled in a mainline change that
1493              isn't applicable to maint-5.6 (some platforms don't taint
1494              cwd)
1495      Branch: maint-5.6/perl
1496            ! t/lib/filefind-taint.t
1497 ____________________________________________________________________________
1498 [ 12547] By: nick                                  on 2001/10/21  17:15:54
1499         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
1500              for them. Call explicit cleanup during destruct process.
1501              - one binmode test is failing
1502              - also ext/threads/t/basic.t fails under make test, and is noisy under
1503              harness. (Threads results are intermingled and don't match order expected.)
1504      Branch: perlio
1505            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
1506            ! perlio.h perliol.h pod/perlapi.pod sv.c
1507 ____________________________________________________________________________
1508 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
1509         Log: Implement multicharacter case mappings where a single
1510              Unicode character can be mapped into several.
1511      Branch: perl
1512            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1513            - lib/unicore/To/SpecUpper.pl
1514            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
1515            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
1516            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
1517            ! proto.h t/op/lc.t utf8.c
1518 ____________________________________________________________________________
1519 [ 12545] By: sky                                   on 2001/10/21  15:25:16
1520         Log: First support of threads::shared, support shared svs and references.
1521      Branch: perl
1522            + ext/threads/shared/Makefile.PL ext/threads/shared/README
1523            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
1524            + ext/threads/shared/t/sv_refs.t
1525            + ext/threads/shared/t/sv_simple.t
1526            ! MANIFEST sharedsv.c
1527 ____________________________________________________________________________
1528 [ 12544] By: nick                                  on 2001/10/21  14:52:35
1529         Log: PerlIO layer table as PL_perlio (per-interpreter)
1530      Branch: perlio
1531            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
1532            ! pod/perlapi.pod sv.c
1533 ____________________________________________________________________________
1534 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
1535         Log: Prettyprinting.
1536      Branch: perl
1537            ! pod/perlunicode.pod
1538 ____________________________________________________________________________
1539 [ 12542] By: ams                                   on 2001/10/21  03:50:25
1540         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
1541              From: "Sean M. Burke" <sburke@cpan.org>
1542              Date: Sat, 20 Oct 2001 17:51:09 -0600
1543              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
1544      Branch: perl
1545            + pod/perlpodspec.pod
1546            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
1547            ! pod/perltoc.pod
1548 ____________________________________________________________________________
1549 [ 12541] By: nick                                  on 2001/10/20  22:23:53
1550         Log: Fix typos in new locking on MemShared
1551              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
1552              - seems to make segfaults more deterministic - suspect they are 
1553              attempt to free() after Interp and Host have gone.
1554      Branch: perlio
1555            ! perlio.c win32/perlhost.h
1556 ____________________________________________________________________________
1557 [ 12540] By: nick                                  on 2001/10/20  21:50:46
1558         Log: Remove the MemShared re-#define (again)
1559      Branch: perlio
1560            ! perlio.c
1561 ____________________________________________________________________________
1562 [ 12539] By: nick                                  on 2001/10/20  21:49:06
1563         Log: Use locks on MemShared
1564      Branch: perlio
1565            ! win32/perlhost.h
1566 ____________________________________________________________________________
1567 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
1568         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
1569              From: "chromatic" <chromatic@rmci.net>
1570              Date: Sat, 20 Oct 2001 11:13:47 -0600
1571              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
1572      Branch: perl
1573            ! installhtml
1574 ____________________________________________________________________________
1575 [ 12537] By: nick                                  on 2001/10/20  16:44:03
1576         Log: Integrate mainline
1577      Branch: perlio
1578           !> (integrate 48 files)
1579 ____________________________________________________________________________
1580 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
1581         Log: Update Changes.
1582      Branch: perl
1583            ! Changes patchlevel.h
1584 ____________________________________________________________________________
1585 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
1586         Log: Upgrade to podlators 1.11, from Russ Allbery.
1587      Branch: perl
1588            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
1589            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
1590            ! pod/pod2man.PL pod/pod2text.PL
1591 ____________________________________________________________________________
1592 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
1593         Log: Integrate perlio change #12532:
1594              introduce and use PerlIO_intmod2str().
1595      Branch: perl
1596           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
1597 ____________________________________________________________________________
1598 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
1599         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
1600      Branch: perl
1601            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
1602 ____________________________________________________________________________
1603 [ 12532] By: nick                                  on 2001/10/20  14:25:37
1604         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
1605              Use for non-PERLIO fdupopen().
1606      Branch: perlio
1607            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
1608 ____________________________________________________________________________
1609 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
1610         Log: Integrate perlio: PerlIO win32 fixes.
1611      Branch: perl
1612           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
1613           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
1614           !> proto.h sv.h win32/win32io.c
1615 ____________________________________________________________________________
1616 [ 12530] By: nick                                  on 2001/10/20  12:53:30
1617         Log: Fixed in two places - p4 resolve
1618      Branch: perlio
1619            ! perlsdio.h
1620 ____________________________________________________________________________
1621 [ 12529] By: nick                                  on 2001/10/20  12:51:05
1622         Log: Fix for ithreads/stdio build
1623      Branch: perlio
1624            ! perlio.c perlsdio.h
1625 ____________________________________________________________________________
1626 [ 12528] By: ams                                   on 2001/10/20  12:13:25
1627         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
1628              From: Michael G Schwern <schwern@pobox.com>
1629              Date: Sat, 20 Oct 2001 01:41:21 -0400
1630              Message-Id: <20011020014121.I3681@blackrider>
1631      Branch: perl
1632            ! installman
1633 ____________________________________________________________________________
1634 [ 12527] By: ams                                   on 2001/10/20  12:09:41
1635         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
1636              From: Michael G Schwern <schwern@pobox.com>
1637              Date: Sat, 20 Oct 2001 02:04:21 -0400
1638              Message-Id: <20011020020421.A11732@blackrider>
1639      Branch: perl
1640            ! lib/Pod/Checker.pm
1641 ____________________________________________________________________________
1642 [ 12526] By: ams                                   on 2001/10/20  11:59:41
1643         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
1644              From: "chromatic" <chromatic@rmci.net>
1645              Date: Fri, 19 Oct 2001 22:46:39 -0600
1646              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
1647      Branch: perl
1648            ! lib/Net/Config.pm
1649 ____________________________________________________________________________
1650 [ 12525] By: nick                                  on 2001/10/20  11:16:18
1651         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
1652              Perl_sv_setsv_flags directly.
1653      Branch: perlio
1654            ! ext/threads/threads.xs
1655 ____________________________________________________________________________
1656 [ 12524] By: nick                                  on 2001/10/20  10:28:17
1657         Log: Add a new flag character 'm' to embed.pl set to represent
1658              "functions" which are really macros. Use it foe the troublesome
1659              sv_setsv() etc. macros in sv.h - changing latter to define
1660              sv_setsv rather than sv_setsv_macro etc.
1661      Branch: perlio
1662            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
1663            ! pod/perlapi.pod proto.h sv.h
1664 ____________________________________________________________________________
1665 [ 12523] By: nick                                  on 2001/10/20  09:17:17
1666         Log: Add comments explaining why win32.h/embed.h are included where they are
1667              in perl.h 
1668      Branch: perlio
1669            ! perl.h
1670 ____________________________________________________________________________
1671 [ 12522] By: nick                                  on 2001/10/20  08:27:44
1672         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
1673              being used yet.
1674      Branch: perlio
1675            ! win32/win32io.c
1676 ____________________________________________________________________________
1677 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
1678         Log: Wording tweaks.
1679      Branch: perl
1680            ! t/TEST
1681 ____________________________________________________________________________
1682 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
1683         Log: Subject: IO module with nonblocking socket connect patch 
1684              From: Raul Dias <raul@dias.com.br>
1685              Date: Fri, 19 Oct 2001 22:45:32 -0300
1686              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
1687      Branch: perl
1688            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1689 ____________________________________________________________________________
1690 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
1691         Log: Test vertical whitespace combined with /x in \p{}.
1692      Branch: perl
1693            ! t/op/pat.t
1694 ____________________________________________________________________________
1695 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
1696         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
1697              From: Gisle Aas <gisle@ActiveState.com> 
1698              Date: 19 Oct 2001 16:46:02 -0700
1699              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
1700      Branch: perl
1701            ! lib/ExtUtils/MakeMaker.pm
1702 ____________________________________________________________________________
1703 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
1704         Log: No more this symbol.
1705      Branch: perl
1706            ! makedef.pl
1707 ____________________________________________________________________________
1708 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
1709         Log: Integrate change #12511; fix gross win32 build issues.
1710      Branch: perl
1711           !> makedef.pl sv.c
1712 ____________________________________________________________________________
1713 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
1714         Log: Unpack in scalar context should return the first value
1715              returned in list context, as pointed out by Ton Hospel
1716              in 2001-05-21 (this is how it works already in blead,
1717              just adding the test).
1718      Branch: perl
1719            ! t/op/pack.t
1720 ____________________________________________________________________________
1721 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
1722         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
1723              From: "Craig A. Berry" <craigberry@mac.com>
1724              Date: Fri, 19 Oct 2001 16:59:30 -0500
1725              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
1726      Branch: perl
1727            ! utils/perldoc.PL
1728 ____________________________________________________________________________
1729 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
1730         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
1731              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1732              Date: Fri, 19 Oct 2001 17:45:23 EDT
1733              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
1734      Branch: perl
1735            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
1736            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
1737            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
1738            ! vms/vmsish.h
1739 ____________________________________________________________________________
1740 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
1741         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
1742              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1743              Date: Fri, 19 Oct 2001 17:26:35 EDT
1744              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
1745      Branch: perl
1746            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
1747 ____________________________________________________________________________
1748 [ 12511] By: nick                                  on 2001/10/19  19:55:36
1749         Log: Fix gross win32 build issues
1750      Branch: perlio
1751            ! makedef.pl sv.c
1752 ____________________________________________________________________________
1753 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
1754         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
1755              From: David Dyck <dcd@tc.fluke.com>
1756              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
1757              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
1758      Branch: perl
1759            ! lib/File/Find.pm
1760 ____________________________________________________________________________
1761 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
1762         Log: Subject: Re: PerlIO and Encode
1763              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1764              Date: Tue, 16 Oct 2001 01:50:16 +0900
1765              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
1766      Branch: perl
1767            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
1768            ! ext/Encode/Encode/Tcl.t
1769 ____________________________________________________________________________
1770 [ 12508] By: ams                                   on 2001/10/19  17:59:16
1771         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
1772              (See #12499)
1773      Branch: perl
1774            ! pod/perlintro.pod
1775 ____________________________________________________________________________
1776 [ 12507] By: nick                                  on 2001/10/19  16:30:43
1777         Log: Integrate mainline
1778      Branch: perlio
1779           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
1780           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
1781           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
1782           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
1783           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
1784           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
1785           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1786           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
1787           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
1788           +> win32/config_H.win64
1789            - lib/Test/Utils.pm lib/unicore/mktables.PL
1790            - t/lib/Test/Simple/Catch/More.pm
1791           !> (integrate 84 files)
1792 ____________________________________________________________________________
1793 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
1794         Log: Retract the #10451 which seems to be the cause
1795              of the major leakage from while(){eval"sub{}"}
1796      Branch: perl
1797            ! op.c t/run/kill_perl.t
1798 ____________________________________________________________________________
1799 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
1800         Log: Regen toc.
1801      Branch: perl
1802            ! pod/perltoc.pod
1803 ____________________________________________________________________________
1804 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
1805         Log: Tiny tweaks.
1806      Branch: perl
1807            ! pod/perl.pod
1808 ____________________________________________________________________________
1809 [ 12503] By: ams                                   on 2001/10/19  13:34:24
1810         Log: Subject: Re: perlintro.pod
1811              From: Abe Timmerman <abe@ztreet.demon.nl>
1812              Date: Fri, 19 Oct 2001 14:12:40 +0200
1813              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
1814      Branch: perl
1815            ! pod/perlintro.pod
1816 ____________________________________________________________________________
1817 [ 12502] By: ams                                   on 2001/10/19  13:24:12
1818         Log: Slight reorganisation of references.
1819      Branch: perl
1820            ! pod/perl.pod
1821 ____________________________________________________________________________
1822 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
1823         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
1824              From: Kay Röpke <kroepke@dolphin-services.de>
1825              Date: Fri, 19 Oct 2001 14:04:01 +0200 
1826              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
1827      Branch: perl
1828            ! lib/ExtUtils/MakeMaker.pm
1829 ____________________________________________________________________________
1830 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
1831         Log: Unicode categories continue:
1832              implement Category=, Script=, Block=
1833              (these are based on an upcoming update of TR#18)
1834              Fix a bug where we got two In categories named "old italic",
1835              and another where shortcut for the Is categories wasn't taken.
1836      Branch: perl
1837            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
1838            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
1839            ! pod/perlunicode.pod t/op/pat.t
1840 ____________________________________________________________________________
1841 [ 12499] By: ams                                   on 2001/10/19  01:42:29
1842         Log: Subject: a small patch to perlintro.pod.
1843              From: Autrijus Tang <autrijus@autrijus.org>
1844              Date: Fri, 19 Oct 2001 01:45:51 +0800
1845              Message-Id: <20011019014551.A35625@not.autrijus.org>
1846              (Applied by hand with nits.)
1847      Branch: perl
1848            ! pod/perlintro.pod
1849 ____________________________________________________________________________
1850 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
1851         Log: Subject: [PATCH] OpenBSD hints for ithreads
1852              From: Andy Dougherty <doughera@lafayette.edu>
1853              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
1854              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
1855      Branch: perl
1856            ! hints/openbsd.sh
1857 ____________________________________________________________________________
1858 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
1859         Log: Retract #12446; the problem solved by #12474.
1860      Branch: perl
1861            ! hints/aix.sh
1862 ____________________________________________________________________________
1863 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
1864         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
1865              message and suppress line number info (from Steve Hay
1866              <Steve.Hay@uk.radan.com>)
1867      Branch: maint-5.6/perl
1868            ! lib/Carp/Heavy.pm
1869 ____________________________________________________________________________
1870 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
1871         Log: More documented In categories.
1872      Branch: perl
1873            ! pod/perlunicode.pod
1874 ____________________________________________________________________________
1875 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
1876         Log: Update Changes.
1877      Branch: perl
1878            ! Changes patchlevel.h
1879 ____________________________________________________________________________
1880 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
1881         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
1882      Branch: perl
1883            ! MANIFEST
1884 ____________________________________________________________________________
1885 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
1886         Log: Wrong skip() arguments.
1887      Branch: perl
1888            ! ext/B/t/terse.t
1889 ____________________________________________________________________________
1890 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
1891         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
1892              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1893              Date: Wed, 17 Oct 2001 09:10:53 EDT 
1894              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
1895      Branch: perl
1896            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
1897            ! pod/perlapi.pod vms/vms.c
1898 ____________________________________________________________________________
1899 [ 12490] By: ams                                   on 2001/10/18  09:31:00
1900         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
1901              From: Mark-Jason Dominus <mjd@plover.com>
1902              Date: Thu, 18 Oct 2001 06:25:35 -0400
1903              Message-Id: <20011018102535.19264.qmail@plover.com>
1904      Branch: perl
1905            ! pod/perl.pod
1906 ____________________________________________________________________________
1907 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
1908         Log: Prettyprinting.
1909      Branch: perl
1910            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
1911 ____________________________________________________________________________
1912 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
1913         Log: Regen toc.
1914      Branch: perl
1915            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1916 ____________________________________________________________________________
1917 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
1918         Log: Add perlintro, from Skud.
1919      Branch: perl
1920            + pod/perlintro.pod
1921            ! MANIFEST
1922 ____________________________________________________________________________
1923 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
1924         Log: FAQ sync.
1925      Branch: perl
1926            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
1927            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
1928            ! pod/perlfaq8.pod pod/perlfaq9.pod
1929 ____________________________________________________________________________
1930 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
1931         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
1932              in speed (upto 20% speedup in certain operations) but meanwhile
1933              regexps and arithmetics got slower (5-10%) (according to
1934              perlbench average speedup is negligible, and within measuring
1935              flutter, 1%).  Therefore retracting all the changes
1936              aimed at getting -std1 to compile cleanly:  #12475, #12476,
1937              #12479, #12480, #12481, #12482, #12483, #12484.
1938      Branch: perl
1939            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
1940            ! pp_hot.c pp_sys.c toke.c
1941 ____________________________________________________________________________
1942 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
1943         Log: (retracted by #12485)
1944              Strict ANSI doesn't like the third argument of main()
1945              so enable ignoring it if using ultra picky compiler.
1946      Branch: perl
1947            ! miniperlmain.c
1948 ____________________________________________________________________________
1949 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
1950         Log: (retracted by #12485)
1951              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
1952      Branch: perl
1953            ! perl.h
1954 ____________________________________________________________________________
1955 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
1956         Log: (retracted by #12485)
1957              Add explanatory comment.
1958      Branch: perl
1959            ! mg.c
1960 ____________________________________________________________________________
1961 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
1962         Log: (retracted by #12485)
1963              More dollar$hiding.
1964      Branch: perl
1965            ! doio.c perl.h pp_sys.c
1966 ____________________________________________________________________________
1967 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
1968         Log: (retracted by #12485)
1969              KISS.
1970      Branch: perl
1971            ! mg.c
1972 ____________________________________________________________________________
1973 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
1974         Log: (retracted by #12485)
1975              Thou shalt not #ifdef inside macro invocations,
1976              noticed by Rafael Garcia-Suarez.
1977      Branch: perl
1978            ! mg.c
1979 ____________________________________________________________________________
1980 [ 12478] By: ams                                   on 2001/10/17  18:50:55
1981         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
1982              From: Anton Berezin <tobez@tobez.org>
1983              Date: Wed, 17 Oct 2001 18:25:48 +0200
1984              Message-Id: <20011017182548.A12082@heechee.tobez.org>
1985      Branch: perl
1986            ! pp_sys.c
1987 ____________________________________________________________________________
1988 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
1989         Log: (retracted by #12485)
1990              Unterminated #ifdef.
1991      Branch: perl
1992            ! mg.c
1993 ____________________________________________________________________________
1994 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
1995         Log: (retracted by #12485)
1996              Avoid dollar signs in identifiers (in non-VMS) to
1997              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
1998      Branch: perl
1999            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
2000            ! toke.c
2001 ____________________________________________________________________________
2002 [ 12474] By: ams                                   on 2001/10/17  15:14:50
2003         Log: Subject: Two AIX patches
2004              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2005              Date: Wed, 17 Oct 2001 18:04:35 +0200
2006              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
2007      Branch: perl
2008            ! hints/aix.sh makedef.pl
2009 ____________________________________________________________________________
2010 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
2011         Log: Limiting the Time::HiRes::sleep and usleep to
2012              one second is not a good policy if drop-in
2013              replacement is still a goal.
2014      Branch: perl
2015            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2016            ! ext/Time/HiRes/HiRes.xs
2017 ____________________________________________________________________________
2018 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
2019         Log: Subject: [PATCH] Test::Simple 0.32
2020              From: Michael G Schwern <schwern@pobox.com> 
2021              Date: Wed, 17 Oct 2001 03:42:41 -0400
2022              Message-ID: <20011017034241.A25038@blackrider>
2023      Branch: perl
2024            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
2025            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
2026            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
2027            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
2028            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
2029            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
2030            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
2031            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
2032            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
2033            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2034            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2035            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
2036            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
2037            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
2038            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
2039            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
2040            ! t/lib/Test/Simple/Catch.pm
2041            ! t/lib/Test/Simple/sample_tests/five_fail.plx
2042 ____________________________________________________________________________
2043 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
2044         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
2045              From: Michael G Schwern <schwern@pobox.com> 
2046              Date: Wed, 17 Oct 2001 04:04:13 -0400
2047              Message-ID: <20011017040413.C25550@blackrider>
2048      Branch: perl
2049            ! t/TEST t/harness vms/test.com
2050 ____________________________________________________________________________
2051 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
2052         Log: Regen doc with perlmodstyle added.
2053      Branch: perl
2054            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2055 ____________________________________________________________________________
2056 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
2057         Log: Pod cleanup.
2058      Branch: perl
2059            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
2060 ____________________________________________________________________________
2061 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
2062         Log: Subject: perlmodstyle as a patch
2063              From: Kirrily Robert <skud@infotrope.net>
2064              Date: Tue, 16 Oct 2001 22:47:23 -0400
2065              Message-ID: <20011016224723.A20673@infotrope.net>
2066      Branch: perl
2067            + pod/perlmodstyle.pod
2068            ! MANIFEST
2069 ____________________________________________________________________________
2070 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
2071         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
2072              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
2073              Date: Thu, 6 Sep 2001 11:09:40 +0100
2074              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
2075              
2076              Mention also the develooper p5p archive.
2077      Branch: perl
2078            ! pod/perlhack.pod
2079 ____________________________________________________________________________
2080 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
2081         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
2082              From: Kay Röpke <kroepke@dolphin-services.de>
2083              Date: Tue, 16 Oct 2001 17:23:52 +0200
2084              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
2085      Branch: perl
2086            ! lib/ExtUtils/MakeMaker.pm
2087 ____________________________________________________________________________
2088 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
2089         Log: Add the special casing mappings (from SpecCase.txt)
2090              (except for the hyper special case mappings that have
2091              the condition list); the special casing mappings are
2092              unused for now.  Small tidying up on mktables.
2093      Branch: perl
2094            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
2095            + lib/unicore/To/SpecUpper.pl
2096            ! lib/unicore/mktables
2097 ____________________________________________________________________________
2098 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
2099         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
2100              From: "David H. Adler" <dha@panix.com>       
2101              Date: Tue, 16 Oct 2001 11:59:35 -0400
2102              Message-ID: <20011016115935.A13078@panix.com>
2103              
2104              Subject: [ PATCH ] perldata patch, revised
2105              From: "David H. Adler" <dha@panix.com>     
2106              Date: Tue, 16 Oct 2001 18:26:49 -0400
2107              Message-ID: <20011016182649.C23970@panix.com>
2108      Branch: perl
2109            ! pod/perldata.pod pod/perlop.pod
2110 ____________________________________________________________________________
2111 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
2112         Log: Integrate perlio: PerlIO_dup (for all but Win32).
2113      Branch: perl
2114           !> embed.h embed.pl ext/Encode/Encode.xs
2115           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
2116           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
2117           !> win32/win32io.c
2118 ____________________________________________________________________________
2119 [ 12462] By: nick                                  on 2001/10/16  19:11:30
2120         Log: PerlIOXxxx_dups for all but Win32
2121      Branch: perlio
2122            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2123            ! ext/PerlIO/Via/Via.xs
2124 ____________________________________________________________________________
2125 [ 12461] By: nick                                  on 2001/10/16  18:28:48
2126         Log: Implement PerlIOStdio_dup (explains core dumps - dup
2127              was not setting up a FILE * to be fclosed()).
2128      Branch: perlio
2129            ! perlio.c
2130 ____________________________________________________________________________
2131 [ 12460] By: nick                                  on 2001/10/16  17:31:47
2132         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
2133              overflow.
2134      Branch: perlio
2135            ! perlio.c
2136 ____________________________________________________________________________
2137 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
2138         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
2139              From: "Craig A. Berry" <craigberry@mac.com>
2140              Date: Tue, 16 Oct 2001 13:08:38 -0500
2141              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
2142      Branch: perl
2143            ! configure.com
2144 ____________________________________________________________________________
2145 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
2146         Log: Can't expect too much accuracy from a sleep of one second.
2147              (I think this will also fail with high load.)
2148      Branch: perl
2149            ! ext/Time/HiRes/HiRes.t
2150 ____________________________________________________________________________
2151 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
2152         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
2153              From: "Werner, Randolf" <randolf.werner@sap.com>
2154              Date: Tue, 16 Oct 2001 18:33:02 +0200
2155              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
2156      Branch: perl
2157            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
2158            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
2159 ____________________________________________________________________________
2160 [ 12456] By: nick                                  on 2001/10/16  14:08:16
2161         Log: Builds under ithreads (but fails all threads tests)
2162      Branch: perlio
2163            ! hv.c perlio.c sv.c
2164 ____________________________________________________________________________
2165 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
2166         Log: I think the Perl_sortsv needs *not* be skipped?
2167      Branch: perl
2168            ! makedef.pl
2169 ____________________________________________________________________________
2170 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
2171         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
2172              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
2173              Date: Tue, 16 Oct 2001 15:32:44 +0200
2174              Message-ID: <3BCC531C.11494.3E433F@localhost>
2175      Branch: perl
2176            ! t/op/groups.t
2177 ____________________________________________________________________________
2178 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
2179         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
2180              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
2181              Date: Tue, 16 Oct 2001 15:01:04 +0200
2182              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
2183      Branch: perl
2184            ! t/io/fs.t
2185 ____________________________________________________________________________
2186 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
2187         Log: A forgotten deletion.
2188      Branch: perl
2189            - lib/unicore/mktables.PL
2190 ____________________________________________________________________________
2191 [ 12451] By: nick                                  on 2001/10/16  11:32:48
2192         Log: Skeleton of "PerlIO_dup" coded.
2193              Still-passes all tests non-threaded (well it would wouldn't it!)
2194      Branch: perlio
2195            ! embed.h embed.pl ext/Encode/Encode.xs
2196            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
2197            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
2198            ! win32/win32io.c
2199 ____________________________________________________________________________
2200 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
2201         Log: Document the problem with the swash_fetch() API that affects
2202              more complex case conversions.
2203      Branch: perl
2204            ! lib/utf8_heavy.pl utf8.c
2205 ____________________________________________________________________________
2206 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
2207         Log: Make Time::HiRes::sleep() and usleep() to return
2208              the number of seconds (a floating point value) and 
2209              microseconds (an integer) actually slept (well,
2210              modulo the time spent in measuring the time actually
2211              slept...), to be a better drop-in replacement for
2212              the builtin sleep().  Noticed by Chris Nandor.
2213              
2214              Also make usleep() to croak if fed illegal number
2215              of useconds (anything greater than 1_000_000).
2216      Branch: perl
2217            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
2218            ! ext/Time/HiRes/HiRes.xs
2219 ____________________________________________________________________________
2220 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
2221         Log: A missing SvREFCNT_dec.
2222      Branch: perl
2223            ! perl.c
2224 ____________________________________________________________________________
2225 [ 12447] By: nick                                  on 2001/10/15  20:27:53
2226         Log: Beginings of PerlIO_dup support (unstable)
2227      Branch: perlio
2228            ! perlio.c perliol.h
2229 ____________________________________________________________________________
2230 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
2231         Log: (retracted by #12497)
2232              In AIX vac 5 just can't seem to get regcomp right.
2233      Branch: perl
2234            ! hints/aix.sh
2235 ____________________________________________________________________________
2236 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
2237         Log: Bump the version number to agree with the maintperl one.
2238      Branch: perl
2239            ! lib/Tie/RefHash.pm
2240 ____________________________________________________________________________
2241 [ 12444] By: nick                                  on 2001/10/15  15:59:57
2242         Log: Integrate mainline
2243      Branch: perlio
2244           +> lib/Math/BigInt/t/Math/Subclass.pm
2245           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
2246           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
2247           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
2248           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
2249           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
2250           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
2251           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
2252           +> lib/unicore/mktables
2253            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
2254            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
2255            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
2256            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
2257            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
2258            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
2259            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
2260            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
2261            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
2262            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
2263            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
2264            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
2265            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
2266            - lib/unicore/syllables.txt
2267           !> (integrate 344 files)
2268 ____________________________________________________________________________
2269 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
2270         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
2271      Branch: perl
2272            ! ext/DB_File/DB_File.xs
2273 ____________________________________________________________________________
2274 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
2275         Log: Sync the skip() amounts with the number of tests.
2276      Branch: perl
2277            ! lib/Term/Complete.t
2278 ____________________________________________________________________________
2279 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
2280         Log: Update Changes.
2281      Branch: perl
2282            ! Changes patchlevel.h
2283 ____________________________________________________________________________
2284 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
2285         Log: MacOS Classic catdir() rewrite from Thomas Wegner
2286              (backward incompatibility, but a deliberate one,
2287              the old version simply is broken in its logic),
2288              also documentation updates, and as suggested replicated
2289              the File::Spec::Unix documentation updates also on the
2290              File::Spec documentation.
2291              
2292              TODO: there seems to be duplication of documentation
2293              between File::Spec and File::Spec::Unix.  I think
2294              the ::Unix should be left only with specific UNIXisms,
2295              and all the generic documentation should be in ::Spec.
2296      Branch: perl
2297            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2298            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
2299            ! lib/File/Spec/Unix.pm
2300 ____________________________________________________________________________
2301 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
2302         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
2303              From: Blair Zajac <blair@orcaware.com>
2304              Date: Mon, 24 Sep 2001 11:48:58 -0700
2305              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
2306              
2307              (the skip() messages)
2308      Branch: perl
2309            ! t/op/magic.t
2310 ____________________________________________________________________________
2311 [ 12438] By: ams                                   on 2001/10/14  23:43:59
2312         Log: Subject: [PATCH] make PerlIO default on VMS
2313              From: "Craig A. Berry" <craigberry@mac.com>
2314              Date: Sun, 14 Oct 2001 15:27:18 -0500
2315              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
2316      Branch: perl
2317            ! configure.com
2318 ____________________________________________________________________________
2319 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
2320         Log: Retract #12436 (Abhijit already did this at #12426)
2321      Branch: perl
2322            ! lib/ExtUtils/MM_Unix.pm
2323 ____________________________________________________________________________
2324 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
2325         Log: (retracted by #12437)
2326              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
2327              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
2328              Date: Sat, 13 Oct 2001 20:33:55 +0200
2329              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
2330      Branch: perl
2331            ! lib/ExtUtils/MM_Unix.pm
2332 ____________________________________________________________________________
2333 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
2334         Log: Subject: h2xs grammar nit
2335              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2336              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
2337              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
2338      Branch: perl
2339            ! utils/h2xs.PL
2340 ____________________________________________________________________________
2341 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
2342         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
2343              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2344              Date: Sun, 14 Oct 2001 11:25:08 +0100
2345              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
2346      Branch: perl
2347            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
2348            ! warnings.pl
2349 ____________________________________________________________________________
2350 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
2351         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
2352              for File::Spec::Mac::catfile)
2353      Branch: perl
2354            ! lib/h2xs.t
2355 ____________________________________________________________________________
2356 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
2357         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
2358              From: Nicholas Clark <nick@ccl4.org>
2359              Date: Sat, 13 Oct 2001 00:07:31 +0100
2360              Message-ID: <20011013000731.D67535@plum.flirble.org>
2361      Branch: perl
2362            ! lib/h2xs.t utils/h2xs.PL
2363 ____________________________________________________________________________
2364 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
2365         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
2366              before DEFINE and INC), and repent by taking DEFINE and
2367              INC away from PASTHRU.
2368      Branch: perl
2369            ! lib/ExtUtils/MM_Unix.pm
2370 ____________________________________________________________________________
2371 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
2372         Log: More MANIFEST anomalies.
2373      Branch: perl
2374            ! MANIFEST
2375 ____________________________________________________________________________
2376 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
2377         Log: Not that many.
2378      Branch: perl
2379            ! MANIFEST
2380 ____________________________________________________________________________
2381 [ 12428] By: sky                                   on 2001/10/13  20:59:27
2382         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
2383              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2384              Date: Sat, 13 Oct 2001 23:15:55 +0200
2385              Message-ID: <20011013231555.A18071@rafael>
2386      Branch: perl
2387            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
2388            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2389 ____________________________________________________________________________
2390 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
2391         Log: Rewrite mktables from scratch.
2392              - Cleaner.
2393              - Faster: 15-20 seconds as opposed to several minutes.
2394              - More dynamic: the names of the various categories
2395              such as the linebreak ones are dynamic, not static.
2396              - Is.pl: long names for the general category properties
2397              are now available.
2398              - Ranges (<... ,First>, <..., Last>) from the general
2399              categories work now.
2400              - No more mktables.PL because the mktables.PL is not
2401              and never has been run to create a mktables.
2402              - syllables.txt and Is/Syl*.pl removed: non-standard
2403              (not part of the Unicode), and the whole concept is
2404              being reworked (http://syllabary.sourceforge.net/),
2405              the old way wouldn't even work with the new Syllables.txt
2406              (it would result in 1000+ new categories)
2407      Branch: perl
2408            + lib/unicore/In/163.pl lib/unicore/In/164.pl
2409            + lib/unicore/In/165.pl lib/unicore/In/166.pl
2410            + lib/unicore/In/167.pl lib/unicore/In/168.pl
2411            + lib/unicore/In/169.pl lib/unicore/In/170.pl
2412            + lib/unicore/In/171.pl lib/unicore/Is.pl
2413            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
2414            + lib/unicore/mktables
2415            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
2416            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
2417            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
2418            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
2419            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
2420            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
2421            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
2422            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
2423            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
2424            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
2425            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
2426            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
2427            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
2428            - lib/unicore/syllables.txt
2429            ! (edit 304 files)
2430 ____________________________________________________________________________
2431 [ 12426] By: ams                                   on 2001/10/13  18:05:36
2432         Log: ExtUtils::MM_Unix should ignore comments when searching for
2433              $VERSION.
2434      Branch: perl
2435            ! lib/ExtUtils/MM_Unix.pm
2436 ____________________________________________________________________________
2437 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
2438         Log: Subject: Re: New module XML::Clean
2439              From: andreas.koenig@anima.de (Andreas J. Koenig)
2440              Date: 13 Oct 2001 10:17:09 +0200
2441              Message-ID: <m37ku0t0my.fsf@anima.de>
2442      Branch: perl
2443            ! pod/perlnewmod.pod
2444 ____________________________________________________________________________
2445 [ 12424] By: sky                                   on 2001/10/13  09:39:59
2446         Log: Set thread stack size if needed.
2447      Branch: perl
2448            ! ext/threads/threads.xs
2449 ____________________________________________________________________________
2450 [ 12423] By: sky                                   on 2001/10/13  09:36:49
2451         Log: We do want to set the attribute to joinable even on modern posix
2452              platforms.
2453      Branch: perl
2454            ! ext/threads/threads.xs
2455 ____________________________________________________________________________
2456 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
2457         Log: Subject: [PATCH ext/Data/Dumper.xs]
2458              From: Brian Ingerson <ingy@ttul.org>
2459              Date: Fri, 12 Oct 2001 19:32:35 -0700
2460              Message-ID: <20011012193235.B889@ttul.org>
2461      Branch: perl
2462            ! ext/Data/Dumper/Dumper.xs
2463 ____________________________________________________________________________
2464 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
2465         Log: Update Changes.
2466      Branch: perl
2467            ! Changes patchlevel.h
2468 ____________________________________________________________________________
2469 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
2470         Log: FAQ sync.
2471      Branch: perl
2472            ! pod/perlfaq3.pod pod/perlfaq4.pod
2473 ____________________________________________________________________________
2474 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
2475         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
2476              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
2477              Date: Fri, 12 Oct 2001 11:51:05 -0700
2478              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
2479      Branch: perl
2480            ! lib/File/Copy.pm
2481 ____________________________________________________________________________
2482 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
2483         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
2484              From: "chromatic" <chromatic@rmci.net>     
2485              Date: Thu, 11 Oct 2001 10:57:55 -0600
2486              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
2487              
2488              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
2489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2490              Date: Thu, 11 Oct 2001 22:34:21 +0200
2491              Message-ID: <20011011223421.A693@rafael>     
2492              
2493              plus undef $Term::Complete::stty as suggested by Rafael.
2494      Branch: perl
2495            ! lib/Term/Complete.pm lib/Term/Complete.t
2496 ____________________________________________________________________________
2497 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
2498         Log: UUnndduupplleexx..
2499      Branch: perl
2500            ! perl.h
2501 ____________________________________________________________________________
2502 [ 12416] By: sky                                   on 2001/10/12  20:16:19
2503         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
2504              From: Andy Dougherty <doughera@lafayette.edu>
2505              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
2506              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
2507              (Potentially only band-aid)
2508      Branch: perl
2509            ! sv.c
2510 ____________________________________________________________________________
2511 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
2512         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
2513              mishandles kill(), and therefore the sigaction test
2514              should be skipped, from Charles Lane.
2515      Branch: perl
2516            ! ext/POSIX/t/sigaction.t
2517 ____________________________________________________________________________
2518 [ 12414] By: sky                                   on 2001/10/12  18:47:49
2519         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
2520      Branch: perl
2521            ! op.h
2522 ____________________________________________________________________________
2523 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
2524         Log: Upgrade to Math::BigInt 1.44 from Tels and
2525              further fixes from John Peacock.
2526      Branch: perl
2527            + lib/Math/BigInt/t/Math/Subclass.pm
2528            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
2529            + lib/Math/BigInt/t/subclass.t
2530            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2531            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2532            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2533            ! lib/Math/BigInt/t/mbimbf.t
2534 ____________________________________________________________________________
2535 [ 12412] By: sky                                   on 2001/10/12  18:28:23
2536         Log: perhaps pthread_attr_t really needs to be set for the old api
2537      Branch: perl
2538            ! ext/threads/threads.xs
2539 ____________________________________________________________________________
2540 [ 12411] By: sky                                   on 2001/10/12  18:11:45
2541         Log: pthread_keycreate not pthread_key_create under the here be dragons API
2542      Branch: perl
2543            ! ext/threads/threads.h
2544 ____________________________________________________________________________
2545 [ 12410] By: sky                                   on 2001/10/12  18:07:37
2546         Log: Apperently OLD PTHREADS API is a bit retarded.
2547              This should fix another set of compile failures in HP-UX 10.20.
2548      Branch: perl
2549            ! ext/threads/threads.h ext/threads/threads.xs
2550 ____________________________________________________________________________
2551 [ 12409] By: nick                                  on 2001/10/12  15:30:01
2552         Log: Blind integrate of mainline
2553      Branch: perlio
2554           +> (branch 32 files)
2555            - lib/unicode/README
2556           !> (integrate 121 files)
2557 ____________________________________________________________________________
2558 [ 12408] By: sky                                   on 2001/10/12  14:55:08
2559         Log: Let us avoid being smart for now.
2560      Branch: perl
2561            ! ext/threads/threads.h
2562 ____________________________________________________________________________
2563 [ 12407] By: sky                                   on 2001/10/12  14:38:12
2564         Log: (void*) the argument to make sure we work with picky compilers
2565      Branch: perl
2566            ! ext/threads/threads.xs
2567 ____________________________________________________________________________
2568 [ 12406] By: ams                                   on 2001/10/12  13:26:04
2569         Log: (replaced with #12600)
2570              
2571              Subject: [PATCH 5.6.1 perldoc] use File::Temp
2572              From: Mikhail Zabaluev <mhz@alt-linux.org>
2573              Date: Fri, 12 Oct 2001 12:47:47 +0400
2574              Message-Id: <20011012124747.E13918@localhost.localdomain>
2575      Branch: perl
2576            ! utils/perldoc.PL
2577 ____________________________________________________________________________
2578 [ 12405] By: ams                                   on 2001/10/12  13:05:32
2579         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
2580              From: andreas.koenig@anima.de (Andreas J. Koenig)
2581              Date: 12 Oct 2001 11:12:07 +0200
2582              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
2583      Branch: perl
2584            ! lib/Memoize/t/speed.t
2585 ____________________________________________________________________________
2586 [ 12404] By: sky                                   on 2001/10/12  12:46:15
2587         Log: A) Support OLD_PTHREADS_API
2588              B) Change from using pthread_t to using a TLS to store the
2589              index of the thread in an hash, this is to avoid problems when
2590              in fact pthread_t was not a seralizable type.
2591              Both these changes are because of HP-UX 10.20
2592              This has not been tested on win32 but should work there.
2593              Need to add support for NetWare.
2594      Branch: perl
2595            ! ext/threads/threads.h ext/threads/threads.xs
2596 ____________________________________________________________________________
2597 [ 12403] By: ams                                   on 2001/10/12  07:34:19
2598         Log: Subject: Re: New module XML::Clean
2599              From: andreas.koenig@anima.de (Andreas J. Koenig)
2600              Date: 12 Oct 2001 10:20:35 +0200
2601              Message-Id: <m3elo9uv58.fsf@anima.de>
2602      Branch: perl
2603            ! pod/perlnewmod.pod
2604 ____________________________________________________________________________
2605 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
2606         Log: More HP model tweaks from Merijn.
2607      Branch: perl
2608            ! README.hpux
2609 ____________________________________________________________________________
2610 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
2611         Log: Update Changes.
2612      Branch: perl
2613            ! Changes patchlevel.h
2614 ____________________________________________________________________________
2615 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
2616         Log: HP-UX update from H.Merijn Brand.
2617      Branch: perl
2618            ! README.hpux
2619 ____________________________________________________________________________
2620 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
2621         Log: Subject: [PATCH] fix link rot in README.vms
2622              From: "Craig A. Berry" <craigberry@mac.com>
2623              Date: Wed, 10 Oct 2001 17:17:00 -0500
2624              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
2625      Branch: perl
2626            ! README.vms
2627 ____________________________________________________________________________
2628 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
2629         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
2630              From: "chromatic" <chromatic@rmci.net>
2631              Date: Wed, 10 Oct 2001 15:50:30 -0600
2632              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
2633      Branch: perl
2634            ! lib/Term/Complete.t
2635 ____________________________________________________________________________
2636 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
2637         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
2638              From: "chromatic" <chromatic@rmci.net>
2639              Date: Wed, 10 Oct 2001 15:45:42 -0600
2640              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
2641      Branch: perl
2642            + lib/ExtUtils/Packlist.t
2643            ! MANIFEST
2644 ____________________________________________________________________________
2645 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
2646         Log: VMS needs quotes around the -I option to keep it from
2647              being downcased, from Charles Lane.
2648      Branch: perl
2649            ! t/run/kill_perl.t
2650 ____________________________________________________________________________
2651 [ 12395] By: ams                                   on 2001/10/10  16:22:32
2652         Log: Subject: [PATCH lib/FindBin.pm]
2653              From: Stas Bekman <stas@stason.org>
2654              Date: Tue, 09 Oct 2001 23:57:10 +0800
2655              Message-Id: <3BC31E56.60805@stason.org>
2656      Branch: perl
2657            ! lib/FindBin.pm
2658 ____________________________________________________________________________
2659 [ 12394] By: ams                                   on 2001/10/10  16:09:53
2660         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
2661              From: Abhijit Menon-Sen <ams@wiw.org>
2662              Date: Wed, 10 Oct 2001 21:59:33 +0530
2663              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
2664      Branch: perl
2665            ! ext/Data/Dumper/Dumper.xs
2666 ____________________________________________________________________________
2667 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
2668         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
2669              from Charles Lane.
2670      Branch: perl
2671            ! lib/File/Spec/VMS.pm
2672 ____________________________________________________________________________
2673 [ 12392] By: ams                                   on 2001/10/10  14:49:43
2674         Log: Subject: [PATCH] two s/// bugfixes
2675              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2676              Date: Wed, 10 Oct 2001 17:23:44 +0200
2677              Message-Id: <20011010172344.C22440@rafael>
2678      Branch: perl
2679            ! pp_ctl.c regexec.c t/op/subst.t
2680 ____________________________________________________________________________
2681 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
2682         Log: Fix/improve handling of the [000000] special "root"
2683              directory, by putting cwd in canonical form when doing
2684              abs2rel, and prepending a 000000 to directory "chunks"
2685              if missing from base or path.  Also adjust test to
2686              reflect the (improved) output from abs2rel.
2687              From Charles Lane.
2688      Branch: perl
2689            ! lib/File/Spec.t lib/File/Spec/VMS.pm
2690 ____________________________________________________________________________
2691 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
2692         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
2693              all of the extra VMSish attributes (such as "treat this logical
2694              as a device name") that are necessary to make programs run.
2695              A tainted %ENV does not hinder VMS.  From Charles Lane.
2696      Branch: perl
2697            ! lib/File/Find/t/taint.t
2698 ____________________________________________________________________________
2699 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
2700         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
2701              
2702              o  VMS is case-insensitive, RTL downcases filenames read
2703              by perl... so need to re-upcase filenames like MANIFEST
2704              and MANIFEST.SKIP
2705              
2706              o  Need to convert VMS-style to Unix-style filenames when comparing
2707              names in MANIFEST to names in filesystem.
2708              
2709              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
2710              since VMS won't let you (easily) delete non-empty directories.
2711              
2712              From Charles Lane.
2713      Branch: perl
2714            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
2715 ____________________________________________________________________________
2716 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
2717         Log: Unix and VMS agree on "*" as a "match any number of any chars"
2718              wildcards, but differ ("?"  vs.  "%") for their "match any single
2719              char" wildcard.  This patch changes "?"  chars to "%" before doing a
2720              VMS glob...at no loss of functionality, since "?"  isn't a valid
2721              filename char on VMS.  From Charles Lane.
2722      Branch: perl
2723            ! doio.c
2724 ____________________________________________________________________________
2725 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
2726         Log: (accidentally empty submit; new life as #12390)
2727      Branch: perl
2728            ! lib/File/Find/t/taint.t
2729 ____________________________________________________________________________
2730 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
2731         Log: Even more VMS tweakage from Charles Lane:
2732              
2733              Tweak #1:  splitdir only works on directory part of filespec,
2734              split off volume first
2735              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
2736              (it's a horrible kludge in the run-time library,
2737              improved in later versions). Check the
2738              $Config{'d_setenv'} flag before attempting to set it.
2739      Branch: perl
2740            ! t/op/chdir.t
2741 ____________________________________________________________________________
2742 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
2743         Log: VMS tweakage from Charles Lane.
2744              
2745              . command.com doubles an output line when prompting for extensions
2746              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
2747              . perl5db doesn't clean up after itself
2748      Branch: perl
2749            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
2750 ____________________________________________________________________________
2751 [ 12384] By: sky                                   on 2001/10/09  19:16:11
2752         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
2753              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2754              Date: Tue, 9 Oct 2001 22:10:26 +0200
2755              Message-ID: <20011009221026.A8579@rafael>
2756      Branch: perl
2757            ! pod/perldata.pod
2758 ____________________________________________________________________________
2759 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
2760         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
2761              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2762              Date: 9 Oct 2001 15:15:06 -0000
2763              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
2764      Branch: perl
2765            ! t/op/subst.t
2766 ____________________________________________________________________________
2767 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
2768         Log: Update Changes.
2769      Branch: perl
2770            ! Changes patchlevel.h
2771 ____________________________________________________________________________
2772 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
2773         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
2774              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
2775              when a NULL is passed for the filename string pointer.
2776              From Charles Lane.
2777      Branch: perl
2778            ! vms/vms.c
2779 ____________________________________________________________________________
2780 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
2781         Log: Subject: HP systems update
2782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2783              Date: Tue, 09 Oct 2001 15:59:22 +0200
2784              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
2785      Branch: perl
2786            ! README.hpux
2787 ____________________________________________________________________________
2788 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
2789         Log: CPAN::Nox does now have a test.
2790      Branch: perl
2791            ! t/lib/1_compile.t
2792 ____________________________________________________________________________
2793 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
2794         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
2795              From: David Dyck <dcd@tc.fluke.com>
2796              Date: Mon, 1 Oct 2001 12:17:36 -0700
2797              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
2798      Branch: perl
2799            ! installperl
2800 ____________________________________________________________________________
2801 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
2802         Log: NetWare update from Ananth Kesari.
2803      Branch: perl
2804            ! NetWare/nwperlsys.h makedef.pl
2805 ____________________________________________________________________________
2806 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
2807         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
2808              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2809              Date: Tue, 9 Oct 2001 08:40:57 EDT
2810              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
2811      Branch: perl
2812            ! lib/File/Find/t/find.t
2813 ____________________________________________________________________________
2814 [ 12374] By: ams                                   on 2001/10/09  05:31:45
2815         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
2816              ExtUtils::Mkbootstrap
2817              From: "chromatic" <chromatic@rmci.net>
2818              Date: Tue, 09 Oct 2001 00:08:37 -0600
2819              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
2820      Branch: perl
2821            + lib/ExtUtils/Mkbootstrap.t
2822            ! MANIFEST
2823 ____________________________________________________________________________
2824 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
2825         Log: Enable more debugging.
2826      Branch: perl
2827            ! lib/utf8_heavy.pl
2828 ____________________________________________________________________________
2829 [ 12372] By: ams                                   on 2001/10/09  02:11:59
2830         Log: #12370 forgot to modify is_gv_magical().
2831      Branch: perl
2832            ! gv.c
2833 ____________________________________________________________________________
2834 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
2835         Log: Make the toupper/lower/title API for Unicode not right
2836              but at least less wrong: prepare for the mapping being
2837              more than just one-character-to-one-character.
2838      Branch: perl
2839            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
2840            ! regexec.c utf8.c
2841 ____________________________________________________________________________
2842 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
2843         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
2844              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2845              Date: Mon, 8 Oct 2001 22:18:23 -0400
2846              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
2847      Branch: perl
2848            ! pod/perlvar.pod t/op/taint.t
2849 ____________________________________________________________________________
2850 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
2851         Log: FAQ sync.
2852      Branch: perl
2853            ! pod/perlfaq3.pod pod/perlfaq4.pod
2854 ____________________________________________________________________________
2855 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
2856         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
2857              From: "chromatic" <chromatic@rmci.net>
2858              Date: Mon, 08 Oct 2001 14:05:32 -0600
2859              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
2860      Branch: perl
2861            ! lib/Term/Cap.t
2862 ____________________________________________________________________________
2863 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
2864         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
2865              From: Michael G Schwern <schwern@pobox.com>
2866              Date: Mon, 8 Oct 2001 17:00:14 -0400
2867              Message-ID: <20011008170014.L17083@blackrider>
2868      Branch: perl
2869            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
2870 ____________________________________________________________________________
2871 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
2872         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
2873              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2874              Date: Mon, 8 Oct 2001 16:01:33 EDT
2875              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
2876      Branch: perl
2877            ! ext/Time/HiRes/HiRes.xs
2878 ____________________________________________________________________________
2879 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
2880         Log: Subject: [PATCH] Autosplit patch for VMS
2881              From: "Craig A. Berry" <craigberry@mac.com>
2882              Date: Mon, 08 Oct 2001 15:40:43 -0500
2883              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
2884      Branch: perl
2885            ! lib/AutoSplit.pm lib/AutoSplit.t
2886 ____________________________________________________________________________
2887 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
2888         Log: Don't assume that everybody is running OS X 10.1 yet;
2889              from Kay Röpke.
2890      Branch: perl
2891            ! hints/darwin.sh
2892 ____________________________________________________________________________
2893 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
2894         Log: Update Changes.
2895      Branch: perl
2896            ! Changes patchlevel.h
2897 ____________________________________________________________________________
2898 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
2899         Log: Retract #12358 for now.
2900      Branch: perl
2901            ! lib/Term/Cap.t
2902 ____________________________________________________________________________
2903 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
2904         Log: Can't figure out what this is testing.
2905              (If it is trying to catch SIGKILL, it should stop
2906              trying because that is by definition impossible.)
2907      Branch: perl
2908            ! lib/sigtrap.t
2909 ____________________________________________________________________________
2910 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
2911         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
2912              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2913              Date: Sun, 30 Sep 2001 21:15:13 +0200
2914              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
2915      Branch: perl
2916            ! lib/ExtUtils/MM_Win32.pm
2917 ____________________________________________________________________________
2918 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
2919         Log: Clarify the ldlibpth part and condense the overall text.
2920      Branch: perl
2921            ! t/TEST
2922 ____________________________________________________________________________
2923 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
2924         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
2925              From: "chromatic" <chromatic@rmci.net>
2926              Date: Sun, 07 Oct 2001 16:59:26 -0600
2927              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
2928      Branch: perl
2929            ! lib/Term/Cap.t
2930 ____________________________________________________________________________
2931 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
2932         Log: Update the list because fo #12265.
2933      Branch: perl
2934            ! t/lib/1_compile.t
2935 ____________________________________________________________________________
2936 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
2937         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
2938              From: Nicholas Clark <nick@ccl4.org>
2939              Date: Sun, 7 Oct 2001 20:53:33 +0100
2940              Message-ID: <20011007205333.S38756@plum.flirble.org>   
2941      Branch: perl
2942            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
2943            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2944            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
2945            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
2946            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2947            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
2948            ! lib/Switch/t/switch.t lib/Term/Complete.t
2949            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
2950            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
2951            ! t/op/my_stash.t
2952 ____________________________________________________________________________
2953 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
2954         Log: Integrate patch #12350 from maintperl; typo in
2955              IO::Seekable doc.
2956      Branch: perl
2957           !> ext/IO/lib/IO/Seekable.pm
2958 ____________________________________________________________________________
2959 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
2960         Log: Detypo.
2961      Branch: perl
2962            ! hints/darwin.sh
2963 ____________________________________________________________________________
2964 [ 12353] By: sky                                   on 2001/10/07  17:16:14
2965         Log: Change 12349 didn't really get it right.
2966      Branch: perl
2967            ! lib/Unicode/README
2968 ____________________________________________________________________________
2969 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
2970         Log: If running the harness the dynamic library search path
2971              may need setting.
2972      Branch: perl
2973            ! t/TEST
2974 ____________________________________________________________________________
2975 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
2976         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
2977              in ldflags.
2978      Branch: perl
2979            ! hints/darwin.sh
2980 ____________________________________________________________________________
2981 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
2982         Log: typo in IO::Seekable doc
2983      Branch: maint-5.6/perl
2984            ! ext/IO/lib/IO/Seekable.pm
2985 ____________________________________________________________________________
2986 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
2987         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
2988              doesn't work on Mac OS X 10.1 (when unpacking the tar the
2989              latter gets renamed as lib/unicode:1, assumedly for security
2990              reasons not to overwrite stuff)
2991      Branch: perl
2992            + lib/Unicode/README
2993            - lib/unicode/README
2994            ! MANIFEST
2995 ____________________________________________________________________________
2996 [ 12348] By: ams                                   on 2001/10/07  05:33:40
2997         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
2998              From: "chromatic" <chromatic@rmci.net>
2999              Date: Sat, 06 Oct 2001 21:42:03 -0600
3000              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
3001      Branch: perl
3002            + lib/CPAN/t/Nox.t
3003            ! MANIFEST
3004 ____________________________________________________________________________
3005 [ 12347] By: ams                                   on 2001/10/07  00:48:10
3006         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
3007              From: "chromatic" <chromatic@rmci.net>
3008              Date: Sat, 06 Oct 2001 18:52:10 -0600
3009              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
3010      Branch: perl
3011            + lib/sigtrap.t
3012            ! MANIFEST
3013 ____________________________________________________________________________
3014 [ 12346] By: ams                                   on 2001/10/06  23:14:01
3015         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
3016              h2xs write?)
3017              From: Nicholas Clark <nick@ccl4.org>
3018              Date: Sat, 6 Oct 2001 21:46:43 +0100
3019              Message-Id: <20011006214643.L38756@plum.flirble.org>
3020      Branch: perl
3021            ! utils/h2xs.PL
3022 ____________________________________________________________________________
3023 [ 12345] By: ams                                   on 2001/10/06  17:39:53
3024         Log: Subject: [PATCH] Memoize tests
3025              From: Nicholas Clark <nick@ccl4.org>
3026              Date: Sat, 6 Oct 2001 18:04:21 +0100
3027              Message-Id: <20011006180421.J38756@plum.flirble.org>
3028      Branch: perl
3029            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
3030            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
3031            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
3032            ! lib/Memoize/t/expire_module_n.t
3033            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
3034            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
3035            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
3036            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
3037            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
3038            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
3039 ____________________________________________________________________________
3040 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
3041         Log: Retract the latter part of #12343.
3042      Branch: perl
3043            ! ext/IO/lib/IO/Socket/INET.pm
3044 ____________________________________________________________________________
3045 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
3046         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
3047              From: David Dyck <dcd@tc.fluke.com>
3048              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
3049              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
3050              
3051              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
3052              From: David Dyck <dcd@tc.fluke.com>
3053              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
3054              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
3055      Branch: perl
3056            ! ext/IO/lib/IO/Socket/INET.pm
3057 ____________________________________________________________________________
3058 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
3059         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
3060              From: Robin Barker <rmb1@cise.npl.co.uk>
3061              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
3062              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
3063      Branch: perl
3064            ! t/TEST
3065 ____________________________________________________________________________
3066 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
3067         Log: Don't assume that %x is good for displaying UVs.
3068      Branch: perl
3069            ! dump.c
3070 ____________________________________________________________________________
3071 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
3072         Log: Update Changes.
3073      Branch: perl
3074            ! Changes patchlevel.h
3075 ____________________________________________________________________________
3076 [ 12339] By: ams                                   on 2001/10/05  10:22:34
3077         Log: Subject: [PATCH] perlfunc/select
3078              From: Nicholas Clark <nick@ccl4.org>
3079              Date: Fri, 5 Oct 2001 11:33:58 +0100
3080              Message-Id: <20011005113358.Z38756@plum.flirble.org>
3081      Branch: perl
3082            ! pod/perlfunc.pod
3083 ____________________________________________________________________________
3084 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
3085         Log: Retract #12313 and #12249.
3086      Branch: perl
3087            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
3088            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
3089            ! pod/perlebcdic.pod
3090 ____________________________________________________________________________
3091 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
3092         Log: Subject: [PATCH] perlvms.pod update
3093              From: "Craig A. Berry" <craigberry@mac.com>
3094              Date: Thu, 04 Oct 2001 12:55:52 -0500
3095              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
3096      Branch: perl
3097            ! vms/perlvms.pod
3098 ____________________________________________________________________________
3099 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
3100         Log: Subject: PATCH: Tie::SubstrHash
3101              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3102              Date: Thu, 04 Oct 2001 12:12:41 +0100
3103              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
3104      Branch: perl
3105            ! lib/Tie/SubstrHash.pm
3106 ____________________________________________________________________________
3107 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
3108         Log: Unicode properties saga continues.
3109      Branch: perl
3110            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
3111            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
3112 ____________________________________________________________________________
3113 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
3114         Log: Yet more Unicode properties.
3115      Branch: perl
3116            + lib/unicore/In/137.pl lib/unicore/In/138.pl
3117            + lib/unicore/In/139.pl lib/unicore/In/140.pl
3118            + lib/unicore/In/141.pl lib/unicore/In/142.pl
3119            + lib/unicore/In/143.pl lib/unicore/In/144.pl
3120            + lib/unicore/In/145.pl lib/unicore/In/146.pl
3121            + lib/unicore/In/147.pl lib/unicore/In/148.pl
3122            + lib/unicore/In/149.pl lib/unicore/In/150.pl
3123            + lib/unicore/In/151.pl lib/unicore/In/152.pl
3124            + lib/unicore/In/153.pl lib/unicore/In/154.pl
3125            + lib/unicore/In/155.pl lib/unicore/In/156.pl
3126            + lib/unicore/In/157.pl lib/unicore/In/158.pl
3127            + lib/unicore/In/159.pl lib/unicore/In/160.pl
3128            + lib/unicore/In/161.pl lib/unicore/In/162.pl
3129            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
3130            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
3131            ! pod/perlunicode.pod
3132 ____________________________________________________________________________
3133 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
3134         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
3135              From: "Craig A. Berry" <craigberry@mac.com>
3136              Date: Wed, 03 Oct 2001 17:45:25 -0500
3137              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
3138              
3139              (the lib/Term/Complete.t patched differently by #12332)
3140      Branch: perl
3141            ! lib/ExtUtils/Command.t
3142 ____________________________________________________________________________
3143 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
3144         Log: Restore only if something to restore.
3145      Branch: perl
3146            ! lib/Term/Complete.t
3147 ____________________________________________________________________________
3148 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
3149         Log: Update various resources for credits,
3150              minor icons fixes, and versions.
3151      Branch: maint-5.6/macperl
3152            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
3153            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
3154            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
3155 ____________________________________________________________________________
3156 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
3157         Log: Quiet the warnings about using undef value
3158      Branch: maint-5.6/macperl
3159            ! lib/File/Temp.pm
3160 ____________________________________________________________________________
3161 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
3162         Log: Fix up Ballon Help and Help menu docs (first pass);
3163              remove balloon rez file, and autogenerate with
3164              Balloon2Rez instead.
3165      Branch: maint-5.6/macperl
3166            + macos/macperl/macscripts/Balloon2Rez
3167            - macos/macperl/MPBalloons.r
3168            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
3169 ____________________________________________________________________________
3170 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
3171         Log: Allow overriding of defaults, for change #12327.
3172      Branch: maint-5.6/macperl
3173            ! perl.h
3174 ____________________________________________________________________________
3175 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
3176         Log: Override PerlProc_exit.
3177      Branch: maint-5.6/macperl
3178            ! macos/macish.h
3179 ____________________________________________________________________________
3180 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
3181         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
3182      Branch: maint-5.6/macperl
3183            + macos/bundled_lib/blib/lib/MD5.pm
3184            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
3185            + macos/lib/Mac/AETE/Dialect.pm
3186            + macos/lib/Mac/AETE/Format/Converter.pm
3187            + macos/lib/Mac/AETE/Format/Dictionary.pm
3188            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
3189            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
3190            + macos/lib/Mac/Toolbox.pod
3191            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
3192 ____________________________________________________________________________
3193 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
3194         Log: Sync up silly CVS headers ... I should commit CVS
3195              first to avoid this ...
3196      Branch: maint-5.6/macperl
3197            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
3198            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
3199            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
3200            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
3201 ____________________________________________________________________________
3202 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
3203         Log: Fix Matthias' address, and attributions.
3204      Branch: maint-5.6/macperl
3205            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
3206            ! pod/perlport.pod
3207 ____________________________________________________________________________
3208 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
3209         Log: Fix Matthias' address, and attributions.
3210      Branch: maint-5.6/macperl
3211            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
3212            ! macos/ext/Mac/Components/Components.pm
3213            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
3214            ! macos/ext/Mac/Dialogs/Dialogs.pm
3215            ! macos/ext/Mac/Events/Events.pm
3216            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
3217            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
3218            ! macos/ext/Mac/Gestalt/Gestalt.pm
3219            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
3220            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
3221            ! macos/ext/Mac/Menus/Menus.pm
3222            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
3223            ! macos/ext/Mac/Movies/Movies.pm
3224            ! macos/ext/Mac/Navigation/Navigation.pm
3225            ! macos/ext/Mac/Notification/Notification.pm
3226            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
3227            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
3228            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
3229            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
3230            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
3231            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
3232            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
3233            ! macos/ext/Mac/StandardFile/StandardFile.pm
3234            ! macos/ext/Mac/TextEdit/TextEdit.pm
3235            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
3236            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
3237            ! macos/lib/Mac/LowMem.pm
3238 ____________________________________________________________________________
3239 [ 12322] By: sky                                   on 2001/10/03  18:41:07
3240         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
3241              From: "Craig A. Berry" <craigberry@mac.com>
3242              Date: Wed, 03 Oct 2001 14:30:55 -0500
3243              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
3244      Branch: perl
3245            ! vms/vms.c
3246 ____________________________________________________________________________
3247 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
3248         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
3249              From: "Craig A. Berry" <craigberry@mac.com>
3250              Date: Wed, 03 Oct 2001 14:30:55 -0500
3251              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
3252      Branch: perl
3253            ! vms/vms.c
3254 ____________________________________________________________________________
3255 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
3256         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
3257              only IsL&) and Inherited (negative lookahead good);
3258              add tests for Common, Inherited, and L&.
3259      Branch: perl
3260            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
3261 ____________________________________________________________________________
3262 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
3263         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
3264              (The Unicode standard uses L& quite often.)
3265      Branch: perl
3266            ! lib/utf8_heavy.pl
3267 ____________________________________________________________________________
3268 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
3269         Log: Add the 'Common' Unicode property (code points not
3270              explicitly assigned to any other script).
3271      Branch: perl
3272            + lib/unicore/In/136.pl
3273            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
3274 ____________________________________________________________________________
3275 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
3276         Log: Skip the RV printing test under threads until fixed.
3277      Branch: perl
3278            ! ext/B/t/terse.t
3279 ____________________________________________________________________________
3280 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
3281         Log: Subject: 12309 / cygwin / win2k
3282              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3283              Date: Wed, 03 Oct 2001 15:25:15 +0200
3284              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
3285      Branch: perl
3286            ! makedef.pl
3287 ____________________________________________________________________________
3288 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
3289         Log: Metaconfig unit change for #12314.
3290      Branch: metaconfig
3291            ! U/modified/Head.U
3292 ____________________________________________________________________________
3293 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
3294         Log: Subject: Both cygwin and djgpp on one machine
3295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3296              Date: Wed, 03 Oct 2001 15:02:59 +0200
3297              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
3298      Branch: perl
3299            ! Configure
3300 ____________________________________________________________________________
3301 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
3302         Log: (retracted by #12338)
3303              
3304              Subject: [PATCH] Code clean up for perlboot.pod
3305              From: Casey West <casey@geeknest.com>
3306              Date: Tue, 2 Oct 2001 19:24:43 -0400
3307              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
3308              
3309              Subject: [PATCH] Code clean up for perlbot.diff
3310              From: Casey West <casey@geeknest.com>
3311              Date: Tue, 2 Oct 2001 19:25:22 -0400
3312              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
3313              
3314              Subject: [PATCH] Code clean up for perlcall.pod
3315              From: Casey West <casey@geeknest.com>
3316              Date: Tue, 2 Oct 2001 19:25:57 -0400
3317              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
3318              
3319              Subject: [PATCH] Code clean up for perldata.pod
3320              From: Casey West <casey@geeknest.com>
3321              Date: Tue, 2 Oct 2001 19:26:29 -0400
3322              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
3323              
3324              Subject: [PATCH] Code clean up for perldbmfilter.pod
3325              From: Casey West <casey@geeknest.com>
3326              Date: Tue, 2 Oct 2001 19:26:59 -0400
3327              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
3328              
3329              Subject: [PATCH] Code clean up for perlebcdic.pod
3330              From: Casey West <casey@geeknest.com>
3331              Date: Tue, 2 Oct 2001 19:27:37 -0400
3332              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
3333      Branch: perl
3334            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
3335            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
3336 ____________________________________________________________________________
3337 [ 12312] By: ams                                   on 2001/10/02  23:43:55
3338         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
3339              From: Michael G Schwern <schwern@pobox.com>
3340              Date: Tue, 2 Oct 2001 17:00:49 -0400
3341              Message-Id: <20011002170049.A9955@blackrider>
3342      Branch: perl
3343            ! lib/ExtUtils/MakeMaker.pm
3344 ____________________________________________________________________________
3345 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
3346         Log: FAQ sync.
3347      Branch: perl
3348            ! pod/perlfaq3.pod
3349 ____________________________________________________________________________
3350 [ 12310] By: nick                                  on 2001/10/02  16:09:49
3351         Log: Integrate mainline
3352      Branch: perlio
3353           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
3354           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
3355           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
3356           !> patchlevel.h t/op/pat.t
3357 ____________________________________________________________________________
3358 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
3359         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
3360              not just one single space.
3361      Branch: perl
3362            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
3363 ____________________________________________________________________________
3364 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
3365         Log: AUTHORS updates.
3366      Branch: perl
3367            ! AUTHORS
3368 ____________________________________________________________________________
3369 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
3370         Log: Update Changes.
3371      Branch: perl
3372            ! Changes patchlevel.h
3373 ____________________________________________________________________________
3374 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
3375         Log: Work around old buggy glibcs for langinfo constants,
3376              from Nicholas Clark and David Dyck.
3377      Branch: perl
3378            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
3379 ____________________________________________________________________________
3380 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
3381         Log: Eradicate Time::Piece; add an example.
3382      Branch: perl
3383            ! ext/I18N/Langinfo/Langinfo.pm
3384 ____________________________________________________________________________
3385 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
3386         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
3387              From: Robert Spier <rspier@pobox.com>
3388              Date: Mon, 1 Oct 2001 23:20:16 -0700
3389              Message-ID: <15289.23712.422087.878224@rls.cx>
3390      Branch: perl
3391            ! lib/Pod/Html.pm
3392 ____________________________________________________________________________
3393 [ 12303] By: sky                                   on 2001/10/02  10:40:57
3394         Log: Fixes obscure bug that manifests itself by.
3395              local $!=0;undef*STDOUT;#segfaults
3396              Has been around for a while. Possible other magic IO vars are
3397              possibly affected aswell. Reported by Jos Boumans.
3398      Branch: perl
3399            ! mg.c
3400 ____________________________________________________________________________
3401 [ 12302] By: nick                                  on 2001/10/02  09:00:52
3402         Log: Integrate mainline
3403      Branch: perlio
3404           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
3405           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
3406           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
3407 ____________________________________________________________________________
3408 [ 12301] By: nick                                  on 2001/10/02  08:40:57
3409         Log: Integrate mainline + lib/open.t patch from Chromatic
3410      Branch: perlio
3411           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
3412            ! lib/open.t
3413           !> (integrate 29 files)
3414 ____________________________________________________________________________
3415 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
3416         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
3417              Until it has, better stop early if someone requests threads.
3418      Branch: perl
3419            ! hints/darwin.sh
3420 ____________________________________________________________________________
3421 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
3422         Log: Subject: [ID 20011001.011] redundant code in t/TEST
3423              From: David Dyck <dcd@tc.fluke.com>
3424              Date: Mon, 1 Oct 2001 12:56:24 -0700
3425              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
3426      Branch: perl
3427            ! t/TEST
3428 ____________________________________________________________________________
3429 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
3430         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
3431              From: "chromatic" <chromatic@rmci.net>
3432              Date: Mon, 01 Oct 2001 12:27:12 -0600
3433              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
3434      Branch: perl
3435            ! lib/Term/Cap.t
3436 ____________________________________________________________________________
3437 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
3438         Log: UNICOS testing patches from Nicholas Clark.
3439      Branch: perl
3440            ! t/op/arith.t t/op/pack.t
3441 ____________________________________________________________________________
3442 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
3443         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
3444              From: "chromatic" <chromatic@rmci.net>
3445              Date: Mon, 01 Oct 2001 10:21:51 -0600
3446              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
3447      Branch: perl
3448            ! lib/open.t
3449 ____________________________________________________________________________
3450 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
3451         Log: Make missing the RADIXCHAR a softer, gentler error.
3452      Branch: perl
3453            ! ext/I18N/Langinfo/Langinfo.t
3454 ____________________________________________________________________________
3455 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
3456         Log: Nuke also the LANG because of glibc.
3457      Branch: perl
3458            ! lib/open.t
3459 ____________________________________________________________________________
3460 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
3461         Log: Also the ^Is is optional.
3462      Branch: perl
3463            ! pod/perlunicode.pod t/op/pat.t
3464 ____________________________________________________________________________
3465 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
3466         Log: Be careful to pull chars from the varargs stack when
3467              formatting chars.
3468      Branch: perl
3469            ! regcomp.c
3470 ____________________________________________________________________________
3471 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
3472         Log: sortsv not in place anymore, noticed by John P. Linderman.
3473      Branch: perl
3474            ! pod/perlapi.pod pp_ctl.c
3475 ____________________________________________________________________________
3476 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
3477         Log: Make the diagnostic messages more neutral.
3478      Branch: perl
3479            ! ext/B/t/terse.t
3480 ____________________________________________________________________________
3481 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
3482         Log: Forgotten from #12288.
3483      Branch: perl
3484            ! ext/Data/Dumper/Dumper.pm
3485 ____________________________________________________________________________
3486 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
3487         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
3488              From: Brian Ingerson <ingy@ttul.org>
3489              Date: Sun, 30 Sep 2001 21:45:56 -0700
3490              Message-ID: <20010930214556.D26392@ttul.org>
3491              
3492              (remember also the #12289)
3493      Branch: perl
3494            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3495 ____________________________________________________________________________
3496 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
3497         Log: More Unicode property tests for the abbreviated
3498              general properties.
3499      Branch: perl
3500            ! t/op/pat.t
3501 ____________________________________________________________________________
3502 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
3503         Log: Further tweaks to the Unicode properties.
3504      Branch: perl
3505            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
3506 ____________________________________________________________________________
3507 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
3508         Log: Retract #12284.
3509      Branch: perl
3510            ! lib/Term/Cap.t
3511 ____________________________________________________________________________
3512 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
3513         Log: (Retracted by #12285)
3514      Branch: perl
3515            ! lib/Term/Cap.t
3516 ____________________________________________________________________________
3517 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
3518         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
3519              From: "chromatic" <chromatic@rmci.net>  
3520              Date: Sun, 30 Sep 2001 16:10:02 -0600
3521              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
3522      Branch: perl
3523            + lib/Term/Cap.t
3524            ! MANIFEST
3525 ____________________________________________________________________________
3526 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
3527         Log: Use stty -g to restore the terminal state, do not even
3528              try to run the tests if stty -g is not available.
3529      Branch: perl
3530            ! lib/Term/Complete.t
3531 ____________________________________________________________________________
3532 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
3533         Log: Cleanup utf8_heavy; allow dropping the In prefix from
3534              Unicode script/block properties.
3535      Branch: perl
3536            ! lib/utf8_heavy.pl
3537 ____________________________________________________________________________
3538 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
3539         Log: Retract the #12259 for now.
3540      Branch: perl
3541            ! embed.h embed.pl sv.h
3542 ____________________________________________________________________________
3543 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
3544         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
3545      Branch: perl
3546            + lib/Text/TabsWrap/CHANGELOG
3547            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
3548 ____________________________________________________________________________
3549 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
3550         Log: #12272 wasn't right, it introduced an extra ().
3551      Branch: perl
3552            ! lib/utf8_heavy.pl
3553 ____________________________________________________________________________
3554 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
3555         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
3556              From: Jonathan Stowe <gellyfish@gellyfish.com>
3557              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
3558              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
3559      Branch: perl
3560            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
3561 ____________________________________________________________________________
3562 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
3563         Log: Subject: Patch to put qsortsv in the public API
3564              From: Brian Ingerson <ingy@ttul.org>
3565              Date: Sat, 29 Sep 2001 17:41:13 -0700
3566              Message-ID: <20010929174113.A30223@ttul.org>
3567      Branch: perl
3568            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
3569 ____________________________________________________________________________
3570 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
3571         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
3572              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3573              Date: Sat, 29 Sep 2001 23:54:48 +0200
3574              Message-ID: <20010929235448.A5017@rafael>
3575      Branch: perl
3576            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
3577 ____________________________________________________________________________
3578 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
3579         Log: FAQ sync.
3580      Branch: perl
3581            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3582            ! pod/perlfaq9.pod
3583 ____________________________________________________________________________
3584 [ 12273] By: bailey                                on 2001/09/29  23:43:46
3585         Log: Resync with mainline
3586      Branch: vmsperl
3587           +> (branch 1207 files)
3588            - (delete 324 files)
3589           !> (integrate 866 files)
3590 ____________________________________________________________________________
3591 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
3592         Log: Nasty recursion trap if one would match Unicode.
3593      Branch: perl
3594            ! lib/utf8_heavy.pl
3595 ____________________________________________________________________________
3596 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
3597         Log: More Unicode todo.
3598      Branch: perl
3599            ! pod/perltodo.pod
3600 ____________________________________________________________________________
3601 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
3602         Log: Explain a bit the new more flexible \p\P syntax.
3603      Branch: perl
3604            ! pod/perlunicode.pod
3605 ____________________________________________________________________________
3606 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
3607         Log: More leniency to the \p and \P: now can have whitespace
3608              between the property definition and the curlies; now can
3609              invert the property by having a caret between the open
3610              curly and the property.
3611      Branch: perl
3612            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
3613 ____________________________________________________________________________
3614 [ 12268] By: nick                                  on 2001/09/29  17:39:26
3615         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
3616              one test (lib/open.t) fails
3617      Branch: perlio
3618           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
3619           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
3620           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
3621           +> lib/Tie/Scalar.t lib/open.t
3622            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
3623            - ext/B/Stash.t
3624           !> (integrate 62 files)
3625 ____________________________________________________________________________
3626 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
3627         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
3628      Branch: perl
3629            ! t/op/chdir.t
3630 ____________________________________________________________________________
3631 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
3632         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
3633              From: "Craig A. Berry" <craigberry@mac.com> 
3634              Date: Sat, 29 Sep 2001 09:35:33 -0500
3635              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
3636      Branch: perl
3637            ! t/op/chdir.t
3638 ____________________________________________________________________________
3639 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
3640         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
3641              From: "chromatic" <chromatic@rmci.net>
3642              Date: Fri, 28 Sep 2001 21:20:12 -0600
3643              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
3644      Branch: perl
3645            + lib/Tie/Scalar.t
3646            ! MANIFEST lib/Tie/Scalar.pm
3647 ____________________________________________________________________________
3648 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
3649         Log: Allow for more flexibility in the \p{In...} names, now
3650              case doesn't matter, and any space or dash can be
3651              matched by any space, dash, underbar, or empty.
3652              (may be going too far on leniency)
3653      Branch: perl
3654            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
3655            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
3656            ! t/op/pat.t
3657 ____________________________________________________________________________
3658 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
3659         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
3660              From: "chromatic" <chromatic@rmci.net>
3661              Date: Fri, 28 Sep 2001 17:39:50 -0600
3662              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
3663      Branch: perl
3664            + lib/open.t
3665            ! MANIFEST
3666 ____________________________________________________________________________
3667 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
3668         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
3669              From: "Craig A. Berry" <craigberry@mac.com>
3670              Date: Fri, 28 Sep 2001 16:24:51 -0500
3671              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
3672      Branch: perl
3673            ! ext/File/Glob/t/basic.t
3674 ____________________________________________________________________________
3675 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
3676         Log: Subject: [DOC PATCH] Carp.pm pod typo
3677              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3678              Date: Fri, 28 Sep 2001 23:14:51 +0200
3679              Message-ID: <20010928231451.E16889@rafael>
3680      Branch: perl
3681            ! lib/Carp.pm
3682 ____________________________________________________________________________
3683 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
3684         Log: Subject: [PATCH] Allow an @INC hook to set %INC
3685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3686              Date: Fri, 28 Sep 2001 22:18:13 +0200
3687              Message-ID: <20010928221813.A16889@rafael>
3688      Branch: perl
3689            ! pp_ctl.c
3690 ____________________________________________________________________________
3691 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
3692         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
3693              From: Nicholas Clark <nick@ccl4.org>
3694              Date: Fri, 28 Sep 2001 23:39:33 +0100
3695              Message-ID: <20010928233933.C23673@plum.flirble.org>
3696      Branch: perl
3697            ! embed.h embed.pl sv.h
3698 ____________________________________________________________________________
3699 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
3700         Log: Update Changes.
3701      Branch: perl
3702            ! Changes patchlevel.h
3703 ____________________________________________________________________________
3704 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
3705         Log: Move the B tests to B/t.
3706      Branch: perl
3707            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
3708            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
3709            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
3710            - ext/B/Showlex.t ext/B/Stash.t
3711            ! MANIFEST
3712 ____________________________________________________________________________
3713 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
3714         Log: Forgot from #12254.
3715      Branch: perl
3716            + ext/B/B/Terse.t
3717 ____________________________________________________________________________
3718 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
3719         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
3720              From: "chromatic" <chromatic@rmci.net>
3721              Date: Thu, 27 Sep 2001 23:22:17 -0600
3722              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
3723      Branch: perl
3724            ! MANIFEST
3725 ____________________________________________________________________________
3726 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
3727         Log: Test numbering mismatch.
3728      Branch: perl
3729            ! t/op/chdir.t
3730 ____________________________________________________________________________
3731 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
3732         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
3733              From: "Craig A. Berry" <craigberry@mac.com>
3734              Date: Wed, 26 Sep 2001 17:43:14 -0500
3735              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
3736      Branch: perl
3737            ! iperlsys.h t/op/chdir.t
3738 ____________________________________________________________________________
3739 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
3740         Log: Subject: [PATCH gv.c] make __ANON__ global
3741              From: Robin Barker <rmb1@cise.npl.co.uk>
3742              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
3743              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
3744      Branch: perl
3745            ! gv.c t/op/anonsub.t t/op/runlevel.t
3746 ____________________________________________________________________________
3747 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
3748         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
3749              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3750              Date: Thu, 27 Sep 2001 22:34:32 +0200
3751              Message-ID: <20010927223432.A1485@rafael>
3752      Branch: perl
3753            ! ext/B/B/Terse.pm
3754 ____________________________________________________________________________
3755 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
3756         Log: (retracted by #12338)
3757              
3758              Subject: [PATCH] Cleanup of perldsc.pod      
3759              From: Casey West <casey@geeknest.com>
3760              Date: Thu, 27 Sep 2001 11:13:17 -0400
3761              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
3762      Branch: perl
3763            ! pod/perldsc.pod
3764 ____________________________________________________________________________
3765 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
3766         Log: Not everyone is using ithreads...
3767      Branch: perl
3768            ! ext/Devel/Peek/Peek.t
3769 ____________________________________________________________________________
3770 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
3771         Log: Document the nss_delete core dump workaround for HP-UX
3772              and Solaris, bug IDs 20010805.018 and 20010629.004.
3773      Branch: perl
3774            ! README.hpux README.solaris
3775 ____________________________________________________________________________
3776 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
3777         Log: Dump Unicode hash keys also as Unicode,
3778              not just as a byte string.
3779      Branch: perl
3780            ! dump.c ext/Devel/Peek/Peek.t
3781 ____________________________________________________________________________
3782 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
3783         Log: Integrate changes #12241 and #12242 from macperl:
3784              
3785              Remove unneeded disabling of umask() calls
3786              
3787              Note (get|set)sockopt are available.
3788      Branch: perl
3789           !> lib/File/Temp.pm pod/perlport.pod
3790 ____________________________________________________________________________
3791 [ 12244] By: sky                                   on 2001/09/27  08:53:00
3792         Log: Flush buffers on thread closedown.
3793      Branch: perl
3794            ! ext/threads/threads.xs
3795 ____________________________________________________________________________
3796 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
3797         Log: Dump SvUTF8(sv)s also as \x{...}.
3798              
3799              TODO: dump the SvUTF8() hash keys similarly. 
3800      Branch: perl
3801            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
3802 ____________________________________________________________________________
3803 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
3804         Log: Note (get|set)sockopt are available.
3805      Branch: maint-5.6/macperl
3806            ! pod/perlport.pod
3807 ____________________________________________________________________________
3808 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
3809         Log: Remove unneeded disabling of umask() calls
3810      Branch: maint-5.6/macperl
3811            ! lib/File/Temp.pm
3812 ____________________________________________________________________________
3813 [ 12240] By: sky                                   on 2001/09/26  18:44:56
3814         Log: Documention update
3815      Branch: perl
3816            ! ext/threads/threads.pm
3817 ____________________________________________________________________________
3818 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
3819         Log: Update Changes.
3820      Branch: perl
3821            ! Changes patchlevel.h
3822 ____________________________________________________________________________
3823 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
3824         Log: Check that all environment variables are tainted.
3825      Branch: perl
3826            ! t/op/taint.t
3827 ____________________________________________________________________________
3828 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
3829         Log: Manual integration error in #12235.
3830      Branch: perl
3831            ! lib/File/DosGlob.t
3832 ____________________________________________________________________________
3833 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
3834         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
3835              From: "chromatic" <chromatic@rmci.net>
3836              Date: Tue, 25 Sep 2001 23:57:07 -0600
3837              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
3838      Branch: perl
3839            ! perlio.c
3840 ____________________________________________________________________________
3841 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
3842         Log: Integrate macperl changes from Chris Nandor:
3843              12192 11817 11815 11813 11778 11775
3844              
3845              Update CPAN.pm to work with new Mac::BuildTools instead
3846              of ExtUtils::MM_MacOS "orphan" functions
3847              
3848              Fix test
3849              
3850              Make syntax check report in MPW style, fix tests
3851              to use Mac::err=unix to get normal-style error
3852              messages.
3853              
3854              More module and test ports from Thomas Wegner et al
3855              
3856              Fix open of /dev/null for Mac OS
3857              
3858              Allow for platforms to override formatting of errors
3859              on output from Matthias Neeracher (core files)
3860      Branch: perl
3861            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
3862            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
3863            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
3864           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
3865           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
3866           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
3867 ____________________________________________________________________________
3868 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
3869         Log: grrr.
3870      Branch: perl
3871            ! t/op/gv.t
3872 ____________________________________________________________________________
3873 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
3874         Log: Retract #12232.
3875      Branch: perl
3876            ! t/op/gv.t
3877 ____________________________________________________________________________
3878 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
3879         Log: (Retracted by #12233.)
3880      Branch: perl
3881            ! t/op/gv.t
3882 ____________________________________________________________________________
3883 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
3884         Log: Detypo.
3885      Branch: perl
3886            ! ext/Encode/Makefile.PL
3887 ____________________________________________________________________________
3888 [ 12230] By: sky                                   on 2001/09/26  11:36:23
3889         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
3890              We are using a "delay" here because we do not want to depend on thread synchronization issues.
3891      Branch: perl
3892            + ext/threads/t/stress_cv.t
3893            ! MANIFEST ext/threads/t/stress_string.t
3894 ____________________________________________________________________________
3895 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
3896         Log: NetWare tweak from Ananth Kesari.
3897      Branch: perl
3898            ! NetWare/t/Readme.txt
3899 ____________________________________________________________________________
3900 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
3901         Log: Trick to fool case-blind filesystems.
3902      Branch: perl
3903            ! ext/Encode/Makefile.PL
3904 ____________________________________________________________________________
3905 [ 12227] By: sky                                   on 2001/09/26  11:06:50
3906         Log: Threads can start executing in a different order than they were
3907              created.... so we cannot ok() inside the threadstarter.
3908      Branch: perl
3909            ! ext/threads/t/stress_string.t
3910 ____________________________________________________________________________
3911 [ 12226] By: sky                                   on 2001/09/26  07:41:45
3912         Log: Add in stress_string.t to stress test threads a bit more.
3913      Branch: perl
3914            + ext/threads/t/stress_string.t
3915            ! MANIFEST
3916 ____________________________________________________________________________
3917 [ 12225] By: sky                                   on 2001/09/26  07:04:21
3918         Log: Fix negative refcount introduced by #12223.
3919      Branch: perl
3920            ! ext/threads/threads.xs
3921 ____________________________________________________________________________
3922 [ 12224] By: sky                                   on 2001/09/26  06:57:58
3923         Log: Update documentation to match change #12223
3924      Branch: perl
3925            ! sharedsv.c
3926 ____________________________________________________________________________
3927 [ 12223] By: sky                                   on 2001/09/26  06:54:32
3928         Log: Use a separate interpreter for the sharedsv space. Another
3929              negative sv leak. Sigh.
3930      Branch: perl
3931            ! sharedsv.c
3932 ____________________________________________________________________________
3933 [ 12222] By: sky                                   on 2001/09/26  05:58:35
3934         Log: Do the environ assignment in perl_contruct to match perl_destruct.
3935              Now we don't need to perl_parse/perl_run. However environ is a
3936              global....
3937      Branch: perl
3938            ! perl.c
3939 ____________________________________________________________________________
3940 [ 12221] By: sky                                   on 2001/09/26  05:41:02
3941         Log: Move the creation of PL_strtab to perl_construct so we can work
3942              with HV and HEs without running perl_parse.
3943      Branch: perl
3944            ! perl.c
3945 ____________________________________________________________________________
3946 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
3947         Log: integrate macperl changes into maint-5.6
3948      Branch: maint-5.6/perl
3949           !> (integrate 26 files)
3950 ____________________________________________________________________________
3951 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
3952         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
3953              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
3954      Branch: maint-5.6/macperl
3955            ! macos/ext/Mac/Fonts/Fonts.xs
3956            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
3957 ____________________________________________________________________________
3958 [ 12218] By: ams                                   on 2001/09/25  23:31:33
3959         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
3960              From: Nicholas Clark <nick@ccl4.org>
3961              Date: Wed, 26 Sep 2001 01:20:20 +0100
3962              Message-Id: <20010926012020.B48092@plum.flirble.org>
3963      Branch: perl
3964            ! lib/AutoSplit.t
3965 ____________________________________________________________________________
3966 [ 12217] By: ams                                   on 2001/09/25  22:33:05
3967         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
3968              From: "Craig A. Berry" <craigberry@mac.com>
3969              Date: Tue, 25 Sep 2001 18:08:42 -0500
3970              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
3971      Branch: perl
3972            ! vms/vms.c
3973 ____________________________________________________________________________
3974 [ 12216] By: ams                                   on 2001/09/25  21:41:01
3975         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
3976              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
3977              From: Michael G Schwern <schwern@pobox.com>
3978              Date: Wed, 26 Sep 2001 00:38:21 -0400
3979              Message-Id: <20010926003821.A627@blackrider>
3980      Branch: perl
3981            ! lib/AutoSplit.t
3982 ____________________________________________________________________________
3983 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
3984         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
3985              From: Michael G Schwern <schwern@pobox.com>
3986              Date: Tue, 25 Sep 2001 17:43:49 -0400
3987              Message-ID: <20010925174349.B19534@blackrider>
3988      Branch: perl
3989            ! lib/Test/Simple.pm lib/Test/Utils.pm
3990 ____________________________________________________________________________
3991 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
3992         Log: Integrate changes from bleadperl.
3993      Branch: maint-5.6/macperl
3994           !> pod/perlport.pod
3995 ____________________________________________________________________________
3996 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
3997         Log: skip($mess) should result in one skip.
3998      Branch: perl
3999            ! t/test.pl
4000 ____________________________________________________________________________
4001 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
4002         Log: Integrate change #12200 from maintperl.
4003      Branch: maint-5.6/macperl
4004           !> win32/perlhost.h
4005 ____________________________________________________________________________
4006 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
4007         Log: Fix file types to "apple"
4008      Branch: maint-5.6/macperl
4009            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
4010            ! macos/ext/Mac/SAT/t/Collision.rsrc
4011 ____________________________________________________________________________
4012 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
4013         Log: Fix rsrc file as snd file; fix path in t file.
4014      Branch: maint-5.6/macperl
4015            ! macos/ext/Mac/Notification/t/Notification.rsrc
4016            ! macos/ext/Mac/Notification/t/Notification.t
4017 ____________________________________________________________________________
4018 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
4019         Log: Sync up with File::Find from bleadperl.
4020      Branch: maint-5.6/macperl
4021            ! lib/File/Find.pm t/lib/filefind-taint.t
4022 ____________________________________________________________________________
4023 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
4024         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
4025              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
4026              of hundreds)
4027      Branch: maint-5.6/macperl
4028            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
4029            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
4030            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
4031 ____________________________________________________________________________
4032 [ 12207] By: nick                                  on 2001/09/25  19:04:36
4033         Log: Integrate mainline (untested while modem is up)
4034      Branch: perlio
4035           +> lib/AutoSplit.t t/test.pl
4036            - lib/warnings/register.t
4037           !> (integrate 28 files)
4038 ____________________________________________________________________________
4039 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
4040         Log: perldiag entry for #12205.
4041      Branch: perl
4042            ! pod/perldiag.pod
4043 ____________________________________________________________________________
4044 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
4045         Log: Subject: [PATCH] warning on v-string in use/require
4046              From: John Peacock <jpeacock@rowman.com>
4047              Date: Mon, 24 Sep 2001 17:29:03 -0400
4048              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
4049      Branch: perl
4050            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
4051 ____________________________________________________________________________
4052 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
4053         Log: perltooc et al updates.
4054      Branch: perl
4055            ! plan9/mkfile pod/roffitall
4056 ____________________________________________________________________________
4057 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
4058         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
4059              From: Michael G Schwern <schwern@pobox.com>
4060              Date: Sun, 23 Sep 2001 00:07:12 -0400
4061              Message-ID: <20010923000712.A7005@blackrider>
4062      Branch: perl
4063            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
4064 ____________________________________________________________________________
4065 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
4066         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
4067              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4068              Date: Wed, 26 Sep 2001 01:25:10 +0900
4069              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
4070      Branch: perl
4071            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
4072            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
4073            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
4074 ____________________________________________________________________________
4075 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
4076         Log: Integrate change #12200 from maintperl;
4077              on windows, virtualized environment could propagate deleted variables
4078              into children if they happen to be at the very end of the table
4079      Branch: perl
4080           !> win32/perlhost.h
4081 ____________________________________________________________________________
4082 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
4083         Log: on windows, virtualized environment could propagate deleted variables
4084              into children if they happen to be at the very end of the table
4085              (thanks for succinct test case from Johan Holmberg, and fix from
4086              Doug Lankshear)
4087      Branch: maint-5.6/perl
4088            ! win32/perlhost.h
4089 ____________________________________________________________________________
4090 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
4091         Log: avoid the use of ftime() (it does a useless, potentially
4092              expensive call to GetTimeZoneInformation()); this potentially
4093              also results in three more digits of precision from
4094              Time::HiRes::time()
4095      Branch: perl
4096            ! ext/Time/HiRes/HiRes.xs
4097 ____________________________________________________________________________
4098 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
4099         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
4100              
4101              Note: io/binmode is failing, have to figure out why.
4102      Branch: perl
4103            + t/test.pl
4104            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
4105            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
4106            ! t/run/exit.t
4107 ____________________________________________________________________________
4108 [ 12197] By: ams                                   on 2001/09/25  13:48:55
4109         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
4110              From: Nicholas Clark <nick@ccl4.org>
4111              Date: Tue, 25 Sep 2001 00:37:40 +0100
4112              Message-Id: <20010925003740.S4971@plum.flirble.org>
4113              (Further changes expected.)
4114      Branch: perl
4115            + lib/AutoSplit.t
4116            ! MANIFEST
4117 ____________________________________________________________________________
4118 [ 12196] By: sky                                   on 2001/09/25  13:37:12
4119         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
4120              _ftime to try and be more robust.
4121      Branch: perl
4122            ! ext/Time/HiRes/HiRes.xs
4123 ____________________________________________________________________________
4124 [ 12194] By: ams                                   on 2001/09/25  11:40:00
4125         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
4126              From: "Craig A. Berry" <craigberry@mac.com>
4127              Date: Mon, 24 Sep 2001 17:54:20 -0500
4128              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
4129      Branch: perl
4130            ! vms/descrip_mms.template
4131 ____________________________________________________________________________
4132 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
4133         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
4134              not working, cursor not spinning (Bug #422129); external
4135              editor problems (Bug #456329); escape/cmd-. not activating
4136              "Cancel" in Save dialog box (Bug #446960); Runtimes not
4137              executing on launch (Bug #464441).
4138      Branch: maint-5.6/macperl
4139            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
4140            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
4141            ! macos/macperl/MacPerl.r
4142 ____________________________________________________________________________
4143 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
4144         Log: Update CPAN.pm to work with new Mac::BuildTools instead
4145              of ExtUtils::MM_MacOS "orphan" functions
4146      Branch: maint-5.6/macperl
4147            ! lib/CPAN.pm
4148 ____________________________________________________________________________
4149 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
4150         Log: Fix up another xsubpp problem (Matthias Neeracher)
4151      Branch: maint-5.6/macperl
4152            ! macos/xsubpp
4153 ____________________________________________________________________________
4154 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
4155         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
4156      Branch: maint-5.6/macperl
4157            ! macos/lib/ExtUtils/MM_MacOS.pm
4158 ____________________________________________________________________________
4159 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
4160         Log: Fix up Makefiles for more Mac:: modules (and prepare for
4161              static build ...?)
4162      Branch: maint-5.6/macperl
4163            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
4164            ! macos/macperl/Makefile.mk
4165 ____________________________________________________________________________
4166 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
4167         Log: Fix up tests
4168      Branch: maint-5.6/macperl
4169            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4170 ____________________________________________________________________________
4171 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
4172         Log: Make malloc smarter, fix bugs.  (Bug #404030)
4173      Branch: maint-5.6/macperl
4174            ! macos/icemalloc.c macos/icemalloc.h
4175 ____________________________________________________________________________
4176 [ 12186] By: nick                                  on 2001/09/24  19:18:17
4177         Log: Integrate mainline
4178      Branch: perlio
4179           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
4180           +> lib/filetest.t
4181           !> (integrate 30 files)
4182 ____________________________________________________________________________
4183 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
4184         Log: Retract #12136, the warnings::register is already
4185              tested by t/lib/warnings/9enabled, as pointed out
4186              by Paul Marquess.
4187      Branch: perl
4188            - lib/warnings/register.t
4189            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
4190 ____________________________________________________________________________
4191 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
4192         Log: fix Time::HiRes implementation of gettimeofday() on windows
4193              (HiRes.t#14 now passes)
4194      Branch: perl
4195            ! ext/Time/HiRes/HiRes.xs
4196 ____________________________________________________________________________
4197 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
4198         Log: File::Spec::catfile() canonifies everything to blackslashes on
4199              windows :-(
4200      Branch: perl
4201            ! lib/ExtUtils/Manifest.t
4202 ____________________________________________________________________________
4203 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
4204         Log: test number mismatch
4205      Branch: perl
4206            ! t/op/magic.t
4207 ____________________________________________________________________________
4208 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
4209         Log: ok().
4210      Branch: perl
4211            ! t/op/pack.t
4212 ____________________________________________________________________________
4213 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
4214         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
4215              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4216      Branch: perl
4217            ! pp_pack.c t/op/pack.t
4218 ____________________________________________________________________________
4219 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
4220         Log: Update Changes.
4221      Branch: perl
4222            ! Changes patchlevel.h
4223 ____________________________________________________________________________
4224 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
4225         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
4226              From: Michael G Schwern <schwern@pobox.com>
4227              Date: Mon, 24 Sep 2001 11:12:13 -0400
4228              Message-ID: <20010924111213.G27885@blackrider>
4229      Branch: perl
4230            ! lib/ExtUtils/Manifest.pm
4231 ____________________________________________________________________________
4232 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
4233         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
4234              From: Michael G Schwern <schwern@pobox.com> 
4235              Date: Mon, 24 Sep 2001 11:02:07 -0400
4236              Message-ID: <20010924110207.E27885@blackrider>
4237      Branch: perl
4238            ! vms/test.com
4239 ____________________________________________________________________________
4240 [ 12176] By: ams                                   on 2001/09/24  14:01:59
4241         Log: Update Changes.
4242      Branch: perl
4243            ! Changes
4244 ____________________________________________________________________________
4245 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
4246         Log: Various cleanups.
4247      Branch: perl
4248            ! ext/threads/Makefile.PL ext/threads/threads.xs
4249 ____________________________________________________________________________
4250 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
4251         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
4252      Branch: maint-5.6/macperl
4253           !> (integrate 33 files)
4254 ____________________________________________________________________________
4255 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
4256         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
4257              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4258              Date: Mon, 24 Sep 2001 20:04:58 +0900
4259              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
4260      Branch: perl
4261            ! ext/Encode/Encode/gb2312.enc
4262 ____________________________________________________________________________
4263 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
4264         Log: Clarifying comment to #12164.
4265      Branch: perl
4266            ! lib/Cwd.pm
4267 ____________________________________________________________________________
4268 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
4269         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
4270              From: Nicholas Clark <nick@ccl4.org>
4271              Date: Sun, 23 Sep 2001 23:00:56 +0100
4272              Message-ID: <20010923230055.Y4971@plum.flirble.org>
4273              
4274              (with "sample_constants" changed to "fallback")
4275      Branch: perl
4276            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
4277            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
4278            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
4279            ! lib/h2xs.t utils/h2xs.PL
4280 ____________________________________________________________________________
4281 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
4282         Log: Metaconfig unit change for #12167.
4283      Branch: metaconfig
4284            ! U/modified/Cppsym.U
4285 ____________________________________________________________________________
4286 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
4287         Log: Add a few glibc cpp symbols to probe for.
4288      Branch: perl
4289            ! Configure
4290 ____________________________________________________________________________
4291 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
4292         Log: DJGPP tweaks for Laszlo Molnar.
4293      Branch: perl
4294            ! djgpp/djgppsed.sh dosish.h
4295 ____________________________________________________________________________
4296 [ 12165] By: ams                                   on 2001/09/24  10:07:08
4297         Log: Subject: [PATCH t/op/inccode.t] More tests
4298              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4299              Date: 24 Sep 2001 10:01:44 -0000
4300              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
4301      Branch: perl
4302            ! t/op/inccode.t
4303 ____________________________________________________________________________
4304 [ 12164] By: ams                                   on 2001/09/24  09:43:29
4305         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
4306              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
4307              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
4308              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
4309      Branch: perl
4310            ! lib/Cwd.pm
4311 ____________________________________________________________________________
4312 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
4313         Log: 1_compile updates.
4314      Branch: perl
4315            ! t/lib/1_compile.t
4316 ____________________________________________________________________________
4317 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
4318         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
4319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4320              Date: Wed, 19 Sep 2001 22:47:14 +0200
4321              Message-ID: <20010919224714.A6382@rafael>
4322      Branch: perl
4323            ! pod/perlvar.pod pp_ctl.c
4324 ____________________________________________________________________________
4325 [ 12161] By: ams                                   on 2001/09/23  17:40:02
4326         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
4327              filetest Pragma
4328              From: "chromatic" <chromatic@rmci.net>
4329              Date: Sun, 23 Sep 2001 12:07:25 -0600
4330              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
4331      Branch: perl
4332            + lib/filetest.t
4333            ! MANIFEST t/lib/1_compile.t
4334 ____________________________________________________________________________
4335 [ 12160] By: ams                                   on 2001/09/23  16:32:11
4336         Log: Additional minor chdir() tweak.
4337      Branch: perl
4338            ! pod/perlfunc.pod
4339 ____________________________________________________________________________
4340 [ 12159] By: ams                                   on 2001/09/23  16:25:01
4341         Log: Subject: PATCH lib/ExtUtils/Command.t
4342              From: Abe Timmerman <abe@ztreet.demon.nl>
4343              Date: Sun, 23 Sep 2001 19:11:44 +0200
4344              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
4345      Branch: perl
4346            ! lib/ExtUtils/Command.t
4347 ____________________________________________________________________________
4348 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
4349         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
4350              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4351              Date: Sun, 23 Sep 2001 02:02:26 +0200
4352              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
4353      Branch: perl
4354            ! makedef.pl
4355 ____________________________________________________________________________
4356 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
4357         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
4358              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
4359              Date: Sat, 22 Sep 2001 12:54:39 -0500
4360              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
4361      Branch: perl
4362            ! t/op/study.t
4363 ____________________________________________________________________________
4364 [ 12156] By: nick                                  on 2001/09/23  07:48:44
4365         Log: Integrate mainline
4366      Branch: perlio
4367            - check83.pl
4368           !> ext/Encode/Encode/2022-cn.enc
4369 ____________________________________________________________________________
4370 [ 12155] By: nick                                  on 2001/09/23  07:48:01
4371         Log: Integrate mainline
4372      Branch: perlio
4373           +> (branch 64 files)
4374            - ext/Encode/Encode/cns11643-1.enc
4375            - ext/Encode/Encode/cns11643-2.enc
4376            - ext/Encode/Encode/iso2022-cn.enc
4377            - ext/Encode/Encode/iso2022-jp.enc
4378            - ext/Encode/Encode/iso2022-jp1.enc
4379            - ext/Encode/Encode/iso2022-jp2.enc
4380            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
4381            - ext/Encode/Encode/iso8859-1.enc
4382            - ext/Encode/Encode/iso8859-1.ucm
4383            - ext/Encode/Encode/iso8859-10.enc
4384            - ext/Encode/Encode/iso8859-10.ucm
4385            - ext/Encode/Encode/iso8859-13.enc
4386            - ext/Encode/Encode/iso8859-13.ucm
4387            - ext/Encode/Encode/iso8859-14.enc
4388            - ext/Encode/Encode/iso8859-14.ucm
4389            - ext/Encode/Encode/iso8859-15.enc
4390            - ext/Encode/Encode/iso8859-15.ucm
4391            - ext/Encode/Encode/iso8859-16.enc
4392            - ext/Encode/Encode/iso8859-16.ucm
4393            - ext/Encode/Encode/iso8859-2.enc
4394            - ext/Encode/Encode/iso8859-2.ucm
4395            - ext/Encode/Encode/iso8859-3.enc
4396            - ext/Encode/Encode/iso8859-3.ucm
4397            - ext/Encode/Encode/iso8859-4.enc
4398            - ext/Encode/Encode/iso8859-4.ucm
4399            - ext/Encode/Encode/iso8859-5.enc
4400            - ext/Encode/Encode/iso8859-5.ucm
4401            - ext/Encode/Encode/iso8859-6.enc
4402            - ext/Encode/Encode/iso8859-6.ucm
4403            - ext/Encode/Encode/iso8859-7.enc
4404            - ext/Encode/Encode/iso8859-7.ucm
4405            - ext/Encode/Encode/iso8859-8.enc
4406            - ext/Encode/Encode/iso8859-8.ucm
4407            - ext/Encode/Encode/iso8859-9.enc
4408            - ext/Encode/Encode/iso8859-9.ucm
4409            - ext/Encode/Encode/isoir-197.enc
4410            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
4411            - t/lib/sample-tests/header_at_end
4412            - t/lib/sample-tests/header_at_end_fail
4413           !> (integrate 174 files)
4414 ____________________________________________________________________________
4415 [ 12154] By: ams                                   on 2001/09/23  07:11:46
4416         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
4417              by Blair Zajac.
4418      Branch: perl
4419            ! pod/perlfunc.pod
4420 ____________________________________________________________________________
4421 [ 12153] By: ams                                   on 2001/09/23  06:56:32
4422         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
4423              Forgotten deprecation of *glob{FILEHANDLE}?
4424              From: "chromatic" <chromatic@rmci.net>
4425              Date: Sat, 22 Sep 2001 21:27:56 -0600
4426              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
4427      Branch: perl
4428            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
4429 ____________________________________________________________________________
4430 [ 12152] By: ams                                   on 2001/09/23  06:42:58
4431         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
4432              From: Michael G Schwern <schwern@pobox.com>
4433              Date: Sun, 23 Sep 2001 03:34:39 -0400
4434              Message-Id: <20010923033439.E7005@blackrider>
4435      Branch: perl
4436            ! lib/File/Find.pm
4437 ____________________________________________________________________________
4438 [ 12151] By: ams                                   on 2001/09/23  06:37:57
4439         Log: Subject: Re: t/op/magic.t missing tests on Win32
4440              From: Michael G Schwern <schwern@pobox.com>
4441              Date: Sat, 22 Sep 2001 20:29:09 -0400
4442              Message-Id: <20010922202909.I18223@blackrider>
4443      Branch: perl
4444            ! t/op/magic.t
4445 ____________________________________________________________________________
4446 [ 12150] By: ams                                   on 2001/09/23  06:36:26
4447         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
4448              Dumpvalue.pm
4449              From: "chromatic" <chromatic@rmci.net>
4450              Date: Sat, 22 Sep 2001 19:41:31 -0600
4451              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
4452      Branch: perl
4453            + lib/Dumpvalue.t
4454            ! MANIFEST lib/Dumpvalue.pm
4455 ____________________________________________________________________________
4456 [ 12149] By: ams                                   on 2001/09/23  06:25:35
4457         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
4458              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4459              Date: Sun, 23 Sep 2001 15:27:56 +0900
4460              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
4461      Branch: perl
4462            ! ext/Encode/Encode/2022-cn.enc
4463 ____________________________________________________________________________
4464 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
4465         Log: Manual eror in #12147.
4466      Branch: perl
4467            ! win32/win32.c
4468 ____________________________________________________________________________
4469 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
4470         Log: Integrate change #12146 from maintperl;
4471              win32_chdir() et al don't handle a NULL argument gracefully
4472      Branch: perl
4473           !> win32/perlhost.h win32/win32.c
4474 ____________________________________________________________________________
4475 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
4476         Log: win32_chdir() et al don't handle a NULL argument gracefully
4477      Branch: maint-5.6/perl
4478            ! win32/perlhost.h win32/win32.c
4479 ____________________________________________________________________________
4480 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
4481         Log: typo in change#12026
4482      Branch: maint-5.6/perl
4483            ! op.c
4484 ____________________________________________________________________________
4485 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
4486         Log: Subject: [PATCH] Re: scalar context unpack bugs
4487              From: Nicholas Clark <nick@ccl4.org>
4488              Date: Sat, 22 Sep 2001 23:07:56 +0100
4489              Message-ID: <20010922230755.O4971@plum.flirble.org>
4490      Branch: perl
4491            ! pp_pack.c t/op/pack.t
4492 ____________________________________________________________________________
4493 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
4494         Log: Try ExtUtils::Command.t everywhere, not just on Win32
4495              (as suggested by NI-S).  Also allow running it either
4496              in t/ or in the main directory.
4497      Branch: perl
4498            ! lib/ExtUtils/Command.t
4499 ____________________________________________________________________________
4500 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
4501         Log: Update the test on warnings/register.t.
4502      Branch: perl
4503            ! t/lib/1_compile.t
4504 ____________________________________________________________________________
4505 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
4506         Log: The code is now almost tidy enough to keep the IRIX cc happy.
4507      Branch: perl
4508            ! hints/irix_6.sh
4509 ____________________________________________________________________________
4510 [ 12140] By: ams                                   on 2001/09/22  17:26:32
4511         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
4512              use_ithreads
4513              From: "Craig A. Berry" <craigberry@mac.com>
4514              Date: Sat, 22 Sep 2001 13:15:32 -0500
4515              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
4516      Branch: perl
4517            ! configure.com
4518 ____________________________________________________________________________
4519 [ 12139] By: ams                                   on 2001/09/22  16:44:08
4520         Log: Do what perl_clone() does for sharedsv functions.
4521      Branch: perl
4522            ! embed.pl proto.h
4523 ____________________________________________________________________________
4524 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
4525         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
4526              (suggested by Sarathy, extensions shouldn't be dabbling with
4527              op structures, so binary backward compatibility should not be
4528              an issue.)
4529      Branch: perl
4530            ! hints/irix_6.sh op.h
4531 ____________________________________________________________________________
4532 [ 12137] By: ams                                   on 2001/09/22  16:21:05
4533         Log: More cleanups. (What's PERL_DECL_PROT?)
4534      Branch: perl
4535            ! embed.pl proto.h sharedsv.h
4536 ____________________________________________________________________________
4537 [ 12136] By: ams                                   on 2001/09/22  15:14:34
4538         Log: (Retracted by #12185)
4539              
4540              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
4541              Add Tests for warnings::register, Doc Update
4542              From: "chromatic" <chromatic@rmci.net>
4543              Date: Sat, 22 Sep 2001 09:43:20 -0600
4544              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
4545      Branch: perl
4546            + lib/warnings/register.t
4547            ! MANIFEST lib/warnings/register.pm
4548 ____________________________________________________________________________
4549 [ 12135] By: ams                                   on 2001/09/22  15:07:50
4550         Log: `@foo' should be @foo for consistency.
4551      Branch: perl
4552            ! pod/perldiag.pod
4553 ____________________________________________________________________________
4554 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
4555         Log: (Retracted by #12138)
4556              
4557              Add -woff (turn warning off) 3187:
4558              "A pointer is converted to a smaller integer."
4559              This happens when your pointers are 64-bit: then every case
4560              of converting pointers to PADOFFSETs (explicitly 32-bit)
4561              faces truncation (even explicit use of INT2PTR doesn't help).
4562              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
4563              Changing PADOFFSET from U32 to UV would help, but that
4564              would break binary backward compatibility of BASEOP and padop
4565              (assuming you have been using 64-bit pointers).
4566      Branch: perl
4567            ! hints/irix_6.sh
4568 ____________________________________________________________________________
4569 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
4570         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
4571              but the name comes from the inside the file, not from the file
4572              name, and Rumanian is the name of the language.
4573      Branch: perl
4574            + ext/Encode/Encode/macRumanian.enc
4575            - ext/Encode/Encode/macRomania.enc
4576            ! MANIFEST
4577 ____________________________________________________________________________
4578 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
4579         Log: Rename perltootc as perltooc for 8.3-friedliness.
4580      Branch: perl
4581            + pod/perltooc.pod
4582            - pod/perltootc.pod
4583            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
4584            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
4585            ! pod/perltoot.pod
4586 ____________________________________________________________________________
4587 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
4588         Log: Find more conflicts by lowercasing.
4589      Branch: perl
4590            + Porting/check83.pl
4591            - check83.pl
4592            ! MANIFEST
4593 ____________________________________________________________________________
4594 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
4595         Log: The AIX cc 5.0.0.0 is simply too buggy.
4596      Branch: perl
4597            ! hints/aix.sh
4598 ____________________________________________________________________________
4599 [ 12129] By: ams                                   on 2001/09/22  12:35:38
4600         Log: Uninteresting cleanup.
4601      Branch: perl
4602            ! form.h
4603 ____________________________________________________________________________
4604 [ 12128] By: ams                                   on 2001/09/22  12:28:48
4605         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
4606              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4607              Date: Sat, 22 Sep 2001 14:29:13 +0100
4608              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
4609      Branch: perl
4610            ! cv.h
4611 ____________________________________________________________________________
4612 [ 12127] By: ams                                   on 2001/09/22  12:04:28
4613         Log: What's a backet?
4614      Branch: perl
4615            ! dump.c
4616 ____________________________________________________________________________
4617 [ 12126] By: ams                                   on 2001/09/22  10:02:34
4618         Log: Removed duplicated tests #19 and #20.
4619      Branch: perl
4620            ! t/op/do.t
4621 ____________________________________________________________________________
4622 [ 12125] By: ams                                   on 2001/09/22  03:58:41
4623         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
4624              From: Michael Carman <mjcarman@home.com>
4625              Date: Fri, 21 Sep 2001 17:54:05 -0500
4626              Message-Id: <3BABC50D.6040202@home.com>
4627              (Applied with some changes.)
4628      Branch: perl
4629            ! pod/perlmod.pod
4630 ____________________________________________________________________________
4631 [ 12124] By: ams                                   on 2001/09/22  03:44:19
4632         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
4633              From: Michael G Schwern <schwern@pobox.com>
4634              Date: Fri, 21 Sep 2001 19:20:40 -0400
4635              Message-Id: <20010921192040.E5494@blackrider>
4636      Branch: perl
4637            ! t/op/chdir.t
4638 ____________________________________________________________________________
4639 [ 12123] By: ams                                   on 2001/09/22  03:41:08
4640         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
4641              From: Blair Zajac <blair@orcaware.com>
4642              Date: Fri, 21 Sep 2001 15:13:04 -0700
4643              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
4644      Branch: perl
4645            ! t/op/chdir.t
4646 ____________________________________________________________________________
4647 [ 12122] By: ams                                   on 2001/09/22  03:37:07
4648         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
4649              20010920.007
4650              From: Michael G Schwern <schwern@pobox.com>
4651              Date: Fri, 21 Sep 2001 17:59:03 -0400
4652              Message-Id: <20010921175903.V5494@blackrider>
4653      Branch: perl
4654            ! t/op/do.t
4655 ____________________________________________________________________________
4656 [ 12121] By: ams                                   on 2001/09/22  03:30:38
4657         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
4658              suite on WinCE)
4659              From: Michael G Schwern <schwern@pobox.com>
4660              Date: Fri, 21 Sep 2001 19:41:03 -0400
4661              Message-Id: <20010921194103.G5494@blackrider>
4662      Branch: perl
4663            ! pod/perlport.pod
4664 ____________________________________________________________________________
4665 [ 12120] By: ams                                   on 2001/09/22  03:28:06
4666         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
4667              From: Michael G Schwern <schwern@pobox.com>
4668              Date: Fri, 21 Sep 2001 17:33:35 -0400
4669              Message-Id: <20010921173335.T5494@blackrider>
4670              ($ENV{FOO}=undef hunk not applied.)
4671      Branch: perl
4672            ! t/op/magic.t
4673 ____________________________________________________________________________
4674 [ 12119] By: ams                                   on 2001/09/22  03:02:26
4675         Log: Subject: [PATCH] perldiag.pod
4676              From: Peter Scott <Peter@PSDT.com>
4677              Date: Fri, 21 Sep 2001 18:54:50 -0700
4678              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
4679              (Moved to the right place.)
4680      Branch: perl
4681            ! pod/perldiag.pod
4682 ____________________________________________________________________________
4683 [ 12118] By: ams                                   on 2001/09/21  20:05:29
4684         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
4685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4686              Date: Fri, 21 Sep 2001 22:36:54 +0200
4687              Message-Id: <20010921223654.A12742@rafael>
4688      Branch: perl
4689            ! t/op/do.t
4690 ____________________________________________________________________________
4691 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
4692         Log: Restore things as they were before
4693              the backward compatibility police notices.
4694      Branch: perl
4695            ! lib/Cwd.pm
4696 ____________________________________________________________________________
4697 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
4698         Log: More Cwd from Schwern: make also OS/2 and DOS
4699              Cwd agree with File::Spec (that is, native path
4700              syntax using \ instead of / -- backward compatibility
4701              polic warning) and stop Win32 from using bsd_realpath().
4702      Branch: perl
4703            ! lib/Cwd.pm
4704 ____________________________________________________________________________
4705 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
4706         Log: Subject: [PATCH @12110] RE: Untested libraries update
4707              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4708              Date: Fri, 21 Sep 2001 18:21:07 +0100
4709              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
4710      Branch: perl
4711            ! lib/warnings/register.pm
4712 ____________________________________________________________________________
4713 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
4714         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
4715              From: Michael G Schwern <schwern@pobox.com>
4716              Date: Thu, 20 Sep 2001 22:54:02 -0400
4717              Message-ID: <20010920225402.A3611@blackrider>
4718      Branch: perl
4719            ! lib/Cwd.pm
4720 ____________________________________________________________________________
4721 [ 12113] By: ams                                   on 2001/09/21  17:08:24
4722         Log: Subject: [PATCH] avoid v-strings with require/use
4723              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4724              Date: Fri, 21 Sep 2001 12:34:40 -0400
4725              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
4726      Branch: perl
4727            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
4728            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
4729            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
4730            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4731            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
4732            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
4733            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
4734            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4735            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
4736            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
4737            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
4738            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
4739            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
4740            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
4741            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
4742            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
4743            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
4744            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
4745            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
4746 ____________________________________________________________________________
4747 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
4748         Log: Update Changes.
4749      Branch: perl
4750            ! Changes patchlevel.h
4751 ____________________________________________________________________________
4752 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
4753         Log: Make AIX and Tru64 compilers happy.  
4754      Branch: perl
4755            ! ext/threads/threads.h ext/threads/threads.xs
4756 ____________________________________________________________________________
4757 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
4758         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
4759              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4760              Date: 21 Sep 2001 09:16:37 -0000
4761              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
4762      Branch: perl
4763            ! toke.c
4764 ____________________________________________________________________________
4765 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
4766         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
4767              From: Michael G Schwern <schwern@pobox.com>
4768              Date: Thu, 20 Sep 2001 21:21:34 -0400
4769              Message-ID: <20010920212134.Y28291@blackrider>
4770      Branch: perl
4771            ! pp_sys.c
4772 ____________________________________________________________________________
4773 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
4774         Log: Subject: Re: GDB Debugging Macros from mod_perl
4775              From: rspier@pobox.com (Robert Spier)
4776              Date: Thu, 20 Sep 2001 22:45:03 -0700
4777              Message-ID: <15274.54239.413929.49430@rls.cx>
4778      Branch: perl
4779            ! pod/perltodo.pod
4780 ____________________________________________________________________________
4781 [ 12105] By: sky                                   on 2001/09/21  10:33:34
4782         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
4783              timezone! GetSystemTime should be available on all Win32 
4784              platforms we support. Perhaps Time::HiRes should be extended to
4785              support WinCE and Novell?
4786      Branch: perl
4787            ! ext/Time/HiRes/HiRes.xs
4788 ____________________________________________________________________________
4789 [ 12104] By: sky                                   on 2001/09/21  08:12:39
4790         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
4791      Branch: perl
4792            ! ext/threads/threads.h ext/threads/threads.xs
4793 ____________________________________________________________________________
4794 [ 12103] By: sky                                   on 2001/09/21  07:57:41
4795         Log: Rename the *thread* functions to Perl_* to avoid clashes.
4796              Notably on AIX but could become a problem on other platforms.
4797      Branch: perl
4798            ! ext/threads/threads.h ext/threads/threads.xs
4799 ____________________________________________________________________________
4800 [ 12102] By: sky                                   on 2001/09/21  07:35:30
4801         Log: Add the shared sv space to the global vars.
4802              Fix problems compiling on win32.
4803      Branch: perl
4804            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
4805            ! sharedsv.c sharedsv.h
4806 ____________________________________________________________________________
4807 [ 12101] By: ams                                   on 2001/09/21  00:19:55
4808         Log: Subject: [PATCH] win32/Makefile warning fix
4809              From: Blair Zajac <blair@orcaware.com>
4810              Date: Thu, 20 Sep 2001 18:15:43 -0700
4811              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
4812      Branch: perl
4813            ! win32/Makefile
4814 ____________________________________________________________________________
4815 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
4816         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
4817              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4818              Date: Thu, 20 Sep 2001 18:36:22 +0200
4819              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
4820      Branch: perl
4821            ! lib/ExtUtils/Command.t
4822 ____________________________________________________________________________
4823 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
4824         Log: Cant spl wirth a dam.
4825      Branch: perl
4826            ! intrpvar.h
4827 ____________________________________________________________________________
4828 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
4829         Log: Don't use C++ comments.
4830      Branch: perl
4831            ! ext/threads/threads.xs
4832 ____________________________________________________________________________
4833 [ 12097] By: ams                                   on 2001/09/20  21:42:07
4834         Log: Change #12044 didn't.
4835      Branch: perl
4836            ! lib/constant.pm
4837 ____________________________________________________________________________
4838 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
4839         Log: Metaconfig unit changes for #12095.
4840      Branch: metaconfig
4841            ! U/modified/Myinit.U U/modified/libs.U
4842 ____________________________________________________________________________
4843 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
4844         Log: Remove iconv references since we are not using it
4845              and not going to; regen perltoc, perlmodlib.
4846              (Some references still linger in perltoc, have to figure
4847              out where they are coming from.)
4848      Branch: perl
4849            ! Configure NetWare/config.wc NetWare/config_H.wc
4850            ! Porting/Glossary Porting/config.sh Porting/config_H
4851            ! config_h.SH configure.com epoc/config.sh perl.h
4852            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
4853            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4854            ! vos/config.ga.h win32/config.bc win32/config.gc
4855            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4856            ! win32/config_H.vc wince/config.ce wince/config.h
4857            ! wince/config_H.ce
4858 ____________________________________________________________________________
4859 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
4860         Log: Subject: [PATCH docs] Re: ARGV and read
4861              From: Dave Mitchell <davem@fdgroup.co.uk>
4862              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
4863              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
4864      Branch: perl
4865            ! pod/perltodo.pod pod/perlvar.pod
4866 ____________________________________________________________________________
4867 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
4868         Log: Fresh copies from the cvs.perl.org perlfaq repository.
4869      Branch: perl
4870            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4871            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4872            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4873            ! pod/perlfaq9.pod
4874 ____________________________________________________________________________
4875 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
4876         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
4877              From: Nicholas Clark <nick@ccl4.org>
4878              Date: Thu, 20 Sep 2001 14:27:08 +0100
4879              Message-ID: <20010920142708.X4971@plum.flirble.org>
4880      Branch: perl
4881            ! pp_pack.c t/op/pack.t
4882 ____________________________________________________________________________
4883 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
4884         Log: The sharedsv_space* are variables, not code.  Duh.
4885      Branch: perl
4886            ! intrpvar.h makedef.pl
4887 ____________________________________________________________________________
4888 [ 12090] By: ams                                   on 2001/09/20  11:26:06
4889         Log: Subject: [patch lib/lib_pm.PL]
4890              From: Stas Bekman <stas@stason.org>
4891              Date: Thu, 20 Sep 2001 18:48:53 +0800
4892              Message-Id: <3BA9C995.6010302@stason.org>
4893              (Applied by hand.)
4894      Branch: perl
4895            ! lib/lib_pm.PL
4896 ____________________________________________________________________________
4897 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
4898         Log: Only 21 tests, skipping or not.
4899      Branch: perl
4900            ! lib/ExtUtils/Command.t
4901 ____________________________________________________________________________
4902 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
4903         Log: New exported symbols.
4904      Branch: perl
4905            ! makedef.pl
4906 ____________________________________________________________________________
4907 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
4908         Log: Update Changes.
4909      Branch: perl
4910            ! Changes patchlevel.h
4911 ____________________________________________________________________________
4912 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
4913         Log: Correct numbering of the tests is useful.
4914      Branch: perl
4915            ! ext/threads/t/basic.t
4916 ____________________________________________________________________________
4917 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
4918         Log: More tests now too.
4919      Branch: perl
4920            ! lib/ExtUtils/Command.t
4921 ____________________________________________________________________________
4922 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
4923         Log: More tests now.
4924      Branch: perl
4925            ! ext/threads/t/basic.t
4926 ____________________________________________________________________________
4927 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
4928         Log: The test assumed 7-bit ASCII.  Now it "just"
4929              assumes 8-bit whatever.
4930      Branch: perl
4931            ! t/op/crypt.t
4932 ____________________________________________________________________________
4933 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
4934         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
4935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4936              Date: Wed, 19 Sep 2001 11:45:28 +0200
4937              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
4938              
4939              Lvalue casts are not portable.
4940      Branch: perl
4941            ! ext/threads/threads.xs
4942 ____________________________________________________________________________
4943 [ 12081] By: sky                                   on 2001/09/19  10:17:52
4944         Log: Make the basic test contain only realy basic API tests
4945              Seems to be a problem with detach.
4946      Branch: perl
4947            ! ext/threads/t/basic.t
4948 ____________________________________________________________________________
4949 [ 12080] By: ams                                   on 2001/09/19  01:23:55
4950         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
4951              From: Michael G Schwern <schwern@pobox.com>
4952              Date: Tue, 18 Sep 2001 19:53:48 -0400
4953              Message-Id: <20010918195348.M585@blackrider>
4954              
4955              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
4956              From: Michael G Schwern <schwern@pobox.com>
4957              Date: Tue, 18 Sep 2001 22:07:13 -0400
4958              Message-Id: <20010918220713.B19616@blackrider>
4959      Branch: perl
4960            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
4961            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4962            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
4963            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
4964            ! lib/Test/Tutorial.pod
4965 ____________________________________________________________________________
4966 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
4967         Log: Indent the test a bit.
4968      Branch: perl
4969            ! ext/threads/t/basic.t
4970 ____________________________________________________________________________
4971 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
4972         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
4973              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4974              Date: Tue, 18 Sep 2001 18:06:44 +0200
4975              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
4976      Branch: perl
4977            ! win32/win32.c
4978 ____________________________________________________________________________
4979 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
4980         Log: Subject: stat access time is wrong on Win95
4981              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4982              Date: Tue, 18 Sep 2001 21:59:24 +0200
4983              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
4984      Branch: perl
4985            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
4986 ____________________________________________________________________________
4987 [ 12076] By: ams                                   on 2001/09/18  22:11:25
4988         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
4989              From: Michael G Schwern <schwern@pobox.com>
4990              Date: Tue, 18 Sep 2001 18:47:14 -0400
4991              Message-Id: <20010918184714.I585@blackrider>
4992      Branch: perl
4993            ! t/op/crypt.t
4994 ____________________________________________________________________________
4995 [ 12075] By: sky                                   on 2001/09/18  19:29:37
4996         Log: two test failures
4997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4998              Message-ID: <20010918221702.A17408@rafael>
4999              partly applied, #12074 already fixed half the patch
5000      Branch: perl
5001            ! ext/threads/t/basic.t
5002 ____________________________________________________________________________
5003 [ 12074] By: sky                                   on 2001/09/18  18:49:03
5004         Log: Fixes test case failure introduced by #12071, the warning is
5005              now correctly spelled :-)
5006      Branch: perl
5007            ! ext/IO/lib/IO/t/io_sel.t
5008 ____________________________________________________________________________
5009 [ 12073] By: sky                                   on 2001/09/18  18:46:22
5010         Log: Make the test behave properly!
5011      Branch: perl
5012            ! ext/threads/t/basic.t
5013 ____________________________________________________________________________
5014 [ 12072] By: ams                                   on 2001/09/18  18:44:59
5015         Log: OP_RCATLINE is an SVOP, not a BASEOP.
5016      Branch: perl
5017            ! opcode.h opcode.pl
5018 ____________________________________________________________________________
5019 [ 12071] By: ams                                   on 2001/09/18  18:06:27
5020         Log: Deprecate != Depreciate.
5021      Branch: perl
5022            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
5023            ! lib/Pod/ParseUtils.pm
5024 ____________________________________________________________________________
5025 [ 12070] By: ams                                   on 2001/09/18  15:14:58
5026         Log: Subject: [PATCH] Getopt::Std cleanup
5027              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5028              Date: Tue, 18 Sep 2001 17:32:13 +0200
5029              Message-Id: <20010918173213.C777@rafael>
5030      Branch: perl
5031            ! lib/Getopt/Std.pm lib/Getopt/Std.t
5032 ____________________________________________________________________________
5033 [ 12069] By: sky                                   on 2001/09/18  14:56:33
5034         Log: Forgot the makefile
5035      Branch: perl
5036            + ext/threads/Makefile.PL
5037 ____________________________________________________________________________
5038 [ 12068] By: sky                                   on 2001/09/18  14:13:26
5039         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
5040              The test will fail because of Test.pm not knowing about threads. 
5041              basic needs to be manually tested
5042              compile time warnings on IV2PTR conversions need to be fixed
5043      Branch: perl
5044            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
5045            + ext/threads/threads.h ext/threads/threads.pm
5046            + ext/threads/threads.xs
5047            ! MANIFEST
5048 ____________________________________________________________________________
5049 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
5050         Log: DJGPP tweak from Laszlo Molnar.
5051      Branch: perl
5052            ! djgpp/config.over
5053 ____________________________________________________________________________
5054 [ 12066] By: sky                                   on 2001/09/18  10:24:31
5055         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
5056      Branch: perl
5057            ! sharedsv.c sharedsv.h
5058 ____________________________________________________________________________
5059 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
5060         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
5061              ditto ^cns.
5062      Branch: perl
5063            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
5064            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
5065            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
5066            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
5067            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
5068            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
5069            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
5070            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
5071            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
5072            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
5073            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
5074            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
5075            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
5076            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
5077            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
5078            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
5079            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
5080            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
5081            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
5082            + ext/Encode/Encode/ir-197.enc
5083            - ext/Encode/Encode/cns11643-1.enc
5084            - ext/Encode/Encode/cns11643-2.enc
5085            - ext/Encode/Encode/iso2022-cn.enc
5086            - ext/Encode/Encode/iso2022-jp.enc
5087            - ext/Encode/Encode/iso2022-jp1.enc
5088            - ext/Encode/Encode/iso2022-jp2.enc
5089            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
5090            - ext/Encode/Encode/iso8859-1.enc
5091            - ext/Encode/Encode/iso8859-1.ucm
5092            - ext/Encode/Encode/iso8859-10.enc
5093            - ext/Encode/Encode/iso8859-10.ucm
5094            - ext/Encode/Encode/iso8859-11.enc
5095            - ext/Encode/Encode/iso8859-11.ucm
5096            - ext/Encode/Encode/iso8859-13.enc
5097            - ext/Encode/Encode/iso8859-13.ucm
5098            - ext/Encode/Encode/iso8859-14.enc
5099            - ext/Encode/Encode/iso8859-14.ucm
5100            - ext/Encode/Encode/iso8859-15.enc
5101            - ext/Encode/Encode/iso8859-15.ucm
5102            - ext/Encode/Encode/iso8859-16.enc
5103            - ext/Encode/Encode/iso8859-16.ucm
5104            - ext/Encode/Encode/iso8859-2.enc
5105            - ext/Encode/Encode/iso8859-2.ucm
5106            - ext/Encode/Encode/iso8859-3.enc
5107            - ext/Encode/Encode/iso8859-3.ucm
5108            - ext/Encode/Encode/iso8859-4.enc
5109            - ext/Encode/Encode/iso8859-4.ucm
5110            - ext/Encode/Encode/iso8859-5.enc
5111            - ext/Encode/Encode/iso8859-5.ucm
5112            - ext/Encode/Encode/iso8859-6.enc
5113            - ext/Encode/Encode/iso8859-6.ucm
5114            - ext/Encode/Encode/iso8859-7.enc
5115            - ext/Encode/Encode/iso8859-7.ucm
5116            - ext/Encode/Encode/iso8859-8.enc
5117            - ext/Encode/Encode/iso8859-8.ucm
5118            - ext/Encode/Encode/iso8859-9.enc
5119            - ext/Encode/Encode/iso8859-9.ucm
5120            - ext/Encode/Encode/isoir-197.enc
5121            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
5122 ____________________________________________________________________________
5123 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
5124         Log: Must Uppercase.
5125      Branch: perl
5126            ! ext/Encode/Encode.pm
5127 ____________________________________________________________________________
5128 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
5129         Log: Add various encodings.
5130      Branch: perl
5131            + ext/Encode/Encode/iso8859-11.enc
5132            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
5133            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
5134            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
5135            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
5136            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
5137            + ext/Encode/Encode/viscii.ucm
5138            ! MANIFEST ext/Encode/Encode.pm
5139 ____________________________________________________________________________
5140 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
5141         Log: lib/unicode relic.
5142      Branch: perl
5143            ! ext/Encode/compile
5144 ____________________________________________________________________________
5145 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
5146         Log: Subject: [PATCH] Re: filename problems
5147              From: Michael G Schwern <schwern@pobox.com>
5148              Date: Mon, 17 Sep 2001 17:26:26 -0400
5149              Message-ID: <20010917172626.Q585@blackrider>
5150      Branch: perl
5151            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
5152            - t/lib/sample-tests/header_at_end
5153            - t/lib/sample-tests/header_at_end_fail
5154            ! MANIFEST lib/Test/Harness/t/test-harness.t
5155 ____________________________________________________________________________
5156 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
5157         Log: Explicitly explain the 1e9 seconds, not everybody
5158              is a C geek.
5159      Branch: perl
5160            ! ext/Time/HiRes/HiRes.pm
5161 ____________________________________________________________________________
5162 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
5163         Log: Explain an apparent bug reported by
5164              Richard J. Barbalace <rjbarbal@MIT.EDU>,
5165              with additional explanation from Gisle Aas.
5166      Branch: perl
5167            ! ext/Time/HiRes/HiRes.pm
5168 ____________________________________________________________________________
5169 [ 12058] By: ams                                   on 2001/09/17  19:52:01
5170         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
5171              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5172              Date: Mon, 17 Sep 2001 22:48:05 +0200
5173              Message-Id: <20010917224805.C11744@rafael>
5174      Branch: perl
5175            ! t/lib/warnings/op t/lib/warnings/pp
5176 ____________________________________________________________________________
5177 [ 12057] By: ams                                   on 2001/09/17  16:51:18
5178         Log: Its a nit!
5179      Branch: perl
5180            ! sv.h
5181 ____________________________________________________________________________
5182 [ 12056] By: ams                                   on 2001/09/17  16:47:55
5183         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
5184              From: "Craig A. Berry" <craigberry@mac.com>
5185              Date: Mon, 17 Sep 2001 12:34:20 -0500
5186              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
5187      Branch: perl
5188            ! vms/vms.c
5189 ____________________________________________________________________________
5190 [ 12055] By: ams                                   on 2001/09/17  16:05:15
5191         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
5192              From: Gisle Aas <gisle@ActiveState.com>
5193              Date: 16 Apr 2001 16:20:34 -0700
5194              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
5195              (Applied by hand.)
5196      Branch: perl
5197            ! lib/CPAN.pm lib/CPAN/Nox.pm
5198 ____________________________________________________________________________
5199 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
5200         Log: Update Changes.
5201      Branch: perl
5202            ! Changes patchlevel.h
5203 ____________________________________________________________________________
5204 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
5205         Log: Adding new files to the MANIFEST is always nice.
5206      Branch: perl
5207            ! MANIFEST
5208 ____________________________________________________________________________
5209 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
5210         Log: Reindent the PerlIO files (suggested by NI-S), used
5211              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
5212              (GNU indent).  Note that wholesale re-indenting might
5213              be nice, but that would break nice formatting/alignment
5214              of assignments, equality testing, and complex boolean
5215              expressions with lots of &s and |s.
5216      Branch: perl
5217            ! perlio.c perlio.h perliol.h
5218 ____________________________________________________________________________
5219 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
5220         Log: Add a script for being 8.3-polite.
5221              The found conflicts are being worked on.
5222      Branch: perl
5223            + check83.pl
5224            ! MANIFEST Porting/pumpkin.pod
5225 ____________________________________________________________________________
5226 [ 12050] By: sky                                   on 2001/09/17  12:44:36
5227         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
5228              finding it.
5229      Branch: perl
5230            ! sv.c
5231 ____________________________________________________________________________
5232 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
5233         Log: Bump up versions because of #12041.
5234      Branch: perl
5235            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
5236            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
5237            ! lib/Time/localtime.pm
5238 ____________________________________________________________________________
5239 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
5240         Log: Bump the version number because of #12042.
5241      Branch: perl
5242            ! lib/CPAN/FirstTime.pm
5243 ____________________________________________________________________________
5244 [ 12047] By: ams                                   on 2001/09/17  11:21:40
5245         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
5246              From: Abhijit Menon-Sen <ams@wiw.org>
5247              Date: Mon, 17 Sep 2001 17:44:12 +0530
5248              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
5249      Branch: perl
5250            ! op.c
5251 ____________________________________________________________________________
5252 [ 12046] By: sky                                   on 2001/09/17  07:14:17
5253         Log: Subject: Re: t/op/ver.t using skip() improperly
5254              From: "chromatic" <chromatic@rmci.net>
5255              Date: Mon, 17 Sep 2001 00:22:29 -0600
5256              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
5257      Branch: perl
5258            ! t/op/ver.t
5259 ____________________________________________________________________________
5260 [ 12045] By: nick                                  on 2001/09/17  07:12:14
5261         Log: Integrate mainline
5262      Branch: perlio
5263           +> t/op/chdir.t
5264           !> (integrate 117 files)
5265 ____________________________________________________________________________
5266 [ 12044] By: ams                                   on 2001/09/17  05:49:53
5267         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
5268              From: Ilmari Karonen <iltzu@sci.fi>
5269              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
5270              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
5271              (And $VERSION = '1.05'.)
5272      Branch: perl
5273            ! lib/constant.pm
5274 ____________________________________________________________________________
5275 [ 12043] By: ams                                   on 2001/09/17  05:44:50
5276         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
5277              From: Michael G Schwern <schwern@pobox.com>
5278              Date: Mon, 17 Sep 2001 07:49:04 +0200
5279              Message-Id: <20010917074904.V1588@blackrider>
5280              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
5281      Branch: perl
5282            + t/op/chdir.t
5283            ! MANIFEST pp_sys.c
5284 ____________________________________________________________________________
5285 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
5286         Log: Subject: Re: CPAN.pm needs some hacking 
5287              From: "chromatic" <chromatic@rmci.net>
5288              Date: Sun, 16 Sep 2001 16:46:29 -0600
5289              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
5290      Branch: perl
5291            ! lib/CPAN/FirstTime.pm
5292 ____________________________________________________________________________
5293 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
5294         Log: Change use|require 5.005_64 to use|require 5.6.1.
5295      Branch: perl
5296            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
5297            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5298            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5299            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
5300            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
5301            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5302            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
5303            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
5304            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
5305            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
5306            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5307            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5308            ! lib/base.pm lib/fields.pm
5309 ____________________________________________________________________________
5310 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
5311         Log: Bump up version numbers.
5312              
5313              TODO 1: double check that pre-5.6.1 CPAN.pm:s
5314              don't try to download 5.8.0 because of the
5315              version numbers.  Mainly this means using _00
5316              in the core version numbers.
5317              
5318              TODO 2: the "use 5.005_64" in many modules
5319              needs to be changed to, say, "use 5.6.1".
5320      Branch: perl
5321            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
5322            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
5323            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
5324            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
5325            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
5326            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
5327            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5328            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
5329            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
5330            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
5331            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
5332 ____________________________________________________________________________
5333 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
5334         Log: Use UCHARAT() as suggested by Inaba Hiroto.
5335      Branch: perl
5336            ! regexec.c
5337 ____________________________________________________________________________
5338 [ 12038] By: ams                                   on 2001/09/16  15:16:24
5339         Log: Subject: [PATCH] Re: Core module version numbers review
5340              From: Peter Scott <Peter@PSDT.com>
5341              Date: Sun, 16 Sep 2001 09:09:58 -0700
5342              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
5343      Branch: perl
5344            ! lib/perl5db.pl
5345 ____________________________________________________________________________
5346 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
5347         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
5348              not yet fully implemented.
5349      Branch: perl
5350            ! pod/perlfunc.pod pod/perlunicode.pod
5351 ____________________________________________________________________________
5352 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
5353         Log: Subject: [patch] plug PL_beginav_save leak
5354              From: Doug MacEachern <dougm@covalent.net>
5355              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
5356              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
5357      Branch: perl
5358            ! perl.c
5359 ____________________________________________________________________________
5360 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
5361         Log: (accidentally empty checkin)
5362      Branch: perl
5363            ! sv.c
5364 ____________________________________________________________________________
5365 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
5366         Log: Subject: [patch] ithreads+PL_beginav_save
5367              From: Doug MacEachern <dougm@covalent.net>
5368              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
5369              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
5370      Branch: perl
5371            ! sv.c
5372 ____________________________________________________________________________
5373 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
5374         Log: Subject: [PATCH] h2xs.PL with C::Scan
5375              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5376              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
5377              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
5378      Branch: perl
5379            ! utils/h2xs.PL
5380 ____________________________________________________________________________
5381 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
5382         Log: Elaborate (well, make more vague, really) #12030.
5383      Branch: perl
5384            ! pod/perltodo.pod pod/perlunicode.pod
5385 ____________________________________________________________________________
5386 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
5387         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
5388              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5389              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
5390              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
5391      Branch: perl
5392            ! regexec.c
5393 ____________________________________________________________________________
5394 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
5395         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
5396              are not yet complete.
5397      Branch: perl
5398            ! pod/perltodo.pod pod/perlunicode.pod
5399 ____________________________________________________________________________
5400 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
5401         Log: Document what's still to be done on the regular expression
5402              Unicode support, based on the UTR#18.
5403      Branch: perl
5404            ! pod/perltodo.pod pod/perlunicode.pod
5405 ____________________________________________________________________________
5406 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
5407         Log: Regen headers.
5408      Branch: perl
5409            ! embedvar.h perlapi.h
5410 ____________________________________________________________________________
5411 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
5412         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
5413              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5414              Date: Sun, 09 Sep 2001 18:41:54 +0100
5415              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
5416      Branch: perl
5417            ! Porting/findvars ext/ByteLoader/bytecode.h
5418            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
5419            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
5420 ____________________________________________________________________________
5421 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
5422         Log: enable most warnings for windows build; fix the various typecasting
5423              nits that showed up (no bugfixes here)
5424      Branch: maint-5.6/perl
5425            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
5426            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
5427            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
5428            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
5429            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
5430            ! x2p/walk.c
5431 ____________________________________________________________________________
5432 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
5433         Log: Integrate change #12024 from maintperl
5434              (a local() precedence bug)
5435      Branch: perl
5436           !> lib/ExtUtils/Install.pm
5437 ____________________________________________________________________________
5438 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
5439         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
5440              change#8642
5441      Branch: maint-5.6/perl
5442            ! lib/ExtUtils/Install.pm
5443 ____________________________________________________________________________
5444 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
5445         Log: Update Changes.
5446      Branch: perl
5447            ! Changes patchlevel.h
5448 ____________________________________________________________________________
5449 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
5450         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
5451              From: "chromatic" <chromatic@rmci.net>
5452              Date: Fri, 14 Sep 2001 09:44:57 -0600 
5453              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
5454      Branch: perl
5455            ! lib/ExtUtils/Manifest.t
5456 ____________________________________________________________________________
5457 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
5458         Log: Hopefully better skipping of the Complete.t tests
5459              in case of not a tty. 
5460      Branch: perl
5461            ! lib/Term/Complete.t t/op/stat.t
5462 ____________________________________________________________________________
5463 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
5464         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
5465              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5466              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
5467              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
5468      Branch: perl
5469            ! regexec.c t/op/pat.t
5470 ____________________________________________________________________________
5471 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
5472         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
5473              From: Robin Barker <rmb1@cise.npl.co.uk>
5474              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
5475              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
5476      Branch: perl
5477            ! pod/perlport.pod
5478 ____________________________________________________________________________
5479 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
5480         Log: NetWare tweaks from Ananth Kesari.
5481      Branch: perl
5482            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
5483            ! NetWare/nwutil.h
5484 ____________________________________________________________________________
5485 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
5486         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
5487              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5488              Date: Fri, 14 Sep 2001 10:51:13 +0200
5489              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
5490      Branch: perl
5491            ! pod/perlport.pod
5492 ____________________________________________________________________________
5493 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
5494         Log: Subject: Re: [PATCH 2 pl2pm.PL]
5495              From: Joe Smith <Joe.Smith@inwap.com>
5496              Date: Fri, 14 Sep 2001 00:13:32 -0700
5497              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
5498              
5499              Eradicate qu.
5500      Branch: perl
5501            ! keywords.h keywords.pl utils/pl2pm.PL
5502 ____________________________________________________________________________
5503 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
5504         Log: Retract #12013, didn't go over too well in Tru64.
5505      Branch: perl
5506            ! embed.h embed.pl sv.h
5507 ____________________________________________________________________________
5508 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
5509         Log: Subject: [PATCH] Execute files of debugger commands
5510              From: Peter Scott <Peter@PSDT.com>
5511              Date: Thu, 13 Sep 2001 15:26:31 -0700
5512              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
5513      Branch: perl
5514            ! lib/perl5db.pl pod/perldebug.pod
5515 ____________________________________________________________________________
5516 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
5517         Log: (Retracted by #12015)
5518              Subject: [proposed PATCH] Re: perl@11920
5519              From: Nicholas Clark <nick@ccl4.org>
5520              Date: Wed, 12 Sep 2001 23:46:09 +0100
5521              Message-ID: <20010912234609.H4971@plum.flirble.org>     
5522      Branch: perl
5523            ! embed.h embed.pl sv.h
5524 ____________________________________________________________________________
5525 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
5526         Log: ucblib shouldn't be linked against in nonstop-ux,
5527              from Tom Bates.
5528      Branch: perl
5529            ! hints/nonstopux.sh
5530 ____________________________________________________________________________
5531 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
5532         Log: Do stty only if we have stty.
5533              
5534              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
5535      Branch: perl
5536            ! lib/Term/Complete.pm
5537 ____________________________________________________________________________
5538 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
5539         Log: Skip the test if not running on a tty.
5540      Branch: perl
5541            ! lib/Term/Complete.t
5542 ____________________________________________________________________________
5543 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
5544         Log: Regen headers.
5545      Branch: perl
5546            ! embed.h opcode.h pod/perlapi.pod proto.h
5547 ____________________________________________________________________________
5548 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
5549         Log: Subject: [PATCH op.c] Re: perl@12003
5550              From: Robin Barker <rmb1@cise.npl.co.uk>
5551              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
5552              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
5553      Branch: perl
5554            ! op.c
5555 ____________________________________________________________________________
5556 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
5557         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
5558              From: Robin Barker <rmb1@cise.npl.co.uk>
5559              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
5560              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
5561      Branch: perl
5562            ! sv.c
5563 ____________________________________________________________________________
5564 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
5565         Log: Upgrade to Memoize 0.66.
5566      Branch: perl
5567            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5568            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
5569            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
5570 ____________________________________________________________________________
5571 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
5572         Log: Subject: [ID 20010912.007] substr reference core dump
5573              From: me-01@ton.iguana.be
5574              Date: 12 Sep 2001 14:11:16 -0000
5575              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
5576      Branch: perl
5577            ! mg.c
5578 ____________________________________________________________________________
5579 [ 12004] By: ams                                   on 2001/09/12  01:13:49
5580         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
5581              From: Ilmari Karonen <iltzu@sci.fi>
5582              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
5583              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
5584      Branch: perl
5585            ! pod/perlfaq4.pod
5586 ____________________________________________________________________________
5587 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
5588         Log: Update Changes.
5589      Branch: perl
5590            ! Changes patchlevel.h
5591 ____________________________________________________________________________
5592 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
5593         Log: NetWare update from Ananth Kesari.
5594      Branch: perl
5595            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
5596            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
5597 ____________________________________________________________________________
5598 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
5599         Log: Retract #11984: div() being redefined, and 1397
5600              failing on 64-bit platforms.
5601      Branch: perl
5602            ! lib/Math/BigInt/Calc.pm
5603 ____________________________________________________________________________
5604 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
5605         Log: Metaconfig unit change for #11999.
5606      Branch: metaconfig
5607            ! U/protos/d_lseekproto.U
5608 ____________________________________________________________________________
5609 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
5610         Log: The lseek fix (#11991) was no fix.
5611      Branch: perl
5612            ! Configure
5613 ____________________________________________________________________________
5614 [ 11998] By: sky                                   on 2001/09/11  07:52:06
5615         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
5616              From: Matt Sergeant <MSergeant@star.net.uk>
5617              Date: Tue, 11 Sep 2001 09:22:32 +0100
5618              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
5619      Branch: perl
5620            ! ext/Encode/Encode.pm
5621 ____________________________________________________________________________
5622 [ 11997] By: sky                                   on 2001/09/11  06:35:29
5623         Log: Sometimes dTHX is added because it is needed on non 
5624              gnuc platforms, but not needed there. This uses GCC
5625              to silence GCC specific warnings by marking pTHX as 
5626              unused.
5627      Branch: perl
5628            ! perl.h
5629 ____________________________________________________________________________
5630 [ 11996] By: nick                                  on 2001/09/11  06:25:27
5631         Log: Integrate mainline
5632      Branch: perlio
5633            - ext/POSIX/sigaction.t lib/File/Find/taint.t
5634           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
5635 ____________________________________________________________________________
5636 [ 11995] By: nick                                  on 2001/09/11  06:23:39
5637         Log: Part Integrate mainline
5638      Branch: perlio
5639           +> (branch 69 files)
5640            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
5641            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
5642            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
5643            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
5644            - lib/Switch/t/switch_case.t lib/Test/Harness.t
5645            - lib/Test/More/Changes lib/Test/More/t/More.t
5646            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5647            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5648            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
5649            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
5650            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
5651            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
5652            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
5653            - t/lib/Test/More/Catch.pm wince/perl.ico
5654           !> (integrate 197 files)
5655 ____________________________________________________________________________
5656 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
5657         Log: Subject: Re: [PATCH] Encode.pm docs fix
5658              From: Gisle Aas <gisle@ActiveState.com>
5659              Date: 10 Sep 2001 11:27:02 -0700
5660              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
5661      Branch: perl
5662            ! ext/Encode/Encode.pm
5663 ____________________________________________________________________________
5664 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
5665         Log: Fix unpack U to be the reverse of pack U
5666              (but implement unpack U0U as a backdoor to get
5667              the UTF-8 malformed warnings from un-UTF-8 data)
5668      Branch: perl
5669            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
5670 ____________________________________________________________________________
5671 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
5672         Log: Metaconfig unit change for #11991;
5673              delete an unused unit (d_strtoull.U is the one used)
5674      Branch: metaconfig
5675            ! U/protos/d_lseekproto.U
5676      Branch: metaconfig/U/perl
5677            - strtoull.U
5678 ____________________________________________________________________________
5679 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
5680         Log: Subject: [PATCH] Configure not recording lseek proto
5681              From: Blair Zajac <blair@orcaware.com>
5682              Date: Mon, 10 Sep 2001 17:52:37 -0700
5683              Message-ID: <3B9D6055.BA334A31@orcaware.com>
5684              
5685              plus regen Configure.
5686      Branch: perl
5687            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5688            ! config_h.SH uconfig.h
5689 ____________________________________________________________________________
5690 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
5691         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?)))                  
5692              From: Nicholas Clark <nick@ccl4.org>
5693              Date: Tue, 11 Sep 2001 00:00:31 +0100
5694              Message-ID: <20010911000031.G1512@plum.flirble.org>
5695      Branch: perl
5696            + t/op/qq.t
5697            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
5698 ____________________________________________________________________________
5699 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
5700         Log: Subject: [PATCH] Building on win32 w/o perlio
5701              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5702              Date: Mon, 10 Sep 2001 23:38:46 +0200
5703              Message-ID: <3B9D4F06.14433.2C37644@localhost>
5704      Branch: perl
5705            ! perl.c win32/Makefile win32/makefile.mk
5706 ____________________________________________________________________________
5707 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
5708         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
5709              From: "chromatic" <chromatic@rmci.net>
5710              Date: Mon, 10 Sep 2001 15:14:01 -0600
5711              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
5712      Branch: perl
5713            + lib/CGI/t/push.t
5714            ! MANIFEST
5715 ____________________________________________________________________________
5716 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
5717         Log: Subject: avoiding hoardes of zombies
5718              From: Nicholas Clark <nick@ccl4.org>
5719              Date: Mon, 10 Sep 2001 22:00:40 +0100
5720              Message-ID: <20010910220040.C1512@plum.flirble.org>
5721      Branch: perl
5722            ! pod/perlipc.pod
5723 ____________________________________________________________________________
5724 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
5725         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
5726              From: John Peacock <jpeacock@rowman.com>
5727              Date: Mon, 10 Sep 2001 16:34:30 -0400
5728              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
5729      Branch: perl
5730            ! sv.c t/op/ver.t utf8.h
5731 ____________________________________________________________________________
5732 [ 11985] By: ams                                   on 2001/09/10  23:20:13
5733         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
5734      Branch: perl
5735            ! MANIFEST
5736 ____________________________________________________________________________
5737 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
5738         Log: (Retracted by #12001)
5739              Subject: Calc with USE_MUL/USE_DIV
5740              From: Tels <perl_dummy@bloodgate.com>
5741              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
5742              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
5743      Branch: perl
5744            ! lib/Math/BigInt/Calc.pm
5745 ____________________________________________________________________________
5746 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
5747         Log: Subject: [PATCH op.c] Re: perl@11978
5748              From: Robin Barker <rmb1@cise.npl.co.uk>
5749              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
5750              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
5751              
5752              Format errors.
5753      Branch: perl
5754            ! op.c
5755 ____________________________________________________________________________
5756 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
5757         Log: Switch PADOFFSET back to U32 both because of binary backward
5758              compatibility and because Arthur seems to have been fixing the
5759              problems with naughty integer-pointer casting.
5760      Branch: perl
5761            ! op.h
5762 ____________________________________________________________________________
5763 [ 11981] By: ams                                   on 2001/09/10  16:31:43
5764         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
5765              Fix Pod Typo, Add Test for ExtUtils::Command
5766              From: "chromatic" <chromatic@rmci.net>
5767              Date: Mon, 10 Sep 2001 11:20:56 -0600
5768              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
5769      Branch: perl
5770            + lib/ExtUtils/Command.t
5771            ! MANIFEST lib/ExtUtils/Command.pm
5772 ____________________________________________________________________________
5773 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
5774         Log: Subject: [PATCH] Encode.pm docs fix
5775              From: Matt Sergeant <MSergeant@star.net.uk>
5776              Date: Mon, 10 Sep 2001 15:24:01 +0100
5777              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
5778      Branch: perl
5779            ! ext/Encode/Encode.pm
5780 ____________________________________________________________________________
5781 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
5782         Log: Update Changes.
5783      Branch: perl
5784            ! Changes patchlevel.h
5785 ____________________________________________________________________________
5786 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
5787         Log: Revert #11973, the dTHX seems to be needed in there
5788              for threaded builds.
5789      Branch: perl
5790            ! perlio.c
5791 ____________________________________________________________________________
5792 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
5793         Log: Detypo.
5794      Branch: perl
5795            ! pod/perlguts.pod
5796 ____________________________________________________________________________
5797 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
5798         Log: Further Class::Struct patching from Damian.
5799              
5800              The new new semantics are:
5801              
5802              * If you pass an initializer for a nested object, it has to be:
5803              a) a reference to an object of that class, or      
5804              b) a reference to an object of a subclass of that class, or
5805              c) a reference to a hash of arguments to be passed to the
5806              class's constructor
5807              * If you pass no initializer for a nested object, the attribute
5808              is initialized to C<undef>
5809      Branch: perl
5810            ! lib/Class/Struct.pm
5811 ____________________________________________________________________________
5812 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
5813         Log: Skip the crypt test if no crypt.
5814      Branch: perl
5815            ! t/op/crypt.t
5816 ____________________________________________________________________________
5817 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
5818         Log: Warn against using bare v-strings as IP addresses
5819              (okay if using the wrappers from Socket)
5820      Branch: perl
5821            ! pod/perldata.pod pod/perlport.pod
5822 ____________________________________________________________________________
5823 [ 11973] By: sky                                   on 2001/09/10  11:57:58
5824         Log: Remove unused dTHX. Silenced another warning.
5825      Branch: perl
5826            ! perlio.c
5827 ____________________________________________________________________________
5828 [ 11972] By: sky                                   on 2001/09/10  11:54:25
5829         Log: Silence some more warnings INT2PTR.
5830      Branch: perl
5831            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
5832 ____________________________________________________________________________
5833 [ 11971] By: sky                                   on 2001/09/10  11:21:50
5834         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
5835      Branch: perl
5836            ! cop.h
5837 ____________________________________________________________________________
5838 [ 11970] By: sky                                   on 2001/09/10  11:17:25
5839         Log: Apply INT2PTR with force to silence warnings from
5840              PM_GETRE and friends. No more warnings with 64bit 
5841              IVs and 32bit pointers.    
5842      Branch: perl
5843            ! op.c op.h perl.c
5844 ____________________________________________________________________________
5845 [ 11969] By: sky                                   on 2001/09/10  10:13:02
5846         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
5847      Branch: perl
5848            ! pod/perlguts.pod
5849 ____________________________________________________________________________
5850 [ 11968] By: sky                                   on 2001/09/10  10:02:51
5851         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
5852              Rename to custop_op_name to Perl_custom_op_name to match perlapi
5853              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
5854              perl_clone.
5855      Branch: perl
5856            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
5857 ____________________________________________________________________________
5858 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
5859         Log: Using strlen() not good on embedded nul bytes.
5860      Branch: perl
5861            ! regcomp.c
5862 ____________________________________________________________________________
5863 [ 11966] By: ams                                   on 2001/09/09  21:06:13
5864         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
5865              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5866              Date: Mon, 13 Aug 2001 22:51:59 +0200
5867              Message-ID: <20010813225159.C6681@rafael>
5868              (Applied with several tweaks.)
5869      Branch: perl
5870            ! embed.h embed.pl proto.h toke.c
5871 ____________________________________________________________________________
5872 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
5873         Log: The exact error message is system-dependent.
5874      Branch: perl
5875            ! lib/ExtUtils/Manifest.t
5876 ____________________________________________________________________________
5877 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
5878         Log: Add Windows and Mac Sami support to Encode
5879              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
5880      Branch: perl
5881            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
5882            ! MANIFEST
5883 ____________________________________________________________________________
5884 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
5885         Log: Use the tried method.
5886      Branch: perl
5887            ! pod/perlport.pod
5888 ____________________________________________________________________________
5889 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
5890         Log: Can't count parentheses.
5891      Branch: perl
5892            ! ext/IO/lib/IO/Socket/INET.pm
5893 ____________________________________________________________________________
5894 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
5895         Log: perlport additions: 1 while unlink, add/delete directory
5896              entries and permissions, cygwin stat funkiness (from Michael
5897              Schwern and Nicholas Clark)
5898      Branch: perl
5899            ! pod/perlport.pod
5900 ____________________________________________________________________________
5901 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
5902         Log: blib does have a detectable test.
5903      Branch: perl
5904            ! t/lib/1_compile.t
5905 ____________________________________________________________________________
5906 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
5907         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
5908              From: "chromatic" <chromatic@rmci.net>
5909              Date: Sat, 08 Sep 2001 19:33:42 -0600
5910              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
5911      Branch: perl
5912            + lib/Term/Complete.t
5913            ! MANIFEST
5914 ____________________________________________________________________________
5915 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
5916         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
5917              From: Michael G Schwern <schwern@pobox.com> 
5918              Date: Sat, 8 Sep 2001 02:40:26 -0400
5919              Message-ID: <20010908024026.A26283@blackrider>
5920      Branch: perl
5921            + lib/Test/Tutorial.pod
5922            ! MANIFEST
5923 ____________________________________________________________________________
5924 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
5925         Log: Try to look up protocol (by name) only iff it has non-numbers:
5926              nice if the server is in a chrooted environment (no /etc/protocols,
5927              server code using hardcorded protocol numbers like 6 for tcp),
5928              suggested by John Holdsworth <coldwave@bigfoot.com>.
5929              In other words, if we are given a number, why look it up again
5930              (by number)?
5931      Branch: perl
5932            ! ext/IO/lib/IO/Socket/INET.pm
5933 ____________________________________________________________________________
5934 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
5935         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
5936              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5937              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
5938              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
5939              
5940              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
5941              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5942              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
5943              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
5944              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
5945              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5946              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
5947              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
5948      Branch: perl
5949            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
5950 ____________________________________________________________________________
5951 [ 11955] By: ams                                   on 2001/09/09  02:54:21
5952         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
5953              From: "Craig A. Berry" <craigberry@mac.com>
5954              Date: Sat, 08 Sep 2001 19:02:16 -0500
5955              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
5956      Branch: perl
5957            ! lib/CGI/t/carp.t
5958 ____________________________________________________________________________
5959 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
5960         Log: Documentation tweaks; think the IP address as an opaque string.
5961      Branch: perl
5962            ! ext/Socket/Socket.pm
5963 ____________________________________________________________________________
5964 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
5965         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
5966              From: Michael G Schwern <schwern@pobox.com>
5967              Date: Sat, 8 Sep 2001 19:45:46 -0400
5968              Message-ID: <20010908194546.C9193@blackrider>
5969      Branch: perl
5970            + lib/blib.t
5971            ! MANIFEST lib/blib.pm t/lib/1_compile.t
5972 ____________________________________________________________________________
5973 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
5974         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
5975              From: "chromatic" <chromatic@rmci.net>
5976              Date: Sat, 08 Sep 2001 12:31:44 -0600
5977              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
5978      Branch: perl
5979            + lib/CGI/t/fast.t
5980            ! MANIFEST
5981 ____________________________________________________________________________
5982 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
5983         Log: The Socket tests were wrong: they were assuming too much.
5984      Branch: perl
5985            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
5986 ____________________________________________________________________________
5987 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
5988         Log: Retract the portability changes since they
5989              seem to have opened a can of worms... will
5990              go back to UNICOS/mk and do the bare minimum
5991              required to get the tests working.
5992      Branch: perl
5993            ! ext/Socket/Socket.xs
5994 ____________________________________________________________________________
5995 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
5996         Log: PADOFFSET is used to cast pointers into integers,
5997              if pointers are 64 bits and U32 32 bits,
5998              bad things may happen, or at least warnings issued.
5999      Branch: perl
6000            ! op.h
6001 ____________________________________________________________________________
6002 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
6003         Log: Still more Socket portability tweaking.
6004              Now Socket.t seems to be happy in all of
6005              Linux/x86, Tru64/alpha, Solaris/sparc,
6006              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
6007              
6008              Addendum: it seems that io_multihomed, io_sock, and hostent
6009              were broken in little-endians (linux/x86 and tru64/alpha)
6010              because of this change.  Argh.
6011      Branch: perl
6012            ! ext/Socket/Socket.xs
6013 ____________________________________________________________________________
6014 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
6015         Log: More portability kicking on inet_ntoa().
6016      Branch: perl
6017            ! ext/Socket/Socket.xs
6018 ____________________________________________________________________________
6019 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
6020         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
6021              From: Michael G Schwern <schwern@pobox.com> 
6022              Date: Fri, 7 Sep 2001 23:06:51 -0400
6023              Message-ID: <20010907230651.R606@blackrider>
6024      Branch: perl
6025            + lib/ExtUtils/Manifest.t
6026            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
6027 ____________________________________________________________________________
6028 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
6029         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
6030              From: "chromatic" <chromatic@rmci.net>
6031              Date: Fri, 07 Sep 2001 17:53:15 -0600      
6032              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
6033      Branch: perl
6034            + lib/ExtUtils/testlib.t
6035            ! MANIFEST
6036 ____________________________________________________________________________
6037 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
6038         Log: Thinko.
6039      Branch: perl
6040            ! lib/integer.t
6041 ____________________________________________________________________________
6042 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
6043         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
6044              From: "Craig A. Berry" <craigberry@mac.com>
6045              Date: Fri, 07 Sep 2001 15:30:03 -0500
6046              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
6047      Branch: perl
6048            ! lib/CGI/Carp.pm
6049 ____________________________________________________________________________
6050 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
6051         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
6052              From: Michael G Schwern <schwern@pobox.com>
6053              Date: Fri, 7 Sep 2001 15:38:13 -0400
6054              Message-ID: <20010907153813.K606@blackrider>
6055      Branch: perl
6056            ! lib/ExtUtils/MM_Unix.pm
6057 ____________________________________________________________________________
6058 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
6059         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
6060              From: Robin Barker <rmb1@cise.npl.co.uk>
6061              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
6062              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
6063      Branch: perl
6064            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
6065 ____________________________________________________________________________
6066 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
6067         Log: Clean up 1_compile.t; move tests to more consistent
6068              places (t/ subdirectories); add integer.t (much of
6069              the pragma is tested elsewhere but there is no one
6070              centralized place)
6071      Branch: perl
6072            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
6073            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
6074            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
6075            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
6076            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
6077            - lib/File/Find/find.t lib/File/Find/taint.t
6078            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
6079 ____________________________________________________________________________
6080 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
6081         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
6082              From: "chromatic" <chromatic@rmci.net>
6083              Date: Fri, 07 Sep 2001 10:17:40 -0600
6084              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
6085      Branch: perl
6086            ! lib/File/Find/taint.t
6087 ____________________________________________________________________________
6088 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
6089         Log: Update Changes.
6090      Branch: perl
6091            ! Changes patchlevel.h
6092 ____________________________________________________________________________
6093 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
6094         Log: Rename the old threading tutorial, start a new one,
6095              regen toc.
6096      Branch: perl
6097            + pod/perlothrtut.pod
6098            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
6099            ! pod/perltoc.pod
6100 ____________________________________________________________________________
6101 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
6102         Log: vars very much has a test.
6103      Branch: perl
6104            ! t/lib/1_compile.t
6105 ____________________________________________________________________________
6106 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
6107         Log: Subject: Re: wince/perl.ico marked as binary
6108              From: Nicholas Clark <nick@ccl4.org>
6109              Date: Fri, 7 Sep 2001 13:54:40 +0100
6110              Message-ID: <20010907135439.D39150@plum.flirble.org>
6111              
6112              and wince/Makefile.ce change from Rainer Keuchel.
6113      Branch: perl
6114            + wince/makeico.pl
6115            ! MANIFEST wince/Makefile.ce
6116 ____________________________________________________________________________
6117 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
6118         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
6119              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6120              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
6121              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
6122      Branch: perl
6123            ! regexec.c
6124 ____________________________________________________________________________
6125 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
6126         Log: (Replaced by #11934)
6127              Subject: Re: [PATCH regexec.c] more general .* and .*?
6128              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6129              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
6130              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
6131      Branch: perl
6132            ! regexec.c
6133 ____________________________________________________________________________
6134 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
6135         Log: The #11931 patching misbehaved.
6136      Branch: perl
6137            ! lib/Test/Harness/t/test-harness.t
6138 ____________________________________________________________________________
6139 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
6140         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
6141              From: Michael G Schwern <schwern@pobox.com>
6142              Date: Fri, 7 Sep 2001 03:30:41 -0400
6143              Message-ID: <20010907033041.A2796@blackrider>
6144      Branch: perl
6145            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
6146            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
6147            + t/lib/sample-tests/header_at_end_fail
6148            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
6149            - lib/Test/Harness.t
6150            ! MANIFEST lib/Test/Harness.pm t/TEST
6151 ____________________________________________________________________________
6152 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
6153         Log: Subject: [PATCH] Digest::MD5 update
6154              From: Gisle Aas <gisle@ActiveState.com>
6155              Date: 06 Sep 2001 23:32:56 -0700
6156              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
6157      Branch: perl
6158            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6159            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
6160 ____________________________________________________________________________
6161 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
6162         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
6163              From: "chromatic" <chromatic@rmci.net>
6164              Date: Thu, 06 Sep 2001 23:11:44 -0600
6165              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
6166      Branch: perl
6167            + lib/less.t
6168            ! MANIFEST t/lib/1_compile.t
6169 ____________________________________________________________________________
6170 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
6171         Log: The binary file must somehow differently stored.
6172      Branch: perl
6173            - wince/perl.ico
6174            ! MANIFEST
6175 ____________________________________________________________________________
6176 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
6177         Log: Add more modules to the list of modules that have tests,
6178              Schwern's wallet is getting more nervous.
6179              (Run t/lib/1_compile.t manually to see which modules
6180              are lacking tests, or the tests can't be run for some
6181              reason or another, such as the Net:: modules)
6182      Branch: perl
6183            ! t/lib/1_compile.t
6184 ____________________________________________________________________________
6185 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
6186         Log: Try to make Socket::inet_ntoa() more robust.
6187      Branch: perl
6188            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
6189 ____________________________________________________________________________
6190 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
6191         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
6192              From: chromatic <chromatic@rmci.net>       
6193              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
6194              Message-Id: <01090522580506.19590@firewheel>           
6195      Branch: perl
6196            ! lib/English.t
6197 ____________________________________________________________________________
6198 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
6199         Log: Subject: Re: perlvar manpage and localizing special vars
6200              From: Stas Bekman <stas@stason.org>
6201              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
6202              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
6203      Branch: perl
6204            ! pod/perlvar.pod
6205 ____________________________________________________________________________
6206 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
6207         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
6208              From: Robin Barker <rmb1@cise.npl.co.uk>
6209              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
6210              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
6211      Branch: perl
6212            ! lib/ExtUtils/MakeMaker.pm
6213 ____________________________________________________________________________
6214 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
6215         Log: Symbol missing; AIX unhappy.
6216      Branch: perl
6217            ! makedef.pl
6218 ____________________________________________________________________________
6219 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
6220         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
6221              Reported in 5.61, seems to work okay in blead.
6222      Branch: perl
6223            ! t/run/kill_perl.t
6224 ____________________________________________________________________________
6225 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
6226         Log: Update Changes.
6227      Branch: perl
6228            ! Changes patchlevel.h
6229 ____________________________________________________________________________
6230 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
6231         Log: Document the bad assumptions currently breaking
6232              the Socket.t tests 10, 11, and 13 in UNICOS.
6233      Branch: perl
6234            ! ext/Socket/Socket.xs
6235 ____________________________________________________________________________
6236 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
6237         Log: Subject: [PATCH x2p] make OPTIMIZE=...
6238              From: Robin Barker <rmb1@cise.npl.co.uk>
6239              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
6240              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
6241      Branch: perl
6242            ! x2p/Makefile.SH x2p/cflags.SH
6243 ____________________________________________________________________________
6244 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
6245         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
6246              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6247              Date: Thu, 6 Sep 2001 11:09:40 +0100
6248              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
6249              
6250              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
6251              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6252              Date: 6 Sep 2001 10:14:38 -0000
6253              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
6254      Branch: perl
6255            ! pod/perlfaq1.pod pod/perlhack.pod
6256 ____________________________________________________________________________
6257 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
6258         Log: Subject: Extra NUL is Data::Dumper output - patch
6259              From: Tony Cook <tony@develop-help.com>
6260              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
6261              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
6262      Branch: perl
6263            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6264 ____________________________________________________________________________
6265 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
6266         Log: Avoid redefinition warning
6267              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
6268              from
6269              perl -w -Ilib -MCwd -e ''
6270      Branch: perl
6271            ! lib/Cwd.pm
6272 ____________________________________________________________________________
6273 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
6274         Log: Update the is_tainted() example implementation.
6275      Branch: perl
6276            ! pod/perlsec.pod
6277 ____________________________________________________________________________
6278 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
6279         Log: Missing) in #11912.
6280      Branch: perl
6281            ! lib/Test/Simple/t/fail.t
6282 ____________________________________________________________________________
6283 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
6284         Log: Rewhack Test-Simple into core harness.
6285      Branch: perl
6286            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6287            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6288            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6289            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6290            ! lib/Test/Simple/t/skipall.t
6291 ____________________________________________________________________________
6292 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
6293         Log: Workaround for the new Exporter 'feature'.
6294      Branch: perl
6295            ! lib/Test/More.pm
6296 ____________________________________________________________________________
6297 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
6298         Log: Re-introduce pure-Perl fall-back for abs_path,
6299              re-introduce #11898.
6300      Branch: perl
6301            ! lib/Cwd.pm lib/File/Find.pm
6302 ____________________________________________________________________________
6303 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
6304         Log: More tests.
6305      Branch: perl
6306            ! lib/Exporter.t
6307 ____________________________________________________________________________
6308 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
6309         Log: Retract #11898 for now because it introduces
6310              a rather nasty depencency: when B is being built,
6311              MakeMaker is used.  MakeMaker uses File::Find.
6312              File::Find uses Cwd::getcwd()...which doesn't
6313              exist yet.
6314      Branch: perl
6315            ! lib/File/Find.pm
6316 ____________________________________________________________________________
6317 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
6318         Log: New test welcome.
6319      Branch: perl
6320            + lib/Test/Simple/t/simple.t
6321 ____________________________________________________________________________
6322 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
6323         Log: Old test begone.
6324      Branch: perl
6325            - lib/Attribute/Handlers/test.pl
6326 ____________________________________________________________________________
6327 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
6328         Log: Test-Simple syncup from Schwern.
6329      Branch: perl
6330            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
6331            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
6332            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6333            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6334            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6335            - lib/Test/More/Changes lib/Test/More/t/More.t
6336            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6337            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6338            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
6339            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6340            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
6341            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6342            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6343            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
6344            ! t/lib/Test/Simple/sample_tests/death.plx
6345            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
6346            ! t/lib/Test/Simple/sample_tests/extras.plx
6347            ! t/lib/Test/Simple/sample_tests/five_fail.plx
6348            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
6349            ! t/lib/Test/Simple/sample_tests/one_fail.plx
6350            ! t/lib/Test/Simple/sample_tests/require.plx
6351            ! t/lib/Test/Simple/sample_tests/success.plx
6352            ! t/lib/Test/Simple/sample_tests/too_few.plx
6353            ! t/lib/Test/Simple/sample_tests/two_fail.plx
6354 ____________________________________________________________________________
6355 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
6356         Log: Integrate File::Find changes from bleadperl
6357      Branch: maint-5.6/macperl
6358            ! lib/File/Find.pm t/lib/filefind-taint.t
6359 ____________________________________________________________________________
6360 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
6361         Log: Integrate 11847 from maint-5.6/perl
6362      Branch: maint-5.6/macperl
6363           !> sv.c
6364 ____________________________________________________________________________
6365 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
6366         Log: In UNICOS division yada yada.
6367      Branch: perl
6368            ! t/op/override.t
6369 ____________________________________________________________________________
6370 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
6371         Log: In UNICOS division is really lossy, better use
6372              a tolerance test.
6373      Branch: perl
6374            ! ext/Time/HiRes/HiRes.t
6375 ____________________________________________________________________________
6376 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
6377         Log: In UNICOS sigaction() sets an extra flag
6378              ("the signal has been registered for all the processes in
6379              a multitasking group.")
6380      Branch: perl
6381            ! ext/POSIX/sigaction.t
6382 ____________________________________________________________________________
6383 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
6384         Log: Documentation micropatch from Damian.
6385      Branch: perl
6386            ! lib/Attribute/Handlers.pm
6387 ____________________________________________________________________________
6388 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
6389         Log: (Retracted by #11908)
6390              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
6391              From: Michael G Schwern <schwern@pobox.com>
6392              Date: Wed, 5 Sep 2001 15:58:21 -0400
6393              Message-ID: <20010905155821.I632@blackrider>
6394      Branch: perl
6395            ! lib/File/Find.pm lib/File/Find/taint.t
6396 ____________________________________________________________________________
6397 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
6398         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
6399              From: Michael G Schwern <schwern@pobox.com>
6400              Date: Wed, 5 Sep 2001 19:16:31 -0400
6401              Message-ID: <20010905191631.E11386@blackrider>
6402      Branch: perl
6403            + lib/CGI/t/carp.t
6404            ! MANIFEST
6405 ____________________________________________________________________________
6406 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
6407         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
6408              From: chromatic <chromatic@rmci.net>
6409              Date: Wed, 5 Sep 2001 18:08:07 -0600
6410              Message-Id: <01090518080700.19590@firewheel>
6411      Branch: perl
6412            ! lib/English.pm
6413 ____________________________________________________________________________
6414 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
6415         Log: Fix a typo #11889 and add a test for the same.
6416      Branch: perl
6417            ! ext/Socket/Socket.t ext/Socket/Socket.xs
6418 ____________________________________________________________________________
6419 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
6420         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
6421              From: "Craig A. Berry" <craigberry@mac.com>
6422              Date: Wed, 05 Sep 2001 17:48:54 -0500
6423              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
6424      Branch: perl
6425            ! lib/warnings.t t/run/kill_perl.t
6426 ____________________________________________________________________________
6427 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
6428         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
6429              From: Michael G Schwern <schwern@pobox.com>
6430              Date: Wed, 5 Sep 2001 17:22:25 -0400
6431              Message-ID: <20010905172225.C11386@blackrider>
6432      Branch: perl
6433            ! t/run/kill_perl.t
6434 ____________________________________________________________________________
6435 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
6436         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
6437              From: Nicholas Clark <nick@ccl4.org>
6438              Date: Wed, 5 Sep 2001 20:54:24 +0100
6439              Message-ID: <20010905205424.C25120@plum.flirble.org>
6440      Branch: perl
6441            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
6442 ____________________________________________________________________________
6443 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
6444         Log: Forgotten thing.
6445      Branch: perl
6446            ! uconfig.h
6447 ____________________________________________________________________________
6448 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
6449         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
6450              From: chromatic <chromatic@rmci.net>               
6451              Date: Wed, 5 Sep 2001 13:22:08 -0600
6452              Message-Id: <01090513220807.10587@firewheel> 
6453      Branch: perl
6454            ! lib/English.pm
6455 ____________________________________________________________________________
6456 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
6457         Log: inet_ntoa() tweaks:
6458              - don't allow addresses with > 255 characters
6459              - indent the HP-UX workaround
6460              - don't leak memory
6461      Branch: perl
6462            ! ext/Socket/Socket.xs
6463 ____________________________________________________________________________
6464 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
6465         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
6466              <xwu@theeducationcenter.com>
6467      Branch: perl
6468            ! lib/File/Find.pm
6469 ____________________________________________________________________________
6470 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
6471         Log: Typo nits.
6472      Branch: perl
6473            ! lib/File/Find.pm
6474 ____________________________________________________________________________
6475 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
6476         Log: -Wall nit.
6477      Branch: perl
6478            ! op.c
6479 ____________________________________________________________________________
6480 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
6481         Log: Update to Scalar-List-Utils 1.05
6482      Branch: perl
6483            ! ext/List/Util/ChangeLog ext/List/Util/README
6484            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
6485 ____________________________________________________________________________
6486 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
6487         Log: Update Changes.
6488      Branch: perl
6489            ! Changes patchlevel.h
6490 ____________________________________________________________________________
6491 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
6492         Log: Update to Scalar-List-Utils 1.04
6493      Branch: perl
6494            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
6495            ! ext/List/Util/lib/List/Util.pm
6496            ! ext/List/Util/lib/Scalar/Util.pm
6497 ____________________________________________________________________________
6498 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
6499         Log: Metaconfigify #11724.
6500      Branch: metaconfig
6501            ! U/threads/archname.U
6502 ____________________________________________________________________________
6503 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
6504         Log: The MacOS reference is okay, no reason to hide it.
6505      Branch: perl
6506            ! lib/Cwd.pm
6507 ____________________________________________________________________________
6508 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
6509         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
6510              From: Michael G Schwern <schwern@pobox.com>
6511              Date: Tue, 4 Sep 2001 15:30:10 -0400
6512              Message-ID: <20010904153010.H26466@blackrider> 
6513              
6514              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
6515      Branch: perl
6516            ! ext/Cwd/Makefile.PL lib/Cwd.pm
6517 ____________________________________________________________________________
6518 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
6519         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.))
6520              From: Michael G Schwern <schwern@pobox.com>
6521              Date: Tue, 4 Sep 2001 17:39:13 -0400
6522              Message-ID: <20010904173913.C626@blackrider>
6523      Branch: perl
6524            ! lib/Cwd.pm
6525 ____________________________________________________________________________
6526 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
6527         Log: Subject: Re: Perl_pp_* in public API?
6528              From: "Craig A. Berry" <craigberry@mac.com>
6529              Date: Tue, 4 Sep 2001 21:51:29 -0500
6530              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
6531      Branch: perl
6532            ! ext/List/Util/Util.xs
6533 ____________________________________________________________________________
6534 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
6535         Log: From Damian: Class::Struct was unable to define
6536              recursive classes.  After the patch an object reference
6537              (rather than a hash) is required to initialize
6538              an object attribute.  If no such initializer is given to
6539              the constructor, object attributes are now default
6540              initialized to C<undef>.
6541      Branch: perl
6542            ! lib/Class/Struct.pm lib/Class/Struct.t
6543 ____________________________________________________________________________
6544 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
6545         Log: Subject: Re: sv_catpvfn and sv_setpvfn
6546              From: Richard Soderberg <rs@oregonnet.com>
6547              Date: Tue, 4 Sep 2001 15:16:47 -0700
6548              Message-Id: <200109042216.PAA17858@oregonnet.com>
6549      Branch: perl
6550            ! pod/perlclib.pod pod/perlguts.pod
6551 ____________________________________________________________________________
6552 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
6553         Log: NetWare updates from Ananth Kesari.
6554      Branch: perl
6555            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
6556            ! NetWare/nw5thread.h
6557 ____________________________________________________________________________
6558 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
6559         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?))
6560              From: Nicholas Clark <nick@ccl4.org>
6561              Date: Tue, 4 Sep 2001 22:42:50 +0100
6562              Message-ID: <20010904224250.P25120@plum.flirble.org>
6563      Branch: perl
6564            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
6565            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
6566            ! t/op/oct.t toke.c
6567 ____________________________________________________________________________
6568 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
6569         Log: Fix Cwd::getcwd() not being tainted, as noticed
6570              by Schwern.
6571      Branch: perl
6572            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
6573            - ext/Cwd/Cwd.t
6574            ! MANIFEST ext/Cwd/Cwd.xs util.c
6575 ____________________________________________________________________________
6576 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
6577         Log: Retract #11870 and volatilize the right destruct_level.
6578              Silly thinko pointed out by Sarathy.
6579      Branch: perl
6580            ! intrpvar.h perl.c
6581 ____________________________________________________________________________
6582 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
6583         Log: At least a temporary fix for the mysterious scope core dumps
6584              in Tru64 from Graham.
6585      Branch: perl
6586            ! ext/List/Util/Util.xs
6587 ____________________________________________________________________________
6588 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
6589         Log: (Retracted by #11872)
6590      Branch: perl
6591            ! intrpvar.h
6592 ____________________________________________________________________________
6593 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
6594         Log: Quench a -Wall gripe noticed by Robin Barker.
6595      Branch: perl
6596            ! op.c
6597 ____________________________________________________________________________
6598 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
6599         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
6600              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6601              Date: Wed, 05 Sep 2001 02:01:32 +0900
6602              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
6603      Branch: perl
6604            ! lib/Unicode/UCD.pm
6605 ____________________________________________________________________________
6606 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
6607         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
6608              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6609              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
6610              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
6611      Branch: perl
6612            ! gv.c
6613 ____________________________________________________________________________
6614 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
6615         Log: Update Changes.
6616      Branch: perl
6617            ! Changes patchlevel.h
6618 ____________________________________________________________________________
6619 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
6620         Log: Add the \[$@%&*] prototype support.
6621      Branch: perl
6622            ! op.c pod/perlsub.pod t/comp/proto.t
6623 ____________________________________________________________________________
6624 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
6625         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
6626              From: Michael G Schwern <schwern@pobox.com>
6627              Date: Mon, 3 Sep 2001 18:59:01 -0400
6628              Message-ID: <20010903185901.Z9233@blackrider>
6629      Branch: perl
6630            ! lib/CGI/t/form.t
6631 ____________________________________________________________________________
6632 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
6633         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
6634              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6635              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
6636              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
6637      Branch: perl
6638            ! gv.c
6639 ____________________________________________________________________________
6640 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
6641         Log: More srand entry tweakage based on Randal's suggestion.
6642      Branch: perl
6643            ! pod/perlfunc.pod
6644 ____________________________________________________________________________
6645 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
6646         Log: Subject: [PATCH] 'main' *is* a reserved word
6647              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6648              Date: Mon, 3 Sep 2001 22:55:41 +0200
6649              Message-ID: <20010903225541.A24097@rafael>
6650      Branch: perl
6651            ! toke.c
6652 ____________________________________________________________________________
6653 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
6654         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
6655              From: Peter Prymmer <pvhp@best.com>
6656              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
6657              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
6658      Branch: perl
6659            ! README.vms configure.com
6660 ____________________________________________________________________________
6661 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
6662         Log: Subject: Re: A slightly better default seed?   
6663              From: Michael G Schwern <schwern@pobox.com>
6664              Date: Mon, 3 Sep 2001 18:08:15 -0400 
6665              Message-ID: <20010903180815.W9233@blackrider>
6666      Branch: perl
6667            ! t/op/srand.t
6668 ____________________________________________________________________________
6669 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
6670         Log: Add sharedsv.o to microperl object files.
6671      Branch: perl
6672            ! Makefile.micro
6673 ____________________________________________________________________________
6674 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
6675         Log: AUTHORS updates and
6676              
6677              Subject: [PATCH] Just some preening :-)        
6678              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6679              Date: Tue, 4 Sep 2001 14:16:59 +0100
6680              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
6681      Branch: perl
6682            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
6683 ____________________________________________________________________________
6684 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
6685         Log: Typo fix and slight rewording.
6686      Branch: perl
6687            ! pod/perlfunc.pod
6688 ____________________________________________________________________________
6689 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
6690         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
6691      Branch: perl
6692            ! pod/perlfaq4.pod
6693 ____________________________________________________________________________
6694 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
6695         Log: The helper file changed name.
6696      Branch: perl
6697            ! MANIFEST
6698 ____________________________________________________________________________
6699 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
6700         Log: Update to Scalar-List-Utils 1.03
6701      Branch: perl
6702            + ext/List/Util/t/shuffle.t
6703            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
6704            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
6705            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
6706            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
6707            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
6708            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
6709            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
6710            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
6711 ____________________________________________________________________________
6712 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
6713         Log: Make crypt() do something more sane for Unicode
6714              (take crypt() of the low eight bits of the characters,
6715              instead of taking crypt() of the UTF-8 of the scalar);
6716              add a test for crypt().
6717      Branch: perl
6718            + t/op/crypt.t
6719            ! MANIFEST pod/perlfunc.pod pp.c
6720 ____________________________________________________________________________
6721 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
6722         Log: Reorganize the srand entry.
6723      Branch: perl
6724            ! pod/perlfunc.pod
6725 ____________________________________________________________________________
6726 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
6727         Log: Remove the tests that assume something about
6728              calling srand() without arguments multiple times.
6729      Branch: perl
6730            ! t/op/srand.t
6731 ____________________________________________________________________________
6732 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
6733         Log: Upgrade to Math::BigInt 1.42.
6734      Branch: perl
6735            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6736            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
6737            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
6738            ! lib/Math/BigInt/t/mbimbf.t
6739 ____________________________________________________________________________
6740 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
6741         Log: integrate change#11847 from maint-5.6
6742              
6743              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
6744      Branch: perl
6745            ! sv.c
6746 ____________________________________________________________________________
6747 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
6748         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
6749      Branch: maint-5.6/perl
6750            ! sv.c
6751 ____________________________________________________________________________
6752 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
6753         Log: As far as I can tell these functions have been Unicodified.
6754      Branch: perl
6755            ! doop.c
6756 ____________________________________________________________________________
6757 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
6758         Log: Update to Storable 1.0.13.
6759      Branch: perl
6760            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6761            ! ext/Storable/Storable.xs
6762 ____________________________________________________________________________
6763 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
6764         Log: Patch the Filter::Simple test to work with
6765              the core test suite (since the FilterTest.pm
6766              is in t/lib, not in lib).
6767      Branch: perl
6768            ! lib/Filter/Simple/t/filter.t
6769 ____________________________________________________________________________
6770 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
6771         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
6772      Branch: perl
6773            + t/lib/FilterTest.pm
6774            - t/lib/MyFilter.pm
6775 ____________________________________________________________________________
6776 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
6777         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
6778              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
6779              Text::Balanced 1.86.
6780      Branch: perl
6781            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
6782            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
6783            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
6784            + lib/Switch/t/nested.t lib/Switch/t/switch.t
6785            + lib/Text/Balanced/Changes lib/Text/Balanced/README
6786            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
6787            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
6788            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
6789            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
6790            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
6791            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
6792            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
6793            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
6794            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
6795            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
6796            ! MANIFEST lib/Attribute/Handlers.pm
6797            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6798            ! lib/Attribute/Handlers/demo/Demo.pm
6799            ! lib/Attribute/Handlers/demo/Descriptions.pm
6800            ! lib/Attribute/Handlers/demo/MyClass.pm
6801            ! lib/Attribute/Handlers/demo/demo.pl
6802            ! lib/Attribute/Handlers/demo/demo2.pl
6803            ! lib/Attribute/Handlers/demo/demo3.pl
6804            ! lib/Attribute/Handlers/demo/demo4.pl
6805            ! lib/Attribute/Handlers/demo/demo_call.pl
6806            ! lib/Attribute/Handlers/demo/demo_chain.pl
6807            ! lib/Attribute/Handlers/demo/demo_cycle.pl
6808            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
6809            ! lib/Attribute/Handlers/demo/demo_phases.pl
6810            ! lib/Attribute/Handlers/demo/demo_range.pl
6811            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
6812            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
6813            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6814            ! lib/Text/Balanced.pm
6815 ____________________________________________________________________________
6816 [ 11841] By: sky                                   on 2001/09/03  11:04:15
6817         Log: Forgot to add a file with Change #11840
6818      Branch: perl
6819            + t/op/srand.t
6820 ____________________________________________________________________________
6821 [ 11840] By: sky                                   on 2001/09/03  11:02:04
6822         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
6823              From: Michael G Schwern <schwern@pobox.com>
6824              Date: Mon, 3 Sep 2001 07:43:00 -0400
6825              Message-ID: <20010903074300.E9233@blackrider>
6826      Branch: perl
6827            ! MANIFEST pod/perlfunc.pod t/op/rand.t
6828 ____________________________________________________________________________
6829 [ 11839] By: sky                                   on 2001/09/03  10:47:11
6830         Log: Document the changes with regards to running of END blocks.
6831              And DESTROY on global objects are called in perl_destruct()!
6832      Branch: perl
6833            ! pod/perl572delta.pod pod/perlembed.pod
6834 ____________________________________________________________________________
6835 [ 11838] By: sky                                   on 2001/09/03  09:34:44
6836         Log: Subject: [PATCH t/op/time.t] Partial cleanup
6837              From: Michael G Schwern <schwern@pobox.com>
6838              Date: Mon, 3 Sep 2001 06:29:42 -0400
6839              Message-ID: <20010903062942.C9233@blackrider>
6840      Branch: perl
6841            ! t/op/time.t
6842 ____________________________________________________________________________
6843 [ 11837] By: sky                                   on 2001/09/03  09:30:02
6844         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
6845              From: Michael G Schwern <schwern@pobox.com>
6846              Date: Mon, 3 Sep 2001 06:24:13 -0400
6847              Message-ID: <20010903062413.B9233@blackrider>
6848      Branch: perl
6849            ! t/op/rand.t
6850 ____________________________________________________________________________
6851 [ 11836] By: sky                                   on 2001/09/03  07:56:47
6852         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
6853              From: Michael G Schwern <schwern@pobox.com>
6854              Date: Sun, 2 Sep 2001 21:38:43 -0400
6855              Message-ID: <20010902213843.L2711@blackrider>
6856      Branch: perl
6857            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
6858            ! MANIFEST
6859 ____________________________________________________________________________
6860 [ 11835] By: nick                                  on 2001/09/03  06:20:06
6861         Log: Integrate mainline
6862      Branch: perlio
6863           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
6864            - t/op/misc.t
6865           !> (integrate 187 files)
6866 ____________________________________________________________________________
6867 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
6868         Log: Update Changes.
6869      Branch: perl
6870            ! Changes patchlevel.h
6871 ____________________________________________________________________________
6872 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
6873         Log: Slight tweaks.
6874      Branch: perl
6875            ! t/run/kill_perl.t
6876 ____________________________________________________________________________
6877 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
6878         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
6879      Branch: perl
6880            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6881 ____________________________________________________________________________
6882 [ 11831] By: sky                                   on 2001/09/02  12:10:42
6883         Log: Change #11828 wasn't complete, this updates to intest path
6884      Branch: perl
6885            ! t/run/kill_perl.t
6886 ____________________________________________________________________________
6887 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
6888         Log: 's's's.
6889      Branch: perl
6890            ! Changes
6891 ____________________________________________________________________________
6892 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
6893         Log: Update Changes.
6894      Branch: perl
6895            ! Changes patchlevel.h
6896 ____________________________________________________________________________
6897 [ 11828] By: sky                                   on 2001/09/02  11:53:56
6898         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
6899              From: Michael G Schwern <schwern@pobox.com>
6900              Date: Sat, 1 Sep 2001 20:18:58 -0400
6901              Message-ID: <20010901201858.X606@blackrider>
6902              +MANIFEST Fix
6903      Branch: perl
6904            + t/run/kill_perl.t
6905            - t/op/misc.t t/run/segfault.t
6906            ! MANIFEST
6907 ____________________________________________________________________________
6908 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
6909         Log: Subject: [PATCH] lib/Time/Local.pm
6910              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6911              Date: Sun, 2 Sep 2001 06:50:01 -0500
6912              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
6913      Branch: perl
6914            ! lib/Time/Local.pm
6915 ____________________________________________________________________________
6916 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
6917         Log: Tick off Unicode collation and the normalization from
6918              the todo list.
6919      Branch: perl
6920            ! pod/perltodo.pod
6921 ____________________________________________________________________________
6922 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
6923         Log: Update to Unicode 3.1.1.
6924      Branch: perl
6925            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
6926            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
6927            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
6928            ! lib/unicore/PropList.txt lib/unicore/README.perl
6929            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
6930            ! lib/unicore/rename lib/unicore/version
6931 ____________________________________________________________________________
6932 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
6933         Log: Slight doc tweaks for the module.
6934      Branch: perl
6935            ! lib/Unicode/UCD.pm
6936 ____________________________________________________________________________
6937 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
6938         Log: Rename the variable: it *used* to be (wrongly) that the
6939              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
6940              but that is no more the case: PL_reg_match_utf8 is better.
6941      Branch: perl
6942            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
6943            ! regexec.c sv.c thrdvar.h
6944 ____________________________________________________________________________
6945 [ 11822] By: ams                                   on 2001/09/02  02:54:50
6946         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
6947              From: Ilmari Karonen <iltzu@sci.fi>
6948              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
6949              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
6950              (op/sub_lval.t updated to take new error message into account.)
6951      Branch: perl
6952            ! op.c t/op/sub_lval.t
6953 ____________________________________________________________________________
6954 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
6955         Log: remove stray CRs in files; keep all files with UNIX line-ends
6956              (Porting/makerel adds CRs to the files that need it in the
6957              distribution)
6958      Branch: perl
6959            ! NetWare/t/NWScripts.pl README.dos
6960            ! ext/Encode/Encode/cns11643-1.enc
6961            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
6962            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6963 ____________________________________________________________________________
6964 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
6965         Log: some remnants of change#11803
6966      Branch: perl
6967            ! ext/ByteLoader/byterun.h perl.h
6968 ____________________________________________________________________________
6969 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
6970         Log: Update to Unicode::Collate 0.08.
6971      Branch: perl
6972            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6973            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6974 ____________________________________________________________________________
6975 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
6976         Log: Test tweaks.
6977      Branch: perl
6978            ! t/op/pat.t
6979 ____________________________________________________________________________
6980 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
6981         Log: Fix test
6982      Branch: maint-5.6/macperl
6983            ! t/lib/b.t
6984 ____________________________________________________________________________
6985 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
6986         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
6987              warnings in Config.pm with -W; increase default and
6988              minimum RAM; bump version number.
6989      Branch: maint-5.6/macperl
6990            + macos/lib/Mac/LowMem.pm
6991            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
6992            ! macos/configpm macos/macperl/MacPerl.r
6993 ____________________________________________________________________________
6994 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
6995         Log: Make syntax check report in MPW style, fix tests
6996              to use Mac::err=unix to get normal-style error
6997              messages.
6998      Branch: maint-5.6/macperl
6999            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
7000            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
7001 ____________________________________________________________________________
7002 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
7003         Log: Make MPW-style errors optional (but the default); add
7004              MacPerl::ErrorFormat() function and Mac::err pragma
7005      Branch: maint-5.6/macperl
7006            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
7007            + macos/ext/Mac/err/err.xs
7008            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
7009            ! macos/macish.c macos/macish.h macos/macperl.sym
7010 ____________________________________________________________________________
7011 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
7012         Log: More module and test ports from Thomas Wegner et al
7013      Branch: maint-5.6/macperl
7014            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7015            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
7016            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
7017            ! t/op/magic.t
7018 ____________________________________________________________________________
7019 [ 11812] By: sky                                   on 2001/09/01  17:19:30
7020         Log: Subject: [PATCH t/op/concat.t] cleanup
7021              From: Michael G Schwern <schwern@pobox.com>
7022              Date: Sat, 1 Sep 2001 14:06:28 -0400
7023              Message-ID: <20010901140628.C606@blackrider>
7024      Branch: perl
7025            ! t/op/concat.t
7026 ____________________________________________________________________________
7027 [ 11811] By: sky                                   on 2001/09/01  12:25:29
7028         Log: Change #11805 didn't update the MANIFEST
7029      Branch: perl
7030            ! MANIFEST
7031 ____________________________________________________________________________
7032 [ 11810] By: sky                                   on 2001/09/01  11:52:44
7033         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
7034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7035              Date: Sat, 1 Sep 2001 14:50:14 +0200
7036              Message-ID: <20010901145014.A691@rafael>
7037      Branch: perl
7038            ! t/op/inccode.t
7039 ____________________________________________________________________________
7040 [ 11809] By: sky                                   on 2001/09/01  11:49:22
7041         Log: Subject: PATCH: ExtUtils::MakeMaker
7042              From: Tony Bowden <tony@kasei.com>
7043              Date: Sat, 1 Sep 2001 10:33:53 +0100
7044              Message-ID: <20010901103353.A13863@soto.kasei.com>
7045              Manually applied
7046      Branch: perl
7047            ! lib/ExtUtils/MakeMaker.pm
7048 ____________________________________________________________________________
7049 [ 11808] By: sky                                   on 2001/09/01  11:39:13
7050         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
7051              From: mike808@users.sourceforge.net
7052              Date: Sat, 1 Sep 101 11:27:50 GMT
7053              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
7054              With little tweak
7055      Branch: perl
7056            ! lib/Term/Cap.pm
7057 ____________________________________________________________________________
7058 [ 11807] By: ams                                   on 2001/09/01  11:31:16
7059         Log: Subject: oct() and hex()
7060              From: Nicholas Clark <nick@ccl4.org>
7061              Date: Fri, 31 Aug 2001 23:14:13 +0100
7062              Message-Id: <20010831231413.J4950@plum.flirble.org>
7063      Branch: perl
7064            ! pod/perlclib.pod
7065 ____________________________________________________________________________
7066 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
7067         Log: Integrate change 11801 from maintperl
7068      Branch: maint-5.6/macperl
7069            ! perl.c
7070 ____________________________________________________________________________
7071 [ 11805] By: sky                                   on 2001/08/31  21:35:10
7072         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
7073              From: Michael G Schwern <schwern@pobox.com>
7074              Date: Fri, 31 Aug 2001 15:36:28 -0400
7075              Message-ID: <20010831153628.B598@blackrider>
7076              Check for things which used to segfault
7077      Branch: perl
7078            + t/run/segfault.t
7079 ____________________________________________________________________________
7080 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
7081         Log: integrate change#11801 from maint-5.6
7082              
7083              remove age-old UNICOS "workaround" that introduces a static, and
7084              hence an egregious race condition for threaded builds (*sigh*
7085              beats me why this kludge wasn't guarded by a UNICOS-specific
7086              #define *sigh*)
7087      Branch: perl
7088            ! perl.c
7089 ____________________________________________________________________________
7090 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
7091         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
7092              working in 5.7.x
7093      Branch: perl
7094            - objXSUB.h
7095            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
7096            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
7097            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
7098            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
7099            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
7100            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
7101            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
7102            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
7103            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
7104            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
7105            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7106            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7107            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
7108            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
7109            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
7110            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
7111            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
7112            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
7113            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
7114            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
7115            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
7116            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
7117 ____________________________________________________________________________
7118 [ 11802] By: ams                                   on 2001/08/31  18:11:32
7119         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
7120              From: "Philip Newton" <Philip.Newton@gmx.net>
7121              Date: Fri, 31 Aug 2001 21:12:56 +0200
7122              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
7123      Branch: perl
7124            ! pod/perldiag.pod
7125 ____________________________________________________________________________
7126 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
7127         Log: remove age-old UNICOS "workaround" that introduces a static, and
7128              hence an egregious race condition for threaded builds (*sigh*
7129              beats me why this kludge wasn't guarded by a UNICOS-specific
7130              #define *sigh*)
7131      Branch: maint-5.6/perl
7132            ! perl.c
7133 ____________________________________________________________________________
7134 [ 11800] By: sky                                   on 2001/08/31  17:30:26
7135         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
7136              Might break on platforms where bool is larger than 8 bites ???
7137      Branch: perl
7138            ! regcomp.c
7139 ____________________________________________________________________________
7140 [ 11799] By: ams                                   on 2001/08/31  12:15:44
7141         Log: Integrate 11778 into mainline.
7142      Branch: perl
7143            ! t/base/term.t
7144 ____________________________________________________________________________
7145 [ 11798] By: sky                                   on 2001/08/31  11:31:44
7146         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
7147              supposed to happen.
7148      Branch: perl
7149            ! regcomp.c
7150 ____________________________________________________________________________
7151 [ 11797] By: sky                                   on 2001/08/31  11:28:17
7152         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
7153              From: "John P. Linderman" <jpl@research.att.com>
7154              Date: Fri, 31 Aug 2001 08:20:35 -0400
7155              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
7156              Fixes test 14 which could fail randomly in rare cases.
7157      Branch: perl
7158            ! ext/Time/HiRes/HiRes.t regcomp.c
7159 ____________________________________________________________________________
7160 [ 11796] By: ams                                   on 2001/08/31  01:13:07
7161         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
7162              From: Nicholas Clark <nick@ccl4.org>
7163              Date: Thu, 30 Aug 2001 23:21:50 +0100
7164              Message-Id: <20010830232150.D4950@plum.flirble.org>
7165      Branch: perl
7166            ! ext/Sys/Syslog/Makefile.PL
7167 ____________________________________________________________________________
7168 [ 11795] By: ams                                   on 2001/08/30  23:53:23
7169         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
7170              patching example
7171              From: Michael G Schwern <schwern@pobox.com>
7172              Date: Thu, 30 Aug 2001 17:02:08 -0400
7173              Message-Id: <20010830170208.M2318@blackrider>
7174      Branch: perl
7175            ! pod/perlhack.pod
7176 ____________________________________________________________________________
7177 [ 11794] By: ams                                   on 2001/08/30  19:35:36
7178         Log: Subject: [PATCH] pp_modulo
7179              From: Nicholas Clark <nick@ccl4.org>
7180              Date: Thu, 30 Aug 2001 18:20:54 +0100
7181              Message-Id: <20010830182053.A4950@plum.flirble.org>
7182      Branch: perl
7183            ! pp.c t/op/64bitint.t
7184 ____________________________________________________________________________
7185 [ 11793] By: sky                                   on 2001/08/30  13:02:48
7186         Log: 11792 wasn't complete
7187      Branch: perl
7188            ! makedef.pl regcomp.c
7189 ____________________________________________________________________________
7190 [ 11792] By: sky                                   on 2001/08/30  12:21:11
7191         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
7192      Branch: perl
7193            ! makedef.pl
7194 ____________________________________________________________________________
7195 [ 11791] By: sky                                   on 2001/08/30  10:08:02
7196         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
7197      Branch: perl
7198            ! config_h.SH
7199 ____________________________________________________________________________
7200 [ 11790] By: sky                                   on 2001/08/30  08:22:31
7201         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
7202              on the pad. Fixes coredumps in cleanups introduced by
7203              Change 11755  
7204      Branch: perl
7205            ! op.c perl.c sv.h
7206 ____________________________________________________________________________
7207 [ 11789] By: sky                                   on 2001/08/29  19:01:47
7208         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
7209              This is a replacement implmentation that works on HPUX.
7210              This bug should probably be fixed in GCC.
7211      Branch: perl
7212            ! ext/Socket/Socket.xs
7213 ____________________________________________________________________________
7214 [ 11788] By: ams                                   on 2001/08/29  17:35:33
7215         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
7216              From: Nicholas Clark <nick@ccl4.org>
7217              Date: Wed, 29 Aug 2001 18:21:56 +0100
7218              Message-Id: <20010829182156.O4950@plum.flirble.org>
7219      Branch: perl
7220            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
7221 ____________________________________________________________________________
7222 [ 11787] By: sky                                   on 2001/08/29  10:42:54
7223         Log: Added test for pack_addr_in and unpack_addr_in
7224              Nitpik in test 10
7225      Branch: perl
7226            ! ext/Socket/Socket.t
7227 ____________________________________________________________________________
7228 [ 11786] By: sky                                   on 2001/08/29  10:28:14
7229         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
7230              Trying to catch errors on HP-UX
7231      Branch: perl
7232            ! ext/Socket/Socket.t
7233 ____________________________________________________________________________
7234 [ 11785] By: sky                                   on 2001/08/29  09:07:03
7235         Log: make sure USE_THREADS is defined so external apps work
7236      Branch: perl
7237            ! config_h.SH
7238 ____________________________________________________________________________
7239 [ 11784] By: sky                                   on 2001/08/29  08:06:12
7240         Log: Subject: Re: The hitlist of untested modules.
7241              From: Jonathan Stowe <gellyfish@gellyfish.com>
7242              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
7243              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
7244              Start of tests for Shell.pm (make Schwern poorer!)
7245      Branch: perl
7246            + lib/Shell.t
7247            ! MANIFEST
7248 ____________________________________________________________________________
7249 [ 11783] By: sky                                   on 2001/08/29  07:37:50
7250         Log: END{} can change the return value even if we die from BEGIN{}
7251      Branch: perl
7252            ! miniperlmain.c
7253 ____________________________________________________________________________
7254 [ 11782] By: ams                                   on 2001/08/29  06:32:17
7255         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
7256              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7257              Date: Wed, 29 Aug 2001 09:18:17 +0200
7258              Message-Id: <20010829091817.A4453@rafael>
7259      Branch: perl
7260            ! t/op/inccode.t
7261 ____________________________________________________________________________
7262 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
7263         Log: Delete xsubpp.patch, as full copy exists now
7264      Branch: maint-5.6/macperl
7265            - macos/xsubpp.patch
7266 ____________________________________________________________________________
7267 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
7268         Log: Add Changes file
7269      Branch: maint-5.6/macperl
7270            + macos/Changes
7271 ____________________________________________________________________________
7272 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
7273         Log: Add Mac version of xsubpp as separate file
7274      Branch: maint-5.6/macperl
7275            + macos/xsubpp
7276            ! macos/Makefile.mk
7277 ____________________________________________________________________________
7278 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
7279         Log: Fix open of /dev/null for Mac OS
7280      Branch: maint-5.6/macperl
7281            ! t/base/term.t
7282 ____________________________________________________________________________
7283 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
7284         Log: Various patches: enable more tests; skip CVS in PerlInstall;
7285              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
7286      Branch: maint-5.6/macperl
7287            ! macos/MacPerlTests.cmd macos/PerlInstall
7288            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
7289 ____________________________________________________________________________
7290 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
7291         Log: Allow for platforms to override formatting of errors
7292              on output from Matthias Neeracher (Mac files)
7293      Branch: maint-5.6/macperl
7294            ! macos/macish.c macos/macish.h
7295 ____________________________________________________________________________
7296 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
7297         Log: Allow for platforms to override formatting of errors
7298              on output from Matthias Neeracher (core files)
7299      Branch: maint-5.6/macperl
7300            ! perl.h pp_ctl.c util.c
7301 ____________________________________________________________________________
7302 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
7303         Log: Add some param checking, from reports by Kevin Reid.
7304      Branch: maint-5.6/macperl
7305            ! macos/ext/Mac/Controls/Controls.pm
7306            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
7307 ____________________________________________________________________________
7308 [ 11773] By: ams                                   on 2001/08/28  23:54:57
7309         Log: Subject: [PATCH] make coretest
7310              From: Paul Johnson <paul@pjcj.net>
7311              Date: Wed, 29 Aug 2001 00:11:38 +0200
7312              Message-Id: <20010829001138.B12169@pjcj.net>
7313              (Applied without the change to perlhack.pod. This should
7314              probably stay undocumented.)
7315      Branch: perl
7316            ! Makefile.SH t/TEST
7317 ____________________________________________________________________________
7318 [ 11772] By: sky                                   on 2001/08/28  13:01:20
7319         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
7320              From: Michael G Schwern <schwern@pobox.com>
7321              Date: Tue, 28 Aug 2001 09:57:39 -0400
7322              Message-ID: <20010828095738.E17775@blackrider>
7323      Branch: perl
7324            ! pod/perlhack.pod t/op/pack.t
7325 ____________________________________________________________________________
7326 [ 11771] By: sky                                   on 2001/08/28  11:20:13
7327         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
7328              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7329              Date: Tue, 28 Aug 2001 14:23:43 +0200
7330              Message-ID: <20010828142343.A19299@rafael>
7331      Branch: perl
7332            ! pod/perlvar.pod pp_ctl.c
7333 ____________________________________________________________________________
7334 [ 11770] By: ams                                   on 2001/08/28  10:13:21
7335         Log: Subject: [PATCH] odd typo in op.h
7336              From: Nicholas Clark <nick@ccl4.org>
7337              Date: Tue, 28 Aug 2001 12:10:26 +0100
7338              Message-Id: <20010828121026.V4950@plum.flirble.org>
7339      Branch: perl
7340            ! op.h
7341 ____________________________________________________________________________
7342 [ 11769] By: sky                                   on 2001/08/28  08:09:16
7343         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
7344              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
7345              Date: Tue, 28 Aug 2001 02:22:20 +0300
7346              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
7347      Branch: perl
7348            ! ext/B/B/Lint.pm
7349 ____________________________________________________________________________
7350 [ 11768] By: ams                                   on 2001/08/28  00:47:35
7351         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
7352              From: Michael G Schwern <schwern@pobox.com>
7353              Date: Mon, 27 Aug 2001 21:24:44 -0400
7354              Message-Id: <20010827212444.F12582@blackrider>
7355      Branch: perl
7356            ! pod/perlhack.pod t/op/pack.t
7357 ____________________________________________________________________________
7358 [ 11767] By: ams                                   on 2001/08/27  23:59:48
7359         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
7360              From: Michael G Schwern <schwern@pobox.com>
7361              Date: Mon, 27 Aug 2001 20:12:29 -0400
7362              Message-Id: <20010827201229.D12582@blackrider>
7363      Branch: perl
7364            ! pod/perlhack.pod t/op/pack.t
7365 ____________________________________________________________________________
7366 [ 11766] By: ams                                   on 2001/08/27  23:39:40
7367         Log: Update Changes.
7368      Branch: perl
7369            ! Changes
7370 ____________________________________________________________________________
7371 [ 11765] By: ams                                   on 2001/08/27  22:53:10
7372         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
7373              From: Michael G Schwern <schwern@pobox.com>
7374              Date: Mon, 27 Aug 2001 19:47:30 -0400
7375              Message-Id: <20010827194730.C12582@blackrider>
7376      Branch: perl
7377            ! t/op/inccode.t
7378 ____________________________________________________________________________
7379 [ 11764] By: ams                                   on 2001/08/27  22:46:21
7380         Log: Subject: [PATCH] new tests for the coderef-in-@INC
7381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7382              Date: Mon, 27 Aug 2001 22:36:27 +0200
7383              Message-Id: <20010827223627.C690@rafael>
7384              
7385              Subject: Re: [PATCH] new tests for the coderef-in-@INC
7386              From: Nicholas Clark <nick@ccl4.org>
7387              Date: Tue, 28 Aug 2001 00:02:46 +0100
7388              Message-Id: <20010828000245.R4950@plum.flirble.org>
7389      Branch: perl
7390            + t/op/inccode.t
7391            ! MANIFEST
7392 ____________________________________________________________________________
7393 [ 11763] By: ams                                   on 2001/08/27  22:41:09
7394         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
7395              bleadperl on fire, Win95+4NT)
7396              From: Michael G Schwern <schwern@pobox.com>
7397              Date: Mon, 27 Aug 2001 16:54:42 -0400
7398              Message-Id: <20010827165442.F9436@blackrider>
7399      Branch: perl
7400            ! lib/warnings.t
7401 ____________________________________________________________________________
7402 [ 11762] By: sky                                   on 2001/08/27  19:19:17
7403         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
7404              avaible at compile time. This broke the compilation of 
7405              Net/Ping.pm
7406      Branch: perl
7407            ! lib/Net/Ping.pm
7408 ____________________________________________________________________________
7409 [ 11761] By: sky                                   on 2001/08/27  18:34:48
7410         Log: Removed tripple definitions of CUSTOM_OP functions.
7411      Branch: perl
7412            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7413 ____________________________________________________________________________
7414 [ 11760] By: sky                                   on 2001/08/27  18:21:27
7415         Log: Regen headers
7416      Branch: perl
7417            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
7418            ! perlapi.h proto.h
7419 ____________________________________________________________________________
7420 [ 11759] By: ams                                   on 2001/08/27  16:31:53
7421         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
7422              From: "chromatic" <chromatic@rmci.net>
7423              Date: Mon, 27 Aug 2001 11:17:09 -0600
7424              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
7425      Branch: perl
7426            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
7427 ____________________________________________________________________________
7428 [ 11758] By: sky                                   on 2001/08/27  15:16:42
7429         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
7430              Thanks to H. Merijn Brand for the patch.
7431              Some of the comments and or guards might be removable in perl.h now.
7432      Branch: perl
7433            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
7434            ! Porting/Glossary Porting/config_H README.threads config_h.SH
7435            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
7436            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
7437            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
7438            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
7439            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
7440            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
7441            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
7442            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
7443            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
7444            ! win32/config_H.vc win32/perllib.c win32/win32.h
7445            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
7446            ! wince/config.h wince/config_H.ce wince/win32.h
7447            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
7448 ____________________________________________________________________________
7449 [ 11757] By: sky                                   on 2001/08/27  13:39:16
7450         Log: Subject: GNU ld parses arguments different
7451              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7452              Date: Mon, 27 Aug 2001 16:25:51 +0200
7453              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
7454      Branch: perl
7455            ! hints/hpux.sh
7456 ____________________________________________________________________________
7457 [ 11756] By: sky                                   on 2001/08/27  13:18:45
7458         Log: Subject: Custom Ops
7459              From: Simon Cozens <simon@netthink.co.uk>
7460              Date: Sat, 25 Aug 2001 17:45:09 +0100
7461              Message-ID: <20010825174509.A5752@netthink.co.uk>
7462              I also added a fix to Opcode.pm to quite test cases.
7463      Branch: perl
7464            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
7465            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
7466 ____________________________________________________________________________
7467 [ 11755] By: sky                                   on 2001/08/27  05:37:17
7468         Log: Plugs a memory leak on destruction of regular expressions
7469              introcued by #11274.
7470              PL_regex_padav now has an AV as it's first entry with a list
7471              of freed regex_padav slots that it will reuse on creating
7472              new PMOPs.
7473      Branch: perl
7474            ! op.c perl.c
7475 ____________________________________________________________________________
7476 [ 11754] By: ams                                   on 2001/08/26  14:38:52
7477         Log: Subject: [PATCH] t/io/binmode.t
7478              From: Nicholas Clark <nick@ccl4.org>
7479              Date: Sun, 26 Aug 2001 12:03:05 +0100
7480              Message-Id: <20010826120305.C4950@plum.flirble.org>
7481              
7482              (Also a nitpick in #11752 to t/op/universal.t)
7483      Branch: perl
7484            ! t/io/binmode.t t/op/universal.t
7485 ____________________________________________________________________________
7486 [ 11753] By: ams                                   on 2001/08/26  08:19:34
7487         Log: Subject: [PATCH] op/universal.t failing
7488              From: Nicholas Clark <nick@ccl4.org>
7489              Date: Sun, 26 Aug 2001 09:48:22 +0100
7490              Message-Id: <20010826094822.B4950@plum.flirble.org>
7491      Branch: perl
7492            ! t/op/universal.t
7493 ____________________________________________________________________________
7494 [ 11752] By: ams                                   on 2001/08/25  22:46:13
7495         Log: Subject: Re: 'can' with undefined subs
7496              From: Tony Bowden <tony@kasei.com>
7497              Date: Sat, 25 Aug 2001 14:58:17 +0100
7498              Message-Id: <20010825145817.A11788@soto.kasei.com>
7499              (Applied with minor modifications.)
7500      Branch: perl
7501            ! t/op/universal.t
7502 ____________________________________________________________________________
7503 [ 11751] By: ams                                   on 2001/08/25  18:28:43
7504         Log: Subject: Re: 'can' with undefined subs
7505              From: Tony Bowden <tony@kasei.com>
7506              Date: Sat, 25 Aug 2001 15:13:14 +0100
7507              Message-Id: <20010825151314.B11788@soto.kasei.com>
7508      Branch: perl
7509            ! lib/UNIVERSAL.pm
7510 ____________________________________________________________________________
7511 [ 11750] By: nick                                  on 2001/08/25  15:24:15
7512         Log: Integrate mainline
7513      Branch: perlio
7514           +> t/io/binmode.t
7515           !> (integrate 26 files)
7516 ____________________________________________________________________________
7517 [ 11749] By: nick                                  on 2001/08/25  14:55:41
7518         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
7519              From:  John Peacock <jpeacock@rowman.com>
7520              Date:  Wed, 22 Aug 2001 12:05:28 -0400
7521              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
7522      Branch: perl
7523            ! pod/perlhack.pod
7524 ____________________________________________________________________________
7525 [ 11748] By: nick                                  on 2001/08/25  14:53:04
7526         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
7527              From:  Michael G Schwern <schwern@pobox.com>
7528              Date:  Wed, 22 Aug 2001 19:22:45 -0400
7529              Message-Id:  <20010822192245.U619@blackrider>
7530      Branch: perl
7531            ! MANIFEST
7532 ____________________________________________________________________________
7533 [ 11747] By: nick                                  on 2001/08/25  14:52:33
7534         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
7535              From:  Nicholas Clark <nick@ccl4.org>
7536              Date:  Wed, 22 Aug 2001 23:29:06 +0100
7537              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
7538      Branch: perl
7539            + t/io/binmode.t
7540            ! perlio.c pod/perlfunc.pod
7541 ____________________________________________________________________________
7542 [ 11744] By: nick                                  on 2001/08/25  14:37:33
7543         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
7544              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7545              Date:  Fri, 24 Aug 2001 22:10:42 +0200
7546              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
7547      Branch: perl
7548            ! x2p/a2py.c x2p/walk.c
7549 ____________________________________________________________________________
7550 [ 11743] By: nick                                  on 2001/08/25  14:32:47
7551         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
7552              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7553              Date:  Fri, 24 Aug 2001 23:34:13 +0200
7554              Message-Id:  <20010824233413.A1285@rafael>
7555      Branch: perl
7556            ! pod/perlfunc.pod pod/perlvar.pod
7557 ____________________________________________________________________________
7558 [ 11742] By: ams                                   on 2001/08/25  13:16:02
7559         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
7560              From: Nicholas Clark <nick@ccl4.org>
7561              Date: Sat, 25 Aug 2001 14:50:07 +0100
7562              Message-Id: <20010825145007.L41464@plum.flirble.org>
7563      Branch: perl
7564            ! pp_ctl.c
7565 ____________________________________________________________________________
7566 [ 11741] By: nick                                  on 2001/08/24  07:08:45
7567         Log: When applying patch via Porting/apply fails, do p4 refresh
7568              to get old files back.
7569      Branch: perl
7570            ! Porting/apply
7571 ____________________________________________________________________________
7572 [ 11740] By: ams                                   on 2001/08/24  04:47:24
7573         Log: #11739 was incomplete.
7574      Branch: perl
7575            ! pod/perldiag.pod
7576 ____________________________________________________________________________
7577 [ 11739] By: ams                                   on 2001/08/24  04:09:40
7578         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
7579              From: "Philip Newton" <Philip.Newton@gmx.net>
7580              Date: Fri, 24 Aug 2001 07:08:34 +0200
7581      Branch: perl
7582            ! pod/perldiag.pod
7583 ____________________________________________________________________________
7584 [ 11738] By: ams                                   on 2001/08/24  02:19:42
7585         Log: Fixed Doug Wilson's email address.
7586      Branch: perl
7587            ! AUTHORS
7588 ____________________________________________________________________________
7589 [ 11737] By: ams                                   on 2001/08/24  00:10:13
7590         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
7591              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7592              Date: Thu, 23 Aug 2001 22:22:58 +0200
7593              Message-Id: <20010823222258.A901@rafael>
7594      Branch: perl
7595            ! pod/perldiag.pod
7596 ____________________________________________________________________________
7597 [ 11736] By: ams                                   on 2001/08/24  00:05:02
7598         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
7599              From: "Craig A. Berry" <craigberry@mac.com>
7600              Date: Thu, 23 Aug 2001 19:07:45 -0500
7601              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
7602      Branch: perl
7603            ! configure.com
7604 ____________________________________________________________________________
7605 [ 11735] By: sky                                   on 2001/08/23  13:42:07
7606         Log: Backed out 11732, it breaks lib/strict.t 
7607      Branch: perl
7608            ! op.c
7609 ____________________________________________________________________________
7610 [ 11734] By: sky                                   on 2001/08/23  11:45:59
7611         Log: Removed toy from 17133 after Matt Sargeants request.
7612      Branch: perl
7613            ! pod/perlfaq4.pod
7614 ____________________________________________________________________________
7615 [ 11733] By: sky                                   on 2001/08/23  11:36:29
7616         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
7617              From: Robin Houston <robin@kitsite.com>
7618              Date: Wed, 22 Aug 2001 23:06:16 +0100
7619              Message-ID: <20010822230616.A254@robin.kitsite.com>
7620      Branch: perl
7621            ! pod/perlfaq4.pod
7622 ____________________________________________________________________________
7623 [ 11732] By: sky                                   on 2001/08/23  10:36:02
7624         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
7625              From: Simon Cozens <simon@netthink.co.uk>
7626              Date: Thu, 23 Aug 2001 12:06:36 +0100
7627              Message-ID: <20010823120636.A9961@netthink.co.uk>
7628      Branch: perl
7629            ! op.c
7630 ____________________________________________________________________________
7631 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
7632         Log: fix broken windows build
7633      Branch: perl
7634            ! perl.h
7635 ____________________________________________________________________________
7636 [ 11730] By: ams                                   on 2001/08/22  21:35:30
7637         Log: Subject: [PATCH] io/tell.t doesn't chdir t
7638              From: Nicholas Clark <nick@ccl4.org>
7639              Date: Wed, 22 Aug 2001 23:25:58 +0100
7640              Message-Id: <20010822232557.Y82818@plum.flirble.org>
7641      Branch: perl
7642            ! t/io/tell.t
7643 ____________________________________________________________________________
7644 [ 11729] By: ams                                   on 2001/08/22  20:32:21
7645         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
7646              questions)
7647              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7648              Date: Wed, 22 Aug 2001 17:09:04 -0400
7649              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
7650              (Oops, forgot File::Spec::Unix in the previous patch.)
7651      Branch: perl
7652            ! lib/File/Spec/Unix.pm
7653 ____________________________________________________________________________
7654 [ 11728] By: ams                                   on 2001/08/22  20:25:41
7655         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
7656              questions)
7657              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7658              Date: Wed, 22 Aug 2001 17:09:04 -0400
7659              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
7660      Branch: perl
7661            ! lib/File/Spec.pm
7662 ____________________________________________________________________________
7663 [ 11727] By: ams                                   on 2001/08/22  19:43:30
7664         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
7665              From: John Peacock <jpeacock@rowman.com>
7666              Date: Wed, 22 Aug 2001 12:35:52 -0400
7667              Message-Id: <3B83DF68.5D89DC81@rowman.com>
7668              (Adds proper tests for $], notwithstanding Subject. +nitpick)
7669      Branch: perl
7670            ! t/op/ver.t
7671 ____________________________________________________________________________
7672 [ 11726] By: ams                                   on 2001/08/22  19:36:39
7673         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
7674              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
7675              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
7676              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
7677      Branch: perl
7678            ! lib/diagnostics.pm lib/diagnostics.t
7679 ____________________________________________________________________________
7680 [ 11725] By: ams                                   on 2001/08/22  19:25:01
7681         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
7682              From: Nicholas Clark <nick@ccl4.org>
7683              Date: Wed, 22 Aug 2001 20:59:05 +0100
7684              Message-Id: <20010822205905.U82818@plum.flirble.org>
7685      Branch: perl
7686            ! pp.c t/op/64bitint.t t/op/arith.t
7687 ____________________________________________________________________________
7688 [ 11724] By: ams                                   on 2001/08/22  10:02:33
7689         Log: Subject: Configure blooper
7690              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7691              Date: Wed, 22 Aug 2001 12:38:35 +0200
7692              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
7693      Branch: perl
7694            ! Configure
7695 ____________________________________________________________________________
7696 [ 11723] By: ams                                   on 2001/08/21  16:17:53
7697         Log: Subject: [PATCH] installperl -help
7698              From: Nicholas Clark <nick@ccl4.org>
7699              Date: Tue, 21 Aug 2001 17:34:23 +0100
7700              Message-Id: <20010821173423.F82818@plum.flirble.org>
7701      Branch: perl
7702            ! installperl
7703 ____________________________________________________________________________
7704 [ 11722] By: ams                                   on 2001/08/20  07:46:31
7705         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
7706              From: Ilmari Karonen <iltzu@sci.fi>
7707              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
7708              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
7709      Branch: perl
7710            ! pod/perlvar.pod
7711 ____________________________________________________________________________
7712 [ 11721] By: nick                                  on 2001/08/20  06:24:31
7713         Log: Integrate mainline
7714      Branch: perlio
7715           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
7716           +> lib/Lingua/KO/Hangul/Util/Changes
7717           +> lib/Lingua/KO/Hangul/Util/README
7718           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
7719           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7720           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7721           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
7722           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
7723           +> lib/Unicode/Normalize/t/test.t
7724            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
7725           !> (integrate 55 files)
7726 ____________________________________________________________________________
7727 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
7728         Log: Integrate Change #11599 from maint-5.6/perl
7729      Branch: maint-5.6/macperl
7730           !> README.win32
7731 ____________________________________________________________________________
7732 [ 11719] By: ams                                   on 2001/08/18  21:21:42
7733         Log: Add Porting/apply to MANIFEST.
7734      Branch: perl
7735            ! MANIFEST
7736 ____________________________________________________________________________
7737 [ 11718] By: sky                                   on 2001/08/18  14:38:01
7738         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
7739              Better solution would be to make 5005threaded perl use
7740              the same system as ithreads do
7741      Branch: perl
7742            ! perl.h
7743 ____________________________________________________________________________
7744 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
7745         Log: New try for ID 20010407.006: detach the semantics
7746              "was the last match target UTF8" into its own variable.
7747      Branch: perl
7748            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
7749            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
7750 ____________________________________________________________________________
7751 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
7752         Log: UTF8 flag should be meaningful only when POK.
7753      Branch: perl
7754            ! dump.c
7755 ____________________________________________________________________________
7756 [ 11715] By: sky                                   on 2001/08/18  11:45:16
7757         Log: USE_THREADS and USE_ITHREADS are never true at the same time
7758      Branch: perl
7759            ! perl.h
7760 ____________________________________________________________________________
7761 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
7762         Log: Retract #11712 for now.  The real fix would probably
7763              be something like making PL_reg_sv a copy (PV + UTF8)
7764              of the matched/substituted string (note: not just a SvPOK
7765              string, for example the stringified form of a ROK would
7766              be applicable)  Beware of leaks.
7767      Branch: perl
7768            ! pp_hot.c t/op/pat.t
7769 ____________________________________________________________________________
7770 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
7771         Log: UTF8 wasn't printing for PVMGs.
7772      Branch: perl
7773            ! dump.c
7774 ____________________________________________________________________________
7775 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
7776         Log: (Retracted by #11714)
7777              
7778              Okay analysis, debatable fix.  (The fix will inc
7779              the refcount of all temporary match objects,
7780              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
7781              which will then cause griping at untie() time
7782              ("inner references remain").
7783              
7784              Fix for ID 20010407.006: PL_reg_sv got wiped out
7785              by freetemps if the match target was a temporary
7786              (like function_call() =~ /.../), which in turn meant
7787              that the $1 et al stopped working if they had UTF-8
7788              in them.  Therefore bump up the refcount of PL_reg_sv.
7789      Branch: perl
7790            ! pp_hot.c t/op/pat.t
7791 ____________________________________________________________________________
7792 [ 11711] By: ams                                   on 2001/08/17  20:32:08
7793         Log: Subject: [PATCH] doesn't compile, was perl@11710
7794              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7795              Date: Fri, 17 Aug 2001 23:21:10 +0200
7796              Message-Id: <20010817232110.C7041@rafael> 
7797      Branch: perl
7798            ! sharedsv.c
7799 ____________________________________________________________________________
7800 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
7801         Log: Update Changes.
7802      Branch: perl
7803            ! Changes patchlevel.h
7804 ____________________________________________________________________________
7805 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
7806         Log: Upgrade to libnet 1.0704.
7807      Branch: perl
7808            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
7809            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
7810            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
7811            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
7812            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
7813            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
7814            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
7815 ____________________________________________________________________________
7816 [ 11708] By: sky                                   on 2001/08/17  13:34:04
7817         Log: Let perl_clone copy PL_exit_flags
7818      Branch: perl
7819            ! sv.c
7820 ____________________________________________________________________________
7821 [ 11707] By: sky                                   on 2001/08/17  12:28:41
7822         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
7823      Branch: perl
7824            ! sharedsv.c sharedsv.h
7825 ____________________________________________________________________________
7826 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
7827         Log: The metaconfig unit change for #11705.
7828      Branch: metaconfig/U/perl
7829            ! Extensions.U
7830 ____________________________________________________________________________
7831 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
7832         Log: Allow the threads extension to be found if present.
7833      Branch: perl
7834            ! Configure
7835 ____________________________________________________________________________
7836 [ 11704] By: nick                                  on 2001/08/17  11:47:54
7837         Log: Mail -> change script (pre-alpha)
7838      Branch: perl
7839            + Porting/apply
7840 ____________________________________________________________________________
7841 [ 11703] By: sky                                   on 2001/08/17  07:11:24
7842         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
7843              Thanks to Tom Hospel for pointing out my error.
7844      Branch: perl
7845            ! op.h
7846 ____________________________________________________________________________
7847 [ 11702] By: sky                                   on 2001/08/17  04:18:11
7848         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.
7849      Branch: perl
7850            ! embed.pl miniperlmain.c perl.c perl.h proto.h
7851 ____________________________________________________________________________
7852 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
7853         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
7854              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
7855      Branch: perl
7856            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7857            + lib/Lingua/KO/Hangul/Util/README
7858            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
7859            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7860            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7861            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
7862            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
7863            + lib/Unicode/Normalize/t/test.t
7864            ! MANIFEST
7865 ____________________________________________________________________________
7866 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
7867         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
7868              Date: Thu, 16 Aug 2001 22:46:15 -0500
7869              From: "Craig A. Berry" <craigberry@mac.com>
7870              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
7871      Branch: perl
7872            ! configure.com numeric.c
7873 ____________________________________________________________________________
7874 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
7875         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
7876              of the usual suspects (like getpwent) but not for others
7877              (like localtime and rand).  The _r versions are available
7878              for all of them, so let's use them.
7879      Branch: perl
7880            ! perl.h
7881 ____________________________________________________________________________
7882 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
7883         Log: (Accidental apply; thankfully empty.)
7884      Branch: perl
7885            ! hints/os390.sh
7886 ____________________________________________________________________________
7887 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
7888         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
7889              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7890              Date: Thu, 16 Aug 2001 16:27:49 +0100
7891              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
7892      Branch: perl
7893            ! regexec.c t/op/re_tests
7894 ____________________________________________________________________________
7895 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
7896         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
7897              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7898              Date: Thu, 16 Aug 2001 18:50:01 +0100
7899              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
7900      Branch: perl
7901            ! pp_hot.c t/op/pat.t
7902 ____________________________________________________________________________
7903 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
7904         Log: Subject: [PATCH] *time_r again
7905              From: "Arthur Bergman" <arthur@contiller.se>
7906              Date: Thu, 16 Aug 2001 16:01:54 +0200
7907              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
7908      Branch: perl
7909            ! op.h
7910 ____________________________________________________________________________
7911 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
7912         Log: system() and backtick error handling cleanup from Craig A. Berry.
7913      Branch: perl
7914            ! vms/vms.c
7915 ____________________________________________________________________________
7916 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
7917         Log: change#10334 leaks memory, copies string when it doesn't
7918              need to
7919      Branch: perl
7920            ! perl.c
7921 ____________________________________________________________________________
7922 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
7923         Log: One more twist to the sprintf + utf8 testing.
7924      Branch: perl
7925            ! t/op/misc.t
7926 ____________________________________________________________________________
7927 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
7928         Log: Fix for 20010407.008 sprintf removes utf8-ness.
7929      Branch: perl
7930            ! pp.c t/op/misc.t
7931 ____________________________________________________________________________
7932 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
7933         Log: Subject: [PATCH] *time_r fixes
7934              From: "Arthur Bergman" <arthur@contiller.se>
7935              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
7936              Date: Thu, 16 Aug 2001 14:22:27 +0200
7937      Branch: perl
7938            ! op.h
7939 ____________________________________________________________________________
7940 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
7941         Log: Upgrade to CGI.pm 2.77.
7942      Branch: perl
7943            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
7944            ! lib/CGI/t/function.t
7945 ____________________________________________________________________________
7946 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
7947         Log: Document the bytes-to-Unicode upgrading.
7948      Branch: perl
7949            ! pod/perlunicode.pod
7950 ____________________________________________________________________________
7951 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
7952         Log: Add a test for Unicode sprintf.
7953      Branch: perl
7954            ! t/op/misc.t
7955 ____________________________________________________________________________
7956 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
7957         Log: Add Unicode tests for index/rindex.
7958      Branch: perl
7959            ! t/op/index.t
7960 ____________________________________________________________________________
7961 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
7962         Log: Document a bit the art of minimizing the installation,
7963              based on the p5p discussion.
7964      Branch: perl
7965            ! INSTALL
7966 ____________________________________________________________________________
7967 [ 11684] By: nick                                  on 2001/08/15  15:03:31
7968         Log: Integrate mainline
7969      Branch: perlio
7970           +> sharedsv.c sharedsv.h
7971           !> (integrate 53 files)
7972 ____________________________________________________________________________
7973 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
7974         Log: Update Changes.
7975      Branch: perl
7976            ! Changes patchlevel.h
7977 ____________________________________________________________________________
7978 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
7979         Log: The #11673 necessitated a test tweak.
7980      Branch: perl
7981            ! t/io/utf8.t
7982 ____________________________________________________________________________
7983 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
7984         Log: Also UNICOS is in the general case unable to silently
7985              handle fp overflows.
7986      Branch: perl
7987            ! numeric.c
7988 ____________________________________________________________________________
7989 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
7990         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
7991              NV_EPSILON #defined.
7992      Branch: perl
7993            ! perl.h
7994 ____________________________________________________________________________
7995 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
7996         Log: Re-establish the fp overflow detection for VAX VMS; there
7997              is no easy way to have the IEEE fp silent overflow semantics.
7998              (in Alpha VMS we still will use IEEE fp by default-- but it
7999              is still possible to configure Perl to use G_FLOAT)
8000      Branch: perl
8001            ! numeric.c
8002 ____________________________________________________________________________
8003 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
8004         Log: Subject: [PATCH] pp_lock 
8005              From: "Arthur Bergman" <arthur@contiller.se>
8006              Date: Wed, 15 Aug 2001 11:52:16 +0200
8007              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
8008      Branch: perl
8009            ! pp.c
8010 ____________________________________________________________________________
8011 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
8012         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
8013              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8014              Date: Wed, 15 Aug 2001 11:32:11 +0100
8015              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
8016      Branch: perl
8017            ! regcomp.c t/op/re_tests
8018 ____________________________________________________________________________
8019 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
8020         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
8021              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8022              Date: Wed, 15 Aug 2001 10:33:49 +0100
8023              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
8024      Branch: perl
8025            ! regexec.c t/op/re_tests
8026 ____________________________________________________________________________
8027 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
8028         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
8029              From: Barrie Slaymaker <barries@slaysys.com>
8030              Date: Tue, 14 Aug 2001 14:32:25 -0400
8031              Message-ID: <20010814143225.A19822@jester.slaysys.com>
8032      Branch: perl
8033            ! lib/File/Spec.t lib/File/Spec/Unix.pm
8034 ____________________________________________________________________________
8035 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
8036         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
8037              From: Peter Prymmer <pvhp@forte.com>
8038              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
8039              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
8040      Branch: perl
8041            ! README.vms configure.com
8042 ____________________________________________________________________________
8043 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
8044         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
8045              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8046              Date: Tue, 14 Aug 2001 21:23:27 +0200
8047              Message-ID: <20010814212327.A1919@rafael>
8048      Branch: perl
8049            ! doio.c
8050 ____________________________________________________________________________
8051 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
8052         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
8053              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8054              Date: Tue, 14 Aug 2001 22:30:11 +0200
8055              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
8056              
8057              Combination of nmake, quoting, and Perl expanded $( in here-doc.
8058      Branch: perl
8059            ! ext/SDBM_File/Makefile.PL
8060 ____________________________________________________________________________
8061 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
8062         Log: Todo updates.
8063      Branch: perl
8064            ! pod/perltodo.pod
8065 ____________________________________________________________________________
8066 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
8067         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
8068              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8069              Date: Mon, 13 Aug 2001 23:15:01 +0200
8070              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
8071      Branch: perl
8072            ! sv.c
8073 ____________________________________________________________________________
8074 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
8075         Log: Subject: [PATCH] [b-]showlex.t
8076              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8077              Date: Sun, 12 Aug 2001 22:24:51 +0200
8078              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
8079              
8080              The 4nt command shell will expand the % in command line
8081              no matter what quoting is attempted, changed the % to @.
8082      Branch: perl
8083            ! ext/B/Showlex.t
8084 ____________________________________________________________________________
8085 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
8086         Log: Subject: [PATCH] magic.t
8087              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
8088              Date: Sun, 12 Aug 2001 20:49:27 +0200
8089              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
8090      Branch: perl
8091            ! t/op/magic.t
8092 ____________________________________________________________________________
8093 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
8094         Log: Add sharedsv* to the DOSish platforms; plus add
8095              some WinCE files to the list of DOSish files.
8096      Branch: perl
8097            ! NetWare/Makefile Porting/makerel win32/Makefile
8098            ! win32/makefile.mk wince/Makefile.ce
8099 ____________________________________________________________________________
8100 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
8101         Log: More DOSish files.
8102      Branch: perl
8103            ! Porting/makerel
8104 ____________________________________________________________________________
8105 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
8106         Log: Strip CRs from the WinCE files.  Now we need to
8107              figure out in which CRs are really needed: probably
8108              Makefile.ce and the README files, at least, probably
8109              also the registry.bat.
8110      Branch: perl
8111            ! wince/Makefile.ce wince/README.compile wince/README.perlce
8112            ! wince/config.h wince/include/cectype.h wince/include/errno.h
8113            ! wince/include/sys/stat.h wince/include/sys/types.h
8114            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
8115            ! wince/perldll.def wince/registry.bat wince/wince.h
8116            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
8117 ____________________________________________________________________________
8118 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
8119         Log: Add some files to DOSish and writables.
8120      Branch: perl
8121            ! Porting/makerel
8122 ____________________________________________________________________________
8123 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
8124         Log: Compile failure message tidying.
8125      Branch: perl
8126            ! t/lib/1_compile.t
8127 ____________________________________________________________________________
8128 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
8129         Log: The new sharedsv* should be exported only if usethreads.
8130      Branch: perl
8131            ! makedef.pl
8132 ____________________________________________________________________________
8133 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
8134         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
8135              From: Peter Prymmer <pvhp@forte.com>
8136              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
8137              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
8138      Branch: perl
8139            ! README.os390
8140 ____________________________________________________________________________
8141 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
8142         Log: Update Changes.
8143      Branch: perl
8144            ! Changes patchlevel.h
8145 ____________________________________________________________________________
8146 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
8147         Log: Subject: [PATHC] sharedsv.[c|h]
8148              From: "Artur Bergman" <artur@contiller.se>
8149              Date: Mon, 13 Aug 2001 14:38:41 +0200
8150              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
8151              
8152              Subject: [PATCH] embed.pl
8153              From: Arthur Bergman <arthur@contiller.se>
8154              Date: Mon, 13 Aug 2001 14:38:14 +0200
8155              Message-ID: <B79D96D6.3088%arthur@contiller.se>
8156              
8157              Subject: [PATCH] sharedsv cleanups
8158              From: "Arthur Bergman" <arthur@contiller.se>
8159              Date: Mon, 13 Aug 2001 15:14:25 +0200
8160              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
8161              
8162              Plus few tweaks: _init needs to be Adp, the prototypes
8163              should not be revealed unless using ithreads, #endif FOO
8164              must be #endif /* FOO */, adding (parentheses) around
8165              do { } while doesn't work too well.
8166      Branch: perl
8167            + sharedsv.c sharedsv.h
8168            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
8169            ! perl.h perlapi.c pod/perlapi.pod proto.h
8170 ____________________________________________________________________________
8171 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
8172         Log: Subject: Re: END {} blocks run in perl_run
8173              From: Arthur Bergman <arthur@contiller.se>
8174              Date: Mon, 13 Aug 2001 11:11:30 +0200
8175              Message-ID: <B79D6661.3068%arthur@contiller.se>
8176      Branch: perl
8177            ! perl.c
8178 ____________________________________________________________________________
8179 [ 11657] By: nick                                  on 2001/08/13  09:03:02
8180         Log: Integrate mainline
8181      Branch: perlio
8182           +> (branch 326 files)
8183            - (delete 330 files)
8184           !> (integrate 85 files)
8185 ____________________________________________________________________________
8186 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
8187         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
8188              and the Perl will be built to do that by default (adding that
8189              will break scripts having non-UTF-8 binary data, such as Latin-1.)
8190      Branch: perl
8191            ! op.c toke.c utf8.h
8192 ____________________________________________________________________________
8193 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
8194         Log: Unnecessary downgrades.
8195      Branch: perl
8196            ! doop.c
8197 ____________________________________________________________________________
8198 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
8199         Log: Failure not true anymore (probably caused by my broken setup).
8200      Branch: perl
8201            ! t/op/pat.t
8202 ____________________________________________________________________________
8203 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
8204         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
8205              stopped working).
8206      Branch: perl
8207            ! op.h pp_ctl.c regcomp.c
8208 ____________________________________________________________________________
8209 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
8210         Log: There is no IN_UTF8.
8211      Branch: perl
8212            ! utf8.h
8213 ____________________________________________________________________________
8214 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
8215         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
8216      Branch: perl
8217            ! op.c op.h pp_ctl.c regcomp.c
8218 ____________________________________________________________________________
8219 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
8220         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
8221              and a test tweak.
8222      Branch: perl
8223            ! op.c t/pod/find.t
8224 ____________________________________________________________________________
8225 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
8226         Log: Todo updates and fixes.
8227      Branch: perl
8228            ! pod/perltodo.pod
8229 ____________________________________________________________________________
8230 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
8231         Log: Mark tests (and one module) having explicit Latin-1
8232              (and one file having explicit UTF-8) with an explicit
8233              'no utf8' (and one explicit 'use utf8').
8234              
8235              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
8236      Branch: perl
8237            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
8238            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
8239            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
8240 ____________________________________________________________________________
8241 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
8242         Log: Subject: SV: END {} blocks run in perl_run
8243              From: "Arthur Bergman" <arthur@contiller.se>
8244              Date: Sun, 12 Aug 2001 00:34:28 +0200 
8245              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
8246      Branch: perl
8247            ! miniperlmain.c perl.c
8248 ____________________________________________________________________________
8249 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
8250         Log: Typos in #11645.
8251      Branch: perl
8252            ! perl.h
8253 ____________________________________________________________________________
8254 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
8255         Log: On ithreads default to use_reentrant except on naturally
8256              threadsafe platforms.
8257      Branch: perl
8258            ! perl.h
8259 ____________________________________________________________________________
8260 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
8261         Log: (Hopefully) a fix for 20010723.004: make install needs
8262              write permission in build directory.  The problem was
8263              probably caused by overeager sprinkling of the lib/re.pm
8264              dependencies (which was done to guarantee lib/re.pm being
8265              uptodate for parallel makes: now solved by funneling that
8266              through an explicit recursive make in the preplibrary target).
8267      Branch: perl
8268            ! Makefile.SH
8269 ____________________________________________________________________________
8270 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
8271         Log: Dispell the "use utf8" superstition.
8272      Branch: perl
8273            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
8274            ! pod/perlunicode.pod
8275 ____________________________________________________________________________
8276 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
8277         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
8278              From: "Abigail" <abigail@foad.org> 
8279              Date: Sat, 11 Aug 2001 23:49:49 +0200
8280              Message-ID: <20010811214950.23255.qmail@foad.org>
8281      Branch: perl
8282            ! t/op/taint.t
8283 ____________________________________________________________________________
8284 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
8285         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
8286              From: Abhijit Menon-Sen <ams@wiw.org>
8287              Date: Sat, 11 Aug 2001 06:18:19 +0530
8288              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
8289      Branch: perl
8290            ! mg.c
8291 ____________________________________________________________________________
8292 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
8293         Log: Test for change #11639.
8294      Branch: perl
8295            ! t/op/tiehandle.t
8296 ____________________________________________________________________________
8297 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
8298         Log: Subject: Re: Can't localize *FH, then tie it
8299              From: Abhijit Menon-Sen <ams@wiw.org>
8300              Date: Sun, 12 Aug 2001 16:08:06 +0530
8301              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
8302      Branch: perl
8303            ! pp_hot.c pp_sys.c
8304 ____________________________________________________________________________
8305 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
8306         Log: Drop all the unnecessary "use utf8" clauses and some of
8307              the unnecessary "use bytes" ones.
8308              
8309              TODO: scour the documentation for unnecessary "use utf8"
8310              and prominently display it in perldelta when the time comes.
8311              ("use utf8" should be necessary ONLY if one wants the script
8312              to be in UTF-8.)  Also should be checked in some non-ASCII
8313              non-Latin-1 platform, like EBCDIC.
8314      Branch: perl
8315            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
8316            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
8317 ____________________________________________________________________________
8318 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
8319         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
8320              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
8321              in Unicode handling.
8322      Branch: perl
8323            + t/op/lc.t
8324            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
8325 ____________________________________________________________________________
8326 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
8327         Log: Thinko: we want the flags for native cc, not gcc.
8328      Branch: perl
8329            ! hints/dec_osf.sh
8330 ____________________________________________________________________________
8331 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
8332         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
8333              From: Robin Houston <robin@kitsite.com>
8334              Date: Fri, 10 Aug 2001 14:42:02 +0100
8335              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
8336      Branch: perl
8337            ! pp.c
8338 ____________________________________________________________________________
8339 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
8340         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
8341              From: Abhijit Menon-Sen <ams@wiw.org>
8342              Date: Sat, 11 Aug 2001 16:31:04 +0530
8343              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
8344      Branch: perl
8345            ! op.c
8346 ____________________________________________________________________________
8347 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
8348         Log: Get rid of indread, from Abhijit Menon-Sen.
8349      Branch: perl
8350            ! pp_sys.c
8351 ____________________________________________________________________________
8352 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
8353         Log: CRLFgngngn.
8354      Branch: perl
8355            ! win32/Makefile win32/makefile.mk
8356 ____________________________________________________________________________
8357 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
8358         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
8359      Branch: perl
8360            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
8361            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
8362            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
8363            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
8364            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
8365            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
8366            ! win32/Makefile win32/makefile.mk
8367 ____________________________________________________________________________
8368 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
8369         Log: Avoid #elif (less portable than #else #if).
8370      Branch: perl
8371            ! handy.h
8372 ____________________________________________________________________________
8373 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
8374         Log: Subject: patch for perlvar.pod
8375              From: mah@everybody.org (Mark A. Hershberger)
8376              Date: 08 Aug 2001 17:03:16 -0500
8377              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
8378      Branch: perl
8379            ! pod/perlvar.pod
8380 ____________________________________________________________________________
8381 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
8382         Log: cpp commands must start (the # must be) at the column #0.
8383      Branch: perl
8384            ! op.c
8385 ____________________________________________________________________________
8386 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
8387         Log: If using gcc -B/foo/bar makedepend would give
8388              unnecessary warnings about unused -B/foo/bar.
8389      Branch: perl
8390            ! makedepend.SH
8391 ____________________________________________________________________________
8392 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
8393         Log: Update Changes.
8394      Branch: perl
8395            ! Changes patchlevel.h
8396 ____________________________________________________________________________
8397 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
8398         Log: s/z/tz/
8399      Branch: perl
8400            ! pod/perlfaq2.pod
8401 ____________________________________________________________________________
8402 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
8403         Log: Article nit.
8404      Branch: perl
8405            ! pod/perlfaq2.pod
8406 ____________________________________________________________________________
8407 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
8408         Log: Rename lib/unicode files to lib/unicore to avoid
8409              conflicts between core lib/unicode and Unicode::
8410              files in case-ignoring filesystems.
8411      Branch: perl
8412            + (add 325 files)
8413            - (delete 324 files)
8414            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
8415 ____________________________________________________________________________
8416 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
8417         Log: Upgrade to Math::BigInt 1.41.
8418      Branch: perl
8419            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
8420 ____________________________________________________________________________
8421 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
8422         Log: Subject: [PATCH] remove PL_na from typemap
8423              From: James <james@rf.net>
8424              Date: Mon, 06 Aug 2001 20:23:15 -0700
8425              Message-ID: <3B6F5F23.A31A81B1@rf.net>
8426              
8427              (had to be manually applied)
8428      Branch: perl
8429            ! lib/ExtUtils/typemap
8430 ____________________________________________________________________________
8431 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
8432         Log: The metaconfig unit changes for #11618.
8433      Branch: metaconfig/U/perl
8434            + d_fpclassl.U i_fp.U
8435 ____________________________________________________________________________
8436 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
8437         Log: Forgot this from #11618.
8438              
8439              NOTE: wince/config_H.ce needs updating.
8440      Branch: perl
8441            ! wince/config.ce
8442 ____________________________________________________________________________
8443 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
8444         Log: Introduce more floating point classifying APIs;
8445              try to define (most importantly) Perl_is{inf,nan}(x).
8446              
8447              For this first cut, assume none such APIs exist in non-UNIXoid
8448              platforms-- this is of course too unkind: Win32 rumoredly has
8449              _fpclass() and _isnan(), and VMS/VOS very probably have some
8450              of the APIs available.     The only thing Perl uses at the moment
8451              is Perl_isnan() (has been in use for a while now).
8452              
8453              NOTE: the Win32 and NetWare config_h.?c need regenerating.
8454      Branch: perl
8455            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
8456            ! Porting/config_H config_h.SH configure.com epoc/config.sh
8457            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
8458            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8459            ! vos/config.ga.h win32/config.bc win32/config.gc
8460            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8461            ! win32/config_H.vc wince/config.ce wince/config.h
8462 ____________________________________________________________________________
8463 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
8464         Log: Integrate change #11519 from perlio:
8465              
8466              Avoid testing for (non-)existance of "encoding(xxxx)"
8467              layer is called "encoding" the (xxxx) is an argument.
8468      Branch: perl
8469           !> lib/open.pm
8470 ____________________________________________________________________________
8471 [ 11616] By: nick                                  on 2001/08/09  07:50:24
8472         Log: Integrate mainline
8473      Branch: perlio
8474           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
8475           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
8476           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
8477           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
8478            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
8479            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
8480           !> (integrate 79 files)
8481 ____________________________________________________________________________
8482 [ 11615] By: nick                                  on 2001/08/09  06:23:44
8483         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
8484              layer is called "encoding" the (xxxx) is an argument.
8485      Branch: perlio
8486            ! lib/open.pm
8487 ____________________________________________________________________________
8488 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
8489         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
8490              From: Paul Johnson <paul@pjcj.net>
8491              Date: Wed, 8 Aug 2001 23:54:17 +0200
8492              Message-ID: <20010808235417.O1006@pjcj.net>
8493      Branch: perl
8494            ! ext/B/B/Concise.pm
8495 ____________________________________________________________________________
8496 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
8497         Log: Make VMS use IEEE math by default; reorder Tru64 hints
8498              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
8499              exception semantics) is always set if using (the new) cc.
8500      Branch: perl
8501            ! configure.com hints/dec_osf.sh
8502 ____________________________________________________________________________
8503 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
8504         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
8505              From: Abhijit Menon-Sen <ams@wiw.org>
8506              Date: Tue, 7 Aug 2001 17:16:05 +0530
8507              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
8508      Branch: perl
8509            ! pp_sys.c
8510 ____________________________________________________________________________
8511 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
8512         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
8513              From: "Craig A. Berry" <craigberry@mac.com>
8514              Date: Tue, 07 Aug 2001 22:27:47 -0500
8515              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
8516      Branch: perl
8517            ! t/run/exit.t
8518 ____________________________________________________________________________
8519 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
8520         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
8521              From: "Craig A. Berry" <craigberry@mac.com>
8522              Date: Tue, 07 Aug 2001 20:01:53 -0500
8523              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
8524      Branch: perl
8525            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
8526 ____________________________________________________________________________
8527 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
8528         Log: Update the magazine information.
8529      Branch: perl
8530            ! pod/perlfaq2.pod
8531 ____________________________________________________________________________
8532 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
8533         Log: Ignore SIGFPE everywhere.
8534      Branch: perl
8535            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
8536 ____________________________________________________________________________
8537 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
8538         Log: With permission, change the licensing of the docs by
8539              TomC (and Gnat) to comply with the rest of Perl.
8540      Branch: perl
8541            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8542            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8543            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8544            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
8545            ! pod/perltootc.pod
8546 ____________________________________________________________________________
8547 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
8548         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
8549              From: Andy Dougherty <doughera@lafayette.edu>
8550              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
8551              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
8552      Branch: perl
8553            ! hints/openbsd.sh
8554 ____________________________________________________________________________
8555 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
8556         Log: Subject: [PATCH] Makefile.SH test_prep dependency
8557              From: Andy Dougherty <doughera@lafayette.edu>
8558              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
8559              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
8560      Branch: perl
8561            ! Makefile.SH
8562 ____________________________________________________________________________
8563 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
8564         Log: Don't autogenerate the headers et alia,
8565              make regen_headers explicitly.
8566      Branch: perl
8567            ! Makefile.SH
8568 ____________________________________________________________________________
8569 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
8570         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
8571              From: Gurusamy Sarathy <gsar@ActiveState.com> 
8572              Date: Tue, 07 Aug 2001 08:33:26 -0700
8573              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
8574              
8575              Unnecessary dependency.
8576      Branch: perl
8577            ! embed.pl
8578 ____________________________________________________________________________
8579 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
8580         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
8581              From: Abhijit Menon-Sen <ams@wiw.org>
8582              Date: Tue, 7 Aug 2001 09:10:54 +0530
8583              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
8584      Branch: perl
8585            ! pp_hot.c
8586 ____________________________________________________________________________
8587 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
8588         Log: Subject: [PATCH perl@11597] B && BEGIN handling
8589              From: "James A. Duncan" <jduncan@fotango.com>
8590              Date: Mon, 6 Aug 2001 17:29:11 +0100
8591              Message-ID: <20010806172911.A2071@fotango.com>
8592              
8593              (the intrpvar.h addition moved to the end for bincompat)
8594      Branch: perl
8595            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
8596 ____________________________________________________________________________
8597 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
8598         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
8599      Branch: perl
8600           !> README.win32
8601 ____________________________________________________________________________
8602 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
8603         Log: fix URLs for fcrypt.c
8604      Branch: maint-5.6/perl
8605            ! README.win32
8606 ____________________________________________________________________________
8607 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
8608         Log: Yet another way to say Infinity: HP-UX calls its "++".
8609      Branch: perl
8610            ! lib/Math/BigInt/t/bigintpm.t
8611 ____________________________________________________________________________
8612 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
8613         Log: Update Changes.
8614      Branch: perl
8615            ! Changes patchlevel.h
8616 ____________________________________________________________________________
8617 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
8618         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
8619      Branch: perl
8620            ! pod/perlfaq5.pod
8621 ____________________________________________________________________________
8622 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
8623         Log: The #11593 wasn't right.
8624      Branch: perl
8625            ! lib/Math/BigInt/t/bigintpm.t
8626 ____________________________________________________________________________
8627 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
8628         Log: Subject: [PATCH: perl@11564] introducing perlivp
8629              From: Prymmer/Kahn <pvhp@best.com>
8630              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
8631              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
8632              
8633              Subject: Re: [PATCH: perl@11564] introducing perlivp
8634              From: Prymmer/Kahn <pvhp@best.com>
8635              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
8636              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
8637      Branch: perl
8638            + utils/perlivp.PL
8639            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
8640            ! win32/Makefile win32/makefile.mk
8641 ____________________________________________________________________________
8642 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
8643         Log: libcs are confused what to call Infinity.
8644      Branch: perl
8645            ! lib/Math/BigInt/t/bigintpm.t
8646 ____________________________________________________________________________
8647 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
8648         Log: Avoid SIGFPE in Tru64.
8649      Branch: perl
8650            ! numeric.c
8651 ____________________________________________________________________________
8652 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
8653         Log: Upgrade to Math::BigInt 1.40.
8654              
8655              NOTE: this patch necessitates doing something about
8656              infinity handling since the new bigintpm.t tests use
8657              infinity, which causes SIGFPEs at least in Tru64.
8658      Branch: perl
8659            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8660            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8661            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
8662            ! lib/Math/BigInt/t/mbimbf.t
8663 ____________________________________________________________________________
8664 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
8665         Log: remove hardcoded cmd shell in testsuite
8666      Branch: perl
8667            ! t/op/glob.t t/op/magic.t t/op/stat.t
8668 ____________________________________________________________________________
8669 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
8670         Log: 4-arg select() was busted on windows because change#8178 didn't
8671              make it into mainline
8672      Branch: perl
8673            ! perl.h win32/include/sys/socket.h
8674 ____________________________________________________________________________
8675 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
8676         Log: Rename the Getopt::Long tests to be as they are
8677              in the Getopt::Long official distribution.
8678      Branch: perl
8679            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
8680            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
8681            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
8682            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
8683            ! MANIFEST
8684 ____________________________________________________________________________
8685 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
8686         Log: Upgrade to Getopt::Long 2.26.
8687      Branch: perl
8688            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
8689            ! MANIFEST lib/Getopt/Long.pm
8690 ____________________________________________________________________________
8691 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
8692         Log: Retract #10874 (the hack should be unnecessary by now)
8693      Branch: perl
8694            ! lib/Test/Harness.pm
8695 ____________________________________________________________________________
8696 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
8697         Log: avoid temp file littering in tests
8698      Branch: perl
8699            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
8700 ____________________________________________________________________________
8701 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
8702         Log: Subject: warning in sv.c: double format, NV arg
8703              From: "Philip Newton" <Philip.Newton@gmx.net>
8704              Date: Sun, 5 Aug 2001 19:41:07 +0200
8705              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
8706      Branch: perl
8707            ! sv.c
8708 ____________________________________________________________________________
8709 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
8710         Log: fix POSIX.t#13 for windos
8711      Branch: perl
8712            ! ext/POSIX/POSIX.t
8713 ____________________________________________________________________________
8714 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
8715         Log: Add a test for PerlIO::Via.
8716      Branch: perl
8717            + ext/PerlIO/t/via.t
8718            ! MANIFEST ext/PerlIO/Via/Via.pm
8719 ____________________________________________________________________________
8720 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
8721         Log: flock() and link() are not available on Windows 9x
8722      Branch: perl
8723            ! win32/config_sh.PL
8724 ____________________________________________________________________________
8725 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
8726         Log: Some Tru64 C compilers have C++ components that confuse
8727              the ccversion parsing.
8728      Branch: perl
8729            ! hints/dec_osf.sh
8730 ____________________________________________________________________________
8731 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
8732         Log: (Reintroduce #11125)
8733              
8734              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
8735              From: Alan Burlison <Alan.Burlison@sun.com> 
8736              Date: Tue, 03 Jul 2001 15:20:13 +0100   
8737              Message-ID: <3B41D49D.A923D4F9@sun.com> 
8738      Branch: perl
8739            ! lib/ExtUtils/MM_Unix.pm
8740 ____________________________________________________________________________
8741 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
8742         Log: Little pointer juggling for HP-UX cc to avoid
8743              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
8744              followed by
8745              "error 1549: Modifiable lvalue required for assignment operator."
8746      Branch: perl
8747            ! hv.c
8748 ____________________________________________________________________________
8749 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
8750         Log: Continuation of #11575: SANY_SEEN completely deprecated,
8751              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
8752              plus a fix for the bug.
8753      Branch: perl
8754            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
8755 ____________________________________________________________________________
8756 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
8757         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
8758              From: Doug MacEachern <dougm@covalent.net>
8759              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
8760              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
8761      Branch: perl
8762            ! sv.c
8763 ____________________________________________________________________________
8764 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
8765         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
8766              the new CANY is the \C.  The problem reported and the
8767              test case supplied in
8768              
8769              Subject: UTF-8 bugs in string length & single line regex matches
8770              From: "Daniel P. Berrange" <dan@berrange.com>
8771              Date: Fri, 3 Aug 2001 11:39:33 +0100
8772              Message-ID: <20010803113932.A19318@berrange.com>
8773      Branch: perl
8774            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
8775            ! t/op/pat.t
8776 ____________________________________________________________________________
8777 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
8778         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
8779              From: Doug MacEachern <dougm@covalent.net>
8780              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
8781              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
8782      Branch: perl
8783            ! perl.c regexec.c
8784 ____________________________________________________________________________
8785 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
8786         Log: The #11572 didn't up the test count.
8787      Branch: perl
8788            ! t/op/length.t
8789 ____________________________________________________________________________
8790 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
8791         Log: Subject: UTF-8 bugs in string length & single line regex matches
8792              From: "Daniel P. Berrange" <dan@berrange.com>
8793              Date: Fri, 3 Aug 2001 11:39:33 +0100         
8794              Message-ID: <20010803113932.A19318@berrange.com>
8795              
8796              (the mg_length() fix)
8797      Branch: perl
8798            ! mg.c t/op/length.t
8799 ____________________________________________________________________________
8800 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
8801         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8802              From: Abhijit Menon-Sen <ams@wiw.org>
8803              Date: Sat, 4 Aug 2001 16:56:35 +0530
8804              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
8805      Branch: perl
8806            ! hv.c
8807 ____________________________________________________________________________
8808 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
8809         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8810              From: Abhijit Menon-Sen <ams@wiw.org>
8811              Date: Sat, 4 Aug 2001 16:16:03 +0530
8812              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
8813      Branch: perl
8814            ! hv.c
8815 ____________________________________________________________________________
8816 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
8817         Log: Subject: Re: [patch] refcount re ops
8818              From: Abhijit Menon-Sen <ams@wiw.org>
8819              Date: Sat, 4 Aug 2001 08:54:55 +0530
8820              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
8821      Branch: perl
8822            ! sv.c
8823 ____________________________________________________________________________
8824 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
8825         Log: Subject: [patch] refcount re ops
8826              From: Doug MacEachern <dougm@covalent.net>
8827              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
8828              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
8829      Branch: perl
8830            ! regcomp.c sv.c
8831 ____________________________________________________________________________
8832 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
8833         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
8834              From: Doug MacEachern <dougm@covalent.net>
8835              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
8836              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
8837      Branch: perl
8838            ! perl.c regexec.c
8839 ____________________________________________________________________________
8840 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
8841         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
8842              From: "Craig A. Berry" <craigberry@mac.com> 
8843              Date: Fri, 03 Aug 2001 16:16:16 -0500
8844              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
8845      Branch: perl
8846            ! t/op/misc.t
8847 ____________________________________________________________________________
8848 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
8849         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
8850              From: John Kristian <jmk2001@engineer.com>
8851              Date: Fri, 03 Aug 2001 00:59:08 -0700
8852              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
8853      Branch: perl
8854            ! win32/win32.c
8855 ____________________________________________________________________________
8856 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
8857         Log: Update Changes.
8858      Branch: perl
8859            ! Changes patchlevel.h
8860 ____________________________________________________________________________
8861 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
8862         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
8863              From: "Craig A. Berry" <craigberry@mac.com>
8864              Date: Thu, 02 Aug 2001 23:15:24 -0500
8865              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
8866      Branch: perl
8867            ! ext/B/Stash.t
8868 ____________________________________________________________________________
8869 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
8870         Log: Subject: [patch] plug PL_cshname leak
8871              From: Doug MacEachern <dougm@covalent.net>
8872              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
8873              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
8874      Branch: perl
8875            ! sv.c
8876 ____________________________________________________________________________
8877 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
8878         Log: Subject: [patch] plug PL_sh_path leak
8879              From: Doug MacEachern <dougm@covalent.net>
8880              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
8881              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
8882      Branch: perl
8883            ! sv.c
8884 ____________________________________________________________________________
8885 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
8886         Log: Subject: [patch] plug PL_regex_padav leaks
8887              From: Doug MacEachern <dougm@covalent.net>
8888              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
8889              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
8890      Branch: perl
8891            ! op.c op.h perl.c
8892 ____________________________________________________________________________
8893 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
8894         Log: Subject: [patch] plug PL_origargv leak
8895              From: Doug MacEachern <dougm@covalent.net>
8896              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
8897              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
8898      Branch: perl
8899            ! perl.c
8900 ____________________________________________________________________________
8901 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
8902         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8903              From: Abhijit Menon-Sen <ams@wiw.org>
8904              Date: Fri, 3 Aug 2001 06:38:11 +0530
8905              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
8906      Branch: perl
8907            ! hv.c
8908 ____________________________________________________________________________
8909 [ 11557] By: nick                                  on 2001/08/03  08:17:38
8910         Log: Integrate mainline
8911      Branch: perlio
8912           +> (branch 47 files)
8913            - lib/Switch/test.pl
8914           !> (integrate 49 files)
8915 ____________________________________________________________________________
8916 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
8917         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
8918              From: "Craig A. Berry" <craigberry@mac.com>
8919              Date: Thu, 02 Aug 2001 12:56:19 -0500
8920              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
8921      Branch: perl
8922            ! ext/B/Showlex.t
8923 ____________________________________________________________________________
8924 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
8925         Log: Be more careful about non-existent files.
8926      Branch: perl
8927            ! lib/File/Copy.pm
8928 ____________________________________________________________________________
8929 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
8930         Log: Subject: [PATCH resend] deparse empty formats
8931              From: Robin Houston <robin@kitsite.com> 
8932              Date: Thu, 2 Aug 2001 14:32:36 +0100
8933              Message-ID: <20010802143236.A894@robin.kitsite.com>
8934      Branch: perl
8935            ! ext/B/B/Deparse.pm
8936 ____________________________________________________________________________
8937 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
8938         Log: Subject: [patch] ithreads + refto fix improvement
8939              From: Doug MacEachern <dougm@covalent.net>
8940              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
8941              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
8942      Branch: perl
8943            ! pp.c
8944 ____________________________________________________________________________
8945 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
8946         Log: Readability nit from Abhijit.
8947      Branch: perl
8948            ! op.c
8949 ____________________________________________________________________________
8950 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
8951         Log: setproctitle() API version nit from Anton Berezin.
8952      Branch: perl
8953            ! mg.c
8954 ____________________________________________________________________________
8955 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
8956         Log: Add PerlCE to the docs.
8957      Branch: perl
8958            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8959            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8960 ____________________________________________________________________________
8961 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
8962         Log: Integrate the PerlCE (WinCE Perl) port;
8963              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
8964      Branch: perl
8965            + README.ce wince/FindExt.pm wince/Makefile.ce
8966            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
8967            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
8968            + wince/bin/search.pl wince/config.ce wince/config.h
8969            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
8970            + wince/dl_win32.xs wince/include/arpa/inet.h
8971            + wince/include/cectype.h wince/include/errno.h
8972            + wince/include/netdb.h wince/include/sys/socket.h
8973            + wince/include/sys/stat.h wince/include/sys/types.h
8974            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
8975            + wince/perl.rc wince/perldll.def wince/perllib.c
8976            + wince/perlmain.c wince/registry.bat wince/runperl.c
8977            + wince/splittree.pl wince/win32.h wince/win32iop.h
8978            + wince/win32thread.c wince/win32thread.h wince/wince.c
8979            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
8980            + wince/xdistclean.ksh wince/xmakediffs.ksh
8981            ! MANIFEST perl.c perl.h perlio.c
8982 ____________________________________________________________________________
8983 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
8984         Log: setproctitle() made simpler.  (This assumes the string is
8985              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
8986              should be used.  Note len, not len + 1.)  BSD-fu from Anton
8987              Berezin.
8988      Branch: perl
8989            ! mg.c
8990 ____________________________________________________________________________
8991 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
8992         Log: Subject: [PATCH] -Wall cleanup: op.c
8993              From: Richard Soderberg <rs@oregonnet.com>
8994              Date: Thu, 2 Aug 2001 00:17:09 -0700
8995              Message-Id: <200108020717.AAA26895@oregonnet.com>
8996              
8997              Subject: [PATCH] -Wall cleanup: sv.c
8998              From: Richard Soderberg <rs@oregonnet.com>
8999              Date: Thu, 2 Aug 2001 00:49:21 -0700
9000              Message-Id: <200108020749.AAA27492@oregonnet.com>
9001      Branch: perl
9002            ! op.c sv.c
9003 ____________________________________________________________________________
9004 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
9005         Log: Update Changes.
9006      Branch: perl
9007            ! Changes patchlevel.h
9008 ____________________________________________________________________________
9009 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
9010         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
9011              From: Doug MacEachern <dougm@covalent.net>
9012              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
9013              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
9014      Branch: perl
9015            ! op.c
9016 ____________________________________________________________________________
9017 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
9018         Log: The #11541 didn't work under threads.
9019      Branch: perl
9020            ! op.c
9021 ____________________________________________________________________________
9022 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
9023         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
9024              From: Hugo <hv@crypt.compulink.co.uk>
9025              Date: Fri, 22 Jun 2001 01:19:08 +0100 
9026              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
9027              
9028              (Skip tests if accept() failed)
9029      Branch: perl
9030            ! ext/IO/lib/IO/t/io_unix.t
9031 ____________________________________________________________________________
9032 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
9033         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
9034              From: "Stian Seeberg" <sseeberg@nimsoft.no>
9035              Date: Mon, 30 Jul 2001 12:28:07 +0200
9036              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
9037      Branch: perl
9038            ! perl.h
9039 ____________________________________________________________________________
9040 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
9041         Log: Subject: Pluggable optimizer
9042              From: Simon Cozens <simon@netthink.co.uk>
9043              Date: Wed, 1 Aug 2001 13:57:02 -0700
9044              Message-ID: <20010801135702.I10442@netthink.co.uk>
9045      Branch: perl
9046            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
9047 ____________________________________________________________________________
9048 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
9049         Log: Subject: [ID 20010801.039] perlre.pod message typo
9050              From: Autrijus Tang <autrijus@geb.elixus.org>
9051              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
9052              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
9053      Branch: perl
9054            ! pod/perlre.pod
9055 ____________________________________________________________________________
9056 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
9057         Log: Test for change #11536.
9058      Branch: perl
9059            ! t/op/tiehandle.t
9060 ____________________________________________________________________________
9061 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
9062         Log: More test fixups for #11537.
9063      Branch: perl
9064            ! t/lib/warnings/4lint t/lib/warnings/9enabled
9065 ____________________________________________________________________________
9066 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
9067         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
9068              From: Doug MacEachern <dougm@covalent.net>
9069              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
9070              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
9071      Branch: perl
9072            ! op.c t/TestInit.pm
9073 ____________________________________________________________________________
9074 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
9075         Log: Subject: [patch] ithreads + refto bug
9076              From: Doug MacEachern <dougm@covalent.net>
9077              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
9078              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
9079              
9080              (Test in change #11539)
9081      Branch: perl
9082            ! pp.c
9083 ____________________________________________________________________________
9084 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
9085         Log: Subject: [PATCH: perl@11523] fixups for t/harness
9086              From: Prymmer/Kahn <pvhp@best.com>
9087              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
9088              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
9089      Branch: perl
9090            ! t/harness
9091 ____________________________________________________________________________
9092 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
9093         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
9094              From: Prymmer/Kahn <pvhp@best.com>
9095              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
9096              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
9097      Branch: perl
9098            ! win32/Makefile win32/makefile.mk
9099 ____________________________________________________________________________
9100 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
9101         Log: Need to know the number of tests.
9102      Branch: perl
9103            ! t/run/exit.t
9104 ____________________________________________________________________________
9105 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
9106         Log: Subject: Re: new exit tests on VMS
9107              From: "Craig A. Berry" <craigberry@mac.com>
9108              Date: Tue, 31 Jul 2001 12:19:29 -0500
9109              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
9110      Branch: perl
9111            ! t/run/exit.t
9112 ____________________________________________________________________________
9113 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
9114         Log: Retract #11530 (the dTHX is needed under threads)
9115      Branch: perl
9116            ! perlio.c
9117 ____________________________________________________________________________
9118 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
9119         Log: (Retracted by #11531)
9120      Branch: perl
9121            ! perlio.c
9122 ____________________________________________________________________________
9123 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
9124         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
9125              From: Richard Soderberg <rs@crystalflame.net>
9126              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
9127              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
9128      Branch: perl
9129            ! unixish.h
9130 ____________________________________________________________________________
9131 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
9132         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
9133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9134              Date: Tue, 31 Jul 2001 05:39:09 -0400
9135              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
9136              
9137              (with a note about the case of UV being equal to long long)
9138      Branch: perl
9139            ! utils/h2xs.PL
9140 ____________________________________________________________________________
9141 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
9142         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
9143              From: "Craig A. Berry" <craigberry@mac.com>
9144              Date: Tue, 31 Jul 2001 14:57:43 -0500
9145              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
9146      Branch: perl
9147            ! t/io/fs.t
9148 ____________________________________________________________________________
9149 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
9150         Log: Fix for
9151              
9152              Subject: [ID 20010116.001] File::Copy truncates orig file 
9153              From: arbor@al37al08.telecel.pt
9154              Date: Tue, 16 Jan 2001 11:43:02 GMT
9155              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
9156              
9157              (copy($foo, $foo) would truncate $foo)
9158      Branch: perl
9159            ! lib/File/Copy.pm lib/File/Copy.t
9160 ____________________________________________________________________________
9161 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
9162         Log: Metaconfig unit change for #11524.
9163      Branch: metaconfig/U/perl
9164            ! Extras.U
9165 ____________________________________________________________________________
9166 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
9167         Log: Multiple modules didn't work; plus typo fixes.
9168      Branch: perl
9169            ! Configure
9170 ____________________________________________________________________________
9171 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
9172         Log: Update Changes.
9173      Branch: perl
9174            ! Changes patchlevel.h
9175 ____________________________________________________________________________
9176 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
9177         Log: Regen perlapi.
9178      Branch: perl
9179            ! pod/perlapi.pod
9180 ____________________________________________________________________________
9181 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
9182         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
9183              From: Dave Mitchell <davem@fdgroup.co.uk>
9184              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
9185              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
9186      Branch: perl
9187            ! sv.c
9188 ____________________________________________________________________________
9189 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
9190         Log: Regen toc.
9191      Branch: perl
9192            ! pod/perltoc.pod
9193 ____________________________________________________________________________
9194 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
9195         Log: Regen Porting stuff.
9196      Branch: perl
9197            ! Porting/Glossary Porting/config.sh Porting/config_H
9198 ____________________________________________________________________________
9199 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
9200         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
9201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9202              Date: Tue, 31 Jul 2001 05:34:38 -0400
9203              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
9204      Branch: perl
9205            ! utils/h2xs.PL
9206 ____________________________________________________________________________
9207 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
9208         Log: Metaconfig unit change for #11516. 
9209      Branch: metaconfig/U/perl
9210            ! gccvers.U
9211 ____________________________________________________________________________
9212 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
9213         Log: Add -Wall in cflags, not in Configure.
9214              (This way -Wall affects only the core and the core XS,
9215              not user modules' XS.  Concern from Paul Marquess,
9216              implementation idea from Andy Dougherty.)
9217      Branch: perl
9218            ! Configure cflags.SH
9219 ____________________________________________________________________________
9220 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
9221         Log: Metaconfig unit changes for #11514.
9222      Branch: metaconfig
9223            + U/modified/sysman.U
9224            ! U/installdirs/man1dir.U
9225 ____________________________________________________________________________
9226 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
9227         Log: Subject: Configure's detection of system manual
9228              From: Sean Dague <sean@dague.net> 
9229              Date: Sun, 13 May 2001 15:53:15 -0400
9230              Message-ID: <20010513155315.A15833@underhill.dague.net>
9231      Branch: perl
9232            ! Configure
9233 ____________________________________________________________________________
9234 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
9235         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
9236              From: Autrijus Tang <autrijus@autrijus.org> 
9237              Date: Thu, 21 Jun 2001 23:56:48 +0800
9238              Message-Id: <20010621235648.A57340@not.autrijus.org>
9239      Branch: perl
9240            ! pod/perlobj.pod
9241 ____________________________________________________________________________
9242 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
9243         Log: Subject: Typo in DB_File.pm
9244              From: "Philip Newton" <Philip.Newton@gmx.net>
9245              Date: Tue, 31 Jul 2001 06:19:35 +0200
9246              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
9247      Branch: perl
9248            ! ext/DB_File/DB_File.pm
9249 ____________________________________________________________________________
9250 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
9251         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
9252              From: "Stephen P. Potter" <spp@spotter.yi.org>
9253              Date: Wed, 30 May 2001 13:59:34 -0400
9254              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
9255      Branch: perl
9256            ! pod/perlre.pod
9257 ____________________________________________________________________________
9258 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
9259         Log: eval "format foo=" would loop indefinitely; reported in
9260              
9261              Subject: A load of old rubbish
9262              From: Mike Guy <mjtg@cam.ac.uk>
9263              Date: Mon, 14 May 2001 16:12:22 +0100
9264              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
9265              
9266              (The core dumps reported in there already fixed.)
9267      Branch: perl
9268            ! toke.c
9269 ____________________________________________________________________________
9270 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
9271         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
9272      Branch: perl
9273            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
9274            + lib/Switch/t/switch_case.t
9275            - lib/Switch/test.pl
9276            ! MANIFEST lib/Switch.pm
9277 ____________________________________________________________________________
9278 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
9279         Log: Subject: [PATCH @11505] DB_File-1.78
9280              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9281              Date: Mon, 30 Jul 2001 22:54:37 +0100
9282              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
9283      Branch: perl
9284            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9285            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9286 ____________________________________________________________________________
9287 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
9288         Log: Explain in more detail why -pipe and -fno-common are good.
9289      Branch: perl
9290            ! hints/darwin.sh
9291 ____________________________________________________________________________
9292 [ 11506] By: nick                                  on 2001/07/30  14:32:23
9293         Log: Integrate mainline
9294      Branch: perlio
9295           !> INSTALL Makefile.SH doio.c hints/darwin.sh
9296 ____________________________________________________________________________
9297 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
9298         Log: Perl hasn't been putting man pages into $prefix/lib for
9299              a long time now; pointed out by Andy Dougherty. 
9300      Branch: perl
9301            ! hints/darwin.sh
9302 ____________________________________________________________________________
9303 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
9304         Log: Document the extras Configure option.
9305      Branch: perl
9306            ! INSTALL
9307 ____________________________________________________________________________
9308 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
9309         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
9310              everywhere.
9311      Branch: perl
9312           !> doio.c
9313 ____________________________________________________________________________
9314 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
9315         Log: Doubly guard against invoking CPAN if no extras defined,
9316              pointed out by H. Merijn Brand.
9317      Branch: perl
9318            ! Makefile.SH
9319 ____________________________________________________________________________
9320 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
9321         Log: Fix O_RDONLY check to check for O_RDONLY.
9322      Branch: maint-5.6/macperl
9323            ! doio.c
9324 ____________________________________________________________________________
9325 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
9326         Log: Integrate miscellaneous changes from maint-5.6/perl.
9327      Branch: maint-5.6/macperl
9328           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
9329 ____________________________________________________________________________
9330 [ 11499] By: nick                                  on 2001/07/30  06:52:42
9331         Log: Integrate mainline
9332      Branch: perlio
9333           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
9334           +> win32/sync_ext.pl
9335            - win32/sncfnmcs.pl
9336           !> (integrate 71 files)
9337 ____________________________________________________________________________
9338 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
9339         Log: Update Changes.
9340      Branch: perl
9341            ! Changes patchlevel.h
9342 ____________________________________________________________________________
9343 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
9344         Log: Now Configure -Dextras=Foo::Bar and "make install" will
9345              fetch and install Foo::Bar.
9346      Branch: perl
9347            ! Makefile.SH
9348 ____________________________________________________________________________
9349 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
9350         Log: Metaconfig unit change for #11495.
9351      Branch: metaconfig/U/perl
9352            ! Extras.U
9353 ____________________________________________________________________________
9354 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
9355         Log: extras.make, extras.test, and extras.install make targets.
9356      Branch: perl
9357            ! Configure Makefile.SH
9358 ____________________________________________________________________________
9359 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
9360         Log: Metaconfig unit change for #11493.
9361      Branch: metaconfig/U/perl
9362            ! Extras.U
9363 ____________________________________________________________________________
9364 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
9365         Log: Better to have the list of extras in $extras than 'define'.
9366      Branch: perl
9367            ! Configure
9368 ____________________________________________________________________________
9369 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
9370         Log: The metaconfig unit change for #11490.
9371      Branch: metaconfig/U/perl
9372            + Extras.U
9373 ____________________________________________________________________________
9374 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
9375         Log: Missed from #11490 (the required dependency).
9376      Branch: perl
9377            ! Makefile.SH
9378 ____________________________________________________________________________
9379 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
9380         Log: Add the support of asking for extra modules or bundles of modules
9381              to be fetched from the CPAN and installed as a part of the Perl
9382              build process.  None of this installation is yet really done;
9383              only the list is asked, and saved away in extras.lst for
9384              the build and installation process to worry about later.
9385      Branch: perl
9386            ! Configure
9387 ____________________________________________________________________________
9388 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
9389         Log: Beginnings of better Inf and NaN support.
9390              At least toke.c and sv.c still need quite a bit of work.
9391      Branch: perl
9392            ! numeric.c perl.h
9393 ____________________________________________________________________________
9394 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
9395         Log: Top-level Makefile didn't honour OPTIMIZE.
9396      Branch: perl
9397            ! Makefile.SH
9398 ____________________________________________________________________________
9399 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
9400         Log: Update Changes.
9401      Branch: perl
9402            ! Changes patchlevel.h
9403 ____________________________________________________________________________
9404 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
9405         Log: Use Search::Dict 1.02 interface for charinfo().
9406      Branch: perl
9407            ! lib/UnicodeCD.pm
9408 ____________________________________________________________________________
9409 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
9410         Log: Now also allow transforming the read lines before comparing them.
9411              (This will help UnicodeCD.) 
9412      Branch: perl
9413            ! lib/Search/Dict.pm
9414 ____________________________________________________________________________
9415 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
9416         Log: Remove tiehandle code.
9417      Branch: perl
9418            ! lib/UnicodeCD.pm
9419 ____________________________________________________________________________
9420 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
9421         Log: Allow specifying a comparison function for Search::Dict::look().
9422      Branch: perl
9423            ! lib/Search/Dict.pm
9424 ____________________________________________________________________________
9425 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
9426         Log: Small UnicodeCD tweaks.
9427      Branch: perl
9428            ! lib/UnicodeCD.pm lib/UnicodeCD.t
9429 ____________________________________________________________________________
9430 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
9431         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
9432              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9433              Date: Tue, 24 Jul 2001 01:51:32 +0900
9434              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
9435      Branch: perl
9436            ! lib/UnicodeCD.pm lib/UnicodeCD.t
9437 ____________________________________________________________________________
9438 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
9439         Log: Subject: [PATCH] installperl
9440              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
9441              Date: Fri, 27 Jul 2001 19:05:04 -0700
9442              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
9443      Branch: perl
9444            ! installperl
9445 ____________________________________________________________________________
9446 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
9447         Log: Subject: [PATCH] Set proper compatibility versions in core
9448              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
9449              Date: Fri, 27 Jul 2001 20:01:49 -0700
9450              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
9451      Branch: perl
9452            ! Makefile.SH
9453 ____________________________________________________________________________
9454 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
9455         Log: Metaconfig unit change for #11477.
9456      Branch: metaconfig/U/perl
9457            ! dlsrc.U
9458 ____________________________________________________________________________
9459 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
9460         Log: Subject: [PATCH] Darwin: -fpic not so good
9461              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
9462              Date: Fri, 27 Jul 2001 18:57:38 -0700
9463              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
9464      Branch: perl
9465            ! Configure
9466 ____________________________________________________________________________
9467 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
9468         Log: Subject: [PATCH] Clean up Darwin hints
9469              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
9470              Date: Fri, 27 Jul 2001 19:13:15 -0700
9471              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
9472      Branch: perl
9473            ! hints/darwin.sh
9474 ____________________________________________________________________________
9475 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
9476         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
9477              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9478              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
9479              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
9480      Branch: perl
9481            ! pod/perlfunc.pod pp.c t/op/split.t
9482 ____________________________________________________________________________
9483 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
9484         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
9485              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9486              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
9487              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
9488      Branch: perl
9489            ! pod/perlvar.pod
9490 ____________________________________________________________________________
9491 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
9492         Log: Subject: [PATCH] fixes to constant.pm documentation
9493              From: Ilmari Karonen <iltzu@sci.fi>
9494              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
9495              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
9496      Branch: perl
9497            ! lib/constant.pm
9498 ____________________________________________________________________________
9499 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
9500         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
9501              From: "Philip Newton" <Philip.Newton@gmx.net>
9502              Date: Fri, 27 Jul 2001 07:51:10 +0200
9503              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
9504      Branch: perl
9505            ! pod/perlport.pod
9506 ____________________________________________________________________________
9507 [ 11471] By: nick                                  on 2001/07/26  06:23:32
9508         Log: Subject:  [PATCH] Doc fix for perlguts / threading
9509              From:  Arthur Bergman <arthur@contiller.se>
9510              Date:  Wed, 25 Jul 2001 11:28:23 +0200
9511              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
9512      Branch: perl
9513            ! pod/perlguts.pod
9514 ____________________________________________________________________________
9515 [ 11470] By: nick                                  on 2001/07/26  06:21:06
9516         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
9517              From:  Philip Newton <Philip.Newton@gmx.net>
9518              Date:  Wed, 25 Jul 2001 08:19:47 +0200
9519              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
9520      Branch: perl
9521            ! INSTALL
9522 ____________________________________________________________________________
9523 [ 11469] By: nick                                  on 2001/07/26  06:20:25
9524         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
9525              From:  Philip Newton <Philip.Newton@gmx.net>
9526              Date:  Wed, 25 Jul 2001 08:12:48 +0200
9527              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
9528      Branch: perl
9529            ! INSTALL
9530 ____________________________________________________________________________
9531 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
9532         Log: More +x.
9533      Branch: perl
9534            ! Porting/makerel
9535 ____________________________________________________________________________
9536 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
9537         Log: Update Changes.
9538      Branch: perl
9539            ! Changes patchlevel.h
9540 ____________________________________________________________________________
9541 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
9542         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
9543              From: "Philip Newton" <Philip.Newton@gmx.net>
9544              Date: Tue, 24 Jul 2001 06:45:55 +0200
9545              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
9546      Branch: perl
9547            ! os2/perlrexx.c
9548 ____________________________________________________________________________
9549 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
9550         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
9551              From: Peter Prymmer <pvhp@forte.com>
9552              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
9553              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
9554      Branch: perl
9555            ! pod/perlport.pod t/io/fs.t vms/test.com
9556 ____________________________________________________________________________
9557 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
9558         Log: Workaround on Cwd bootstrap problem.
9559      Branch: perl
9560            ! lib/ExtUtils/MakeMaker.pm
9561 ____________________________________________________________________________
9562 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
9563         Log: When in Rome, quote like the Romans do.
9564      Branch: perl
9565            ! cflags.SH
9566 ____________________________________________________________________________
9567 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
9568         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
9569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9570              Date: Mon, 23 Jul 2001 19:29:49 -0400
9571              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
9572      Branch: perl
9573            + os2/perlrexx.c
9574            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
9575            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
9576            ! t/op/write.t
9577 ____________________________________________________________________________
9578 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
9579         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
9580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9581              Date: Mon, 23 Jul 2001 18:43:42 -0400
9582              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
9583      Branch: perl
9584            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9585 ____________________________________________________________________________
9586 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
9587         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
9588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9589              Date: Mon, 23 Jul 2001 18:33:16 -0400
9590              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
9591      Branch: perl
9592            ! lib/ExtUtils/MakeMaker.pm
9593 ____________________________________________________________________________
9594 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
9595         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
9596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9597              Date: Mon, 23 Jul 2001 18:20:35 -0400
9598              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
9599      Branch: perl
9600            ! Makefile.SH cflags.SH
9601 ____________________________________________________________________________
9602 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
9603         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
9604              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
9605              Date: Mon, 23 Jul 2001 11:32:17 -0500
9606              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
9607      Branch: perl
9608            ! lib/ExtUtils/MakeMaker.pm
9609 ____________________________________________________________________________
9610 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
9611         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
9612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9613              Date: Mon, 23 Jul 2001 18:13:20 -0400
9614              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
9615      Branch: perl
9616            ! lib/perl5db.pl
9617 ____________________________________________________________________________
9618 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
9619         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
9620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9621              Date: Mon, 23 Jul 2001 18:07:40 -0400
9622              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
9623      Branch: perl
9624            ! op.c
9625 ____________________________________________________________________________
9626 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
9627         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
9628              From: "Craig A. Berry" <craigberry@mac.com>
9629              Date: Mon, 23 Jul 2001 15:35:06 -0500
9630              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
9631      Branch: perl
9632            ! util.c
9633 ____________________________________________________________________________
9634 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
9635         Log: Subject: [PATCH perlfaq9.pod typo]
9636              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
9637              Date: Mon, 23 Jul 2001 07:49:05 -0700
9638              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
9639      Branch: perl
9640            ! pod/perlfaq9.pod
9641 ____________________________________________________________________________
9642 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
9643         Log: Subject: win32\sncfnmcs.pl corrections
9644              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9645              Date: Mon, 23 Jul 2001 12:56:54 +0200
9646              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
9647              
9648              Rename the script a little bit more sensibly.
9649      Branch: perl
9650            + win32/sync_ext.pl
9651            - win32/sncfnmcs.pl
9652            ! MANIFEST README.win32
9653 ____________________________________________________________________________
9654 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
9655         Log: Test tweak.
9656      Branch: perl
9657            ! ext/B/Deparse.t
9658 ____________________________________________________________________________
9659 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
9660         Log: Metaconfig unit tweak for #11450.
9661      Branch: metaconfig/U/perl
9662            ! Mksymlinks.U
9663 ____________________________________________________________________________
9664 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
9665         Log: Too volatile failsafe check.
9666      Branch: perl
9667            ! Configure
9668 ____________________________________________________________________________
9669 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
9670         Log: Further doc tweaks.
9671      Branch: perl
9672            ! lib/UnicodeCD.pm
9673 ____________________________________________________________________________
9674 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
9675         Log: Doc tweaks.
9676      Branch: perl
9677            ! lib/UnicodeCD.pm
9678 ____________________________________________________________________________
9679 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
9680         Log: Doc tweakery from Abhijit.
9681      Branch: perl
9682            ! Porting/repository.pod
9683 ____________________________________________________________________________
9684 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
9685         Log: An accidental empty line.
9686      Branch: perl
9687            ! MANIFEST
9688 ____________________________________________________________________________
9689 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
9690         Log: Missing MANIFESTations.
9691      Branch: perl
9692            ! MANIFEST
9693 ____________________________________________________________________________
9694 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
9695         Log: Update Changes.
9696      Branch: perl
9697            ! Changes patchlevel.h
9698 ____________________________________________________________________________
9699 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
9700         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
9701              From: Mike Guy <mjtg@cam.ac.uk>
9702              Date: Fri, 20 Jul 2001 16:12:49 +0100
9703              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
9704      Branch: perl
9705            ! Porting/pumpkin.pod
9706 ____________________________________________________________________________
9707 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
9708         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
9709              From: Peter Prymmer <pvhp@forte.com>
9710              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
9711              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
9712      Branch: perl
9713            ! pod/perlhack.pod
9714 ____________________________________________________________________________
9715 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
9716         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
9717              From: Michael G Schwern <schwern@pobox.com>
9718              Date: Fri, 20 Jul 2001 20:22:35 -0400
9719              Message-ID: <20010720202235.O4498@blackrider>
9720      Branch: perl
9721            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
9722            ! lib/Test/t/todo.t
9723 ____________________________________________________________________________
9724 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
9725         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
9726              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9727              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
9728              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
9729      Branch: perl
9730            ! ext/POSIX/POSIX.pod
9731 ____________________________________________________________________________
9732 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
9733         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
9734              From: Mark-Jason Dominus <mjd@plover.com>
9735              Date: Fri, 20 Jul 2001 23:16:54 -0400
9736              Message-ID: <20010721031654.21877.qmail@plover.com>
9737      Branch: perl
9738            ! ext/POSIX/POSIX.pod
9739 ____________________________________________________________________________
9740 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
9741         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
9742              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9743              Date: Sun, 22 Jul 2001 14:56:09 +0200
9744              Message-ID: <20010722145609.A766@rafael>
9745      Branch: perl
9746            ! ext/B/O.pm
9747 ____________________________________________________________________________
9748 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
9749         Log: Subject: regexec.c #define cleanup
9750              From: Mark-Jason Dominus <mjd@plover.com>
9751              Date: Sat, 21 Jul 2001 18:33:25 -0400
9752              Message-ID: <20010721223325.3069.qmail@plover.com>
9753      Branch: perl
9754            ! regexec.c
9755 ____________________________________________________________________________
9756 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
9757         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
9758              From: Prymmer/Kahn <pvhp@best.com>
9759              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
9760              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
9761      Branch: perl
9762            ! t/io/fs.t
9763 ____________________________________________________________________________
9764 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
9765         Log: Typo in #11432.
9766      Branch: perl
9767            ! ext/POSIX/POSIX.t
9768 ____________________________________________________________________________
9769 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
9770         Log: Integrate (manually) change #11424 from macperl.
9771      Branch: perl
9772            ! ext/Filter/t/call.t
9773 ____________________________________________________________________________
9774 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
9775         Log: Integrate change #11408 from macperl.
9776      Branch: perl
9777           !> README.macos pod/perlport.pod
9778 ____________________________________________________________________________
9779 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
9780         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
9781      Branch: perl
9782           +> macos/MacPerlTests.cmd macos/xsubpp.patch
9783            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9784            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
9785            ! ext/POSIX/POSIX.t
9786 ____________________________________________________________________________
9787 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
9788         Log: pod/*.t tests not picked up by t/TEST either
9789      Branch: maint-5.6/perl
9790            ! t/TEST
9791 ____________________________________________________________________________
9792 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
9793         Log: better tweak for change#11429 (windows has both / and \ separated
9794              paths in @INC at that point)
9795      Branch: maint-5.6/perl
9796            ! t/pod/testp2pt.pl
9797 ____________________________________________________________________________
9798 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
9799         Log: MacOS pod test tweak needs \Escape
9800      Branch: maint-5.6/perl
9801            ! t/pod/testp2pt.pl
9802 ____________________________________________________________________________
9803 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
9804         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
9805              resulting duplicate output, but t/harness isn't)
9806      Branch: maint-5.6/perl
9807            ! t/run/runenv.t
9808 ____________________________________________________________________________
9809 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
9810         Log: t/harness wasn't picking up all the tests
9811      Branch: maint-5.6/perl
9812            ! t/harness
9813 ____________________________________________________________________________
9814 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
9815         Log: update MANIFEST for new file
9816      Branch: maint-5.6/perl
9817            ! MANIFEST
9818 ____________________________________________________________________________
9819 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
9820         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
9821              the exception of the macperl/macos/... tree
9822      Branch: maint-5.6/perl
9823           +> t/lib/filefind-taint.t
9824           !> (integrate 72 files)
9825 ____________________________________________________________________________
9826 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
9827         Log: Fix test.
9828      Branch: maint-5.6/macperl
9829            ! macos/bundled_ext/Filter/t/call.t
9830 ____________________________________________________________________________
9831 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
9832         Log: Make perl fork()-safe (in a slightly limited way) even on
9833              platforms that don't have pthread_atfork() (extension of
9834              the fix in change#11151).
9835              
9836              Note that this will not help extensions that call fork()
9837              directly in C, or that link to libraries that call fork()
9838              directly.  Such cases must be fixed to either call
9839              PerlProc_fork(), or call atfork_lock() in parent before the
9840              calling the function that forks and call atfork_unlock()
9841              in both parent and child immediately after the fork().
9842              (There are no worries if C code calls exec() in the child
9843              immediately after a fork().  Only cases where the child
9844              calls perl's API functions (including New()) after the
9845              fork() are problematic.)
9846              
9847              This change also eliminates the use of vfork() from perl,
9848              since all such uses were violating the severe restrictions
9849              on modifying the state of the process between the vfork()
9850              and the exec().
9851              
9852              This is a modified version of patches suggested by Abhijit
9853              Menon-Sen and Richard Soderberg.
9854      Branch: perl
9855            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
9856            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
9857 ____________________________________________________________________________
9858 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
9859         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
9860              Switch, and Text::Balanced.
9861      Branch: maint-5.6/macperl
9862            + macos/bundled_ext/Filter/Util/Call/Call.pm
9863            + macos/bundled_ext/Filter/Util/Call/Call.xs
9864            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
9865            + macos/bundled_ext/Filter/t/MyFilter.pm
9866            + macos/bundled_ext/Filter/t/call.t
9867            + macos/bundled_ext/Filter/t/filter-util.pl
9868            + macos/bundled_lib/blib/lib/Class/ISA.pm
9869            + macos/bundled_lib/blib/lib/Digest.pm
9870            + macos/bundled_lib/blib/lib/Filter/Simple.pm
9871            + macos/bundled_lib/blib/lib/Switch.pm
9872            + macos/bundled_lib/blib/lib/Text/Balanced.pm
9873            + macos/bundled_lib/blib/lib/Text/Balanced.pod
9874            + macos/bundled_lib/t/Class/ISA/test.pl
9875            + macos/bundled_lib/t/Digest/Digest.t
9876            + macos/bundled_lib/t/Filter/Simple/test.pl
9877            + macos/bundled_lib/t/Switch/test.pl
9878            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
9879            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
9880            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
9881            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
9882            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
9883            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
9884            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
9885            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
9886 ____________________________________________________________________________
9887 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
9888         Log: Add Filter::Util::Call to config/make files; edit utils
9889              to recognize the module (it was descended too far down).
9890              Bump version to 5.6.1a4.
9891      Branch: maint-5.6/macperl
9892            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
9893            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
9894            ! macos/macperl/Makefile.mk macos/xsubpp.patch
9895 ____________________________________________________________________________
9896 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
9897         Log: Make DB_File the default for MLDBM on MacOS.
9898      Branch: maint-5.6/macperl
9899            ! macos/bundled_lib/blib/lib/MLDBM.pm
9900 ____________________________________________________________________________
9901 [ 11419] By: nick                                  on 2001/07/20  14:51:03
9902         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
9903              From:  Simon Cozens <simon@netthink.co.uk>
9904              Date:  Fri, 20 Jul 2001 11:42:35 -0400
9905              Message-Id:  <20010720114235.A5235@netthink.co.uk>
9906      Branch: perl
9907            ! lib/UnicodeCD.pm
9908 ____________________________________________________________________________
9909 [ 11418] By: nick                                  on 2001/07/20  14:48:12
9910         Log: Subject:  [PATCH regcomp.h] adds a comment
9911              From:  Abhijit Menon-Sen <ams@wiw.org>
9912              Date:  Fri, 20 Jul 2001 21:05:37 +0530
9913              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
9914      Branch: perl
9915            ! regcomp.h
9916 ____________________________________________________________________________
9917 [ 11417] By: nick                                  on 2001/07/20  14:16:38
9918         Log: Subject:  [PATCH 5.7.2] INSTALL updates
9919              From:  Andy Dougherty <doughera@lafayette.edu>
9920              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
9921              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
9922      Branch: perl
9923            ! INSTALL
9924 ____________________________________________________________________________
9925 [ 11416] By: nick                                  on 2001/07/20  06:44:44
9926         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
9927              From:  Russ Allbery <rra@stanford.edu>
9928              Date:  19 Jul 2001 15:52:37 -0700
9929              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
9930      Branch: perl
9931            ! lib/Pod/Man.pm
9932 ____________________________________________________________________________
9933 [ 11415] By: nick                                  on 2001/07/20  06:35:11
9934         Log: Subject:  [PATCH] defer op_seq allocation
9935              From:  Abhijit Menon-Sen <ams@wiw.org>
9936              Date:  Thu, 19 Jul 2001 22:12:24 +0530
9937              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
9938      Branch: perl
9939            ! op.c
9940 ____________________________________________________________________________
9941 [ 11414] By: nick                                  on 2001/07/20  06:23:36
9942         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
9943              From:  Abhijit Menon-Sen <ams@wiw.org>
9944              Date:  Fri, 20 Jul 2001 01:18:50 +0530
9945              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
9946              (Private e-mail)
9947      Branch: perl
9948            ! ext/Time/HiRes/HiRes.xs
9949 ____________________________________________________________________________
9950 [ 11413] By: nick                                  on 2001/07/20  06:18:53
9951         Log: Integrate mainline
9952      Branch: perlio
9953           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
9954            - t/base/commonsense.t
9955           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
9956           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
9957           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
9958           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
9959           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
9960           !> win32/win32.c
9961 ____________________________________________________________________________
9962 [ 11412] By: nick                                  on 2001/07/19  06:44:27
9963         Log: Integrate win32/perlhost.h from maintenance branch.
9964              (Rest of $ENV{PATH} / system() fix.)
9965      Branch: perl
9966           !> win32/perlhost.h
9967 ____________________________________________________________________________
9968 [ 11411] By: nick                                  on 2001/07/19  06:41:34
9969         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
9970              From:  Philip Newton <Philip.Newton@gmx.net>
9971              Date:  Wed, 18 Jul 2001 21:43:57 +0200
9972              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
9973      Branch: perl
9974            ! pod/perlhack.pod
9975 ____________________________________________________________________________
9976 [ 11410] By: nick                                  on 2001/07/19  06:39:35
9977         Log: Subject:  Security hole in taint checking in open()
9978              From:  deekoo@tentacle.net
9979              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
9980              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
9981      Branch: perl
9982            ! doio.c
9983 ____________________________________________________________________________
9984 [ 11409] By: nick                                  on 2001/07/19  06:28:08
9985         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
9986              From:  Abhijit Menon-Sen <ams@wiw.org>
9987              Date:  Thu, 19 Jul 2001 04:30:43 +0530
9988              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
9989      Branch: perl
9990            ! ext/Time/HiRes/HiRes.xs
9991 ____________________________________________________________________________
9992 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
9993         Log: Update docs with latest implementation information and new URLs.
9994      Branch: maint-5.6/macperl
9995            ! README.macos pod/perlport.pod
9996 ____________________________________________________________________________
9997 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
9998         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
9999              Fix BuildRules to accept optimization variables.
10000      Branch: maint-5.6/macperl
10001            + macos/bundled_ext/Digest/MD5/Makefile.mk
10002            ! macos/BuildRules.mk macos/Makefile.mk
10003            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
10004            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
10005 ____________________________________________________________________________
10006 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
10007         Log: Integrate changes 11399,11401
10008      Branch: maint-5.6/macperl
10009           !> win32/perlhost.h win32/win32.c
10010 ____________________________________________________________________________
10011 [ 11405] By: nick                                  on 2001/07/18  06:50:33
10012         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
10013              from perl5.6*
10014      Branch: perl
10015           !> win32/perlhost.h win32/win32.c
10016 ____________________________________________________________________________
10017 [ 11404] By: nick                                  on 2001/07/18  06:43:59
10018         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
10019              From:  hv@crypt0.demon.co.uk
10020              Date:  Wed, 18 Jul 2001 05:58:46 +0100
10021              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
10022      Branch: perl
10023            ! ext/POSIX/POSIX.t
10024 ____________________________________________________________________________
10025 [ 11403] By: nick                                  on 2001/07/18  06:38:57
10026         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
10027              From:  hv@crypt0.demon.co.uk
10028              Date:  Wed, 18 Jul 2001 05:21:54 +0100
10029              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
10030      Branch: perl
10031            ! numeric.c t/op/arith.t
10032 ____________________________________________________________________________
10033 [ 11402] By: nick                                  on 2001/07/18  06:19:17
10034         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
10035              From:  mjd@plover.com
10036              Date:  17 Jul 2001 17:59:20 -0000
10037              Message-Id:  <20010717175920.8177.qmail@plover.com>
10038      Branch: perl
10039            ! pod/perlre.pod
10040 ____________________________________________________________________________
10041 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
10042         Log: thinko in change#11400 (duh)
10043      Branch: maint-5.6/perl
10044            ! win32/perlhost.h
10045 ____________________________________________________________________________
10046 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
10047         Log: change#11399 revealed another unrelated bug; this is just a temporary
10048              bandaid
10049      Branch: maint-5.6/perl
10050            ! win32/perlhost.h
10051 ____________________________________________________________________________
10052 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
10053         Log: fix bugs in handling of the virtualized environment under windows;
10054              there were bugs in propagating any changes to %ENV down to the real
10055              environment when such changes happened in the toplevel process
10056              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
10057              problem identification, and for a part of the fix)
10058      Branch: maint-5.6/perl
10059            ! win32/perlhost.h win32/win32.c
10060 ____________________________________________________________________________
10061 [ 11398] By: nick                                  on 2001/07/17  08:26:35
10062         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
10063              From: Peter Prymmer <pvhp@forte.com>
10064              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
10065              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
10066              
10067              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
10068              should not depend on existance of Config.pm
10069      Branch: perl
10070           +> t/lib/commonsense.t
10071            - t/base/commonsense.t
10072            ! MANIFEST t/README
10073 ____________________________________________________________________________
10074 [ 11397] By: nick                                  on 2001/07/17  08:09:58
10075         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
10076              From:  Michael G Schwern <schwern@pobox.com>
10077              Date:  Mon, 16 Jul 2001 18:20:31 -0400
10078              Message-Id:  <20010716182031.A1128@blackrider>
10079      Branch: perl
10080            ! pod/perlhack.pod
10081 ____________________________________________________________________________
10082 [ 11396] By: nick                                  on 2001/07/17  08:04:11
10083         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
10084              From:  Gwyn Judd <b.judd@xtra.co.nz>
10085              Date:  Tue, 17 Jul 2001 20:55:58 +1200
10086              Message-Id:  <20010717205558.A3107@thislove>
10087      Branch: perl
10088            ! pod/perlfunc.pod
10089 ____________________________________________________________________________
10090 [ 11395] By: nick                                  on 2001/07/17  08:02:22
10091         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
10092              From:  Peter Prymmer <pvhp@forte.com>
10093              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
10094              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
10095      Branch: perl
10096            ! t/op/sprintf.t
10097 ____________________________________________________________________________
10098 [ 11394] By: nick                                  on 2001/07/17  07:57:06
10099         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
10100              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
10101              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
10102              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
10103      Branch: perl
10104            ! gv.c
10105 ____________________________________________________________________________
10106 [ 11392] By: nick                                  on 2001/07/17  07:50:12
10107         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
10108              From:  Coral <coral@moonlight.crystalflame.net>
10109              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
10110              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
10111      Branch: perl
10112            ! pp_sys.c thread.h
10113 ____________________________________________________________________________
10114 [ 11391] By: nick                                  on 2001/07/17  07:34:28
10115         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
10116              From:  Jonathan Stowe <gellyfish@gellyfish.com>
10117              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
10118              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
10119      Branch: perl
10120            ! utils/h2xs.PL
10121 ____________________________________________________________________________
10122 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
10123         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
10124              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
10125              and Mac::Apps::Launch, which don't work, and Time::HiRes and
10126              Time::Piece, which don't yet work.
10127      Branch: maint-5.6/macperl
10128            + (add 154 files)
10129 ____________________________________________________________________________
10130 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
10131         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
10132              Also add hack to get around missing setenv for PERL5DB.
10133      Branch: maint-5.6/macperl
10134            ! macos/macish.c macos/macish.h
10135 ____________________________________________________________________________
10136 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
10137         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
10138      Branch: maint-5.6/macperl
10139            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
10140            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
10141 ____________________________________________________________________________
10142 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
10143         Log: Fix up some configuration and make options, add extra
10144              extensions.
10145      Branch: maint-5.6/macperl
10146            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
10147            ! macos/macperl/Makefile.mk
10148 ____________________________________________________________________________
10149 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
10150         Log: From Change 11374 in maintperl.
10151      Branch: maint-5.6/macperl
10152           !> utils/h2ph.PL
10153 ____________________________________________________________________________
10154 [ 11385] By: nick                                  on 2001/07/16  14:12:58
10155         Log: Back out change to h2xs till it passes its test.
10156      Branch: perl
10157            ! utils/h2xs.PL
10158 ____________________________________________________________________________
10159 [ 11384] By: nick                                  on 2001/07/16  14:00:10
10160         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
10161              From:  Jonathan Stowe <gellyfish@gellyfish.com>
10162              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
10163              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
10164      Branch: perl
10165            ! utils/h2xs.PL
10166 ____________________________________________________________________________
10167 [ 11383] By: nick                                  on 2001/07/16  13:53:12
10168         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
10169              From:  Robin Houston <robin@kitsite.com>
10170              Date:  Sun, 15 Jul 2001 18:22:31 +0100
10171              Message-Id:  <20010715182230.A11174@robin>
10172      Branch: perl
10173            ! hints/darwin.sh
10174 ____________________________________________________________________________
10175 [ 11382] By: nick                                  on 2001/07/16  13:52:49
10176         Log: Subject:  [PATCH perl@11372] re_dup
10177              From:  Radu Greab <radu@netsoft.ro>
10178              Date:  Sun, 15 Jul 2001 04:50:06 +0300
10179              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
10180      Branch: perl
10181            ! sv.c
10182 ____________________________________________________________________________
10183 [ 11379] By: nick                                  on 2001/07/16  13:35:39
10184         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
10185              From:  Robin Houston <robin@kitsite.com>
10186              Date:  Sat, 14 Jul 2001 14:28:50 +0100
10187              Message-Id:  <20010714142850.A10205@robin>
10188      Branch: perl
10189            ! ext/B/B/Deparse.pm
10190 ____________________________________________________________________________
10191 [ 11378] By: nick                                  on 2001/07/16  13:30:36
10192         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
10193              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
10194              Date:  Sat, 14 Jul 2001 22:17:42 +0900
10195              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
10196      Branch: perl
10197            + ext/Encode/Encode/euc-jp-0212.enc
10198            ! ext/Encode/Encode/Tcl.pm
10199 ____________________________________________________________________________
10200 [ 11377] By: nick                                  on 2001/07/16  13:17:28
10201         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
10202              From:  Andy Dougherty <doughera@lafayette.edu>
10203              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
10204              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
10205      Branch: perl
10206            ! hints/darwin.sh hints/rhapsody.sh
10207 ____________________________________________________________________________
10208 [ 11376] By: nick                                  on 2001/07/16  09:05:00
10209         Log: Integrate mainline
10210      Branch: perlio
10211           +> ext/Encode/Encode/7bit-greek.enc
10212           +> ext/Encode/Encode/7bit-latin1.enc
10213           +> ext/Encode/Encode/cns11643-1.enc
10214           +> ext/Encode/Encode/cns11643-2.enc
10215           +> ext/Encode/Encode/iso2022-cn.enc
10216           +> ext/Encode/Encode/iso2022-jp1.enc
10217           +> ext/Encode/Encode/iso2022-jp2.enc
10218           !> Changes Configure MANIFEST Makefile.SH
10219           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
10220           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
10221           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
10222           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
10223           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
10224 ____________________________________________________________________________
10225 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
10226         Log: integrate change#11374 from maint-5.6
10227              
10228              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
10229      Branch: perl
10230           !> utils/h2ph.PL
10231 ____________________________________________________________________________
10232 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
10233         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
10234      Branch: maint-5.6/perl
10235            ! utils/h2ph.PL
10236 ____________________________________________________________________________
10237 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
10238         Log: Update Changes.
10239      Branch: perl
10240            ! Changes patchlevel.h
10241 ____________________________________________________________________________
10242 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
10243         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
10244              From: Jonathan Stowe <gellyfish@gellyfish.com>
10245              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
10246              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
10247      Branch: perl
10248            ! utils/h2xs.PL
10249 ____________________________________________________________________________
10250 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
10251         Log: Subject: patch to add DEL to [:cntrl:]
10252              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10253              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
10254              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
10255      Branch: perl
10256            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
10257 ____________________________________________________________________________
10258 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
10259         Log: Metaconfig unit change for #11369; plus a dependency nit.
10260      Branch: metaconfig
10261            ! U/compline/nblock_io.U
10262      Branch: metaconfig/U/perl
10263            ! Extensions.U
10264 ____________________________________________________________________________
10265 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
10266         Log: #include <stdlib.h> so that exit() is prototyped,
10267              noticed by Hugo.
10268      Branch: perl
10269            ! Configure
10270 ____________________________________________________________________________
10271 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
10272         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
10273              From: Peter Prymmer <pvhp@forte.com>
10274              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
10275              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
10276      Branch: perl
10277            ! t/op/sprintf.t
10278 ____________________________________________________________________________
10279 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
10280         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
10281              From: Peter Prymmer <pvhp@forte.com>
10282              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
10283              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
10284      Branch: perl
10285            ! ext/Encode/Encode/Tcl.t
10286 ____________________________________________________________________________
10287 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
10288         Log: Add information about gcc 3.0 basic block profiling.
10289      Branch: perl
10290            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
10291 ____________________________________________________________________________
10292 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
10293         Log: Subject: Error in lib/PerlIO/Via.pm ?
10294              From: Mark-Jason Dominus <mjd@plover.com>
10295              Date: Fri, 13 Jul 2001 15:55:41 -0400
10296              Message-ID: <20010713195541.26751.qmail@plover.com>
10297      Branch: perl
10298            ! ext/PerlIO/Via/Via.pm
10299 ____________________________________________________________________________
10300 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
10301         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
10302              section from the Compiler section.
10303      Branch: perl
10304            ! myconfig.SH
10305 ____________________________________________________________________________
10306 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
10307         Log: Handle glibc style of constant definitions using enum
10308              with intervening #defines; from Brendan O'Dea.
10309      Branch: perl
10310            ! utils/h2ph.PL
10311 ____________________________________________________________________________
10312 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
10313         Log: Add LC_MESSAGES to the locale_h export tag (it already is
10314              in the Makefile.PL and thusly eligible for an XS constant)
10315              (see also maintperl #10543)
10316      Branch: perl
10317            ! ext/POSIX/POSIX.pm
10318 ____________________________________________________________________________
10319 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
10320         Log: Subject: Re: [patch] re_dup
10321              From: Abhijit Menon-Sen <ams@wiw.org>
10322              Date: Fri, 13 Jul 2001 21:41:09 +0530
10323              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
10324      Branch: perl
10325            ! sv.c
10326 ____________________________________________________________________________
10327 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
10328         Log: Subject: [patch] re_dup
10329              From: Doug MacEachern <dougm@covalent.net>
10330              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
10331              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
10332      Branch: perl
10333            ! sv.c
10334 ____________________________________________________________________________
10335 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
10336         Log: Update Changes.
10337      Branch: perl
10338            ! Changes patchlevel.h
10339 ____________________________________________________________________________
10340 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
10341         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
10342              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
10343              Date: Sat, 14 Jul 2001 00:06:30 +0900
10344              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
10345      Branch: perl
10346            + ext/Encode/Encode/7bit-greek.enc
10347            + ext/Encode/Encode/7bit-latin1.enc
10348            + ext/Encode/Encode/cns11643-1.enc
10349            + ext/Encode/Encode/cns11643-2.enc
10350            + ext/Encode/Encode/iso2022-cn.enc
10351            + ext/Encode/Encode/iso2022-jp1.enc
10352            + ext/Encode/Encode/iso2022-jp2.enc
10353            ! MANIFEST ext/Encode/Encode/Tcl.pm
10354            ! ext/Encode/Encode/iso2022-kr.enc
10355 ____________________________________________________________________________
10356 [ 11357] By: nick                                  on 2001/07/13  14:24:06
10357         Log: Blind integrate mainline (as of 5.7.2?)
10358      Branch: perlio
10359           !> AUTHORS Changes Porting/config.sh Porting/config_H
10360           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
10361           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
10362           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10363           !> win32/makefile.mk
10364 ____________________________________________________________________________
10365 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
10366         Log: Snip away the devel patchlevel.
10367      Branch: perl
10368            ! patchlevel.h
10369 ____________________________________________________________________________
10370 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
10371         Log: Bump the version to 5.7.2.
10372      Branch: perl
10373            ! Porting/config.sh Porting/config_H patchlevel.h
10374            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
10375            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10376            ! win32/makefile.mk
10377 ____________________________________________________________________________
10378 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
10379         Log: Update Changes.
10380      Branch: perl
10381            ! Changes
10382 ____________________________________________________________________________
10383 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
10384         Log: Reword.
10385      Branch: perl
10386            ! AUTHORS
10387 ____________________________________________________________________________
10388 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
10389         Log: AUTHORS update.
10390      Branch: perl
10391            ! AUTHORS
10392 ____________________________________________________________________________
10393 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
10394         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
10395              unless ithreads.
10396      Branch: perl
10397            ! makedef.pl
10398 ____________________________________________________________________________
10399 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
10400         Log: Integrate perlio.
10401      Branch: perl
10402           !> win32/distclean.bat
10403 ____________________________________________________________________________
10404 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
10405         Log: Test the encoding transform only iff we have PerlIO,
10406              noticed by H. Merijn Brand.
10407      Branch: perl
10408            ! ext/PerlIO/t/encoding.t
10409 ____________________________________________________________________________
10410 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
10411         Log: README.netware tweaks from Ananth Kesari.
10412      Branch: perl
10413            ! README.netware
10414 ____________________________________________________________________________
10415 [ 11346] By: nick                                  on 2001/07/13  09:18:51
10416         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
10417              to avoid /unicode vs /Unicode issues.
10418      Branch: perlio
10419            ! win32/distclean.bat
10420 ____________________________________________________________________________
10421 [ 11345] By: nick                                  on 2001/07/13  06:24:18
10422         Log: Integrate mainline
10423      Branch: perlio
10424           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
10425            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
10426           !> (integrate 63 files)
10427 ____________________________________________________________________________
10428 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
10429         Log: Add d_bincompat5005 information to perl -V.
10430      Branch: perl
10431            ! myconfig.SH
10432 ____________________________________________________________________________
10433 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
10434         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
10435              From: Abhijit Menon-Sen <ams@wiw.org>
10436              Date: Fri, 13 Jul 2001 07:12:36 +0530
10437              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
10438      Branch: perl
10439            ! sv.c
10440 ____________________________________________________________________________
10441 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
10442         Log: Remove unicode::distinct, as per Inaba Hiroto.
10443      Branch: perl
10444            - lib/unicode/distinct.pm
10445            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
10446            ! t/lib/1_compile.t
10447 ____________________________________________________________________________
10448 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
10449         Log: Paging for Dr Octothorpe.
10450      Branch: perl
10451            ! pod/perlfaq4.pod
10452 ____________________________________________________________________________
10453 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
10454         Log: cut-n-paste error noticed by mjd.
10455      Branch: perl
10456            ! pod/perlfaq4.pod
10457 ____________________________________________________________________________
10458 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
10459         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
10460              From: Peter Prymmer <pvhp@forte.com>
10461              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
10462              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
10463      Branch: perl
10464            ! pod/perlfaq4.pod
10465 ____________________________________________________________________________
10466 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
10467         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
10468              From: Randall Gellens <randy@qualcomm.com>
10469              Date: Thu, 12 Jul 2001 16:56:23 -0700
10470              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
10471      Branch: perl
10472            ! Porting/repository.pod
10473 ____________________________________________________________________________
10474 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
10475         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
10476      Branch: perl
10477            ! thread.h
10478 ____________________________________________________________________________
10479 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
10480         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
10481              From: coral <coral@moonlight.crystalflame.net>
10482              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
10483              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
10484      Branch: perl
10485            ! thread.h
10486 ____________________________________________________________________________
10487 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
10488         Log: Metaconfig unit change for #11134.
10489      Branch: metaconfig
10490            + U/threads/d_pthread_atfork.U
10491 ____________________________________________________________________________
10492 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
10493         Log: Add HAS_PTHREAD_ATFORK.
10494      Branch: perl
10495            ! Configure NetWare/config.wc NetWare/config_H.wc
10496            ! Porting/Glossary Porting/config.sh Porting/config_H
10497            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
10498            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
10499            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10500            ! win32/config.gc win32/config.vc win32/config_H.bc
10501            ! win32/config_H.gc win32/config_H.vc
10502 ____________________________________________________________________________
10503 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
10504         Log: Subject: [PATCH] File::Copy fails on tied handles
10505              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
10506              Date: Thu, 12 Jul 2001 15:18:51 -0700
10507              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
10508      Branch: perl
10509            ! lib/File/Copy.pm
10510 ____________________________________________________________________________
10511 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
10512         Log: Subject: [PATCH] Langinfo.t
10513              From: Nicholas Clark <nick@ccl4.org>
10514              Date: Thu, 12 Jul 2001 23:55:38 +0100
10515              Message-ID: <20010712235538.M5827@plum.flirble.org>
10516      Branch: perl
10517            ! ext/I18N/Langinfo/Langinfo.t
10518 ____________________________________________________________________________
10519 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
10520         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
10521              From: Peter Prymmer <pvhp@forte.com>
10522              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
10523              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
10524      Branch: perl
10525            ! pod/perl572delta.pod
10526 ____________________________________________________________________________
10527 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
10528         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
10529              From: Abhijit Menon-Sen <ams@wiw.org>
10530              Date: Fri, 13 Jul 2001 05:21:16 +0530
10531              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
10532      Branch: perl
10533            ! sv.c
10534 ____________________________________________________________________________
10535 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
10536         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
10537              From: Abhijit Menon-Sen <ams@wiw.org>
10538              Date: Fri, 13 Jul 2001 03:04:25 +0530
10539              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
10540      Branch: perl
10541            ! av.c
10542 ____________________________________________________________________________
10543 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
10544         Log: s/^M$//g
10545      Branch: perl
10546            ! win32/Makefile win32/makefile.mk
10547 ____________________________________________________________________________
10548 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
10549         Log: Update Changes.
10550      Branch: perl
10551            ! Changes patchlevel.h
10552 ____________________________________________________________________________
10553 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
10554         Log: Typo spotted by Philip Newton.
10555      Branch: perl
10556            ! pod/perl572delta.pod
10557 ____________________________________________________________________________
10558 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
10559         Log: Subject: [PATCH] fixes perl_clone of perl_clone
10560              From: Artur Bergman <artur@contiller.se>
10561              Date: Thu, 12 Jul 2001 20:57:09 +0200
10562              Message-ID: <B773BFA4.236B%artur@contiller.se>
10563      Branch: perl
10564            ! sv.c
10565 ____________________________________________________________________________
10566 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
10567         Log: Add README.uts from Hal Morris.
10568      Branch: perl
10569            + README.uts
10570            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
10571            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10572 ____________________________________________________________________________
10573 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
10574         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
10575              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10576              Date: Thu, 12 Jul 2001 20:32:37 +0200
10577              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
10578      Branch: perl
10579            ! hints/aix.sh
10580 ____________________________________________________________________________
10581 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
10582         Log: Subject: Patch: document reg_data.what member
10583              From: Mark-Jason Dominus <mjd@plover.com>
10584              Message-ID: <20010712182532.14821.qmail@plover.com>
10585              Date: Thu, 12 Jul 2001 14:25:32 -0400
10586      Branch: perl
10587            ! regcomp.c regcomp.h
10588 ____________________________________________________________________________
10589 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
10590         Log: Subject: [PATCH] Perl_re_dup()
10591              From: Abhijit Menon-Sen <ams@wiw.org>
10592              Date: Thu, 12 Jul 2001 23:54:32 +0530
10593              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
10594      Branch: perl
10595            ! embed.h embed.pl perlapi.c proto.h sv.c
10596 ____________________________________________________________________________
10597 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
10598         Log: Regen Configure, modlib, toc.
10599      Branch: perl
10600            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10601            ! pod/perlmodlib.pod pod/perltoc.pod
10602 ____________________________________________________________________________
10603 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
10604         Log: The problem seems to be in PerlIO::Layer::->find() not
10605              accepting the ":encoding(blurflur)" arguments.
10606      Branch: perl
10607            ! lib/PerlIO.pm lib/open.pm
10608 ____________________________________________________________________________
10609 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
10610         Log: AIX doc update.
10611      Branch: perl
10612            ! README.aix pod/perl572delta.pod
10613 ____________________________________________________________________________
10614 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
10615         Log: Subject: AIX README update
10616              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10617              Date: Thu, 12 Jul 2001 19:28:30 +0200
10618              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
10619      Branch: perl
10620            ! README.aix
10621 ____________________________________________________________________________
10622 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
10623         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
10624              From: Norton Allen <allen@huarp.harvard.edu>
10625              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
10626              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
10627      Branch: perl
10628            ! ext/IO/lib/IO/t/io_unix.t
10629 ____________________________________________________________________________
10630 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
10631         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10632              From: Norton Allen <allen@huarp.harvard.edu>
10633              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
10634              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
10635      Branch: perl
10636            ! README.qnx hints/qnx.sh
10637 ____________________________________________________________________________
10638 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
10639         Log: Subject: [patch] faster PM_GETRE
10640              From: Doug MacEachern <dougm@covalent.net>
10641              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
10642              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
10643      Branch: perl
10644            ! op.h
10645 ____________________________________________________________________________
10646 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
10647         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
10648              From: Doug MacEachern <dougm@covalent.net>
10649              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
10650              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
10651      Branch: perl
10652            ! op.c
10653 ____________________________________________________________________________
10654 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
10655         Log: Tell where the nice Estonian database is.
10656      Branch: perl
10657            ! lib/open.pm
10658 ____________________________________________________________________________
10659 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
10660         Log: Retract #11309 since #11310 is a better fix.
10661      Branch: perl
10662            ! t/lib/1_compile.t
10663 ____________________________________________________________________________
10664 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
10665         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
10666              change#11300 needs to return the status of failed win32_spawnvp())
10667              
10668              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
10669              splitting correctly; remove unused variables; 'require' at run time
10670              rather than 'use' at compile time for I18N::Langinfo, since it
10671              isn't everyware
10672      Branch: perl
10673            ! lib/open.pm win32/win32.c
10674 ____________________________________________________________________________
10675 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
10676         Log: Temporary workaround.
10677      Branch: perl
10678            ! t/lib/1_compile.t
10679 ____________________________________________________________________________
10680 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
10681         Log: UCD typo in #11306 and add also more known-to-be-tested
10682              modules to the skip list.
10683      Branch: perl
10684            ! t/lib/1_compile.t
10685 ____________________________________________________________________________
10686 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
10687         Log: Rename Unicode::UCD to UnicodeCD to avoid
10688              messups with case-insensitive filesystems.
10689      Branch: perl
10690            + lib/UnicodeCD.pm lib/UnicodeCD.t
10691            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
10692            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
10693 ____________________________________________________________________________
10694 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
10695         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
10696              From: daniel@biz.bitpusher.com
10697              Date: Wed, 11 Jul 2001 23:25:47 -0700
10698              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
10699      Branch: perl
10700            ! lib/Tie/Array.pm t/op/splice.t
10701 ____________________________________________________________________________
10702 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
10703         Log: Subject: [PATCH] More accurate line numbers in messages
10704              From: Paul Johnson <paul@pjcj.net>
10705              Date: Thu, 12 Jul 2001 04:14:11 +0200
10706              Message-ID: <20010712041411.A3467@pjcj.net>
10707              
10708              (With prototyping and multiplicity tweaks.)
10709      Branch: perl
10710            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
10711 ____________________________________________________________________________
10712 [ 11304] By: nick                                  on 2001/07/12  12:53:40
10713         Log: Integrate mainline
10714      Branch: perlio
10715           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
10716           !> regexec.c thread.h
10717 ____________________________________________________________________________
10718 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
10719         Log: Cut-and-pasto in #11298.
10720      Branch: perl
10721            ! ext/ByteLoader/bytecode.h
10722 ____________________________________________________________________________
10723 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
10724         Log: Update the AIX known problems section.
10725      Branch: perl
10726            ! pod/perl572delta.pod
10727 ____________________________________________________________________________
10728 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
10729         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
10730              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10731              Date: Thu, 12 Jul 2001 12:16:16 +0200
10732              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
10733      Branch: perl
10734            ! hints/aix.sh
10735 ____________________________________________________________________________
10736 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
10737         Log: Integrate perlio.
10738      Branch: perl
10739           !> makedef.pl win32/win32.c
10740 ____________________________________________________________________________
10741 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
10742         Log: Subject: [PATCH] fix for PMOP threadness failures
10743              From: Artur Bergman <artur@contiller.se>
10744              Date: Thu, 12 Jul 2001 09:48:06 +0200
10745              Message-ID: <B77322D6.22DD%artur@contiller.se>
10746      Branch: perl
10747            ! regexec.c
10748 ____________________________________________________________________________
10749 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
10750         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
10751              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10752              Date: Thu, 12 Jul 2001 09:09:48 +0200
10753              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
10754              
10755              More parentheses to keep bcc happy.
10756      Branch: perl
10757            ! ext/ByteLoader/bytecode.h
10758 ____________________________________________________________________________
10759 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
10760         Log: Subject: Re: [patch] pthread_atfork bandaid
10761              From: Doug MacEachern <dougm@covalent.net>
10762              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
10763              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
10764      Branch: perl
10765            ! thread.h
10766 ____________________________________________________________________________
10767 [ 11296] By: nick                                  on 2001/07/12  11:55:48
10768         Log: Exclude reentrant_buffer from .def file
10769      Branch: perlio
10770            ! makedef.pl
10771 ____________________________________________________________________________
10772 [ 11295] By: nick                                  on 2001/07/12  11:11:44
10773         Log: Honour void-ness of my_exit()
10774      Branch: perlio
10775            ! win32/win32.c
10776 ____________________________________________________________________________
10777 [ 11294] By: nick                                  on 2001/07/12  07:51:04
10778         Log: Integrate mainline
10779      Branch: perlio
10780           +> uts/sprintf_wrap.c
10781           !> (integrate 35 files)
10782 ____________________________________________________________________________
10783 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
10784         Log: Retract #11289.
10785      Branch: perl
10786            ! embed.h embed.pl perl.c proto.h thread.h
10787 ____________________________________________________________________________
10788 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
10789         Log: Now the :locale pseudolayer *almost* works...
10790      Branch: perl
10791            ! lib/open.pm
10792 ____________________________________________________________________________
10793 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
10794         Log: Locale encoding tweaks.
10795      Branch: perl
10796            ! lib/open.pm
10797 ____________________________________________________________________________
10798 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
10799         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
10800              From: Mark-Jason Dominus <mjd@plover.com>
10801              Date: Thu, 12 Jul 2001 00:59:31 -0400
10802              Message-ID: <20010712045931.8543.qmail@plover.com>
10803              
10804              Remove the chmod/umask leading zero warning.
10805      Branch: perl
10806            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
10807            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
10808 ____________________________________________________________________________
10809 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
10810         Log: (Retracted by #11289.)
10811      Branch: perl
10812            ! embed.h embed.pl perl.c proto.h thread.h
10813 ____________________________________________________________________________
10814 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
10815         Log: Needed by #11283.
10816      Branch: perl
10817            ! intrpvar.h
10818 ____________________________________________________________________________
10819 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
10820         Log: Metaconfig unit change for #11286.
10821      Branch: metaconfig/U/perl
10822            ! patchlevel.U
10823 ____________________________________________________________________________
10824 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
10825         Log: Subject: Re: [PATCH Configure] perl -V broken
10826              From: Andy Dougherty <doughera@lafayette.edu>
10827              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
10828              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
10829      Branch: perl
10830            ! Configure myconfig.SH
10831 ____________________________________________________________________________
10832 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
10833         Log: Retract #11166 (and #11237).
10834      Branch: perl
10835            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
10836            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
10837            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
10838 ____________________________________________________________________________
10839 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
10840         Log: UTS tweaks for Hal Morris.
10841      Branch: perl
10842            + uts/sprintf_wrap.c
10843            ! MANIFEST hints/uts.sh perl.h
10844 ____________________________________________________________________________
10845 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
10846         Log: Subject: [PATCH] Use reentrant API glibc
10847              From: Artur Bergman <artur@contiller.se>
10848              Date: Thu, 12 Jul 2001 00:58:21 +0200
10849              Message-ID: <B772A6AD.2288%artur@contiller.se>
10850      Branch: perl
10851            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
10852            ! sv.c
10853 ____________________________________________________________________________
10854 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
10855         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
10856              From: barries <barries@slaysys.com>
10857              Date: Wed, 11 Jul 2001 15:11:46 -0400
10858              Message-ID: <20010711151146.G24560@jester.slaysys.com>
10859      Branch: perl
10860            ! pp_sys.c t/lib/warnings/doio win32/win32.c
10861 ____________________________________________________________________________
10862 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
10863         Log: Subject: [patch] pthread_atfork bandaid
10864              From: Doug MacEachern <dougm@covalent.net>
10865              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
10866              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
10867      Branch: perl
10868            ! miniperlmain.c perl.c
10869 ____________________________________________________________________________
10870 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
10871         Log: Subject: [patch] perl_clone leaks
10872              From: Doug MacEachern <dougm@covalent.net>
10873              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
10874              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
10875      Branch: perl
10876            ! sv.c
10877 ____________________________________________________________________________
10878 [ 11279] By: nick                                  on 2001/07/11  15:49:38
10879         Log: Integrate mainline
10880      Branch: perlio
10881           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
10882           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
10883           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
10884           +> lib/Term/ANSIColor/README
10885           !> (integrate 54 files)
10886 ____________________________________________________________________________
10887 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
10888         Log: Update Changes.
10889      Branch: perl
10890            ! Changes patchlevel.h
10891 ____________________________________________________________________________
10892 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
10893         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
10894              From: Peter Prymmer <pvhp@forte.com>
10895              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
10896              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
10897              
10898              Backport of embed.pl to 5.003.
10899      Branch: perl
10900            ! embed.pl
10901 ____________________________________________________________________________
10902 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
10903         Log: Subject: Re: POSIX test #14 on UTS 
10904              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10905              Date: Wed, 11 Jul 2001 03:02:14 +0100
10906              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
10907      Branch: perl
10908            ! ext/POSIX/POSIX.t
10909 ____________________________________________________________________________
10910 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
10911         Log: Make the I32 an IV to preserve structure alignment and size.
10912      Branch: perl
10913            ! op.h
10914 ____________________________________________________________________________
10915 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
10916         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
10917              From: "Artur Bergman" <artur@contiller.se>
10918              Date: Wed, 11 Jul 2001 14:23:37 +0200
10919              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
10920              
10921              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
10922      Branch: perl
10923            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
10924            ! pod/perlapi.pod sv.c
10925 ____________________________________________________________________________
10926 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
10927         Log: Tweak until Pod::Parser gets updated.
10928      Branch: perl
10929            ! t/pod/special_seqs.xr
10930 ____________________________________________________________________________
10931 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
10932         Log: File::Spec usage tweak.
10933      Branch: perl
10934            ! lib/ExtUtils.t
10935 ____________________________________________________________________________
10936 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
10937         Log: Integrate #11263 from macperl; macos and macosx updates.
10938      Branch: perl
10939           !> pod/perlport.pod
10940 ____________________________________________________________________________
10941 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
10942         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
10943              From: Peter Prymmer <pvhp@forte.com>
10944              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
10945              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
10946      Branch: perl
10947            + ext/Time/HiRes/hints/dynixptx.pl
10948            ! MANIFEST hints/dynixptx.sh
10949 ____________________________________________________________________________
10950 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
10951         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
10952              From: Nicholas Clark <nick@ccl4.org>
10953              Date: Tue, 10 Jul 2001 23:17:43 +0100
10954              Message-ID: <20010710231742.B59620@plum.flirble.org>
10955      Branch: perl
10956            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
10957 ____________________________________________________________________________
10958 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
10959         Log: Subject: [DOC PATCH] Pluggable runops
10960              From: Paul Johnson <paul@pjcj.net>
10961              Date: Tue, 10 Jul 2001 21:53:28 +0200
10962              Message-ID: <20010710215328.B26577@pjcj.net>
10963      Branch: perl
10964            ! pod/perlguts.pod
10965 ____________________________________________________________________________
10966 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
10967         Log: Subject: [PATCH] Authors
10968              From: Artur Bergman <artur@contiller.se>
10969              Date: Tue, 10 Jul 2001 20:39:12 +0200
10970              Message-ID: <B771186F.21CD%artur@contiller.se>
10971      Branch: perl
10972            ! AUTHORS
10973 ____________________________________________________________________________
10974 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
10975         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
10976              From: Doug MacEachern <dougm@covalent.net>
10977              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
10978              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
10979      Branch: perl
10980            ! pp_ctl.c
10981 ____________________________________________________________________________
10982 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
10983         Log: Subject: doc patch; times() in scalar context
10984              From: mjd@plover.com
10985              Date: 10 Jul 2001 18:01:17 -0000
10986              Message-ID: <20010710180117.12477.qmail@plover.com>
10987      Branch: perl
10988            ! pod/perlfunc.pod
10989 ____________________________________________________________________________
10990 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
10991         Log: Subject: [PATCH] Small fix to pp_gmtime
10992              From: Artur Bergman <artur@contiller.se>
10993              Date: Tue, 10 Jul 2001 19:54:52 +0200
10994              Message-ID: <B7710E0B.21C5%artur@contiller.se>
10995      Branch: perl
10996            ! pp_sys.c
10997 ____________________________________________________________________________
10998 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
10999         Log: Integrate changes from mainline perl, add notes about
11000              Mac OS X and Mac OS.
11001      Branch: maint-5.6/macperl
11002            ! pod/perlport.pod
11003 ____________________________________________________________________________
11004 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
11005         Log: A proof of the dangers of package; ?
11006      Branch: perl
11007            ! t/lib/warnings/op
11008 ____________________________________________________________________________
11009 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
11010         Log: Regen toc and modlib.
11011      Branch: perl
11012            ! pod/perlmodlib.pod pod/perltoc.pod
11013 ____________________________________________________________________________
11014 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
11015         Log: Add compexcl(), casefold(), and casespec() interfaces;
11016              and make all interfaces to return hash references instead
11017              of hashes. 
11018      Branch: perl
11019            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11020 ____________________________________________________________________________
11021 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
11022         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
11023              From: "Philip Newton" <Philip.Newton@gmx.net>
11024              Date: Tue, 10 Jul 2001 09:55:59 +0200
11025              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
11026              
11027              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
11028              From: "Philip Newton" <Philip.Newton@gmx.net>
11029              Date: Tue, 10 Jul 2001 09:56:37 +0200
11030              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
11031      Branch: perl
11032            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11033            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
11034 ____________________________________________________________________________
11035 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
11036         Log: Subject: [patch] undef &xsub for 1,2
11037              From: Doug MacEachern <dougm@covalent.net>
11038              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
11039              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
11040              
11041              (This version of the patch with a comment from Gisle.)
11042      Branch: perl
11043            ! op.c
11044 ____________________________________________________________________________
11045 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
11046         Log: Mention package; deprecation and the Win32 problems.
11047      Branch: perl
11048            ! pod/perl572delta.pod
11049 ____________________________________________________________________________
11050 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
11051         Log: Subject: [PATCH] deprecate package with no arguments
11052              From: Robin Houston <robin@kitsite.com>
11053              Date: Tue, 10 Jul 2001 13:33:40 +0100
11054              Message-ID: <20010710133340.A13452@robin.kitsite.com>
11055      Branch: perl
11056            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
11057 ____________________________________________________________________________
11058 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
11059         Log: Upgrade to podlators 1.10.
11060      Branch: perl
11061            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
11062            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11063            ! pod/pod2man.PL pod/pod2text.PL
11064 ____________________________________________________________________________
11065 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
11066         Log: Upgrade to Term::ANSIColor 1.04.
11067      Branch: perl
11068            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
11069            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
11070 ____________________________________________________________________________
11071 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
11072         Log: Integrate perlio (the right fix for the ":layer(args)")
11073      Branch: perl
11074           !> perlio.c
11075 ____________________________________________________________________________
11076 [ 11252] By: nick                                  on 2001/07/10  06:58:14
11077         Log: Fix open(...,"...:layer(xxx)",...)
11078              - use memEQ not strEQ as there is '(' not '\0'
11079      Branch: perlio
11080            ! perlio.c
11081 ____________________________________________________________________________
11082 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
11083         Log: Telling the number of tests helps.
11084      Branch: perl
11085            ! ext/PerlIO/t/encoding.t
11086 ____________________________________________________________________________
11087 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
11088         Log: Require I18N::Langinfo, not use.
11089      Branch: perl
11090            ! lib/open.pm
11091 ____________________________________________________________________________
11092 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
11093         Log: Add a test for for PerlIO ":encoding(...)" layer.
11094      Branch: perl
11095            + ext/PerlIO/t/encoding.t
11096            ! MANIFEST ext/Encode/Encode.pm
11097 ____________________________________________________________________________
11098 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
11099         Log: PerlIO ":encoding(foobar)" temporary fix.
11100              Not really correct, I think, since the change means
11101              that prefixes match.
11102      Branch: perl
11103            ! perlio.c
11104 ____________________________________________________________________________
11105 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
11106         Log: Update to Math::BigInt 1.36.  The biggest news is
11107              the separation of the backend; now the pure Perl
11108              implementation is in Math::BigInt::Calc, but one
11109              can plugin, say, Math::BigInt::BitVect, and get
11110              considerable speedup.
11111      Branch: perl
11112            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
11113            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11114            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
11115            ! lib/Math/BigInt/t/mbimbf.t
11116 ____________________________________________________________________________
11117 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
11118         Log: Subject: Re: compatibility question
11119              From: Peter Prymmer <pvhp@forte.com>
11120              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
11121              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
11122      Branch: perl
11123            ! lib/ExtUtils/MM_VMS.pm
11124 ____________________________________________________________________________
11125 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
11126         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
11127              From: Norton Allen <allen@huarp.harvard.edu>
11128              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
11129              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
11130      Branch: perl
11131            ! ext/File/Glob/t/basic.t
11132 ____________________________________________________________________________
11133 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
11134         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
11135              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11136              Date: Tue, 10 Jul 2001 00:29:55 +0900
11137              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
11138      Branch: perl
11139            + ext/Encode/Encode/HZ.enc
11140            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
11141            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
11142            ! ext/Encode/Encode/iso2022-jp.enc
11143            ! ext/Encode/Encode/iso2022-kr.enc
11144 ____________________________________________________________________________
11145 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
11146         Log: Add in all them there macos/ files.
11147      Branch: maint-5.6/macperl
11148            + (add 577 files)
11149 ____________________________________________________________________________
11150 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
11151         Log: Add the new modules to the list of having those own tests.
11152      Branch: perl
11153            ! t/lib/1_compile.t
11154 ____________________________________________________________________________
11155 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
11156         Log: Add INOUT to control both ways at the same time.
11157      Branch: perl
11158            ! lib/open.pm
11159 ____________________________________________________________________________
11160 [ 11240] By: nick                                  on 2001/07/09  16:33:50
11161         Log: Integrate mainline
11162      Branch: perlio
11163           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11164           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
11165           !> (integrate 41 files)
11166 ____________________________________________________________________________
11167 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
11168         Log: More encoding mapping magic.
11169      Branch: perl
11170            ! lib/open.pm
11171 ____________________________________________________________________________
11172 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
11173         Log: Update Changes.
11174      Branch: perl
11175            ! Changes patchlevel.h
11176 ____________________________________________________________________________
11177 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
11178         Log: (Retracted by #11285).
11179              
11180              Subject: [PATCH] OPpCONST_OCTAL fixes
11181              From: Abhijit Menon-Sen <ams@wiw.org>
11182              Date: Mon, 9 Jul 2001 07:38:45 +0530
11183              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
11184      Branch: perl
11185            ! op.c
11186 ____________________________________________________________________________
11187 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
11188         Log: Add a pseudolayer ":locale" to the open pragma which
11189              will get the encoding from the locale.  Yet undocumented
11190              because I can't get the PerlIO :encoding(foobar) to work.
11191      Branch: perl
11192            ! ext/Encode/Encode.pm lib/open.pm
11193 ____________________________________________________________________________
11194 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
11195         Log: Add more encoding mappings.
11196      Branch: perl
11197            ! ext/Encode/Encode.pm
11198 ____________________________________________________________________________
11199 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
11200         Log: Document that using :encoding layer requires using Encode.
11201      Branch: perl
11202            ! ext/Encode/Encode.pm lib/PerlIO.pm
11203 ____________________________________________________________________________
11204 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
11205         Log: Netware tweak from Ananth Kesari.
11206      Branch: perl
11207            ! NetWare/netware.h
11208 ____________________________________________________________________________
11209 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
11210         Log: t/harness doesn't know about run/*.t
11211      Branch: perl
11212            ! t/harness
11213 ____________________________________________________________________________
11214 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
11215         Log: run/exit.t busted on windows
11216      Branch: perl
11217            ! t/run/exit.t
11218 ____________________________________________________________________________
11219 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
11220         Log: fix a couple of UCD.t tests that fail due to bad case
11221      Branch: perl
11222            ! lib/Unicode/UCD.t
11223 ____________________________________________________________________________
11224 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
11225         Log: test skip logic was broken
11226      Branch: perl
11227            ! ext/I18N/Langinfo/Langinfo.t
11228 ____________________________________________________________________________
11229 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
11230         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
11231              failure of ExtUtils.t#27 when built in debug mode)
11232      Branch: perl
11233            ! lib/ExtUtils/MM_Win32.pm
11234 ____________________________________________________________________________
11235 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
11236         Log: I18N::Langinfo is not available on windows
11237      Branch: perl
11238            ! win32/FindExt.pm
11239 ____________________________________________________________________________
11240 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
11241         Log: save a dTHX
11242      Branch: perl
11243            ! ext/POSIX/POSIX.xs
11244 ____________________________________________________________________________
11245 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
11246         Log: Update Changes.
11247      Branch: perl
11248            ! Changes patchlevel.h
11249 ____________________________________________________________________________
11250 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
11251         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
11252              as pointed out by Sarathy.
11253      Branch: perl
11254            ! ext/I18N/Langinfo/Langinfo.xs
11255 ____________________________________________________________________________
11256 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
11257         Log: Retract #11212.
11258      Branch: perl
11259            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
11260 ____________________________________________________________________________
11261 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
11262         Log: Bump up the VERSION of Cwd.xs.
11263      Branch: perl
11264            ! ext/Cwd/Makefile.PL
11265 ____________________________________________________________________________
11266 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
11267         Log: Retract #11220, the problem wasn't the missing leading zero.
11268              Here's the problem:
11269              $ ./perl -we 'chmod(oct("755"), ".")'
11270              Non-octal literal mode (493) specified at -e line 1.
11271              (Did you mean 0493 instead?)
11272      Branch: perl
11273            ! lib/ExtUtils/MM_Unix.pm
11274 ____________________________________________________________________________
11275 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
11276         Log: (Retracted by #11221)
11277              Change the PERM_RW and PERM_RWX to 0644 and 0755
11278              (add the leading zero).
11279      Branch: perl
11280            ! lib/ExtUtils/MM_Unix.pm
11281 ____________________________________________________________________________
11282 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
11283         Log: Integrate changes #11193, 11205, 11209 from macperl.
11284              
11285              Fix up AutoLoader to fudge for Mac paths in import().
11286              
11287              Allow symbols in try_symbol() to begin with "_".
11288              
11289              Small portability fix for Mac OS.
11290      Branch: perl
11291           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
11292 ____________________________________________________________________________
11293 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
11294         Log: Metaconfig unit change for #11217.
11295      Branch: metaconfig/U/perl
11296            ! Extensions.U
11297 ____________________________________________________________________________
11298 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
11299         Log: Detypo, problem noticed by Gerrit P. Haase.
11300      Branch: perl
11301            ! Configure config_h.SH
11302 ____________________________________________________________________________
11303 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
11304         Log: Cwd cleanups.
11305      Branch: perl
11306            ! ext/Cwd/Cwd.xs
11307 ____________________________________________________________________________
11308 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
11309         Log: Slight tweaks on #11213.
11310      Branch: perl
11311            ! toke.c
11312 ____________________________________________________________________________
11313 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
11314         Log: A missing dTHX noticed by Gerrit P. Haase.
11315      Branch: perl
11316            ! ext/POSIX/POSIX.xs
11317 ____________________________________________________________________________
11318 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
11319         Log: Subject: [PATCH toke.c] Simplify yytoke()
11320              From: Simon Cozens <simon@netthink.co.uk>
11321              Date: Sun, 8 Jul 2001 13:24:34 +0100
11322              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
11323              
11324              Split out pending_ident().
11325      Branch: perl
11326            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
11327 ____________________________________________________________________________
11328 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
11329         Log: (Retracted by #11223.)
11330              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
11331              Date: Wed, 05 Nov 1997 17:22:34 -0600
11332              From: Graham Barr <gbarr@ti.com>
11333              Message-Id: <3460FFBA.6DA51F46@ti.com>
11334      Branch: perl
11335            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
11336 ____________________________________________________________________________
11337 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
11338         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
11339      Branch: perl
11340            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11341            ! pod/perllocale.pod
11342 ____________________________________________________________________________
11343 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
11344         Log: Really do the test under the C locale.
11345      Branch: perl
11346            ! ext/I18N/Langinfo/Langinfo.t
11347 ____________________________________________________________________________
11348 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
11349         Log: Small portability fix for Mac OS.
11350      Branch: maint-5.6/macperl
11351            ! lib/Cwd.pm
11352 ____________________________________________________________________________
11353 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
11354         Log: Metaconfig unit change for #11207.
11355      Branch: metaconfig/U/perl
11356            ! Extensions.U
11357 ____________________________________________________________________________
11358 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
11359         Log: Add I18N::Langinfo, which is basically a wrapper around
11360              nl_langinfo(), which is an additional way to query locale
11361              specific information.
11362      Branch: perl
11363            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
11364            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
11365            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
11366 ____________________________________________________________________________
11367 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
11368         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
11369              used in File::Find tests; replace with if.t.
11370      Branch: maint-5.6/macperl
11371            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
11372            ! t/pragma/warn/op
11373 ____________________________________________________________________________
11374 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
11375         Log: Allow symbols in try_symbol() to begin with "_".
11376      Branch: maint-5.6/macperl
11377            ! makedef.pl
11378 ____________________________________________________________________________
11379 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
11380         Log: Sync up the File::Find changes from the rewrite by
11381              Thomas Wegner, et al.
11382      Branch: maint-5.6/macperl
11383            + t/lib/filefind-taint.t
11384            ! lib/File/Find.pm t/lib/filefind.t
11385 ____________________________________________________________________________
11386 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
11387         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
11388              From: Thomas Wegner <wegner_thomas@yahoo.com>
11389              Date: Thu, 5 Jul 2001 20:31:25 +0200
11390              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
11391      Branch: maint-5.6/macperl
11392            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
11393 ____________________________________________________________________________
11394 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
11395         Log: Some more test portability fixes.
11396      Branch: maint-5.6/macperl
11397            ! t/lib/filecopy.t t/pragma/warn/pp_sys
11398 ____________________________________________________________________________
11399 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
11400         Log: The #11200 removed wrong (non-existent) target.  Duh.
11401      Branch: perl
11402            ! Makefile.SH
11403 ____________________________________________________________________________
11404 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
11405         Log: Zap the lib/re.pm before creating it.
11406      Branch: perl
11407            ! Makefile.SH
11408 ____________________________________________________________________________
11409 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
11410         Log: Another test.  Please ignore.
11411      Branch: maint-5.6/macperl
11412            ! README.macos
11413 ____________________________________________________________________________
11414 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
11415         Log: Portability fixes for a lot of tests, especially IO-related
11416              tests, and warnings, and the harness script.
11417      Branch: maint-5.6/macperl
11418            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
11419            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
11420            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
11421            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
11422            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
11423            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
11424            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
11425            ! t/pragma/warnings.t
11426 ____________________________________________________________________________
11427 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
11428         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
11429              From: Nicholas Clark <nick@ccl4.org>
11430              Date: Sat, 7 Jul 2001 21:00:17 +0100
11431              Message-ID: <20010707210017.H59620@plum.flirble.org>
11432      Branch: perl
11433            ! lib/h2xs.t
11434 ____________________________________________________________________________
11435 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
11436         Log: The UNICOS/mk SysV IPC problem has been fixed.
11437      Branch: perl
11438            ! pod/perl572delta.pod
11439 ____________________________________________________________________________
11440 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
11441         Log: Slight update tweaks on perlunicode.pod.
11442      Branch: perl
11443            ! pod/perlunicode.pod
11444 ____________________________________________________________________________
11445 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
11446         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
11447              From: Mark-Jason Dominus <mjd@plover.com>
11448              Date: Sat, 07 Jul 2001 13:04:04 -0400
11449              Message-ID: <20010707170404.32694.qmail@plover.com>
11450      Branch: perl
11451            ! ext/DB_File/DB_File.pm
11452 ____________________________________________________________________________
11453 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
11454         Log: Fix up AutoLoader to fudge for Mac paths in import().
11455      Branch: maint-5.6/macperl
11456            ! lib/AutoLoader.pm
11457 ____________________________________________________________________________
11458 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
11459         Log: Try to force the lib/re.pm to be there before entering
11460              the extensions builds, should help for parallel makes.
11461      Branch: perl
11462            ! Makefile.SH
11463 ____________________________________________________________________________
11464 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
11465         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
11466              From: Norton Allen <allen@huarp.harvard.edu>
11467              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
11468              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
11469      Branch: perl
11470            ! ext/POSIX/POSIX.xs
11471 ____________________________________________________________________________
11472 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
11473         Log: Subject: [PATCH] Re: op/arith.t
11474              From: Nicholas Clark <nick@ccl4.org>
11475              Date: Sat, 7 Jul 2001 13:04:54 +0100
11476              Message-ID: <20010707130454.D59620@plum.flirble.org>
11477      Branch: perl
11478            ! numeric.c toke.c
11479 ____________________________________________________________________________
11480 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
11481         Log: Subject: [PATCH] h2xs
11482              From: Nicholas Clark <nick@ccl4.org>
11483              Date: Fri, 6 Jul 2001 23:25:14 +0100
11484              Message-ID: <20010706232514.X59620@plum.flirble.org>
11485      Branch: perl
11486            ! utils/h2xs.PL
11487 ____________________________________________________________________________
11488 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
11489         Log: Subject: Re: bleedperl perl_alloc..free leakage
11490              From: Radu Greab <radu@netsoft.ro>
11491              Date: Fri, 6 Jul 2001 19:48:54 +0300
11492              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
11493              
11494              Leak-be-gone.
11495      Branch: perl
11496            ! op.c
11497 ____________________________________________________________________________
11498 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
11499         Log: Test again.  Please ignore.
11500      Branch: maint-5.6/macperl
11501            ! README.macos
11502 ____________________________________________________________________________
11503 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
11504         Log: Test.  Please ignore.
11505      Branch: maint-5.6/macperl
11506            ! README.macos
11507 ____________________________________________________________________________
11508 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
11509         Log: Include changes already sent in separately as patches,
11510              before branch was created.
11511      Branch: maint-5.6/macperl
11512            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
11513            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
11514            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
11515            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
11516            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
11517            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
11518            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
11519            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
11520            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
11521            ! t/pragma/strict.t
11522 ____________________________________________________________________________
11523 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
11524         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
11525              From: Norton Allen <allen@huarp.harvard.edu>
11526              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
11527              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
11528      Branch: perl
11529            ! utf8.h
11530 ____________________________________________________________________________
11531 [ 11183] By: nick                                  on 2001/07/06  16:27:40
11532         Log: Integrate mainline
11533      Branch: perlio
11534           +> (branch 42 files)
11535            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
11536            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
11537            - win32/bin/mdelete.bat
11538           !> (integrate 215 files)
11539 ____________________________________________________________________________
11540 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
11541         Log: The #11166 needed also these updated.
11542      Branch: perl
11543            ! lib/warnings.pm warnings.h
11544 ____________________________________________________________________________
11545 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
11546         Log: Update Changes.
11547      Branch: perl
11548            ! Changes patchlevel.h
11549 ____________________________________________________________________________
11550 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
11551         Log: Regen toc.
11552      Branch: perl
11553            ! pod/perltoc.pod
11554 ____________________________________________________________________________
11555 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
11556         Log: Nit from Abhijit.
11557      Branch: perl
11558            ! lib/CPAN.pm
11559 ____________________________________________________________________________
11560 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
11561         Log: Retract #11172.
11562      Branch: perl
11563            ! t/op/method.t
11564 ____________________________________________________________________________
11565 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
11566         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
11567              From: Norton Allen <allen@huarp.harvard.edu>
11568              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
11569              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
11570      Branch: perl
11571            ! lib/Cwd.pm
11572 ____________________________________________________________________________
11573 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
11574         Log: (Accidentally empty check-in.)
11575      Branch: perl
11576            ! utf8.h
11577 ____________________________________________________________________________
11578 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
11579         Log: Retract #11165 since Sarathy pointed out it'll not
11580              work properly under threads, the problem should be
11581              solved using "the savestack, either via SSNEW() or
11582              using a newSVpv()+SAVEFREESV() combo."
11583      Branch: perl
11584            ! ext/POSIX/POSIX.xs
11585 ____________________________________________________________________________
11586 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
11587         Log: Retract #11125 since NI-S pointed out it'll not work in
11588              cases where the extension has their own handcrafted INC
11589              et alia.
11590      Branch: perl
11591            ! lib/ExtUtils/MM_Unix.pm
11592 ____________________________________________________________________________
11593 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
11594         Log: Subject: RE: [PATCH] -I and MakeMaker again
11595              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11596              Date: Fri, 6 Jul 2001 09:18:29 +0200
11597              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
11598      Branch: perl
11599            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
11600            ! lib/ExtUtils/MM_Win32.pm
11601 ____________________________________________________________________________
11602 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
11603         Log: (Retracted by #11178)
11604              Subject: [PATCH t/op/method.t] SUPER:: strangeness
11605              From: Piers Cawley <pdcawley@iterative-software.com>
11606              Date: 06 Jul 2001 10:49:01 +0100
11607              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
11608      Branch: perl
11609            ! t/op/method.t
11610 ____________________________________________________________________________
11611 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
11612         Log: VOS README update from Paul Green.
11613      Branch: perl
11614            ! README.vos
11615 ____________________________________________________________________________
11616 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
11617         Log: Subject: [PATCH README.qnx hints/qnx.sh]
11618              From: Norton Allen <allen@huarp.harvard.edu>
11619              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
11620              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
11621      Branch: perl
11622            ! README.qnx hints/qnx.sh
11623 ____________________________________________________________________________
11624 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
11625         Log: Subject: [PATCH] Doc patch for Tie::Hash
11626              From: Artur Bergman <artur@contiller.se>
11627              Date: Thu, 05 Jul 2001 22:51:18 +0200
11628              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
11629      Branch: perl
11630            ! lib/Tie/Hash.pm
11631 ____________________________________________________________________________
11632 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
11633         Log: Subject: [PATCH] perlfaq4.pod
11634              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
11635              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
11636              Date: Thu, 5 Jul 2001 18:44:10 +0100 
11637      Branch: perl
11638            ! pod/perlfaq4.pod
11639 ____________________________________________________________________________
11640 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
11641         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
11642              From: Robin Houston <robin@kitsite.com>
11643              Date: Thu, 5 Jul 2001 18:33:21 +0100
11644              Message-ID: <20010705183321.A27345@robin.kitsite.com>
11645      Branch: perl
11646            ! ext/B/B/Deparse.pm
11647 ____________________________________________________________________________
11648 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
11649         Log: (Retracted by #11285.)
11650              
11651              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
11652              From: Abhijit Menon-Sen <ams@wiw.org>
11653              Date: Fri, 6 Jul 2001 01:26:32 +0530
11654              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
11655      Branch: perl
11656            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
11657            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
11658            ! warnings.pl
11659 ____________________________________________________________________________
11660 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
11661         Log: (Retracted by #11175)
11662              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
11663              From: Norton Allen <allen@huarp.harvard.edu>
11664              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
11665              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
11666      Branch: perl
11667            ! ext/POSIX/POSIX.xs
11668 ____________________________________________________________________________
11669 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
11670         Log: Unterminated C< (noticed by Richard Hatch), and few other
11671              small Unicode doc tweaks.
11672      Branch: perl
11673            ! pod/perlretut.pod
11674 ____________________________________________________________________________
11675 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
11676         Log: More flexible argument understanding; add charblocks() and
11677              charscripts(); make charblock() and charscript() two-way;
11678              add charinrange(); separate the $Unicode::UCD::VERSION and
11679              the version of the Unicode by adding UnicodeVersion().
11680      Branch: perl
11681            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11682 ____________________________________________________________________________
11683 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
11684         Log: Update Unicode::UCD on \p{In...}.
11685      Branch: perl
11686            ! lib/Unicode/UCD.pm
11687 ____________________________________________________________________________
11688 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
11689         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
11690              From: Norton Allen <allen@huarp.harvard.edu>
11691              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
11692              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
11693      Branch: perl
11694            ! lib/ExtUtils/MM_Unix.pm
11695 ____________________________________________________________________________
11696 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
11697         Log: POSIX-BC tweaks from Thomas Dorner.
11698      Branch: perl
11699            ! hints/posix-bc.sh perlio.h
11700 ____________________________________________________________________________
11701 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
11702         Log: Module updates for the delta.
11703      Branch: perl
11704            ! pod/perl572delta.pod
11705 ____________________________________________________________________________
11706 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
11707         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
11708              From: Norton Allen <allen@huarp.harvard.edu>
11709              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
11710              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
11711      Branch: perl
11712            ! ext/IO/lib/IO/t/io_sock.t
11713 ____________________________________________________________________________
11714 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
11715         Log: Subject: [PATCH perldiag.pod] Quick fixes
11716              From: Simon Cozens <simon@netthink.co.uk>
11717              Date: Wed, 4 Jul 2001 20:22:12 +0100
11718              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
11719      Branch: perl
11720            ! pod/perldiag.pod
11721 ____________________________________________________________________________
11722 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
11723         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
11724              From: Radu Greab <radu@netsoft.ro>
11725              Date: Wed, 4 Jul 2001 22:13:31 +0300
11726              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
11727      Branch: perl
11728            ! op.c sv.c t/op/pos.t
11729 ____________________________________________________________________________
11730 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
11731         Log: Subject: [PATCH] -I and MakeMaker again
11732              From: Michael G Schwern <schwern@pobox.com>
11733              Date: Wed, 4 Jul 2001 15:03:07 -0400
11734              Message-ID: <20010704150307.I20340@blackrider>
11735              
11736              (and retract #11145)
11737      Branch: perl
11738            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
11739            ! lib/ExtUtils/MakeMaker.pm
11740 ____________________________________________________________________________
11741 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
11742         Log: Subject: Re: PERFORCE change 11142 for review
11743              From: "Philip Newton" <Philip.Newton@gmx.net>
11744              Date: Wed, 4 Jul 2001 20:46:26 +0200
11745              Message-Id: <200107041841.VAA25380@taas.iki.fi>
11746      Branch: perl
11747            ! lib/ExtUtils/MakeMaker.pm
11748 ____________________________________________________________________________
11749 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
11750         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
11751              From: Jonathan Stowe <gellyfish@gellyfish.com>
11752              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
11753              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
11754      Branch: perl
11755            ! utils/pl2pm.PL
11756 ____________________________________________________________________________
11757 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
11758         Log: fix the binary compatibility issue when building with/without
11759              usemymalloc by exporting Perl_malloc() et al as simple wrappers
11760              around the system functions (this allows most extensions built
11761              using one mode to coexist with perls built in the other mode)
11762              
11763              XXX the Perl_mfree() wrapper might need to do return(free()) on
11764              platforms where Free_t isn't "void"
11765      Branch: perl
11766            ! embed.h embed.pl makedef.pl proto.h util.c
11767 ____________________________________________________________________________
11768 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
11769         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
11770              since it doesn't ensure threads other than the one calling fork()
11771              aren't holding any locks; the fix is to use pthread_atfork() to
11772              hold global locks
11773              
11774              building perl with -Dusemymalloc exacerbates the problem since
11775              Perl_malloc() holds a mutex, and perl's exec() calls New()
11776              
11777              XXX the code in win32thread.h may be needed on platforms that have
11778              no pthread_atfork()
11779      Branch: perl
11780            ! perl.c thread.h win32/win32thread.h
11781 ____________________________________________________________________________
11782 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
11783         Log: Integrate #11009 from maintperl.
11784      Branch: maint-5.6/macperl
11785           !> lib/ExtUtils/Manifest.pm
11786 ____________________________________________________________________________
11787 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
11788         Log: Flexing my Perforce muscles.
11789      Branch: maint-5.6/macperl
11790            ! README.macos
11791 ____________________________________________________________________________
11792 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
11793         Log: Update Changes.
11794      Branch: perl
11795            ! Changes patchlevel.h
11796 ____________________________________________________________________________
11797 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
11798         Log: Metaconfig unit change for #11146.
11799      Branch: metaconfig/U/perl
11800            ! d_fcntl_can_lock.U
11801 ____________________________________________________________________________
11802 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
11803         Log: Somehow the #ifdefs of the added code (in #11093) made
11804              HP-UX to fail the fcntl locking test, without the ifdefs
11805              the test seems to be working again.  Reason unknown:
11806              HP-UX cc doesn't complain either way.
11807      Branch: perl
11808            ! Configure
11809 ____________________________________________________________________________
11810 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
11811         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
11812      Branch: perl
11813            ! lib/ExtUtils/MM_Unix.pm
11814 ____________________________________________________________________________
11815 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
11816         Log: gcc -Wall nit.
11817      Branch: perl
11818            ! pp_hot.c
11819 ____________________________________________________________________________
11820 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
11821         Log: When removing tests updating the test count is a good idea, too.
11822      Branch: perl
11823            ! lib/Net/t/require.t
11824 ____________________________________________________________________________
11825 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
11826         Log: Document #11134 and add the new symbols to the list of
11827              of MakeMaker known ones.
11828      Branch: perl
11829            ! lib/ExtUtils/MakeMaker.pm
11830 ____________________________________________________________________________
11831 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
11832         Log: Microperl update.
11833      Branch: perl
11834            ! uconfig.h
11835 ____________________________________________________________________________
11836 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
11837         Log: Update the libnet tests as per #11138.
11838      Branch: perl
11839            - lib/Net/t/ph.t
11840            ! MANIFEST lib/Net/t/require.t
11841 ____________________________________________________________________________
11842 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
11843         Log: Regen toc and modlib.
11844      Branch: perl
11845            ! pod/perlmodlib.pod pod/perltoc.pod
11846 ____________________________________________________________________________
11847 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
11848         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
11849              Graham's request.
11850      Branch: perl
11851            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
11852            ! MANIFEST
11853 ____________________________________________________________________________
11854 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
11855         Log: Add the OS/390 harness results to the delta.
11856      Branch: perl
11857            ! pod/perl572delta.pod
11858 ____________________________________________________________________________
11859 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
11860         Log: Avoid the two study tests in OS/390 until the bug has been solved.
11861      Branch: perl
11862            ! t/op/study.t
11863 ____________________________________________________________________________
11864 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
11865         Log: DOS/DJGPP tweaks from Laszlo Molnar.
11866      Branch: perl
11867            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
11868 ____________________________________________________________________________
11869 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
11870         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
11871              From: Michael G Schwern <schwern@pobox.com>
11872              Date: Wed, 4 Jul 2001 00:01:16 -0400
11873              Message-ID: <20010704000116.C591@blackrider>
11874      Branch: perl
11875            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
11876 ____________________________________________________________________________
11877 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
11878         Log: The #11132 missed singleton characters (not part
11879              of a unilo..unihi range) in Unicode scripts.
11880      Branch: perl
11881            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
11882            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
11883            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
11884            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
11885            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
11886            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
11887            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
11888            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
11889            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
11890            ! lib/unicode/mktables.PL t/op/pat.t
11891 ____________________________________________________________________________
11892 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
11893         Log: Support preferentially the Unicode 'scripts' definition
11894              in the \p{In...} notation since according to Unicode the
11895              scripts concept is more natural for matching than using
11896              the somewhat artificial block names.  The block names are
11897              still available, though, and if there's a name conflict,
11898              the scripts one wins and the blocks one has to do with
11899              'Block' appended to its name.  For more information see
11900              
11901              http://www.unicode.org/unicode/reports/tr24/
11902      Branch: perl
11903            + lib/unicode/In/100.pl lib/unicode/In/101.pl
11904            + lib/unicode/In/102.pl lib/unicode/In/103.pl
11905            + lib/unicode/In/104.pl lib/unicode/In/105.pl
11906            + lib/unicode/In/106.pl lib/unicode/In/107.pl
11907            + lib/unicode/In/108.pl lib/unicode/In/109.pl
11908            + lib/unicode/In/110.pl lib/unicode/In/111.pl
11909            + lib/unicode/In/112.pl lib/unicode/In/113.pl
11910            + lib/unicode/In/114.pl lib/unicode/In/115.pl
11911            + lib/unicode/In/116.pl lib/unicode/In/117.pl
11912            + lib/unicode/In/118.pl lib/unicode/In/119.pl
11913            + lib/unicode/In/120.pl lib/unicode/In/121.pl
11914            + lib/unicode/In/122.pl lib/unicode/In/123.pl
11915            + lib/unicode/In/124.pl lib/unicode/In/125.pl
11916            + lib/unicode/In/126.pl lib/unicode/In/127.pl
11917            + lib/unicode/In/128.pl lib/unicode/In/129.pl
11918            + lib/unicode/In/130.pl lib/unicode/In/131.pl
11919            + lib/unicode/In/132.pl lib/unicode/In/133.pl
11920            + lib/unicode/In/134.pl lib/unicode/In/135.pl
11921            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
11922            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
11923            ! (edit 106 files)
11924 ____________________________________________________________________________
11925 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
11926         Log: Better document the difference between a block and a script.
11927      Branch: perl
11928            ! lib/Unicode/UCD.pm
11929 ____________________________________________________________________________
11930 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
11931         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
11932              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11933              Date: Tue, 3 Jul 2001 15:04:23 -0500
11934              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
11935      Branch: perl
11936            ! lib/CPAN.pm
11937 ____________________________________________________________________________
11938 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
11939         Log: Add tests for charscript().
11940      Branch: perl
11941            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11942 ____________________________________________________________________________
11943 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
11944         Log: Add charscript() to get the UTR#24 script names of characters.
11945      Branch: perl
11946            ! lib/Unicode/UCD.pm
11947 ____________________________________________________________________________
11948 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
11949         Log: Todo updates.
11950      Branch: perl
11951            ! pod/perltodo.pod
11952 ____________________________________________________________________________
11953 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
11954         Log: Unicode::UCD updates.
11955      Branch: perl
11956            ! lib/Unicode/UCD.pm
11957 ____________________________________________________________________________
11958 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
11959         Log: (Retracted by #11174)
11960              Subject: MakeMaker should pass through DEFINE and INC to subdirs
11961              From: Alan Burlison <Alan.Burlison@sun.com>
11962              Date: Tue, 03 Jul 2001 15:20:13 +0100
11963              Message-ID: <3B41D49D.A923D4F9@sun.com>
11964      Branch: perl
11965            ! lib/ExtUtils/MM_Unix.pm
11966 ____________________________________________________________________________
11967 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
11968         Log: Subject: Patch needed for UTS
11969              From: hom00@utsglobal.com (Hal Morris)
11970              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
11971              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
11972              
11973              Replace #11113 with a better version.
11974      Branch: perl
11975            ! perl.h
11976 ____________________________________________________________________________
11977 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
11978         Log: Subject: Re: POINTERRIGOR
11979              From: Andy Dougherty <doughera@lafayette.edu>
11980              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
11981              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
11982      Branch: perl
11983            ! util.c
11984 ____________________________________________________________________________
11985 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
11986         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
11987              From: "Philip Newton" <pnewton@gmx.de>
11988              Date: Tue, 3 Jul 2001 17:03:34 +0200
11989              Message-ID: <3B41FAE6.29564.660E117@localhost>
11990      Branch: perl
11991            ! pp_hot.c
11992 ____________________________________________________________________________
11993 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
11994         Log: Typos.
11995      Branch: perl
11996            ! INSTALL
11997 ____________________________________________________________________________
11998 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
11999         Log: Subject: [PATCH 5.6.1] debugger fixes
12000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12001              Date: Tue, 3 Jul 2001 03:38:18 -0400
12002              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
12003              
12004              The $^S is working again.
12005      Branch: perl
12006            ! lib/perl5db.pl
12007 ____________________________________________________________________________
12008 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
12009         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
12010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12011              Date: Tue, 3 Jul 2001 03:34:06 -0400
12012              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
12013      Branch: perl
12014            ! os2/OS2/Process/Process.pm
12015 ____________________________________________________________________________
12016 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
12017         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
12018              From: "Philip Newton" <Philip.Newton@gmx.net>
12019              Date: Tue, 3 Jul 2001 09:11:27 +0200
12020              Message-Id: <200107030706.KAA04596@taas.iki.fi>
12021      Branch: perl
12022            ! lib/FindBin.pm
12023 ____________________________________________________________________________
12024 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
12025         Log: Delta delta.
12026      Branch: perl
12027            ! pod/perl572delta.pod
12028 ____________________________________________________________________________
12029 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
12030         Log: Metaconfig unit change for 11115.
12031      Branch: metaconfig
12032            ! U/modified/libc.U
12033 ____________________________________________________________________________
12034 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
12035         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
12036              (from Richard Hatch) (this was the cause of pipes() and
12037              times() myeteriously not being found)
12038      Branch: perl
12039            ! Configure
12040 ____________________________________________________________________________
12041 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
12042         Log: Retract #10142, the real culprit found by Richard Hatch,
12043              coming soon to Configure near you.
12044      Branch: perl
12045            ! hints/aix.sh
12046 ____________________________________________________________________________
12047 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
12048         Log: (Replaced by #11124) UTS workaround from Hal Morris.
12049      Branch: perl
12050            ! perl.h
12051 ____________________________________________________________________________
12052 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
12053         Log: Subject: [PATCH] grok not grocking correctly
12054              From: Nicholas Clark <nick@ccl4.org>
12055              Date: Tue, 3 Jul 2001 00:19:08 +0100
12056              Message-ID: <20010703001908.H59620@plum.flirble.org>
12057      Branch: perl
12058            ! numeric.c
12059 ____________________________________________________________________________
12060 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
12061         Log: Subject: [PATCH Deparse.t] test just-posted patches
12062              From: Robin Houston <robin@kitsite.com>
12063              Date: Mon, 2 Jul 2001 23:46:15 +0100
12064              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
12065      Branch: perl
12066            ! ext/B/Deparse.t
12067 ____________________________________________________________________________
12068 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
12069         Log: Subject: [PATCH toke.c] autosplit into @F
12070              From: Robin Houston <robin@kitsite.com>
12071              Date: Mon, 2 Jul 2001 23:18:20 +0100
12072              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
12073      Branch: perl
12074            ! perl.c toke.c
12075 ____________________________________________________________________________
12076 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
12077         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
12078              From: Robin Houston <robin@kitsite.com>
12079              Date: Mon, 2 Jul 2001 23:00:48 +0100
12080              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
12081      Branch: perl
12082            ! ext/B/B/Deparse.pm
12083 ____________________________________________________________________________
12084 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
12085         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
12086              From: "Philip Newton" <Philip.Newton@gmx.net>
12087              Date: Mon, 2 Jul 2001 22:06:22 +0200
12088              (no Message-Id)
12089      Branch: perl
12090            ! ext/NDBM_File/hints/linux.pl
12091 ____________________________________________________________________________
12092 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
12093         Log: Subject: Re: Fixed pack problem - sort of
12094              From: Nicholas Clark <nick@ccl4.org>
12095              Date: Mon, 2 Jul 2001 20:59:20 +0100
12096              Message-ID: <20010702205919.F59620@plum.flirble.org>
12097      Branch: perl
12098            ! pp_pack.c t/op/pack.t
12099 ____________________________________________________________________________
12100 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
12101         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
12102              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12103              Date: Mon, 2 Jul 2001 15:45:41 -0400
12104              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
12105      Branch: perl
12106            ! os2/os2.c
12107 ____________________________________________________________________________
12108 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
12109         Log: (Mistaken retraction)
12110      Branch: perl
12111            ! utils/pl2pm.PL
12112 ____________________________________________________________________________
12113 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
12114         Log: Detypo in #11103.
12115      Branch: perl
12116            ! utils/pl2pm.PL
12117 ____________________________________________________________________________
12118 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
12119         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
12120              From: Jonathan Stowe <gellyfish@gellyfish.com>
12121              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
12122              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
12123      Branch: perl
12124            ! utils/pl2pm.PL
12125 ____________________________________________________________________________
12126 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
12127         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
12128              From: "Craig A. Berry" <craigberry@mac.com>
12129              Date: Mon, 02 Jul 2001 14:11:23 -0500
12130              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
12131      Branch: perl
12132            ! lib/Unicode/UCD.pm
12133 ____________________________________________________________________________
12134 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
12135         Log: Subject: [PATCH] Re: op/numconvert.t failures
12136              From: Nicholas Clark <nick@ccl4.org>
12137              Date: Mon, 2 Jul 2001 20:10:48 +0100
12138              Message-ID: <20010702201048.E59620@plum.flirble.org>
12139      Branch: perl
12140            ! t/op/numconvert.t
12141 ____________________________________________________________________________
12142 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
12143         Log: Update Changes.
12144      Branch: perl
12145            ! Changes patchlevel.h
12146 ____________________________________________________________________________
12147 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
12148         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
12149              The real fix must be more involved.  The line of code all the leaky
12150              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
12151              line of Perl_newPMOP().
12152      Branch: perl
12153            ! op.h
12154 ____________________________________________________________________________
12155 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
12156         Log: Based on
12157              
12158              Subject: Re: sizeof(struct sembuf)
12159              From: Nicholas Clark <nick@ccl4.org>
12160              Date: Sun, 1 Jul 2001 22:26:48 +0100
12161              Message-ID: <20010701222648.W59620@plum.flirble.org>
12162              
12163              but do semop() always the slow way.
12164      Branch: perl
12165            ! doio.c
12166 ____________________________________________________________________________
12167 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
12168         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
12169              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12170              Date: Tue, 03 Jul 2001 00:56:30 +0900
12171              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
12172      Branch: perl
12173            ! ext/Encode/Encode/Tcl.t
12174 ____________________________________________________________________________
12175 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
12176         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
12177              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12178              Date: Tue, 03 Jul 2001 00:55:46 +0900
12179              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
12180      Branch: perl
12181            ! ext/Encode/Encode/Tcl.pm
12182 ____________________________________________________________________________
12183 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
12184         Log: Regen api and toc.
12185      Branch: perl
12186            ! pod/perlapi.pod pod/perltoc.pod
12187 ____________________________________________________________________________
12188 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
12189         Log: Metaconfig unit change for #11093.
12190      Branch: metaconfig/U/perl
12191            ! d_fcntl_can_lock.U
12192 ____________________________________________________________________________
12193 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
12194         Log: The fcntl locking test may hang if NFS locking messed up;
12195              break out with alarm(10).
12196      Branch: perl
12197            ! Configure
12198 ____________________________________________________________________________
12199 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
12200         Log: Move the mdelete.bat from win32/bin to win32.
12201      Branch: perl
12202            ! MANIFEST
12203 ____________________________________________________________________________
12204 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
12205         Log: Typo in #11083.
12206      Branch: perl
12207            ! ext/Time/Piece/Piece.t
12208 ____________________________________________________________________________
12209 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
12210         Log: Netware tweaks from Guruprasad.
12211      Branch: perl
12212            - NetWare/perlsdio.h
12213            ! MANIFEST NetWare/Makefile NetWare/interface.c
12214            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
12215            ! perlsdio.h
12216 ____________________________________________________________________________
12217 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
12218         Log: Subject: Re: [PATH] shared -> unique;
12219              From: Abhijit Menon-Sen <ams@wiw.org>
12220              Date: Wed, 27 Jun 2001 03:51:27 +0530
12221              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
12222      Branch: perl
12223            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
12224 ____________________________________________________________________________
12225 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
12226         Log: Subject: Re: AIX / gcc-3.0
12227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12228              Date: Mon, 02 Jul 2001 15:20:21 +0200
12229              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
12230      Branch: perl
12231            ! hints/aix.sh
12232 ____________________________________________________________________________
12233 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
12234         Log: Subject: Re: Bug report: split splits on wrong pattern
12235              From: Abhijit Menon-Sen <ams@wiw.org>
12236              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
12237              Date: Mon, 2 Jul 2001 16:31:33 +0530
12238      Branch: perl
12239            ! pp_ctl.c
12240 ____________________________________________________________________________
12241 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
12242         Log: Subject: [PATCH 5.6.1] test harness
12243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12244              Date: Mon, 2 Jul 2001 06:29:21 -0400
12245              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
12246      Branch: perl
12247            ! lib/Test/Harness.pm
12248 ____________________________________________________________________________
12249 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
12250         Log: Subject: [PATCH 5.6.1] debugger goof
12251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12252              Date: Mon, 2 Jul 2001 06:27:22 -0400
12253              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
12254      Branch: perl
12255            ! lib/perl5db.pl
12256 ____________________________________________________________________________
12257 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
12258         Log: Subject: [PATCH 5.6.1] OS/2 cwd
12259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12260              Date: Mon, 2 Jul 2001 06:21:17 -0400
12261              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
12262      Branch: perl
12263            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
12264 ____________________________________________________________________________
12265 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
12266         Log: Make #11082 more OS/2-specific.
12267      Branch: perl
12268            ! ext/Time/Piece/Piece.t
12269 ____________________________________________________________________________
12270 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
12271         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
12272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12273              Date: Mon, 2 Jul 2001 06:06:34 -0400
12274              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
12275      Branch: perl
12276            ! ext/Time/Piece/Piece.t
12277 ____________________________________________________________________________
12278 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
12279         Log: Subject: [PATCH B::Deparse] version number & changes
12280              From: Robin Houston <robin@kitsite.com>  
12281              Date: Sun, 1 Jul 2001 17:17:29 +0100
12282              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
12283      Branch: perl
12284            ! ext/B/B/Deparse.pm
12285 ____________________________________________________________________________
12286 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
12287         Log: Subject: a small fix.
12288              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12289              Date: Mon, 2 Jul 2001 12:17:53 +0200
12290              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
12291      Branch: perl
12292            ! ext/Thread/Thread.xs
12293 ____________________________________________________________________________
12294 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
12295         Log: Subject: RE: perl@10907
12296              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12297              Date: Mon, 2 Jul 2001 12:06:16 +0200
12298              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
12299              
12300              Borland C vs PerlIO.
12301      Branch: perl
12302            ! win32/config.bc win32/config_H.bc
12303 ____________________________________________________________________________
12304 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
12305         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
12306              From: "H.M. Brand" <merijn@l1.procura.nl>
12307              Date: Mon, 02 Jul 2001 11:18:57 +0200
12308              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
12309      Branch: perl
12310            ! t/op/write.t
12311 ____________________________________________________________________________
12312 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
12313         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
12314              From: Michael G Schwern <schwern@pobox.com>
12315              Date: Mon, 2 Jul 2001 00:26:24 -0400
12316              Message-ID: <20010702002624.A18302@blackrider>
12317      Branch: perl
12318            - ext/util/mkbootstrap
12319 ____________________________________________________________________________
12320 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
12321         Log: Subject: [PATCH op.h] v minor comment tweak
12322              From: Robin Houston <robin@puffinry.freeserve.co.uk>
12323              Date: Mon, 2 Jul 2001 00:42:01 +0100
12324              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
12325      Branch: perl
12326            ! op.h
12327 ____________________________________________________________________________
12328 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
12329         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
12330      Branch: perl
12331            ! pod/perlfunc.pod
12332 ____________________________________________________________________________
12333 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
12334         Log: Subject: Re: sizeof(struct sembuf)
12335              From: Nicholas Clark <nick@ccl4.org>
12336              Date: Sun, 1 Jul 2001 19:23:16 +0100
12337              Message-ID: <20010701192316.V59620@plum.flirble.org>
12338              
12339              s/signaling/signalling/
12340      Branch: perl
12341            ! pod/perlfunc.pod
12342 ____________________________________________________________________________
12343 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
12344         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
12345              From: "Philip Newton" <Philip.Newton@gmx.net>
12346              Date: Sun, 1 Jul 2001 09:37:56 +0200
12347              Message-Id: <200107010733.KAA03920@taas.iki.fi>
12348      Branch: perl
12349            ! pod/perlvar.pod
12350 ____________________________________________________________________________
12351 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
12352         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
12353              From: "Philip Newton" <Philip.Newton@gmx.net>
12354              Date: Sun, 1 Jul 2001 09:37:56 +0200
12355              Message-Id: <200107010733.KAA03925@taas.iki.fi>
12356      Branch: perl
12357            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
12358 ____________________________________________________________________________
12359 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
12360         Log: Metaconfig unit change for #11070.
12361      Branch: metaconfig
12362            ! U/compline/randfunc.U
12363 ____________________________________________________________________________
12364 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
12365         Log: Subject: [PATCH perlsnap] its --> it's --> its
12366              From: "Philip Newton" <Philip.Newton@gmx.net>
12367              Date: Sun, 1 Jul 2001 09:37:56 +0200
12368              Message-Id: <200107010733.KAA03914@taas.iki.fi>
12369      Branch: perl
12370            ! Porting/config_H
12371 ____________________________________________________________________________
12372 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
12373         Log: Sync with Sarathy; integrate with perlio.
12374      Branch: perl
12375           !> gv.c
12376 ____________________________________________________________________________
12377 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
12378         Log: regenerate win32/config_H.?c files
12379      Branch: perl
12380            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12381 ____________________________________________________________________________
12382 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
12383         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
12384              naming discipline
12385              
12386              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
12387              because of this)
12388              
12389              fix a warning about "fd" being used without being set in Cwd.xs
12390      Branch: perl
12391            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
12392            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
12393            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
12394            ! win32/config.vc
12395 ____________________________________________________________________________
12396 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
12397         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
12398              within macro arguments") and warnings ("unary minus applied to
12399              unsigned type", among others)
12400      Branch: perl
12401            ! gv.c hv.c op.c pp.c sv.c toke.c
12402 ____________________________________________________________________________
12403 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
12404         Log: win32 fixes: more spurious CRs
12405      Branch: perl
12406            ! win32/mdelete.bat
12407 ____________________________________________________________________________
12408 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
12409         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
12410              from win32/bin (or it gets deleted by distclean); don't delete
12411              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
12412              NT (should be made Win9x specific, and added to makefile.mk)
12413      Branch: perl
12414           +> win32/mdelete.bat
12415            - win32/bin/mdelete.bat
12416            ! win32/Makefile win32/makefile.mk
12417 ____________________________________________________________________________
12418 [ 11063] By: nick                                  on 2001/07/01  18:54:09
12419         Log: Quick for for #ifdef mess
12420      Branch: perlio
12421            ! gv.c
12422 ____________________________________________________________________________
12423 [ 11062] By: nick                                  on 2001/07/01  18:47:42
12424         Log: Raw integrate - does not build #if mess in gv.c
12425      Branch: perlio
12426           !> (integrate 29 files)
12427 ____________________________________________________________________________
12428 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
12429         Log: Make 'compile' target a little less broken.
12430              Still very broken, though: -Wall warnings from
12431              the generated code, boot_Foo prototypes missing,
12432              can't autoload Fcntl::SEEK_CUR et alia, ...
12433      Branch: perl
12434            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
12435            ! utils/perlcc.PL x2p/Makefile.SH
12436 ____________________________________________________________________________
12437 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
12438         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
12439      Branch: perl
12440            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12441            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
12442 ____________________________________________________________________________
12443 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
12444         Log: Update Changes.
12445      Branch: perl
12446            ! Changes patchlevel.h
12447 ____________________________________________________________________________
12448 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
12449         Log: Still one typo, regen toc.
12450      Branch: perl
12451            ! lib/Unicode/UCD.pm pod/perltoc.pod
12452 ____________________________________________________________________________
12453 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
12454         Log: Detypos and regen toc.
12455      Branch: perl
12456            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
12457 ____________________________________________________________________________
12458 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
12459         Log: VERSION tweak.
12460      Branch: perl
12461            ! ext/List/Util/lib/List/Util.pm
12462 ____________________________________________________________________________
12463 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
12464         Log: Attempt at plugging the leak under ithreads detected by Doug.
12465      Branch: perl
12466            ! op.h
12467 ____________________________________________________________________________
12468 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
12469         Log: gcc -Wall lint after #11051.
12470      Branch: perl
12471            ! pp_sys.c
12472 ____________________________________________________________________________
12473 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
12474         Log: Integrate perlio.
12475      Branch: perl
12476           !> lib/File/Find/taint.t
12477 ____________________________________________________________________________
12478 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
12479         Log: Don't use the v-strings for module VERSIONs.
12480      Branch: perl
12481            ! lib/Unicode/UCD.pm
12482 ____________________________________________________________________________
12483 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
12484         Log: Code cleanup based on turning off the -woffs in IRIX.
12485              Not all of the gripes cleaned up (hairy code in hv.c and
12486              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
12487              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
12488              to the IRIX hints)
12489      Branch: perl
12490            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
12491            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
12492            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
12493            ! regcomp.c sv.c
12494 ____________________________________________________________________________
12495 [ 11050] By: nick                                  on 2001/06/30  20:46:46
12496         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
12497      Branch: perlio
12498            ! lib/File/Find/taint.t
12499 ____________________________________________________________________________
12500 [ 11049] By: nick                                  on 2001/06/30  18:13:33
12501         Log: Integrate mainline
12502      Branch: perlio
12503           +> NetWare/nwstdio.h NetWare/perlsdio.h
12504           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
12505           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
12506           +> lib/Unicode/UCD.t t/run/exit.t
12507           !> (integrate 60 files)
12508 ____________________________________________________________________________
12509 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
12510         Log: Delta delta.
12511      Branch: perl
12512            ! pod/perl572delta.pod
12513 ____________________________________________________________________________
12514 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
12515         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
12516              by CPAN.pm, use rather _00.
12517      Branch: perl
12518            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
12519            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
12520            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
12521            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
12522            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
12523            ! lib/ExtUtils/Embed.pm lib/Test.pm
12524 ____________________________________________________________________________
12525 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
12526         Log: Add a simple Unicode character database interface, Unicode::UCD.
12527      Branch: perl
12528            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
12529            ! MANIFEST
12530 ____________________________________________________________________________
12531 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
12532         Log: Subject: [PATCH] op/numconver.t
12533              From: Nicholas Clark <nick@ccl4.org>
12534              Date: Sat, 30 Jun 2001 15:40:10 +0100
12535              Message-ID: <20010630154010.I59620@plum.flirble.org>
12536      Branch: perl
12537            ! t/op/numconvert.t
12538 ____________________________________________________________________________
12539 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
12540         Log: The $^N is now taken (by #11038).
12541      Branch: perl
12542            ! t/base/lex.t
12543 ____________________________________________________________________________
12544 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
12545         Log: The #11040 had slipped to a wrong function...
12546      Branch: perl
12547            ! sv.c
12548 ____________________________________________________________________________
12549 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
12550         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
12551              the Configure library symbol probe mysteriously finds all
12552              symbols but those of pipe() and times().
12553      Branch: perl
12554            ! hints/aix.sh
12555 ____________________________________________________________________________
12556 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
12557         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
12558              From: Nicholas Clark <nick@ccl4.org>
12559              Date: Fri, 29 Jun 2001 23:49:07 +0100
12560              Message-ID: <20010629234907.D59620@plum.flirble.org>
12561      Branch: perl
12562            ! lib/ExtUtils.t
12563 ____________________________________________________________________________
12564 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
12565         Log: Subject: [PATCH] weakref fix 2, not yet there
12566              From: Artur Bergman <artur@contiller.se>
12567              Date: Sat, 30 Jun 2001 01:18:16 +0200
12568              Message-ID: <B762D957.1CC9%artur@contiller.se>
12569      Branch: perl
12570            ! sv.c
12571 ____________________________________________________________________________
12572 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
12573         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
12574              From: Michael G Schwern <schwern@pobox.com>
12575              Date: Fri, 29 Jun 2001 19:39:11 -0400
12576              Message-ID: <20010629193910.D25304@blackrider>
12577      Branch: perl
12578            + t/run/exit.t
12579            ! MANIFEST
12580 ____________________________________________________________________________
12581 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
12582         Log: Add support for $^N, the most-recently closed group.
12583      Branch: perl
12584            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
12585            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
12586            ! thrdvar.h
12587 ____________________________________________________________________________
12588 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
12589         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
12590              From: lvirden@cas.org
12591              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
12592              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
12593              
12594              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
12595              From: lvirden@cas.org
12596              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
12597              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
12598      Branch: perl
12599            ! README.solaris
12600 ____________________________________________________________________________
12601 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
12602         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
12603              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12604              Date: Sat, 30 Jun 2001 07:33:37 +0900
12605              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
12606              
12607              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
12608              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12609              Date: Sat, 30 Jun 2001 21:38:14 +0900
12610              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
12611      Branch: perl
12612            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
12613            + ext/Encode/Encode/7bit-kr.enc
12614            ! MANIFEST ext/Encode/Encode/Tcl.pm
12615 ____________________________________________________________________________
12616 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
12617         Log: NetWare tweaks from Guruprasad.
12618      Branch: perl
12619            + NetWare/nwstdio.h NetWare/perlsdio.h
12620            ! MANIFEST NetWare/Makefile NetWare/config.wc
12621            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
12622            ! NetWare/t/Readme.txt
12623 ____________________________________________________________________________
12624 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
12625         Log: More module $VERSION bump-ups.
12626      Branch: perl
12627            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
12628            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
12629            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
12630 ____________________________________________________________________________
12631 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
12632         Log: Doc update due to #11032.
12633      Branch: perl
12634            ! pod/perl572delta.pod
12635 ____________________________________________________________________________
12636 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
12637         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
12638              From: Peter Prymmer <pvhp@forte.com>
12639              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
12640              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
12641      Branch: perl
12642            ! ext/Time/HiRes/HiRes.xs
12643 ____________________________________________________________________________
12644 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
12645         Log: -lpthreads missing in AIX.
12646      Branch: perl
12647            ! hints/aix.sh
12648 ____________________________________________________________________________
12649 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
12650         Log: Subject: [PATCH] CLONE && weakrefs
12651              From: Artur Bergman <artur@contiller.se>
12652              Date: Fri, 29 Jun 2001 17:02:00 +0200
12653              Message-ID: <B7626508.1CA0%artur@contiller.se>
12654      Branch: perl
12655            ! sv.c
12656 ____________________________________________________________________________
12657 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
12658         Log: Subject: Re: Bug report: split splits on wrong pattern
12659              From: Radu Greab <radu@netsoft.ro>
12660              Date: Wed, 27 Jun 2001 21:50:52 +0300
12661              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
12662      Branch: perl
12663            ! pp_ctl.c t/op/split.t
12664 ____________________________________________________________________________
12665 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
12666         Log: Metaconfig unit change for #11027.
12667      Branch: metaconfig/U/perl
12668            ! d_modfl.U
12669 ____________________________________________________________________________
12670 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
12671         Log: I thought this Configure glitch for AIX was just recently fixed?
12672      Branch: perl
12673            ! Configure
12674 ____________________________________________________________________________
12675 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
12676         Log: Update Changes.
12677      Branch: perl
12678            ! Changes patchlevel.h
12679 ____________________________________________________________________________
12680 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
12681         Log: Subject: Re: perl@10967, File::Find, and Cwd
12682              From: Mike Guy <mjtg@cam.ac.uk>
12683              Date: Fri, 29 Jun 2001 14:56:49 +0100
12684              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
12685      Branch: perl
12686            ! lib/File/Find/taint.t
12687 ____________________________________________________________________________
12688 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
12689         Log: Update the sv_pvprintify() spec.
12690      Branch: perl
12691            ! pod/perltodo.pod
12692 ____________________________________________________________________________
12693 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
12694         Log: Known test failures update.
12695      Branch: perl
12696            ! pod/perl572delta.pod
12697 ____________________________________________________________________________
12698 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
12699         Log: Based on
12700              
12701              Subject: [PATCH @11016] More );) fixes
12702              From: Richard Soderberg <rs@crystalflame.net>
12703              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
12704              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
12705      Branch: perl
12706            ! ext/Thread/Thread.xs ext/Thread/typemap
12707 ____________________________________________________________________________
12708 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
12709         Log: Subject: [PATCH @11016] Fixes compile errors in four files
12710              From: Richard Soderberg <rs@crystalflame.net>
12711              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
12712              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
12713      Branch: perl
12714            ! mg.c pp.c pp_hot.c util.c
12715 ____________________________________________________________________________
12716 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
12717         Log: AIX hints tweaking continues, from Merijn Brand.
12718      Branch: perl
12719            ! hints/aix.sh
12720 ____________________________________________________________________________
12721 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
12722         Log: HP-UX needs gccversion sooner, from Merijn Brand.
12723      Branch: perl
12724            ! hints/hpux.sh
12725 ____________________________________________________________________________
12726 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
12727         Log: Subject: [PATCH 5.6.1] OS/2 docs
12728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12729              Date: Fri, 29 Jun 2001 02:34:12 -0400
12730              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
12731      Branch: perl
12732            ! README.os2 os2/Changes
12733 ____________________________________________________________________________
12734 [ 11017] By: nick                                  on 2001/06/29  10:20:30
12735         Log: Integrate mainline
12736      Branch: perlio
12737           +> (branch 37 files)
12738            - ext/ODBM_File/sdbm.t
12739           !> (integrate 211 files)
12740 ____________________________________________________________________________
12741 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
12742         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
12743              the modules found using a script written by Larry Schatzer Jr.
12744      Branch: perl
12745            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
12746            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
12747            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12748            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
12749            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
12750            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
12751            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
12752            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
12753            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
12754            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
12755            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
12756            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
12757            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
12758            ! lib/constant.pm lib/fields.pm lib/strict.pm
12759 ____________________________________________________________________________
12760 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
12761         Log: The latest JPL from the anoncvs.
12762      Branch: perl
12763            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
12764 ____________________________________________________________________________
12765 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
12766         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
12767      Branch: perl
12768            ! t/op/pat.t
12769 ____________________________________________________________________________
12770 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
12771         Log: Worrying about insecure directories now is a bit too late.
12772      Branch: perl
12773            ! lib/File/Find/taint.t
12774 ____________________________________________________________________________
12775 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
12776         Log: Cannot DIE() in a void function,
12777              from Richard Hatch <rhatch@austin.ibm.com>.
12778      Branch: perl
12779            ! ext/IPC/SysV/SysV.xs
12780 ____________________________________________________________________________
12781 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
12782         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
12783              From: Peter Prymmer <pvhp@forte.com>
12784              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
12785              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
12786              
12787              (unfinished: time/hires tests 3, 5, 14 failing, but better
12788              than wholesale failure)
12789      Branch: perl
12790            ! ext/Time/HiRes/HiRes.xs
12791 ____________________________________________________________________________
12792 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
12793         Log: Subject: [PATCH 5.6.1] OS/2 improvements
12794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12795              Date: Thu, 28 Jun 2001 16:03:14 -0400
12796              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
12797      Branch: perl
12798            + os2/os2_base.t
12799            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
12800            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
12801            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
12802            ! os2/os2ish.h
12803 ____________________________________________________________________________
12804 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
12805         Log: Subject: Incrementing Extutils::Manifest's $VERSION
12806              From: Michael G Schwern <schwern@pobox.com>
12807              Date: Thu, 28 Jun 2001 13:13:49 -0400
12808              Message-ID: <20010628131349.A14738@blackrider>
12809      Branch: maint-5.6/perl
12810            ! lib/ExtUtils/Manifest.pm
12811 ____________________________________________________________________________
12812 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
12813         Log: AIX tweak from Merijn Brand.
12814      Branch: perl
12815            ! hints/aix.sh
12816 ____________________________________________________________________________
12817 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
12818         Log: Create the macperl branch.
12819      Branch: maint-5.6/macperl
12820           +> (branch 1728 files)
12821 ____________________________________________________________________________
12822 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
12823         Log: Update Changes.
12824      Branch: perl
12825            ! Changes patchlevel.h
12826 ____________________________________________________________________________
12827 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
12828         Log: More Perforce lore.
12829      Branch: perl
12830            ! Porting/repository.pod
12831 ____________________________________________________________________________
12832 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
12833         Log: Metaconfig unit changes for #11003.
12834      Branch: metaconfig/U/perl
12835            + d_nl_langinfo.U i_langinfo.U
12836 ____________________________________________________________________________
12837 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
12838         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
12839              Expected not to exist in non-UNIX excepting in VMS, where
12840              according to a quick web survey they just might.
12841      Branch: perl
12842            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
12843            ! Porting/config_H config_h.SH configure.com epoc/config.sh
12844            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
12845            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12846            ! win32/config.bc win32/config.gc win32/config.vc
12847 ____________________________________________________________________________
12848 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
12849         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
12850              in AIX is one is doing a 64-bit build.
12851      Branch: perl
12852            ! hints/aix.sh
12853 ____________________________________________________________________________
12854 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
12855         Log: Metaconfig unit changes for #11000.
12856      Branch: metaconfig/U/perl
12857            ! use64bits.U uselfs.U
12858 ____________________________________________________________________________
12859 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
12860         Log: Move use64bitint and use64bitall before uselargefiles.
12861      Branch: perl
12862            ! Configure
12863 ____________________________________________________________________________
12864 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
12865         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
12866              From: Robert Spier <rspier@pobox.com>
12867              Message-ID: <15162.41164.618712.841415@rls.cx>
12868              Date: Wed, 27 Jun 2001 23:13:16 -0400
12869      Branch: perl
12870            ! doio.c
12871 ____________________________________________________________________________
12872 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
12873         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
12874              From: Peter Prymmer <pvhp@forte.com>
12875              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
12876              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
12877      Branch: perl
12878            ! numeric.c
12879 ____________________________________________________________________________
12880 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
12881         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
12882              From: Peter Prymmer <pvhp@forte.com>
12883              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
12884              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
12885      Branch: perl
12886            ! configure.com ext/Digest/MD5/Makefile.PL
12887 ____________________________________________________________________________
12888 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
12889         Log: Update Changes.
12890      Branch: perl
12891            ! Changes patchlevel.h
12892 ____________________________________________________________________________
12893 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
12894         Log: Tiny EPOC updates.
12895      Branch: perl
12896            ! epoc/config.sh
12897 ____________________________________________________________________________
12898 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
12899         Log: The Test::More and Test::Simple tests required help
12900              thanks to our schizophrenic test scheme.
12901      Branch: perl
12902            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12903            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12904            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12905            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
12906            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
12907 ____________________________________________________________________________
12908 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
12909         Log: Upgrade to Test::Simple 0.09.
12910      Branch: perl
12911            + lib/Test/Simple/Changes
12912            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
12913            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
12914            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
12915            ! lib/Test/Simple/t/plan_is_noplan.t
12916 ____________________________________________________________________________
12917 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
12918         Log: Upgrade to Test::More 0.07.
12919      Branch: perl
12920            + lib/Test/More/Changes
12921            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
12922            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
12923            ! lib/Test/More/t/skipall.t
12924 ____________________________________________________________________________
12925 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
12926         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
12927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12928              Date: Wed, 27 Jun 2001 18:40:04 +0200
12929              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
12930      Branch: perl
12931            ! hints/hpux.sh
12932 ____________________________________________________________________________
12933 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
12934         Log: Subject: [PATCH README.qnx hints/qnx.sh]
12935              From: Norton Allen <allen@huarp.harvard.edu>
12936              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
12937              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
12938      Branch: perl
12939            ! README.qnx hints/qnx.sh
12940 ____________________________________________________________________________
12941 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
12942         Log: Subject: [PATCH] two little documentation nits
12943              From: Abhijit Menon-Sen <ams@wiw.org>
12944              Date: Wed, 27 Jun 2001 20:07:50 +0530
12945              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
12946      Branch: perl
12947            ! sv.c sv.h
12948 ____________________________________________________________________________
12949 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
12950         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
12951              From: Norton Allen <allen@huarp.harvard.edu>
12952              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
12953              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
12954      Branch: perl
12955            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
12956 ____________________________________________________________________________
12957 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
12958         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
12959              From: Michael G Schwern <schwern@pobox.com>
12960              Date: Wed, 27 Jun 2001 02:34:58 -0400
12961              Message-ID: <20010627023458.K23874@blackrider>
12962      Branch: perl
12963            ! vms/test.com
12964 ____________________________________________________________________________
12965 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
12966         Log: Add perl_clone_host() for Netware.
12967      Branch: perl
12968            ! NetWare/nw5.c
12969 ____________________________________________________________________________
12970 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
12971         Log: GCC 3.0 hints for HP-UX.
12972      Branch: perl
12973            ! hints/hpux.sh
12974 ____________________________________________________________________________
12975 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
12976         Log: In some Linux distributions the libndbm is broken
12977              (no null key support), therefore link with libgdbm
12978              (if available), since it has a working ndbm emulation,
12979              from Jonathan Stowe.
12980      Branch: perl
12981            + ext/NDBM_File/hints/linux.pl
12982            ! MANIFEST
12983 ____________________________________________________________________________
12984 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
12985         Log: Subject: [PATCH perl@10930] find.t hack for VMS
12986              From: "Craig A. Berry" <craigberry@mac.com>
12987              Date: Tue, 26 Jun 2001 23:40:25 -0500
12988              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
12989      Branch: perl
12990            ! lib/File/Find/find.t
12991 ____________________________________________________________________________
12992 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
12993         Log: AUTHORS updates.
12994      Branch: perl
12995            ! AUTHORS
12996 ____________________________________________________________________________
12997 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
12998         Log: Metaconfig unit change like #10980.
12999      Branch: metaconfig
13000            ! U/compline/d_stdstdio.U
13001 ____________________________________________________________________________
13002 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
13003         Log: "lose the it's", from Abhijit Menon-Sen.
13004              ("It's" not searched, pods not searched.)
13005      Branch: perl
13006            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
13007            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
13008            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
13009            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
13010            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13011            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
13012 ____________________________________________________________________________
13013 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
13014         Log: "lose the looses", from Abhijit Menon-Sen.
13015      Branch: perl
13016            ! ext/B/B/Assembler.pm gv.c
13017 ____________________________________________________________________________
13018 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
13019         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
13020      Branch: perl
13021            ! hints/os390.sh
13022 ____________________________________________________________________________
13023 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
13024         Log: DEC C 5.3 on the VAX simply doesn't seem to like
13025              compiling the MD5 extension, disable it there for now,
13026              from Peter Prymmer.
13027      Branch: perl
13028            ! configure.com
13029 ____________________________________________________________________________
13030 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
13031         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
13032              From: Jonathan Stowe <gellyfish@gellyfish.com>
13033              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
13034              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
13035      Branch: perl
13036            ! pod/perlfaq3.pod
13037 ____________________________________________________________________________
13038 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
13039         Log: Subject: [PATCH 5.6.1] perlxs misprints
13040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13041              Date: Tue, 26 Jun 2001 17:20:00 -0400
13042              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
13043      Branch: perl
13044            ! pod/perlxs.pod
13045 ____________________________________________________________________________
13046 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
13047         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
13048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13049              Date: Tue, 26 Jun 2001 17:27:07 -0400
13050              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
13051      Branch: perl
13052            ! lib/ExtUtils/MM_Unix.pm
13053 ____________________________________________________________________________
13054 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
13055         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
13056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13057              Date: Tue, 26 Jun 2001 17:23:24 -0400
13058              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
13059      Branch: perl
13060            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
13061 ____________________________________________________________________________
13062 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
13063         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
13064              by Olaf Flebbe.
13065      Branch: perl
13066            ! perl.h
13067 ____________________________________________________________________________
13068 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
13069         Log: Detypo.
13070      Branch: perl
13071            ! lib/Memoize/t/tie_sdbm.t
13072 ____________________________________________________________________________
13073 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
13074         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
13075      Branch: perl
13076            ! win32/perllib.c
13077 ____________________________________________________________________________
13078 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
13079         Log: Subject: [patch] perl_clone+CvFILE
13080              From: Doug MacEachern <dougm@covalent.net>
13081              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
13082              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
13083      Branch: perl
13084            ! sv.c
13085 ____________________________________________________________________________
13086 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
13087         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
13088              From: Mark-Jason Dominus <mjd@plover.com>
13089              Date: Tue, 26 Jun 2001 12:33:01 -0400
13090              Message-ID: <20010626163301.31298.qmail@plover.com>
13091      Branch: perl
13092            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13093 ____________________________________________________________________________
13094 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
13095         Log: Update Changes.
13096      Branch: perl
13097            ! Changes patchlevel.h
13098 ____________________________________________________________________________
13099 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
13100         Log: Also catfile() needs now to explicitly exported.
13101      Branch: perl
13102            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13103 ____________________________________________________________________________
13104 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
13105         Log: Regen toc.
13106      Branch: perl
13107            ! pod/perltoc.pod
13108 ____________________________________________________________________________
13109 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
13110         Log: Nonexistent pod command.
13111      Branch: perl
13112            ! pod/perl572delta.pod
13113 ____________________________________________________________________________
13114 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
13115         Log: Be more portable in the quest for tmpdir.
13116      Branch: perl
13117            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
13118 ____________________________________________________________________________
13119 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
13120         Log: Be more portable in finding out the home directory,
13121              and use File::Spec to do the concat.
13122              (Come to think of it, couldn't File::Spec provide
13123              for a ->homedir method?)
13124      Branch: perl
13125            ! lib/Net/Config.pm
13126 ____________________________________________________________________________
13127 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
13128         Log: Doc patch for #10959.
13129      Branch: perl
13130            ! pod/perlfunc.pod
13131 ____________________________________________________________________________
13132 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
13133         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
13134              From: "Philip Newton" <pnewton@gmx.de>
13135              Date: Tue, 26 Jun 2001 16:26:47 +0200
13136              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
13137      Branch: perl
13138            ! pod/perldata.pod
13139 ____________________________________________________________________________
13140 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
13141         Log: Subject: [PATH] shared -> unique;
13142              From: "Artur Bergman" <artur@contiller.se>
13143              Date: Tue, 26 Jun 2001 16:18:40 +0200
13144              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
13145              
13146              Because "shared" isn't: it's read-only.
13147      Branch: perl
13148            ! toke.c xsutils.c
13149 ____________________________________________________________________________
13150 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
13151         Log: Escape multiline croak messages.
13152      Branch: perl
13153            ! t/op/ver.t
13154 ____________________________________________________________________________
13155 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
13156         Log: No more pragma/*.t for minitest.
13157      Branch: perl
13158            ! Makefile.SH
13159 ____________________________________________________________________________
13160 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
13161         Log: AUTHORS updates.
13162      Branch: perl
13163            ! AUTHORS
13164 ____________________________________________________________________________
13165 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
13166         Log: delta updates.
13167      Branch: perl
13168            ! pod/perl572delta.pod
13169 ____________________________________________________________________________
13170 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
13171         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
13172              From: Artur Bergman <artur@contiller.se> 
13173              Date: Tue, 26 Jun 2001 15:32:53 +0200
13174              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
13175      Branch: perl
13176            ! makedef.pl sv.c sv.h win32/perllib.c
13177 ____________________________________________________________________________
13178 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
13179         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
13180              From: Jonathan Stowe <gellyfish@gellyfish.com>
13181              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
13182              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
13183              
13184              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
13185      Branch: perl
13186            + ext/Time/HiRes/hints/sco.pl
13187            ! MANIFEST
13188 ____________________________________________________________________________
13189 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
13190         Log: Subject: [PATCH 5.6.1] static build
13191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13192              Date: Tue, 26 Jun 2001 04:22:25 -0400
13193              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
13194      Branch: perl
13195            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
13196            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
13197 ____________________________________________________________________________
13198 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
13199         Log: DJGPP patches from Laszlo Molnar.
13200      Branch: perl
13201            ! djgpp/djgpp.c perl.c util.c
13202 ____________________________________________________________________________
13203 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
13204         Log: Netware patches from Ananth Kesari.
13205      Branch: perl
13206            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
13207            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
13208            ! NetWare/nwtinfo.h
13209 ____________________________________________________________________________
13210 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
13211         Log: Detypo.
13212      Branch: perl
13213            ! ext/Errno/Errno_pm.PL
13214 ____________________________________________________________________________
13215 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
13216         Log: There seems to be two ways of spelling the $^O in *STEP.
13217      Branch: perl
13218            ! ext/Errno/Errno_pm.PL
13219 ____________________________________________________________________________
13220 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
13221         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
13222              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
13223      Branch: perl
13224            ! ext/Errno/Errno_pm.PL
13225 ____________________________________________________________________________
13226 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
13227         Log: Known bugs update.
13228      Branch: perl
13229            ! pod/perl572delta.pod
13230 ____________________________________________________________________________
13231 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
13232         Log: The default installation of Cygwin has 500 as root's uid.
13233      Branch: perl
13234            ! lib/User/pwent.t
13235 ____________________________________________________________________________
13236 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
13237         Log: Be even more relaxed (re-allow having only one entry).
13238      Branch: perl
13239            ! t/op/grent.t t/op/pwent.t
13240 ____________________________________________________________________________
13241 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
13242         Log: Test failure updates.
13243      Branch: perl
13244            ! pod/perl572delta.pod
13245 ____________________________________________________________________________
13246 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
13247         Log: MPE/iX test tweaks from Mark Bixby.
13248      Branch: perl
13249            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
13250            ! t/io/fs.t t/op/stat.t
13251 ____________________________________________________________________________
13252 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
13253         Log: Microperl findings.
13254      Branch: perl
13255            ! perl.h pp_sys.c
13256 ____________________________________________________________________________
13257 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
13258         Log: Touch uconfig.h.
13259      Branch: perl
13260            ! uconfig.h
13261 ____________________________________________________________________________
13262 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
13263         Log: Subject: [PATCH] Proposed fix for Pod::Man
13264              From: Rob Napier <rnapier@employees.org>
13265              Date: Mon, 25 Jun 2001 15:49:24 -0400
13266              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
13267              
13268              Cater for Solaris nroff brokenness (shortchanges daisywheel
13269              printers, but hey, we also no more support PDPs.)
13270      Branch: perl
13271            ! lib/Pod/Man.pm
13272 ____________________________________________________________________________
13273 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
13274         Log: Typo in #10937.
13275      Branch: perl
13276            ! ext/POSIX/sigaction.t
13277 ____________________________________________________________________________
13278 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
13279         Log: SIGCONT not trappable in VMS.
13280      Branch: perl
13281            ! ext/POSIX/sigaction.t
13282 ____________________________________________________________________________
13283 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
13284         Log: Subject: [DRAFT] Encode-Tcl.t
13285              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13286              Date: Tue, 26 Jun 2001 03:38:08 +0900
13287              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
13288      Branch: perl
13289            + ext/Encode/Encode/Tcl.t
13290            ! MANIFEST ext/Encode/Encode/Tcl.pm
13291 ____________________________________________________________________________
13292 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
13293         Log: Because of #10932 retract also the perlfunc hunk of #10910.
13294      Branch: perl
13295            ! pod/perlfunc.pod
13296 ____________________________________________________________________________
13297 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
13298         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
13299              by Ilya Zakharevich in
13300              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
13301      Branch: perl
13302            ! XSUB.h
13303 ____________________________________________________________________________
13304 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
13305         Log: Typo in #10889.
13306      Branch: perl
13307            ! hints/uts.sh
13308 ____________________________________________________________________________
13309 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
13310         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
13311              From: Abhijit Menon-Sen <ams@wiw.org>
13312              Date: Mon, 25 Jun 2001 23:45:45 +0530
13313              Message-ID: <20010625234545.A5022@lustre.linux.in>
13314      Branch: perl
13315            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
13316 ____________________________________________________________________________
13317 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
13318         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
13319              From: Michael G Schwern <schwern@pobox.com>
13320              Date: Mon, 25 Jun 2001 14:35:51 -0400
13321              Message-ID: <20010625143551.H13819@blackrider>
13322      Branch: perl
13323            ! lib/Test.pm
13324 ____________________________________________________________________________
13325 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
13326         Log: Update Changes.
13327      Branch: perl
13328            ! Changes patchlevel.h
13329 ____________________________________________________________________________
13330 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
13331         Log: Regen toc and modlib.
13332      Branch: perl
13333            ! pod/perlmodlib.pod pod/perltoc.pod
13334 ____________________________________________________________________________
13335 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
13336         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
13337              for the benefit of C++ compilers, as suggested by Guruprasad.
13338      Branch: perl
13339            ! embed.pl proto.h
13340 ____________________________________________________________________________
13341 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
13342         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
13343              From: Jonathan Stowe <gellyfish@gellyfish.com>
13344              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
13345              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
13346      Branch: perl
13347            ! pod/perlfaq5.pod
13348 ____________________________________________________________________________
13349 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
13350         Log: Missed from #10925.
13351      Branch: perl
13352            ! gv.c
13353 ____________________________________________________________________________
13354 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
13355         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
13356              From: Robin Houston <robin@kitsite.com>
13357              Date: Sat, 19 May 2001 16:19:34 +0100
13358              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
13359      Branch: perl
13360            ! cv.h gv.h op.c
13361 ____________________________________________________________________________
13362 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
13363         Log: Netware README tweak.
13364      Branch: perl
13365            ! README.netware
13366 ____________________________________________________________________________
13367 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
13368         Log: Subject: [PATCH] Re: overload.t fails
13369              From: Abhijit Menon-Sen <ams@wiw.org>
13370              Date: Mon, 25 Jun 2001 14:52:20 +0530
13371              Message-ID: <20010625145220.A24114@lustre.linux.in>
13372      Branch: perl
13373            ! lib/overload.t
13374 ____________________________________________________________________________
13375 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
13376         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
13377              From: Mike Guy <mjtg@cam.ac.uk>
13378              Date: Mon, 25 Jun 2001 11:43:23 +0100
13379              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
13380      Branch: perl
13381            ! lib/Carp.pm
13382 ____________________________________________________________________________
13383 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
13384         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
13385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13386              Date: Sun, 24 Jun 2001 05:17:05 -0400
13387              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
13388      Branch: perl
13389            ! os2/os2ish.h
13390 ____________________________________________________________________________
13391 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
13392         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
13393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13394              Date: Mon, 25 Jun 2001 05:52:27 -0400
13395              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
13396      Branch: perl
13397            ! hints/os2.sh
13398 ____________________________________________________________________________
13399 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
13400         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
13401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13402              Date: Mon, 25 Jun 2001 05:23:35 -0400
13403              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
13404      Branch: perl
13405            ! os2/os2.c
13406 ____________________________________________________________________________
13407 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
13408         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
13409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13410              Date: Mon, 25 Jun 2001 05:04:32 -0400
13411              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
13412      Branch: perl
13413            ! os2/OS2/REXX/DLL/DLL.pm
13414 ____________________________________________________________________________
13415 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
13416         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
13417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13418              Date: Mon, 25 Jun 2001 05:02:36 -0400
13419              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
13420      Branch: perl
13421            ! mg.c os2/dl_os2.c os2/os2.c
13422 ____________________________________________________________________________
13423 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
13424         Log: Subject: Re: [PATCH 5.6.1] misprints
13425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13426              Date: Mon, 25 Jun 2001 04:50:50 -0400
13427              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
13428      Branch: perl
13429            ! os2/os2.c pp_sys.c
13430 ____________________________________________________________________________
13431 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
13432         Log: Add Test::More and Test::Simple to the delta.
13433      Branch: perl
13434            ! pod/perl572delta.pod
13435 ____________________________________________________________________________
13436 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
13437         Log: Add Test::More, from Michael G Schwern.
13438      Branch: perl
13439            + lib/Test/More.pm lib/Test/More/t/More.t
13440            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13441            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13442            + t/lib/Test/More/Catch.pm
13443            ! MANIFEST
13444 ____________________________________________________________________________
13445 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
13446         Log: Add Test::Simple from Michael G Schwern.
13447      Branch: perl
13448            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
13449            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
13450            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
13451            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
13452            + t/lib/Test/Simple/Catch.pm
13453            + t/lib/Test/Simple/sample_tests/death.plx
13454            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
13455            + t/lib/Test/Simple/sample_tests/extras.plx
13456            + t/lib/Test/Simple/sample_tests/five_fail.plx
13457            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
13458            + t/lib/Test/Simple/sample_tests/one_fail.plx
13459            + t/lib/Test/Simple/sample_tests/require.plx
13460            + t/lib/Test/Simple/sample_tests/success.plx
13461            + t/lib/Test/Simple/sample_tests/too_few.plx
13462            + t/lib/Test/Simple/sample_tests/two_fail.plx
13463            ! MANIFEST
13464 ____________________________________________________________________________
13465 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
13466         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
13467              From: "Craig A. Berry" <craigberry@mac.com>
13468              Date: Sun, 24 Jun 2001 23:41:36 -0500
13469              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
13470      Branch: perl
13471            ! pp_sys.c
13472 ____________________________________________________________________________
13473 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
13474         Log: Upgrade to Attribute::Handlers 0.70.
13475      Branch: perl
13476            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
13477            ! MANIFEST lib/Attribute/Handlers.pm
13478 ____________________________________________________________________________
13479 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
13480         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
13481              From: Abhijit Menon-Sen <ams@wiw.org>
13482              Date: Sat, 23 Jun 2001 05:17:44 +0530
13483              Message-ID: <20010623051744.A18583@lustre.linux.in>
13484              
13485              (Can't think of a good place to put tests.)
13486      Branch: perl
13487            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
13488 ____________________________________________________________________________
13489 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
13490         Log: Subject: [PATCH] t/op/pat.t typo fix
13491              From: Richard Soderberg <rs@crystalflame.net>
13492              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
13493              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
13494      Branch: perl
13495            ! t/op/pat.t
13496 ____________________________________________________________________________
13497 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
13498         Log: Move the pack warnings to their own file, as pointed
13499              out by Spider.
13500      Branch: perl
13501            + t/lib/warnings/pp_pack
13502            ! MANIFEST t/lib/warnings/pp
13503 ____________________________________________________________________________
13504 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
13505         Log: Update Changes.
13506      Branch: perl
13507            ! Changes patchlevel.h
13508 ____________________________________________________________________________
13509 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
13510         Log: Partially fix a problem noticed by IRIX compiler:
13511              the initialization of parse_start was bypassed by
13512              several gotos.  Now initialized to zero, which may
13513              not be the best choice.
13514      Branch: perl
13515            ! regcomp.c
13516 ____________________________________________________________________________
13517 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
13518         Log: Relax the group and password tests back to moaning only
13519              if no matches at all are found.  (Even with a small sample
13520              I could find many sites where there are, umm, anomalies in
13521              the said databases.)       
13522      Branch: perl
13523            ! t/op/grent.t t/op/pwent.t
13524 ____________________________________________________________________________
13525 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
13526         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
13527      Branch: perl
13528            ! pp_ctl.c
13529 ____________________________________________________________________________
13530 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
13531         Log: De-cut-and-pasto in #10902.
13532      Branch: perl
13533            ! pp_ctl.c
13534 ____________________________________________________________________________
13535 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
13536         Log: The #10771 didn't take?
13537      Branch: perl
13538            ! pp_ctl.c
13539 ____________________________________________________________________________
13540 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
13541         Log: Undo the filetests part of #10900, under multiplicity
13542              weird errors take place.
13543      Branch: perl
13544            ! pp_sys.c
13545 ____________________________________________________________________________
13546 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
13547         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
13548      Branch: perl
13549            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
13550 ____________________________________________________________________________
13551 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
13552         Log: (Replaced by #10922)
13553              
13554              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
13555              From: Tony Bowden <tony@kasei.com>
13556              Date: Sun, 24 Jun 2001 17:32:40 +0100
13557              Message-ID: <20010624173240.A16293@blackstar.co.uk>
13558              
13559              Document (well, mention) shortmess() and longmess()
13560              to rob people of their fun of reinventing the weel.
13561      Branch: perl
13562            ! lib/Carp.pm
13563 ____________________________________________________________________________
13564 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
13565         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
13566              From: Brian Jepson <bjepson@oreilly.com>
13567              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
13568              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
13569      Branch: perl
13570            ! pp_sys.c
13571 ____________________________________________________________________________
13572 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
13573         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
13574              From: Robin Barker <rmb1@cise.npl.co.uk> 
13575              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
13576              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
13577      Branch: perl
13578            ! lib/CPAN.pm
13579 ____________________________________________________________________________
13580 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
13581         Log: Memoize patch from mjd.
13582      Branch: perl
13583            ! lib/Memoize/t/tie_storable.t
13584 ____________________________________________________________________________
13585 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
13586         Log: Spec the sv_pvprintify() a bit more.
13587      Branch: perl
13588            ! pod/perltodo.pod
13589 ____________________________________________________________________________
13590 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
13591         Log: Upgrade to Memoize 0.65.
13592      Branch: perl
13593            + lib/Memoize/t/array_confusion.t
13594            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
13595            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
13596            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
13597            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
13598            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
13599            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
13600            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13601            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
13602            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
13603            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
13604            ! lib/Memoize/t/tie_storable.t
13605 ____________________________________________________________________________
13606 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
13607         Log: Metaconfig unit change for #10892.
13608      Branch: metaconfig
13609            ! U/modified/Options.U
13610 ____________________________________________________________________________
13611 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
13612         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
13613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13614              Date: Sun, 24 Jun 2001 05:24:40 -0400
13615              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
13616      Branch: perl
13617            ! Configure hints/os2.sh
13618 ____________________________________________________________________________
13619 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
13620         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
13621              From: Mike Guy <mjtg@cam.ac.uk>
13622              Date: Sun, 24 Jun 2001 15:28:39 +0100
13623              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
13624              
13625              Fix an ancient (5.002) bug.
13626      Branch: perl
13627            ! lib/Carp/Heavy.pm
13628 ____________________________________________________________________________
13629 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
13630         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
13631              variables.
13632      Branch: perl
13633            ! pp_sys.c
13634 ____________________________________________________________________________
13635 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
13636         Log: Make UTS as per #10888.
13637      Branch: perl
13638            ! hints/uts.sh
13639 ____________________________________________________________________________
13640 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
13641         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
13642      Branch: perl
13643            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
13644            ! mpeix/mpeixish.h perl.h unixish.h
13645 ____________________________________________________________________________
13646 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
13647         Log: AUTHORS update.
13648      Branch: perl
13649            ! AUTHORS
13650 ____________________________________________________________________________
13651 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
13652         Log: Subject: Encode::Tcl for multibyte doesnot work
13653              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13654              Date: Sun, 24 Jun 2001 22:48:21 +0900
13655              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
13656      Branch: perl
13657            ! ext/Encode/Encode/Tcl.pm
13658 ____________________________________________________________________________
13659 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
13660         Log: Subject: [PATCH] Remove tautology in error messages
13661              From: Mike Guy <mjtg@cam.ac.uk>
13662              Date: Sun, 24 Jun 2001 13:31:00 +0100
13663              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
13664      Branch: perl
13665            ! pp_sys.c
13666 ____________________________________________________________________________
13667 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
13668         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
13669      Branch: perl
13670            ! hints/darwin.sh
13671 ____________________________________________________________________________
13672 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
13673         Log: Subject: Re: [PATCH 5.6.1] test suite
13674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13675              Date: Sun, 24 Jun 2001 05:47:05 -0400
13676              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
13677              
13678              Test suite fixes.
13679      Branch: perl
13680            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
13681 ____________________________________________________________________________
13682 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
13683         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
13684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13685              Date: Sun, 24 Jun 2001 05:37:19 -0400
13686              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
13687      Branch: perl
13688            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
13689 ____________________________________________________________________________
13690 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
13691         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
13692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13693              Date: Sun, 24 Jun 2001 05:34:50 -0400
13694              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
13695              
13696              Pacify compiler warnings.
13697      Branch: perl
13698            ! pp_sys.c
13699 ____________________________________________________________________________
13700 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
13701         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
13702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13703              Date: Sun, 24 Jun 2001 05:21:18 -0400
13704              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
13705              
13706              Enable compression of executables during link time.
13707      Branch: perl
13708            ! hints/os2.sh
13709 ____________________________________________________________________________
13710 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
13711         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
13712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13713              Date: Sun, 24 Jun 2001 05:15:11 -0400
13714              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
13715              
13716              Add ordinals to the export list for Perl DLL.
13717              (Breaks intra-version DLL compatibility.)
13718      Branch: perl
13719            ! makedef.pl
13720 ____________________________________________________________________________
13721 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
13722         Log: Allow (displaying and) re-editing the Subject in perlbug.
13723              Also abstract the Subject quality control into a function.
13724      Branch: perl
13725            ! utils/perlbug.PL
13726 ____________________________________________________________________________
13727 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
13728         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
13729      Branch: perl
13730            ! utils/perlbug.PL
13731 ____________________________________________________________________________
13732 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
13733         Log: Regen toc and modlib.
13734      Branch: perl
13735            ! pod/perlmodlib.pod pod/perltoc.pod
13736 ____________________________________________________________________________
13737 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
13738         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
13739              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
13740              attribute semantics as much as possible, or 'ntsec' which uses
13741              native NTFS semantics.)  (See also #10877.)
13742      Branch: perl
13743            ! perl.c
13744 ____________________________________________________________________________
13745 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
13746         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
13747      Branch: perl
13748            ! lib/Test/Harness.pm
13749 ____________________________________________________________________________
13750 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
13751         Log: Just zap the -uPerlio.
13752      Branch: perl
13753            ! ext/B/Stash.t
13754 ____________________________________________________________________________
13755 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
13756         Log: Do not test PerlIO if PerlIO not used.
13757      Branch: perl
13758            ! ext/PerlIO/PerlIO.t
13759 ____________________________________________________________________________
13760 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
13761         Log: Regen perlapi.
13762      Branch: perl
13763            ! pod/perlapi.pod
13764 ____________________________________________________________________________
13765 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
13766         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
13767              From: Nicholas Clark <nick@ccl4.org>
13768              Date: Sat, 23 Jun 2001 22:55:47 +0100
13769              Message-ID: <20010623225547.Z98663@plum.flirble.org>
13770      Branch: perl
13771            ! numeric.c
13772 ____________________________________________________________________________
13773 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
13774         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
13775              From: Prymmer/Kahn <pvhp@best.com>
13776              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
13777              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
13778      Branch: perl
13779            ! lib/h2xs.t
13780 ____________________________________________________________________________
13781 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
13782         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
13783              cygwin does not taint cwd, just like win32.
13784      Branch: perl
13785            ! lib/File/Find/taint.t t/op/taint.t
13786 ____________________________________________________________________________
13787 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
13788         Log: Retract #10865, the patch should be unnecessary.
13789              (But seemingly helpful in Cygwin?  Strange.)
13790      Branch: perl
13791            ! lib/Memoize/t/tie_ndbm.t
13792 ____________________________________________________________________________
13793 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
13794         Log: Misplaced test file; plus Cygwin filesystem semantics.
13795      Branch: perl
13796            + ext/SDBM_File/sdbm.t
13797            - ext/ODBM_File/sdbm.t
13798            ! MANIFEST
13799 ____________________________________________________________________________
13800 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
13801         Log: (Retracted by #10867.)
13802      Branch: perl
13803            ! lib/Memoize/t/tie_ndbm.t
13804 ____________________________________________________________________________
13805 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
13806         Log: Metaconfig unit change for #10863.
13807      Branch: metaconfig/U/perl
13808            ! Extensions.U
13809 ____________________________________________________________________________
13810 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
13811         Log: In Cygwin do not build NDBM_File and ODBM_File unless
13812              -lndbm and -ldbm are available.
13813      Branch: perl
13814            ! Configure config_h.SH
13815 ____________________________________________________________________________
13816 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
13817         Log: More Cygwin filesystem semantics.
13818      Branch: perl
13819            ! t/io/fs.t t/op/stat.t
13820 ____________________________________________________________________________
13821 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
13822         Log: More DOSish permission semantics for Cygwin.
13823      Branch: perl
13824            ! lib/AnyDBM_File.t
13825 ____________________________________________________________________________
13826 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
13827         Log: Cygwin too has different permission semantics.
13828      Branch: perl
13829            ! ext/GDBM_File/gdbm.t
13830 ____________________________________________________________________________
13831 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
13832         Log: The group (and assumedly passwd) databases can have
13833              only one entry (this is the case in cygwin).
13834      Branch: perl
13835            ! t/op/grent.t t/op/pwent.t
13836 ____________________________________________________________________________
13837 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
13838         Log: Also in Cygwin use Socket to figure out domainname
13839              (if any) (avoids trying to call external 'domainname',
13840              which doesn't at the moment exist in Cygwin)
13841      Branch: perl
13842            ! lib/Net/Domain.pm
13843 ____________________________________________________________________________
13844 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
13845         Log: Remove also the lib$Foo.def, not just $Foo.def.
13846      Branch: perl
13847            ! lib/ExtUtils/MM_Unix.pm
13848 ____________________________________________________________________________
13849 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
13850         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
13851      Branch: perl
13852            ! unixish.h
13853 ____________________________________________________________________________
13854 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
13855         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
13856              to match the whole isprint(), only the space character.
13857      Branch: perl
13858            ! handy.h pod/perlre.pod t/op/pat.t
13859 ____________________________________________________________________________
13860 [ 10854] By: nick                                  on 2001/06/23  08:09:33
13861         Log: Integrate mainline
13862      Branch: perlio
13863           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
13864           !> lib/ExtUtils.t lib/File/Find/taint.t
13865           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
13866           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
13867           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
13868 ____________________________________________________________________________
13869 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
13870         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
13871              with its floats    in os390 and s390 (UTS).
13872      Branch: perl
13873            ! lib/Math/BigInt/t/bigintpm.t
13874 ____________________________________________________________________________
13875 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
13876         Log: Add also UTS (s390) to the non-IEEE float platforms.
13877      Branch: perl
13878            ! t/op/sprintf.t
13879 ____________________________________________________________________________
13880 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
13881         Log: Subject: RFC: what are applicable standards for exponent sizes?
13882              From: Peter Prymmer <pvhp@forte.com>
13883              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
13884              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
13885      Branch: perl
13886            ! t/op/sprintf.t
13887 ____________________________________________________________________________
13888 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
13889         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
13890              From: Peter Prymmer <pvhp@forte.com>
13891              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
13892              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
13893      Branch: perl
13894            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
13895 ____________________________________________________________________________
13896 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
13897         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
13898              From: Peter Prymmer <pvhp@forte.com>
13899              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
13900              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
13901      Branch: perl
13902            ! lib/ExtUtils.t
13903 ____________________________________________________________________________
13904 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
13905         Log: Retract #10845.
13906      Branch: perl
13907            ! lib/File/Find/taint.t
13908 ____________________________________________________________________________
13909 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
13910         Log: Yet another error message.
13911      Branch: perl
13912            ! t/op/mkdir.t
13913 ____________________________________________________________________________
13914 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
13915         Log: The croak message for nonexistent socket functions may vary.
13916      Branch: perl
13917            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
13918 ____________________________________________________________________________
13919 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
13920         Log: (Retracted by #10848.)
13921      Branch: perl
13922            ! lib/File/Find/taint.t
13923 ____________________________________________________________________________
13924 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
13925         Log: Integrate perlio.
13926      Branch: perl
13927           !> lib/File/Find/taint.t t/op/write.t
13928 ____________________________________________________________________________
13929 [ 10843] By: nick                                  on 2001/06/22  21:24:51
13930         Log: Back out debug in taint.t
13931      Branch: perlio
13932            ! lib/File/Find/taint.t
13933 ____________________________________________________________________________
13934 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
13935         Log: setitimer() does not exist in Unicos, despite of what
13936              Configure thinks, from Mark P. Lutz.
13937      Branch: perl
13938            ! hints/unicos.sh
13939 ____________________________________________________________________________
13940 [ 10841] By: nick                                  on 2001/06/22  21:19:36
13941         Log: Skip cwd test on Win32 ???
13942      Branch: perlio
13943            ! lib/File/Find/taint.t
13944 ____________________________________________________________________________
13945 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
13946         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
13947              and Tru64 gcc -Wall happy.
13948      Branch: perl
13949            ! mg.c
13950 ____________________________________________________________________________
13951 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
13952         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
13953      Branch: perl
13954            ! ext/IPC/SysV/Semaphore.pm
13955 ____________________________________________________________________________
13956 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
13957         Log: Metaconfig unit change for #10837.
13958      Branch: metaconfig/U/perl
13959            ! Cross.U
13960 ____________________________________________________________________________
13961 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
13962         Log: Cleanup of the cross-compilation unit.
13963      Branch: perl
13964            ! Configure
13965 ____________________________________________________________________________
13966 [ 10836] By: nick                                  on 2001/06/22  20:45:12
13967         Log: Skip |- based op/write.t on Win32 as well as VMS
13968      Branch: perlio
13969            ! t/op/write.t
13970 ____________________________________________________________________________
13971 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
13972         Log: Integrate perlio.
13973      Branch: perl
13974           !> util.c
13975 ____________________________________________________________________________
13976 [ 10834] By: nick                                  on 2001/06/22  20:41:54
13977         Log: Integrate mainline
13978      Branch: perlio
13979           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13980           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
13981           !> vos/config.ga.h
13982 ____________________________________________________________________________
13983 [ 10833] By: nick                                  on 2001/06/22  20:22:58
13984         Log: Patcho fix.
13985      Branch: perlio
13986            ! util.c
13987 ____________________________________________________________________________
13988 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
13989         Log: Metaconfig unit changes for #10831.
13990      Branch: metaconfig
13991            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
13992 ____________________________________________________________________________
13993 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
13994         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
13995              From: Andy Dougherty <doughera@lafayette.edu>
13996              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
13997              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
13998      Branch: perl
13999            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14000            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
14001 ____________________________________________________________________________
14002 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
14003         Log: MPE/iX prototype nits from Mark Bixby.
14004      Branch: perl
14005            ! pp_sys.c
14006 ____________________________________________________________________________
14007 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
14008         Log: Detypo.
14009      Branch: perl
14010            ! util.c
14011 ____________________________________________________________________________
14012 [ 10828] By: nick                                  on 2001/06/22  15:33:37
14013         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
14014      Branch: perlio
14015           +> lib/h2xs.t
14016           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
14017           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
14018           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
14019           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
14020           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14021           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
14022           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
14023           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
14024           !> vms/vmsish.h
14025 ____________________________________________________________________________
14026 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
14027         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
14028              Date: Fri, 22 Jun 2001 10:08:35 -0500
14029              From: "Craig A. Berry" <craigberry@mac.com>
14030              Message-Id: <a05101001b75908704194@[192.168.56.145]>
14031      Branch: perl
14032            ! vms/vms.c vms/vmsish.h
14033 ____________________________________________________________________________
14034 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
14035         Log: NetWare scripts tweak from Ananth Kesari.
14036      Branch: perl
14037            ! NetWare/t/NWScripts.pl
14038 ____________________________________________________________________________
14039 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
14040         Log: Update Changes.
14041      Branch: perl
14042            ! Changes patchlevel.h
14043 ____________________________________________________________________________
14044 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
14045         Log: Add .i and .s targets.
14046      Branch: perl
14047            ! Makefile.SH
14048 ____________________________________________________________________________
14049 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
14050         Log: Upgrade to Locale::Maketext 1.03.
14051      Branch: perl
14052            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14053            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
14054 ____________________________________________________________________________
14055 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
14056         Log: Upgrade to I18N::LangTags 0.26.
14057      Branch: perl
14058            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14059            ! lib/I18N/LangTags/test.pl
14060 ____________________________________________________________________________
14061 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
14062         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
14063              Philip Newton.
14064      Branch: perl
14065            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14066            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14067 ____________________________________________________________________________
14068 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
14069         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
14070              From: Prymmer/Kahn <pvhp@best.com>
14071              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
14072              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
14073      Branch: perl
14074            + lib/h2xs.t
14075            ! MANIFEST utils/h2xs.PL
14076 ____________________________________________________________________________
14077 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
14078         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
14079              From: Prymmer/Kahn <pvhp@best.com>
14080              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
14081              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
14082      Branch: perl
14083            ! lib/ExtUtils.t
14084 ____________________________________________________________________________
14085 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
14086         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
14087              From: Prymmer/Kahn <pvhp@best.com>
14088              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
14089              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
14090      Branch: perl
14091            ! t/pod/plainer.t
14092 ____________________________________________________________________________
14093 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
14094         Log: AUTHORS update.
14095      Branch: perl
14096            ! AUTHORS
14097 ____________________________________________________________________________
14098 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
14099         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
14100              From: "Craig A. Berry" <craigberry@mac.com>
14101              Date: Thu, 21 Jun 2001 18:20:38 -0500
14102              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
14103      Branch: perl
14104            ! ext/POSIX/POSIX.xs
14105 ____________________________________________________________________________
14106 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
14107         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
14108              From: "Craig A. Berry" <craigberry@mac.com>
14109              Date: Thu, 21 Jun 2001 09:58:52 -0500
14110              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
14111      Branch: perl
14112            ! ext/B/Deparse.t t/op/write.t
14113 ____________________________________________________________________________
14114 [ 10814] By: nick                                  on 2001/06/22  08:13:09
14115         Log: Integrate mainline.
14116      Branch: perlio
14117           !> (integrate 46 files)
14118 ____________________________________________________________________________
14119 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
14120         Log: Change the prefixes only if $prefix is unset,
14121              as originally patched by Marcel Grunauer.
14122      Branch: perl
14123            ! hints/darwin.sh hints/rhapsody.sh
14124 ____________________________________________________________________________
14125 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
14126         Log: Subject: Re: Patch for hints/darwin.sh
14127              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
14128              Date: Thu, 21 Jun 2001 11:23:46 -0700
14129              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
14130      Branch: perl
14131            ! hints/darwin.sh hints/rhapsody.sh
14132 ____________________________________________________________________________
14133 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
14134         Log: Add .PHONY targets for non-file targets,
14135              from Wilfredo Sánchez.  Should help saying
14136              "make install" on case-insensitive filesystems.
14137      Branch: perl
14138            ! Makefile.SH
14139 ____________________________________________________________________________
14140 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
14141         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
14142              From: Doug MacEachern <dougm@covalent.net>
14143              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
14144              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
14145              
14146              plus reword the getcwd() comment, plus use getcwd() buffer
14147              size minus one.
14148      Branch: perl
14149            ! util.c
14150 ____________________________________________________________________________
14151 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
14152         Log: More gprofing from Doug MacEachern.
14153      Branch: perl
14154            ! Makefile.SH
14155 ____________________________________________________________________________
14156 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
14157         Log: Metaconfig unit change for #10807.
14158      Branch: metaconfig/U/perl
14159            ! d_sfio.U
14160 ____________________________________________________________________________
14161 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
14162         Log: Tell that you are removing the unneeded -lsfio.
14163      Branch: perl
14164            ! Configure
14165 ____________________________________________________________________________
14166 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
14167         Log: More MPE/iX tweaks from Mark Bixby.
14168      Branch: perl
14169            ! perl.c t/op/magic.t
14170 ____________________________________________________________________________
14171 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
14172         Log: The fchdir() proto is supposed to live in <unistd.h>.
14173      Branch: perl
14174            ! ext/Cwd/Cwd.xs
14175 ____________________________________________________________________________
14176 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
14177         Log: This town is too small for the Cwd extension and me,
14178              it would seem...
14179      Branch: perl
14180            ! ext/Cwd/Cwd.xs
14181 ____________________________________________________________________________
14182 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
14183         Log: Metaconfig unit change for #10802.
14184      Branch: metaconfig/U/perl
14185            ! d_modfl.U
14186 ____________________________________________________________________________
14187 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
14188         Log: More d'ohs.
14189      Branch: perl
14190            ! Configure
14191 ____________________________________________________________________________
14192 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
14193         Log: Off-by-one.  I'm so classic.
14194      Branch: perl
14195            ! util.c
14196 ____________________________________________________________________________
14197 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
14198         Log: Update Changes.
14199      Branch: perl
14200            ! Changes patchlevel.h
14201 ____________________________________________________________________________
14202 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
14203         Log: Subject: Documentation patch for Net::FTP
14204              From: Marcel Grunauer <marcel@codewerk.com>
14205              Date: Wed, 20 Jun 2001 23:03:26 +0200
14206              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
14207      Branch: perl
14208            ! lib/Net/FTP.pm
14209 ____________________________________________________________________________
14210 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
14211         Log: Retract the #10417 mg.c and embed.pl parts because of
14212              strange SEGVs in 64bit x86 FreeBSD observed by
14213              Nicholas Clark.
14214      Branch: perl
14215            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
14216 ____________________________________________________________________________
14217 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
14218         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
14219      Branch: perl
14220            ! Configure NetWare/config.wc NetWare/config_H.wc
14221            ! Porting/Glossary Porting/config.sh Porting/config_H
14222            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
14223            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14224            ! vos/config.ga.h win32/config.bc win32/config.gc
14225            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14226            ! win32/config_H.vc
14227 ____________________________________________________________________________
14228 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
14229         Log: Cwd tweak from Doug MacEachern.
14230      Branch: perl
14231            ! ext/Cwd/Cwd.xs
14232 ____________________________________________________________________________
14233 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
14234         Log: Protect the fchdir() and lstat() with ifdefs.
14235              fchdir() needs a Configure probe.
14236      Branch: perl
14237            ! ext/Cwd/Cwd.xs
14238 ____________________________________________________________________________
14239 [ 10794] By: nick                                  on 2001/06/21  17:11:35
14240         Log: Integrate mainline
14241      Branch: perlio
14242           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
14243           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
14244           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
14245           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
14246           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
14247           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
14248           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
14249           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
14250            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
14251            - lib/File/Glob/case.t lib/File/Glob/global.t
14252            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
14253            - lib/File/Temp/posix.t lib/File/Temp/security.t
14254            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
14255            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
14256            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
14257            - lib/Text/Wrap/wrap.t
14258           !> (integrate 41 files)
14259 ____________________________________________________________________________
14260 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
14261         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
14262              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
14263              Date: Thu, 21 Jun 2001 13:04:54 -0500
14264              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
14265      Branch: perl
14266            ! ext/Cwd/Cwd.xs
14267 ____________________________________________________________________________
14268 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
14269         Log: Subject: [PATCH pod] overlong =item
14270              From: Robin Barker <rmb1@cise.npl.co.uk>
14271              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
14272              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
14273      Branch: perl
14274            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14275            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14276 ____________________________________________________________________________
14277 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
14278         Log: Subject: [PATCH perlio.c] format 
14279              From: Robin Barker <rmb1@cise.npl.co.uk>
14280              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
14281              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
14282      Branch: perl
14283            ! perlio.c
14284 ____________________________________________________________________________
14285 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
14286         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
14287              From: Radu Greab <radu@netsoft.ro>
14288              Date: Thu, 21 Jun 2001 19:06:02 +0300
14289              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
14290      Branch: perl
14291            ! pod/perlapi.pod sv.c
14292 ____________________________________________________________________________
14293 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
14294         Log: The metaconfig unit changes for #10788.
14295      Branch: metaconfig/U/perl
14296            ! Cross.U fflushall.U
14297 ____________________________________________________________________________
14298 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
14299         Log: Cross-configuration changes: make $from to rm the files
14300              before copying them over (this means that he rm can be
14301              removed from the fflushall test), create $targetmkdir      
14302              (not documented in install since it is supposed to internal
14303              use only), make $run to copy over the executable only if
14304              a stamp file .xok doesn't already exist (to avoid unnecessary
14305              copying of the executable)
14306      Branch: perl
14307            ! Configure Makefile.SH
14308 ____________________________________________________________________________
14309 [ 10787] By: nick                                  on 2001/06/21  14:16:18
14310         Log: Integrate mainline
14311      Branch: perlio
14312           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
14313           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
14314           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
14315            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
14316           !> (integrate 34 files)
14317 ____________________________________________________________________________
14318 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
14319         Log: Re-add the files as text.
14320      Branch: perl
14321            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
14322 ____________________________________________________________________________
14323 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
14324         Log: Delete the binary files.
14325      Branch: perl
14326            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
14327 ____________________________________________________________________________
14328 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
14329         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
14330              From: Andy Dougherty <doughera@lafayette.edu>
14331              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
14332              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
14333      Branch: perl
14334            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
14335            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
14336            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
14337            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
14338 ____________________________________________________________________________
14339 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
14340         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
14341              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
14342              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
14343              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
14344              
14345              Setting umask to something friendlier.
14346      Branch: perl
14347            ! installman installperl
14348 ____________________________________________________________________________
14349 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
14350         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
14351              Resort MANIFEST with sort -f, looks much better.
14352      Branch: perl
14353            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
14354            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
14355            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
14356            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
14357            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
14358            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
14359            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
14360            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
14361            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
14362            - lib/File/Glob/case.t lib/File/Glob/global.t
14363            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
14364            - lib/File/Temp/posix.t lib/File/Temp/security.t
14365            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
14366            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
14367            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
14368            - lib/Text/Wrap/wrap.t
14369            ! MANIFEST
14370 ____________________________________________________________________________
14371 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
14372         Log: Upgrade to I18N::LangTags 0.25.
14373      Branch: perl
14374            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14375            ! lib/I18N/LangTags/List.pm
14376 ____________________________________________________________________________
14377 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
14378         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
14379              From: Richard Soderberg <rs@crystalflame.net>
14380              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
14381              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
14382      Branch: perl
14383            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
14384            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
14385 ____________________________________________________________________________
14386 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
14387         Log: Test obsoleted by change #10777.
14388      Branch: perl
14389            ! t/op/sub_lval.t
14390 ____________________________________________________________________________
14391 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
14392         Log: Case of confused test numbering.
14393      Branch: perl
14394            ! t/op/pat.t
14395 ____________________________________________________________________________
14396 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
14397         Log: Subject: Re: Opinion on undef lvalue
14398              From: Abhijit Menon-Sen <ams@wiw.org>
14399              Date: Sun, 17 Jun 2001 13:04:46 +0530
14400              Message-ID: <20010617130446.B27925@lustre.linux.in>
14401              
14402              Allow lvalue subs to return undef in array context.
14403      Branch: perl
14404            ! pp_hot.c
14405 ____________________________________________________________________________
14406 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
14407         Log: Just a guess that using the same hack for cygwin as
14408              for win32 might help.
14409      Branch: perl
14410            ! lib/File/Find/find.t
14411 ____________________________________________________________________________
14412 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
14413         Log: NetWare tweaks from Guruprasad.
14414      Branch: perl
14415            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
14416            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
14417            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
14418            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
14419 ____________________________________________________________________________
14420 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
14421         Log: Subject: Re: perl@10722: Bogus warnings on REs 
14422              From: Hugo <hv@crypt.compulink.co.uk>
14423              Date: Thu, 21 Jun 2001 09:51:17 +0100
14424              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
14425              
14426              Unroll to avoid a UTS compiler bug.
14427      Branch: perl
14428            ! regcomp.c
14429 ____________________________________________________________________________
14430 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
14431         Log: Subject: Re: [PATCH] Make /o work under i?threads
14432              From: Artur Bergman <artur@contiller.se>
14433              Date: Thu, 21 Jun 2001 14:38:03 +0200
14434              Message-ID: <B757B74A.184D%artur@contiller.se>
14435      Branch: perl
14436            ! t/op/pat.t
14437 ____________________________________________________________________________
14438 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
14439         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
14440              From: Artur Bergman <artur@contiller.se> 
14441              Date: Thu, 21 Jun 2001 14:27:33 +0200
14442              Message-ID: <B757B4D4.1849%artur@contiller.se>
14443              
14444              Plus extra parentheses.
14445      Branch: perl
14446            ! op.h
14447 ____________________________________________________________________________
14448 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
14449         Log: Subject: [PATCH] Make /o work under i?threads
14450              From: Richard Soderberg <rs@crystalflame.net>
14451              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
14452              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
14453      Branch: perl
14454            ! pp_ctl.c
14455 ____________________________________________________________________________
14456 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
14457         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
14458              From: Artur Bergman <artur@contiller.se>
14459              Date: Thu, 21 Jun 2001 14:04:54 +0200
14460              Message-ID: <B757AF86.1842%artur@contiller.se>
14461      Branch: perl
14462            ! op.h
14463 ____________________________________________________________________________
14464 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
14465         Log: Subject: Re: perl@10765: sv.c not OK on win32
14466              From: Artur Bergman <artur@contiller.se>
14467              Date: Thu, 21 Jun 2001 10:31:06 +0200
14468              Message-ID: <B7577D69.182C%artur@contiller.se>
14469      Branch: perl
14470            ! sv.c
14471 ____________________________________________________________________________
14472 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
14473         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
14474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14475              Date: Thu, 21 Jun 2001 06:23:56 -0400
14476              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
14477              
14478              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
14479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14480              Date: Thu, 21 Jun 2001 06:32:21 -0400
14481              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
14482      Branch: perl
14483            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
14484 ____________________________________________________________________________
14485 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
14486         Log: Subject: [PATCH] make syslog test more verbose
14487              From: Robert Spier <rspier@pobox.com>
14488              Date: Thu, 21 Jun 2001 00:54:32 -0400
14489              Message-ID: <15153.32264.295807.333073@rls.cx>
14490      Branch: perl
14491            ! ext/Sys/Syslog/syslog.t
14492 ____________________________________________________________________________
14493 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
14494         Log: Subject: op/study.t refinements
14495              From: Hugo <hv@crypt.compulink.co.uk>
14496              Date: Thu, 21 Jun 2001 00:29:07 +0100
14497              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
14498      Branch: perl
14499            ! t/op/study.t
14500 ____________________________________________________________________________
14501 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
14502         Log: Update Changes.
14503      Branch: perl
14504            ! Changes patchlevel.h
14505 ____________________________________________________________________________
14506 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
14507         Log: Subject: Re: [PATCH] djgpp updates
14508              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
14509              Date: Wed, 20 Jun 2001 10:05:15 +0200
14510              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
14511      Branch: perl
14512            ! djgpp/config.over
14513 ____________________________________________________________________________
14514 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
14515         Log: Fix for ID 20010619.002 "When building hash, hash keys that
14516              are function calls are not being called", from Abhijit.
14517      Branch: perl
14518            ! t/base/lex.t toke.c
14519 ____________________________________________________________________________
14520 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
14521         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
14522      Branch: perl
14523            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
14524            + lib/Locale/Maketext/test.pl
14525            - lib/Locale/Maketext.t
14526            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14527            ! lib/Locale/Maketext/TPJ13.pod
14528 ____________________________________________________________________________
14529 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
14530         Log: Metaconfig unit change for #10760.
14531      Branch: metaconfig
14532            ! U/modified/Cppsym.U
14533 ____________________________________________________________________________
14534 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
14535         Log: Do not remove the ccsym* Cppsym* files since
14536              they are useful for metaconfig units coming after us.
14537              (This is the Configure nit mentioned in #10752.)
14538      Branch: perl
14539            ! Configure
14540 ____________________________________________________________________________
14541 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
14542         Log: Update to I18N::LangTags 0.24, from Sean Burke.
14543      Branch: perl
14544            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
14545            + lib/I18N/LangTags/README
14546            - lib/I18N/LangTags/List.pod
14547            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
14548 ____________________________________________________________________________
14549 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
14550         Log: Regen headers.
14551      Branch: perl
14552            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
14553            ! pod/perlapi.pod proto.h
14554 ____________________________________________________________________________
14555 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
14556         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
14557              From: Artur Bergman <artur@contiller.se>
14558              Date: Wed, 20 Jun 2001 11:31:32 +0200
14559              Message-ID: <B7563A14.17D8%artur@contiller.se>
14560      Branch: perl
14561            ! embed.pl hv.c intrpvar.h sv.c sv.h
14562 ____________________________________________________________________________
14563 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
14564         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
14565              From: Tim Sweetman <tim@aldigital.co.uk> 
14566              Date: Wed, 13 Jun 2001 14:25:17 +0100 
14567              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
14568      Branch: perl
14569            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
14570 ____________________________________________________________________________
14571 [ 10755] By: nick                                  on 2001/06/20  16:12:37
14572         Log: Integrate mainline
14573      Branch: perlio
14574           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
14575           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
14576           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
14577           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
14578           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
14579           !> t/op/study.t util.c
14580 ____________________________________________________________________________
14581 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
14582         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
14583              but not Makefile)
14584      Branch: maint-5.6/perl
14585            ! win32/Makefile
14586 ____________________________________________________________________________
14587 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
14588         Log: Security tweak on readlink().
14589      Branch: perl
14590            ! pp_sys.c
14591 ____________________________________________________________________________
14592 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
14593         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
14594      Branch: perl
14595            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
14596            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
14597            ! mpeix/relink t/op/pwent.t
14598 ____________________________________________________________________________
14599 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
14600         Log: Reinstate #10725 (with probe for alarm()).
14601      Branch: perl
14602            ! t/op/study.t
14603 ____________________________________________________________________________
14604 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
14605         Log: Replace our implementation of realpath() with OpenBSD's
14606              (src/lib/libc/stdlib/realpath.c 1.4).
14607      Branch: perl
14608            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
14609            ! pod/perldiag.pod proto.h util.c
14610 ____________________________________________________________________________
14611 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
14612         Log: Integrate perlio.
14613      Branch: perl
14614           !> perlio.c
14615 ____________________________________________________________________________
14616 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
14617         Log: No point in going into memory-saving contortions
14618              with getcwd() since there's a danger of buffer overflow.
14619              Also make the POSIX extension to use sv_getcwd().
14620              Finally, a missed proto.h fragment.
14621      Branch: perl
14622            ! ext/POSIX/POSIX.xs proto.h util.c
14623 ____________________________________________________________________________
14624 [ 10747] By: nick                                  on 2001/06/20  12:38:26
14625         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
14626      Branch: perlio
14627            ! perlio.c
14628 ____________________________________________________________________________
14629 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
14630         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
14631              From: Graham Barr <gbarr@pobox.com>
14632              Date: Wed, 20 Jun 2001 11:05:49 +0100
14633              Message-ID: <20010620110549.I19188@pobox.com>
14634              
14635              reported in        
14636              
14637              Subject: Bug in IO::Socket::INET module (repeat)
14638              From: "Harmon S. Nine" <hnine@netarx.com>
14639              Date: Tue, 19 Jun 2001 09:41:35 -0400
14640              Message-ID: <3B2F568F.8080605@netarx.com>
14641              
14642              The bug was that the IO::Socket::INET constructor
14643              did not allow a 'LocalPort' of 0.
14644      Branch: perl
14645            ! ext/IO/lib/IO/Socket/INET.pm
14646 ____________________________________________________________________________
14647 [ 10745] By: nick                                  on 2001/06/20  08:56:39
14648         Log: Integrate mainline.
14649      Branch: perlio
14650           !> (integrate 37 files)
14651 ____________________________________________________________________________
14652 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
14653         Log: After some reading I don't think we can blindly
14654              use systems' realpath().  Too many security problems,
14655              too many buggy implementations.
14656              
14657              TODO: the realpath() emulation code in util.c doesn't
14658              seem fully operational?  (readlink(), for example?)
14659      Branch: perl
14660            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
14661            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
14662            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
14663            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
14664            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
14665            ! win32/config_H.gc win32/config_H.vc
14666 ____________________________________________________________________________
14667 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
14668         Log: Metaconfig unit change for #10738.
14669      Branch: metaconfig
14670            ! U/compline/d_gconvert.U
14671 ____________________________________________________________________________
14672 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
14673         Log: Integrate change #10739 from maintperl:
14674              
14675              C<eval "/x$\r\n/x"> fails to compile correctly 
14676      Branch: perl
14677           !> t/op/pat.t toke.c
14678 ____________________________________________________________________________
14679 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
14680         Log: Retract #10725 (Hugo asked NOT to apply the patch)
14681      Branch: perl
14682            ! t/op/study.t
14683 ____________________________________________________________________________
14684 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
14685         Log: The test.third results were funnily named because of the
14686              new test scheme.
14687      Branch: perl
14688            ! t/TEST
14689 ____________________________________________________________________________
14690 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
14691         Log: C<eval "/x$\r\n/x"> fails to compile correctly
14692      Branch: maint-5.6/perl
14693            ! t/op/pat.t toke.c
14694 ____________________________________________________________________________
14695 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
14696         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
14697              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14698              Date: Tue, 19 Jun 2001 19:15:40 -0400
14699              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
14700              
14701              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
14702              because "1e+129" being expected but "1.e+129" being returned.
14703              The culprit (at least in Tru64) is the use of gcvt().
14704      Branch: perl
14705            ! Configure
14706 ____________________________________________________________________________
14707 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
14708         Log: Subject: [PATCH perl@10722] test hunting on VMS
14709              From: "Craig A. Berry" <craigberry@mac.com>
14710              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
14711              Date: Tue, 19 Jun 2001 18:59:01 -0500
14712      Branch: perl
14713            ! vms/test.com
14714 ____________________________________________________________________________
14715 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
14716         Log: Subject: [PATCH] s/typos//
14717              From: Abhijit Menon-Sen <ams@wiw.org>
14718              Date: Wed, 20 Jun 2001 02:15:02 +0530
14719              Message-ID: <20010620021502.A14541@lustre.linux.in>
14720              
14721              Without the op.h s/bearword/bareword/ hunk, see
14722              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
14723      Branch: perl
14724            ! util.c
14725 ____________________________________________________________________________
14726 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
14727         Log: Metaconfig unit change for #10732 and #10733.
14728      Branch: metaconfig/U/perl
14729            ! fflushall.U
14730 ____________________________________________________________________________
14731 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
14732         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
14733              From: "Craig A. Berry" <craigberry@mac.com>
14734              Date: Tue, 19 Jun 2001 17:19:48 -0500
14735              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
14736      Branch: perl
14737            ! configure.com vms/descrip_mms.template
14738 ____________________________________________________________________________
14739 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
14740         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
14741              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14742              Date: Tue, 19 Jun 2001 16:48:07 -0400
14743              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
14744              
14745              Further fixes to fflush(NULL) detection.
14746      Branch: perl
14747            ! Configure
14748 ____________________________________________________________________________
14749 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
14750         Log: AIX test -s hangs with non-existent files?
14751              (A genuine logic bug in Configure, but AIX also broken?)
14752      Branch: perl
14753            ! Configure
14754 ____________________________________________________________________________
14755 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
14756         Log: AUTHORS updates.
14757      Branch: perl
14758            ! AUTHORS
14759 ____________________________________________________________________________
14760 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
14761         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
14762              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14763              Date: Tue, 19 Jun 2001 15:33:25 -0400
14764              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
14765      Branch: perl
14766            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
14767            ! t/lib/warnings/pp
14768 ____________________________________________________________________________
14769 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
14770         Log: Integrate perlio.
14771      Branch: perl
14772           !> lib/File/Find/find.t win32/distclean.bat
14773 ____________________________________________________________________________
14774 [ 10728] By: nick                                  on 2001/06/19  18:24:53
14775         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
14776      Branch: perlio
14777            ! lib/File/Find/find.t win32/distclean.bat
14778 ____________________________________________________________________________
14779 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
14780         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
14781              also add information how to find out whether one has PerlIO.
14782      Branch: perl
14783            ! pod/perlfunc.pod
14784 ____________________________________________________________________________
14785 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
14786         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
14787              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14788              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
14789              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
14790      Branch: perl
14791            ! pod/perlfunc.pod
14792 ____________________________________________________________________________
14793 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
14794         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
14795              From: Hugo <hv@crypt.compulink.co.uk>
14796              Date: Tue, 19 Jun 2001 12:37:30 +0100
14797              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
14798      Branch: perl
14799            ! t/op/study.t
14800 ____________________________________________________________________________
14801 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
14802         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
14803              From: Hugo <hv@crypt.compulink.co.uk>
14804              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
14805              Date: Tue, 19 Jun 2001 13:15:17 +0100
14806      Branch: perl
14807            ! util.c
14808 ____________________________________________________________________________
14809 [ 10723] By: nick                                  on 2001/06/19  14:46:15
14810         Log: Integrate mainline
14811      Branch: perlio
14812           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
14813           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
14814           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
14815           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
14816           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
14817           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
14818            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14819            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14820            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14821            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14822            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14823            - ext/Thread/unsync4.t
14824           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
14825           !> djgpp/config.over djgpp/fixpmain
14826           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
14827           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
14828           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
14829 ____________________________________________________________________________
14830 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
14831         Log: Update Changes.
14832      Branch: perl
14833            ! Changes patchlevel.h
14834 ____________________________________________________________________________
14835 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
14836         Log: The existence shall be MANIFESted.
14837      Branch: perl
14838            ! MANIFEST
14839 ____________________________________________________________________________
14840 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
14841         Log: The old libnet.cfg is first searched from the current directory,
14842              only then from the module path.
14843      Branch: perl
14844            ! utils/libnetcfg.PL
14845 ____________________________________________________________________________
14846 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
14847         Log: NetWare tweaks from Guruprasad.
14848      Branch: perl
14849            ! NetWare/Makefile NetWare/config.wc
14850 ____________________________________________________________________________
14851 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
14852         Log: Subject: [PATCH] djgpp updates
14853              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
14854              Date: Tue, 19 Jun 2001 10:59:06 +0200
14855              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
14856      Branch: perl
14857            ! djgpp/config.over djgpp/fixpmain
14858 ____________________________________________________________________________
14859 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
14860         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
14861              From: Prymmer/Kahn <pvhp@best.com>
14862              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
14863              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
14864      Branch: perl
14865            ! win32/Makefile
14866 ____________________________________________________________________________
14867 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
14868         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
14869              to happen right after the inclusion of <inttypes.h>,
14870              from Edward Moy.
14871      Branch: perl
14872            ! handy.h perl.h
14873 ____________________________________________________________________________
14874 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
14875         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
14876              From: Doug MacEachern <dougm@covalent.net>
14877              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
14878              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
14879      Branch: perl
14880            ! ext/DynaLoader/DynaLoader_pm.PL
14881 ____________________________________________________________________________
14882 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
14883         Log: Revert #10656 for perfomance reasons but leave in the
14884              use of Hv*() macros -- in comments, so that grepping the
14885              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
14886              suggested by Sarathy, also by Abhijit.)
14887      Branch: perl
14888            ! hv.c
14889 ____________________________________________________________________________
14890 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
14891         Log: Subject: [patch] .s MakeMaker suffix
14892              From: Doug MacEachern <dougm@covalent.net>
14893              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
14894              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
14895      Branch: perl
14896            ! lib/ExtUtils/MM_Unix.pm
14897 ____________________________________________________________________________
14898 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
14899         Log: One test lost in the big shuffle restored.
14900      Branch: perl
14901            + ext/IPC/SysV/ipcsysv.t
14902            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
14903 ____________________________________________________________________________
14904 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
14905         Log: Rename the old non-standard threads tests so that
14906              they won't be invoked.
14907      Branch: perl
14908            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
14909            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
14910            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
14911            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
14912            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
14913            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
14914            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14915            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14916            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14917            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14918            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14919            - ext/Thread/unsync4.t
14920            ! MANIFEST
14921 ____________________________________________________________________________
14922 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
14923         Log: Integrate perlio.
14924      Branch: perl
14925           !> win32/config_sh.PL
14926 ____________________________________________________________________________
14927 [ 10709] By: nick                                  on 2001/06/19  08:18:18
14928         Log: Integrate mainline
14929      Branch: perlio
14930           +> (branch 40 files)
14931            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
14932            - lib/strict/subs lib/strict/vars lib/warnings/1global
14933            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
14934            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
14935            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
14936            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
14937            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
14938            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
14939            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
14940            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
14941            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
14942            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
14943            - lib/warnings/utf8 lib/warnings/util
14944           !> (integrate 57 files)
14945 ____________________________________________________________________________
14946 [ 10708] By: nick                                  on 2001/06/19  07:57:10
14947         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
14948      Branch: perlio
14949            ! win32/config_sh.PL
14950 ____________________________________________________________________________
14951 [ 10707] By: nick                                  on 2001/06/19  07:05:07
14952         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
14953      Branch: perl
14954            ! perly.c perly.y perly_c.diff vms/perly_c.vms
14955 ____________________________________________________________________________
14956 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
14957         Log: More perl572delta tweaks.
14958      Branch: perl
14959            ! pod/perl572delta.pod
14960 ____________________________________________________________________________
14961 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
14962         Log: Update perl572delta.
14963      Branch: perl
14964            ! pod/perl572delta.pod
14965 ____________________________________________________________________________
14966 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
14967         Log: VOS updates from Paul Green.
14968      Branch: perl
14969            ! vos/Changes vos/build.cm vos/perl.bind
14970 ____________________________________________________________________________
14971 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
14972         Log: Update the vos/config.*.* files.
14973      Branch: perl
14974            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14975            ! vos/config.ga.h
14976 ____________________________________________________________________________
14977 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
14978         Log: Add a makefile for more painless adding of symbols to the
14979              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
14980              takes care of the adding)
14981      Branch: perl
14982            + vos/Makefile
14983 ____________________________________________________________________________
14984 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
14985         Log: Make libnetcfg by default display the libnet configuration,
14986              -c to change, add -i for old config, document all options,
14987              regen toc.
14988      Branch: perl
14989            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
14990 ____________________________________________________________________________
14991 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
14992         Log: gcc -Wall sweep.
14993      Branch: perl
14994            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
14995 ____________________________________________________________________________
14996 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
14997         Log: So there.
14998      Branch: perl
14999            ! universal.c
15000 ____________________________________________________________________________
15001 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
15002         Log: Document the need for sv_printify().
15003              
15004              Document that 'use utf8' has been considered.
15005              
15006              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
15007      Branch: perl
15008            ! pod/perltodo.pod universal.c
15009 ____________________________________________________________________________
15010 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
15011         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
15012              From: Nicholas Clark <nick@ccl4.org>
15013              Date: Mon, 18 Jun 2001 23:29:23 +0100
15014              Message-ID: <20010618232923.I98663@plum.flirble.org>
15015      Branch: perl
15016            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
15017            ! ext/Sys/Syslog/Makefile.PL
15018 ____________________________________________________________________________
15019 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
15020         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
15021              From: Scott.L.Miller@Compaq.com
15022              Date: Mon, 18 Jun 2001 10:12:27 -0500
15023              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
15024      Branch: perl
15025            ! lib/perl5db.pl pod/perldebug.pod
15026 ____________________________________________________________________________
15027 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
15028         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
15029              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
15030              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
15031              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
15032      Branch: perl
15033            ! lib/Carp/Heavy.pm
15034 ____________________________________________________________________________
15035 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
15036         Log: Subject: [PATCH] Documentation changes for CLONE
15037              From: Artur Bergman <artur@contiller.se>
15038              Date: Mon, 18 Jun 2001 22:06:37 +0200
15039              Message-ID: <B7542BEC.1719%artur@contiller.se>
15040      Branch: perl
15041            ! pod/perlmod.pod pod/perlsub.pod
15042 ____________________________________________________________________________
15043 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
15044         Log: Subject: Re: configure.com
15045              From: "Craig A. Berry" <craigberry@mac.com>
15046              Date: Mon, 18 Jun 2001 16:04:38 -0500
15047              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
15048      Branch: perl
15049            ! configure.com
15050 ____________________________________________________________________________
15051 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
15052         Log: Subject: PL_nullstash + perl_clone()
15053              From: Doug MacEachern <dougm@covalent.net>
15054              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
15055              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
15056      Branch: perl
15057            ! sv.c
15058 ____________________________________________________________________________
15059 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
15060         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
15061              From: davem@fdgroup.co.uk
15062              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
15063              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
15064      Branch: perl
15065            ! embed.pl pod/perlapi.pod
15066 ____________________________________________________________________________
15067 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
15068         Log: More cross-compilation defaults gleaned from -Dcc
15069              if it is CPU-OS-gcc.
15070      Branch: metaconfig
15071            ! U/modified/libc.U
15072      Branch: metaconfig/U/perl
15073            ! Cross.U
15074      Branch: perl
15075            ! Configure INSTALL
15076 ____________________________________________________________________________
15077 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
15078         Log: Update Changes.
15079      Branch: perl
15080            ! Changes patchlevel.h
15081 ____________________________________________________________________________
15082 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
15083         Log: Subject: [PATCH 5.7.1] sv.c documentation
15084              From: davem@fdgroup.co.uk
15085              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
15086              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
15087      Branch: perl
15088            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
15089            ! sv.c sv.h
15090 ____________________________________________________________________________
15091 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
15092         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
15093              From: "Jon Gunnip" <jongunnip@hotmail.com>
15094              Date: Sun, 17 Jun 2001 18:24:29 -0400
15095              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
15096      Branch: perl
15097            ! pod/perlvar.pod
15098 ____________________________________________________________________________
15099 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
15100         Log: Move the locale/strict/warnings helper files back
15101              under the t/lib; this way the amount of non-installabled
15102              stuff under lib/ stays smaller.
15103      Branch: perl
15104            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
15105            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
15106            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
15107            + t/lib/warnings/5nolint t/lib/warnings/6default
15108            + t/lib/warnings/7fatal t/lib/warnings/8signal
15109            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
15110            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
15111            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
15112            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
15113            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
15114            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
15115            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
15116            + t/lib/warnings/taint t/lib/warnings/toke
15117            + t/lib/warnings/universal t/lib/warnings/utf8
15118            + t/lib/warnings/util
15119            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
15120            - lib/strict/subs lib/strict/vars lib/warnings/1global
15121            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
15122            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
15123            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
15124            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
15125            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
15126            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
15127            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
15128            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
15129            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
15130            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
15131            - lib/warnings/utf8 lib/warnings/util
15132            ! MANIFEST installperl lib/locale.t lib/strict.t
15133 ____________________________________________________________________________
15134 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
15135         Log: Split off the pack/unpack code, from Nicholas Clark.
15136      Branch: perl
15137            + pp_pack.c
15138            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
15139            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
15140            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
15141 ____________________________________________________________________________
15142 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
15143         Log: Guard the SysV IPC tests against being invoked in
15144              SysV-IPC-less places.
15145      Branch: perl
15146            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
15147 ____________________________________________________________________________
15148 [ 10683] By: nick                                  on 2001/06/18  12:24:42
15149         Log: Integrate mainline (new test scheme now ok on Linux).
15150      Branch: perlio
15151           +> lib/warnings.t
15152           !> dump.c sv.c
15153 ____________________________________________________________________________
15154 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
15155         Log: Add the locale.c and numeric.c to the microperl sources.
15156      Branch: perl
15157            ! Makefile.micro win32/Makefile
15158 ____________________________________________________________________________
15159 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
15160         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
15161              From: Abhijit Menon-Sen <ams@wiw.org>
15162              Date: Mon, 18 Jun 2001 14:23:44 +0530
15163              Message-ID: <20010618142344.A13136@lustre.linux.in>
15164      Branch: perl
15165            ! dump.c
15166 ____________________________________________________________________________
15167 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
15168         Log: Subject: Re: [PATCH] more anonymous stash cleanups
15169              From: Abhijit Menon-Sen <ams@wiw.org>
15170              Date: Mon, 18 Jun 2001 15:50:32 +0530
15171              Message-ID: <20010618155032.A13223@lustre.linux.in>
15172              
15173              Plus the comment left in as suggested by NI-S.
15174      Branch: perl
15175            ! sv.c
15176 ____________________________________________________________________________
15177 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
15178         Log: One missed file.
15179      Branch: perl
15180            + lib/warnings.t
15181 ____________________________________________________________________________
15182 [ 10678] By: nick                                  on 2001/06/18  08:05:29
15183         Log: Integrate mainline (part2 - the deletes)
15184      Branch: perlio
15185            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
15186            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
15187            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
15188            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
15189            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
15190            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
15191            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
15192            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
15193            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
15194            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
15195            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
15196 ____________________________________________________________________________
15197 [ 10677] By: nick                                  on 2001/06/18  08:04:44
15198         Log: Integrate mainline (part1)
15199      Branch: perlio
15200           +> (branch 376 files)
15201            - (delete 219 files)
15202           !> (integrate 151 files)
15203 ____________________________________________________________________________
15204 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
15205         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
15206              No doubt I made some mistakes like missed some files or
15207              misnamed some files.  The naming rules were more or less:
15208              (1) if the module is from CPAN, follows its ways, be it
15209              t/*.t or test.pl.
15210              (2) otherwise if there are multiple tests for a module
15211              put them in a t/
15212              (3) otherwise if there's only one test put it in Module.t
15213              (4) helper files go to module/ (locale, strict, warnings)
15214              (5) use longer filenames now that we can (but e.g. the
15215              compat-0.6.t and the Text::Balanced test files still
15216              were renamed to be more civil against the 8.3 people)
15217              installperl was updated appropriately not to install the
15218              *.t files or the help files from under lib.
15219              
15220              TODO: some helper files still remain under t/ that could
15221              follow their 'masters'.  UPDATE: On second thoughts, why
15222              should they.  They can continue to live under t/lib, and
15223              in fact the locale/strict/warnings helpers that were moved
15224              could be moved back.  This way the amount of non-installable
15225              stuff under lib/ stays smaller.
15226      Branch: perl
15227            + (add 253 files)
15228            - (delete 254 files)
15229            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
15230 ____________________________________________________________________________
15231 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
15232         Log: The warning no more comes from util.c, it comes from numeric.c.
15233      Branch: perl
15234            ! README.tru64
15235 ____________________________________________________________________________
15236 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
15237         Log: Subject: Re: anyone good at casting spells?
15238              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15239              Date: Sun, 17 Jun 2001 21:21:04 -0400
15240              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
15241      Branch: perl
15242            ! ext/POSIX/POSIX.xs hv.h
15243 ____________________________________________________________________________
15244 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
15245         Log: Protect the (original) thread tests against testing if no 5.005
15246              threads have been configured.
15247      Branch: perl
15248            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
15249            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
15250            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
15251            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
15252            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
15253            ! ext/Thread/unsync4.t
15254 ____________________________________________________________________________
15255 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
15256         Log: Try the new test scanning scheme on Text::Abbrev.
15257      Branch: perl
15258            + lib/Text/Abbrev.t
15259            - lib/Text/Abbrev/t/abbrev.t
15260            ! MANIFEST
15261 ____________________________________________________________________________
15262 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
15263         Log: Change the scan policy of the *.t and test.pl files,
15264              now the *.t do not need to live in a t/ directory.
15265      Branch: perl
15266            ! t/TEST t/harness
15267 ____________________________________________________________________________
15268 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
15269         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
15270              From: Ilmari Karonen <iltzu@sci.fi>
15271              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
15272              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
15273      Branch: perl
15274            ! pod/perlfaq7.pod
15275 ____________________________________________________________________________
15276 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
15277         Log: Quench the warnings from Tru64; the HP-UX is still
15278              broken because it really, REALLY, doesn't like the
15279              HvARRAY() being lvalue:
15280              
15281              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
15282              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
15283      Branch: perl
15284            ! hv.c
15285 ____________________________________________________________________________
15286 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
15287         Log: Integrate change #10667 from maintperl:
15288              
15289              change#10449 broke the special-case that makes lexicals inside the
15290              eval"" within DB::DB() visible
15291      Branch: perl
15292           !> op.c
15293 ____________________________________________________________________________
15294 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
15295         Log: change#10449 broke the special-case that makes lexicals inside the
15296              eval"" within DB::DB() visible
15297      Branch: maint-5.6/perl
15298            ! op.c
15299 ____________________________________________________________________________
15300 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
15301         Log: Still spurious output; indent the code a bit.
15302              
15303              TODO1: separate the utility functions like MkDir
15304              into a helper script?
15305              
15306              TODO2: I see a lot of repetition in the filepath()
15307              and dirpath() calls.
15308      Branch: perl
15309            ! t/lib/filefind.t t/lib/findtaint.t
15310 ____________________________________________________________________________
15311 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
15312         Log: Regen modlib, toc.
15313      Branch: perl
15314            ! pod/perlmodlib.pod pod/perltoc.pod
15315 ____________________________________________________________________________
15316 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
15317         Log: Add libnetcfg to perlutil.
15318      Branch: perl
15319            ! pod/perlutil.pod
15320 ____________________________________________________________________________
15321 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
15322         Log: Initial integration of libnet-1.0703.
15323              The Configure script renamed as libnetcfg, will be
15324              installed along other utilities.
15325      Branch: perl
15326            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
15327            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
15328            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
15329            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
15330            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
15331            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
15332            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
15333            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
15334            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
15335            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
15336            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
15337            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15338            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
15339            + utils/libnetcfg.PL
15340            ! MANIFEST utils.lst utils/Makefile
15341 ____________________________________________________________________________
15342 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
15343         Log: Less potentially test-harness-confusing output.
15344      Branch: perl
15345            ! lib/Memoize/t/expire_module_t.t
15346 ____________________________________________________________________________
15347 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
15348         Log: The final print annoys make test.
15349      Branch: perl
15350            ! t/lib/filefind.t t/lib/findtaint.t
15351 ____________________________________________________________________________
15352 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
15353         Log: Add an option for handling dangling symbolic links.
15354      Branch: perl
15355            ! lib/File/Find.pm t/lib/filefind.t
15356 ____________________________________________________________________________
15357 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
15358         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
15359              From: Thomas Wegner <wegner_thomas@yahoo.com>
15360              Date: Sun, 17 Jun 2001 14:43:11 +0200
15361              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
15362      Branch: perl
15363            + t/lib/findtaint.t
15364            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
15365 ____________________________________________________________________________
15366 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
15367         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
15368              From: Jonathan Stowe <gellyfish@gellyfish.com>
15369              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
15370              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
15371      Branch: perl
15372            ! lib/ExtUtils/MM_Unix.pm
15373 ____________________________________________________________________________
15374 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
15375         Log: Subject: [PATCH] more anonymous stash cleanups
15376              From: Abhijit Menon-Sen <ams@wiw.org>
15377              Date: Sun, 17 Jun 2001 11:44:06 +0530
15378              Message-ID: <20010617114406.A25203@lustre.linux.in>
15379      Branch: perl
15380            ! op.c
15381 ____________________________________________________________________________
15382 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
15383         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
15384              From: Abhijit Menon-Sen <ams@wiw.org>
15385              Date: Sun, 17 Jun 2001 08:02:59 +0530
15386              Message-ID: <20010617080259.A28776@lustre.linux.in>
15387              
15388              Subject: [PATCH #2/7] xhv_eiter
15389              From: Abhijit Menon-Sen <ams@wiw.org>
15390              Date: Sun, 17 Jun 2001 08:13:18 +0530
15391              Message-ID: <20010617081318.B28776@lustre.linux.in>
15392              
15393              Subject: [PATCH #3/7] xhv_fill
15394              From: Abhijit Menon-Sen <ams@wiw.org>
15395              Date: Sun, 17 Jun 2001 08:25:16 +0530
15396              Message-ID: <20010617082516.C28776@lustre.linux.in>
15397              
15398              Subject: [PATCH #4/7] xhv_keys
15399              From: Abhijit Menon-Sen <ams@wiw.org>
15400              Date: Sun, 17 Jun 2001 08:36:17 +0530
15401              Message-ID: <20010617083617.D28776@lustre.linux.in>
15402              
15403              Subject: [PATCH #5/7] xhv_max
15404              From: Abhijit Menon-Sen <ams@wiw.org>
15405              Date: Sun, 17 Jun 2001 08:39:48 +0530
15406              Message-ID: <20010617083948.E28776@lustre.linux.in>
15407              
15408              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
15409              From: Abhijit Menon-Sen <ams@wiw.org>
15410              Date: Sun, 17 Jun 2001 08:51:11 +0530
15411              Message-ID: <20010617085111.F28776@lustre.linux.in>
15412      Branch: perl
15413            ! hv.c
15414 ____________________________________________________________________________
15415 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
15416         Log: Update Changes.
15417      Branch: perl
15418            ! Changes patchlevel.h
15419 ____________________________________________________________________________
15420 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
15421         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
15422              From: Abhijit Menon-Sen <ams@wiw.org>
15423              Date: Sat, 16 Jun 2001 07:41:19 +0530
15424              Message-ID: <20010616074119.A24720@lustre.linux.in>
15425      Branch: perl
15426            ! hv.c perl.c vms/vmsish.h win32/win32.h
15427 ____________________________________________________________________________
15428 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
15429         Log: Document tests failing when threaded, since we now have more.
15430      Branch: perl
15431            ! pod/perl572delta.pod
15432 ____________________________________________________________________________
15433 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
15434         Log: -Wall cleanup.
15435      Branch: perl
15436            ! ext/Thread/Thread.xs
15437 ____________________________________________________________________________
15438 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
15439         Log: pthread_attr_setstacksize() isn't absolutely necessary
15440              to call, only iff THREAD_CREATE_NEEDS_STACK.
15441      Branch: perl
15442            ! ext/Thread/Thread.xs
15443 ____________________________________________________________________________
15444 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
15445         Log: -Wall strays.
15446      Branch: perl
15447            ! perl.c util.c
15448 ____________________________________________________________________________
15449 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
15450         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
15451              (and INT64_MIN) brokenness.
15452      Branch: perl
15453            ! hints/darwin.sh perl.h
15454 ____________________________________________________________________________
15455 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
15456         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
15457              From: Nicholas Clark <nick@ccl4.org>
15458              Date: Sun, 17 Jun 2001 00:16:05 +0100
15459              Message-ID: <20010617001605.V98663@plum.flirble.org>
15460      Branch: perl
15461            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
15462            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
15463            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15464 ____________________________________________________________________________
15465 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
15466         Log: Add perlnetware to docs; regen toc; supply skeleton
15467              docs for some Memoize submodules.
15468      Branch: perl
15469            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
15470            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15471            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
15472            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
15473            ! win32/Makefile win32/makefile.mk
15474 ____________________________________________________________________________
15475 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
15476         Log: pod cleanup.
15477      Branch: perl
15478            ! README.netware
15479 ____________________________________________________________________________
15480 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
15481         Log: Integrate Memoize 0.64.  Few tweaks were required in
15482              the test scripts.  Note that the speed and expire*
15483              tests take several dozen seconds to run.
15484      Branch: perl
15485            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15486            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
15487            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15488            + lib/Memoize/README lib/Memoize/SDBM_File.pm
15489            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
15490            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
15491            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
15492            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
15493            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
15494            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
15495            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
15496            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
15497            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
15498            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
15499            ! MANIFEST t/lib/1_compile.t
15500 ____________________________________________________________________________
15501 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
15502         Log: Document the cross-compilation options.
15503      Branch: perl
15504            ! Cross/README INSTALL
15505 ____________________________________________________________________________
15506 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
15507         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
15508      Branch: perl
15509            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
15510            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
15511            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
15512            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
15513            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
15514            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
15515            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
15516            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
15517            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
15518            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
15519            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
15520            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
15521            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
15522            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
15523            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
15524            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
15525            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
15526            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
15527            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
15528            + lib/ExtUtils/MM_NW5.pm
15529            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
15530            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
15531            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15532            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
15533            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
15534            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
15535            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
15536            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
15537            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
15538            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
15539            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
15540            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
15541            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
15542            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
15543            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
15544            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
15545            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
15546            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
15547            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
15548            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
15549            ! util.h x2p/a2py.c
15550 ____________________________________________________________________________
15551 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
15552         Log: Resort MANIFEST.
15553      Branch: perl
15554            ! MANIFEST
15555 ____________________________________________________________________________
15556 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
15557         Log: Integrate perlio.
15558      Branch: perl
15559           +> win32/win32io.c
15560           !> MANIFEST perlio.c perliol.h win32/makefile.mk
15561 ____________________________________________________________________________
15562 [ 10640] By: nick                                  on 2001/06/16  18:38:31
15563         Log: Disable :win32 layer as default till I get it working
15564      Branch: perlio
15565            ! MANIFEST perlio.c
15566 ____________________________________________________________________________
15567 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
15568         Log: Try the new scheme by moving the Text::Abbrev test
15569              to a new place under lib.
15570      Branch: perl
15571            + lib/Text/Abbrev/t/abbrev.t
15572            - t/lib/abbrev.t
15573            ! MANIFEST
15574 ____________________________________________________________________________
15575 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
15576         Log: Make the code even more dynamical so that testname
15577              suffix length can change.
15578      Branch: perl
15579            ! lib/Test/Harness.pm t/TEST
15580 ____________________________________________________________________________
15581 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
15582         Log: Allow for deeper t/ and also a single test.pl.
15583      Branch: perl
15584            ! t/TEST t/harness
15585 ____________________________________________________________________________
15586 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
15587         Log: #define fix from Nicholas Clark.
15588      Branch: perl
15589            ! ext/POSIX/POSIX.xs
15590 ____________________________________________________________________________
15591 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
15592         Log: Initialization is nice.
15593      Branch: perl
15594            ! lib/Test/Harness.pm
15595 ____________________________________________________________________________
15596 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
15597         Log: Make t/TEST and t/harness to test also the t/ tests
15598              under the main lib/ and ext/ directories.  Fix Test::Harness
15599              to dynamically change the width of its "foo/bar....ok" output.
15600      Branch: perl
15601            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
15602 ____________________________________________________________________________
15603 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
15604         Log: Subject: [PATCH] Re: perl@10611 
15605              From: Nicholas Clark <nick@ccl4.org>
15606              Date: Sat, 16 Jun 2001 16:52:47 +0100
15607              Message-ID: <20010616165247.O98663@plum.flirble.org>
15608              
15609              The .xs parts, too.
15610      Branch: perl
15611            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
15612            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
15613 ____________________________________________________________________________
15614 [ 10632] By: nick                                  on 2001/06/16  16:44:35
15615         Log: Work-in-progress win32 layer semi-functional, checking 
15616              for UNIX breakage.
15617      Branch: perlio
15618            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
15619 ____________________________________________________________________________
15620 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
15621         Log: Subject: [PATCH] Re: perl@10611 
15622              From: Nicholas Clark <nick@ccl4.org>
15623              Date: Sat, 16 Jun 2001 16:52:47 +0100
15624              Message-ID: <20010616165247.O98663@plum.flirble.org>
15625      Branch: perl
15626            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
15627            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
15628            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
15629            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
15630            ! lib/ExtUtils/Constant.pm
15631 ____________________________________________________________________________
15632 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
15633         Log: Metaconfig unit change for #10629.
15634      Branch: metaconfig
15635            ! U/modified/Finish.U
15636 ____________________________________________________________________________
15637 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
15638         Log: The extraction changed directories.
15639      Branch: perl
15640            ! Configure
15641 ____________________________________________________________________________
15642 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
15643         Log: Math::BigInt 1.35 from Tels.
15644      Branch: perl
15645            + t/lib/mbimbf.t
15646            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15647            ! t/lib/bigfltpm.t t/lib/bigintpm.t
15648 ____________________________________________________________________________
15649 [ 10627] By: nick                                  on 2001/06/16  14:54:52
15650         Log: Work in progress UNIX-side edit of win32 PerLIO layer
15651      Branch: perlio
15652            + win32/win32io.c
15653            ! perlio.c win32/makefile.mk
15654 ____________________________________________________________________________
15655 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
15656         Log: Subject: [PATCH 5.6.1] os2/diff-configure
15657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15658              Date: Fri, 15 Jun 2001 01:19:36 -0400
15659              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
15660              
15661              Empty all of it because I think #10624 made even the
15662              last patch hunk unnecessary.
15663      Branch: perl
15664            ! os2/diff.configure
15665 ____________________________________________________________________________
15666 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
15667         Log: Metaconfig unit change for 10624.
15668      Branch: metaconfig
15669            ! U/modified/libc.U
15670      Branch: perl
15671            ! config_h.SH
15672 ____________________________________________________________________________
15673 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
15674         Log: Move the initialization of libnames to the beginning so
15675              that can one 'seed' it (as OS/2 does.)
15676      Branch: perl
15677            ! Configure
15678 ____________________________________________________________________________
15679 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
15680         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
15681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15682              Date: Fri, 15 Jun 2001 19:10:57 -0400
15683              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
15684      Branch: perl
15685            ! os2/OS2/REXX/DLL/DLL.pm
15686 ____________________________________________________________________________
15687 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
15688         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
15689              From: "Craig A. Berry" <craigberry@mac.com>
15690              Date: Fri, 15 Jun 2001 17:00:03 -0500
15691              Message-Id: <a05101007b750342599be@[172.16.52.1]>
15692      Branch: perl
15693            ! vms/descrip_mms.template
15694 ____________________________________________________________________________
15695 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
15696         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
15697              From: "Craig A. Berry" <craigberry@mac.com>
15698              Date: Fri, 15 Jun 2001 18:39:42 -0500
15699              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
15700      Branch: perl
15701            ! lib/File/Spec/VMS.pm t/lib/extutils.t
15702 ____________________________________________________________________________
15703 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
15704         Log: Integrate perlio.
15705      Branch: perl
15706           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
15707           !> t/io/utf8.t t/lib/io_scalar.t
15708 ____________________________________________________________________________
15709 [ 10619] By: nick                                  on 2001/06/15  21:05:19
15710         Log: Generated files
15711      Branch: perlio
15712            ! embed.h proto.h
15713 ____________________________________________________________________________
15714 [ 10618] By: nick                                  on 2001/06/15  20:27:42
15715         Log: Fix open.pm to work via XS-implemented method calls rather
15716              than *open::layers variables which caused all the HV/AV hassle.
15717      Branch: perlio
15718            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
15719            ! t/lib/io_scalar.t
15720 ____________________________________________________________________________
15721 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
15722         Log: Integrate perlio.
15723      Branch: perl
15724           !> lib/ExtUtils/Constant.pm
15725 ____________________________________________________________________________
15726 [ 10616] By: nick                                  on 2001/06/15  18:46:47
15727         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
15728      Branch: perlio
15729            ! lib/ExtUtils/Constant.pm
15730 ____________________________________________________________________________
15731 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
15732         Log: Integrate perlio.
15733      Branch: perl
15734           !> ext/Socket/Socket.xs
15735 ____________________________________________________________________________
15736 [ 10614] By: nick                                  on 2001/06/15  18:33:37
15737         Log: MULTIPLICITY fix for Socket.xs
15738      Branch: perlio
15739            ! ext/Socket/Socket.xs
15740 ____________________________________________________________________________
15741 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
15742         Log: Subject: Re: perl@10611
15743              From: Doug MacEachern <dougm@covalent.net>
15744              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
15745              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
15746      Branch: perl
15747            ! ext/Socket/Socket.xs
15748 ____________________________________________________________________________
15749 [ 10612] By: nick                                  on 2001/06/15  16:14:38
15750         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
15751      Branch: perlio
15752           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15753           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
15754           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
15755           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
15756           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
15757           !> utils/h2ph.PL
15758 ____________________________________________________________________________
15759 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
15760         Log: Update Changes.
15761      Branch: perl
15762            ! Changes patchlevel.h
15763 ____________________________________________________________________________
15764 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
15765         Log: Upping the test count.
15766      Branch: perl
15767            ! t/lib/filefind.t
15768 ____________________________________________________________________________
15769 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
15770         Log: Integrate perlio.
15771      Branch: perl
15772           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15773 ____________________________________________________________________________
15774 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
15775         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
15776              From: andreas.koenig@anima.de (Andreas J. Koenig)
15777              Date: 15 Jun 2001 13:30:39 +0200
15778              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
15779              
15780              Record the grim history.
15781      Branch: perl
15782            ! lib/File/Find.pm
15783 ____________________________________________________________________________
15784 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
15785         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
15786              From: Brian McCauley <nobull@mail.com>
15787              Date: 15 Jun 2001 07:51:26 +0100
15788              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
15789      Branch: perl
15790            ! lib/File/Find.pm t/lib/filefind.t
15791 ____________________________________________________________________________
15792 [ 10606] By: nick                                  on 2001/06/15  14:00:08
15793         Log: regen_config_h for Win32.
15794      Branch: perlio
15795            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15796 ____________________________________________________________________________
15797 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
15798         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
15799              From: Peter Prymmer <pvhp@forte.com>
15800              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
15801              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
15802      Branch: perl
15803            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
15804 ____________________________________________________________________________
15805 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
15806         Log: Some filesystems require writability for rename/unlink.
15807      Branch: perl
15808            ! opcode.pl
15809 ____________________________________________________________________________
15810 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
15811         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
15812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
15813              Date: Fri, 15 Jun 2001 12:08:53 +0200
15814              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
15815      Branch: perl
15816            ! perlio.c
15817 ____________________________________________________________________________
15818 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
15819         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
15820              From: Mike Guy <mjtg@cam.ac.uk>
15821              Date: Fri, 15 Jun 2001 14:11:49 +0100
15822              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
15823      Branch: perl
15824            ! opcode.pl
15825 ____________________________________________________________________________
15826 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
15827         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
15828              From: Nicholas Clark <nick@ccl4.org>
15829              Date: Thu, 14 Jun 2001 23:52:56 +0100
15830              Message-ID: <20010614235256.G98663@plum.flirble.org>
15831      Branch: perl
15832            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
15833            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15834 ____________________________________________________________________________
15835 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
15836         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
15837              From: Russ Allbery <rra@stanford.edu>
15838              Date: 14 Jun 2001 13:24:43 -0700
15839              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
15840      Branch: perl
15841            ! ext/GDBM_File/GDBM_File.pm
15842 ____________________________________________________________________________
15843 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
15844         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
15845              From: Nicholas Clark <nick@ccl4.org>
15846              Date: Thu, 14 Jun 2001 20:37:47 +0100
15847              Message-ID: <20010614203747.F98663@plum.flirble.org>
15848      Branch: perl
15849            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15850            ! t/lib/gdbm.t
15851 ____________________________________________________________________________
15852 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
15853         Log: Integrate perlio.
15854      Branch: perl
15855           !> makedef.pl sv.c
15856 ____________________________________________________________________________
15857 [ 10597] By: nick                                  on 2001/06/15  11:08:13
15858         Log: Check that HVs with HvNAME() != NULL are really stashes before
15859              treating them as such. Also be more defensive on the GvCV.
15860              Win32 fork and dprof now working again. 
15861      Branch: perlio
15862            ! sv.c
15863 ____________________________________________________________________________
15864 [ 10596] By: nick                                  on 2001/06/15  10:11:20
15865         Log: Integrate mainline.
15866      Branch: perlio
15867           +> Cross/README
15868           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
15869           !> Porting/config_H config_h.SH configure.com epoc/config.sh
15870           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
15871           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15872           !> vos/config.ga.h win32/config.bc win32/config.gc
15873           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15874           !> win32/config_H.vc
15875 ____________________________________________________________________________
15876 [ 10595] By: nick                                  on 2001/06/15  09:37:17
15877         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
15878              - Win32 (VC++) now builds but fails:
15879              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
15880              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
15881              write.t    - open(...,"|-") not implemented on Win32 
15882      Branch: perlio
15883            ! makedef.pl
15884 ____________________________________________________________________________
15885 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
15886         Log: Integrate perlio.
15887      Branch: perl
15888           !> perlio.c win32/makefile.mk
15889 ____________________________________________________________________________
15890 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
15891         Log: Metaconfig unit changes for #10592.
15892      Branch: metaconfig
15893            + U/modified/i_varhdr.U U/modified/startsh.U
15894            - U/a_dvisory/crosscompile.U U/target/Target.U
15895            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
15896            ! U/compline/bitpbyte.U U/compline/byteorder.U
15897            ! U/compline/ccflags.U U/compline/charsize.U
15898            ! U/compline/d_casti32.U U/compline/d_castneg.U
15899            ! U/compline/d_closedir.U U/compline/d_fd_set.U
15900            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
15901            ! U/compline/d_keepsig.U U/compline/d_open3.U
15902            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
15903            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
15904            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
15905            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
15906            ! U/compline/doublesize.U U/compline/floatsize.U
15907            ! U/compline/nblock_io.U U/compline/orderlib.U
15908            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
15909            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
15910            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
15911            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
15912            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
15913            ! U/modified/spitshell.U U/threads/archname.U
15914            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
15915            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
15916            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
15917            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
15918            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
15919      Branch: metaconfig/U/perl
15920            + Cross.U
15921            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
15922            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
15923            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
15924            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
15925            ! stdio_streams.U uselfs.U
15926 ____________________________________________________________________________
15927 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
15928         Log: The first steps towards cross-compilation.
15929              
15930              Abstract execution of compiled test executables with $run,
15931              and abstract transfer of files with $to and $from.
15932              
15933              Under cross-compilation the $run, $to, and $from will point
15934              to appropriate wrapper scripts, by default ssh and scp,
15935              but also rsh, rcp, and cp are supported.  If not
15936              cross-compiling, they will be set to '', ':', and ':',
15937              respectively.
15938              
15939              With these patches I was able to get Configure for
15940              iPAQ ARM Linux on an Intel Linux about 95% right
15941              (only a few tests failed to execute or they produced
15942              incorrect results), and I was able to compile
15943              a functional miniperl.
15944              
15945              The symbol crosscompile renamed to be usecrosscompile,
15946              the corresponding C symbol from CROSSCOMPILE to
15947              USE_CROSS_COMPILE.
15948      Branch: perl
15949            ! Configure Cross/README Makefile.SH Porting/Glossary
15950            ! Porting/config.sh Porting/config_H config_h.SH configure.com
15951            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
15952            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15953            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15954            ! win32/config.gc win32/config.vc win32/config_H.bc
15955            ! win32/config_H.gc win32/config_H.vc
15956 ____________________________________________________________________________
15957 [ 10591] By: nick                                  on 2001/06/14  20:00:12
15958         Log: Steps along the road toward Win32 building again.
15959      Branch: perlio
15960            ! perlio.c win32/makefile.mk
15961 ____________________________________________________________________________
15962 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
15963         Log: Integrate perlio.
15964      Branch: perl
15965           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15966 ____________________________________________________________________________
15967 [ 10589] By: nick                                  on 2001/06/14  13:54:07
15968         Log: Routine regen_config_h for Win32
15969      Branch: perlio
15970            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15971 ____________________________________________________________________________
15972 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
15973         Log: Integrate perlio.
15974      Branch: perl
15975           +> perlyline.pl
15976           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
15977 ____________________________________________________________________________
15978 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
15979         Log: A placeholder.
15980      Branch: perl
15981            + Cross/README
15982 ____________________________________________________________________________
15983 [ 10586] By: nick                                  on 2001/06/14  08:25:07
15984         Log: Add new step to run_byacc which:
15985              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
15986              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
15987      Branch: perlio
15988            + perlyline.pl
15989            ! MANIFEST Makefile.SH perly.c
15990 ____________________________________________________________________________
15991 [ 10585] By: nick                                  on 2001/06/14  08:22:29
15992         Log: Integrate mainline
15993      Branch: perlio
15994           +> locale.c numeric.c
15995           !> Changes cygwin/Makefile.SHs embed.h embed.pl
15996           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
15997           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
15998           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
15999           !> x2p/Makefile.SH
16000 ____________________________________________________________________________
16001 [ 10584] By: nick                                  on 2001/06/14  08:05:53
16002         Log: Hack to remove insecure directories from PATH so test will run.
16003      Branch: perlio
16004            ! t/lib/filefind.t
16005 ____________________________________________________________________________
16006 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
16007         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
16008      Branch: perl
16009            - t/lib/mbimbf.t
16010            ! MANIFEST
16011 ____________________________________________________________________________
16012 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
16013         Log: Detypo.
16014      Branch: perl
16015            ! x2p/Makefile.SH
16016 ____________________________________________________________________________
16017 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
16018         Log: de-$CONFIG continues.
16019      Branch: perl
16020            ! cygwin/Makefile.SHs x2p/Makefile.SH
16021 ____________________________________________________________________________
16022 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
16023         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
16024              From: Nicholas Clark <nick@ccl4.org>
16025              Date: Wed, 13 Jun 2001 21:20:13 +0100
16026              Message-ID: <20010613212013.D98663@plum.flirble.org>
16027      Branch: perl
16028            ! opcode.pl
16029 ____________________________________________________________________________
16030 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
16031         Log: Subject: splitting util.c
16032              From: Hugo <hv@crypt.compulink.co.uk>
16033              Date: Thu, 14 Jun 2001 00:41:08 +0100
16034              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
16035      Branch: perl
16036            + locale.c numeric.c
16037            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
16038            ! pod/perlapi.pod proto.h util.c
16039 ____________________________________________________________________________
16040 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
16041         Log: Upgrade to Math::BigInt 1.34 from Tels.
16042      Branch: perl
16043            + t/lib/mbimbf.t
16044            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16045            ! t/lib/bigfltpm.t t/lib/bigintpm.t
16046 ____________________________________________________________________________
16047 [ 10577] By: nick                                  on 2001/06/13  19:02:48
16048         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
16049      Branch: perlio
16050           !> (integrate 125 files)
16051 ____________________________________________________________________________
16052 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
16053         Log: Update Changes.
16054      Branch: perl
16055            ! Changes patchlevel.h
16056 ____________________________________________________________________________
16057 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
16058         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
16059              From: "Craig A. Berry" <craigberry@mac.com>
16060              Date: Wed, 13 Jun 2001 13:24:28 -0500
16061              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
16062      Branch: perl
16063            ! ext/re/Makefile.PL
16064 ____________________________________________________________________________
16065 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
16066         Log: Mc.u.c. for #10573.
16067      Branch: metaconfig
16068            ! U/threads/usethreads.U
16069 ____________________________________________________________________________
16070 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
16071         Log: It would be also be good if I could type.
16072      Branch: perl
16073            ! Configure
16074 ____________________________________________________________________________
16075 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
16076         Log: Metaconfig unit change for #10571.
16077      Branch: metaconfig
16078            ! U/threads/usethreads.U
16079 ____________________________________________________________________________
16080 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
16081         Log: A non-empty default is a good thing.
16082      Branch: perl
16083            ! Configure
16084 ____________________________________________________________________________
16085 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
16086         Log: Metaconfig unit change for #10569.
16087      Branch: metaconfig
16088            ! U/threads/usethreads.U
16089 ____________________________________________________________________________
16090 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
16091         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
16092              extremely experimental, not even prompted for.
16093      Branch: perl
16094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16095            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
16096            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16097            ! win32/config.bc win32/config.gc win32/config.vc
16098 ____________________________________________________________________________
16099 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
16100         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
16101      Branch: perl
16102            ! pod/perlfaq6.pod
16103 ____________________________________________________________________________
16104 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
16105         Log: Integrate perlio; conflicts, accept Nick's versions.
16106      Branch: perl
16107           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16108           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
16109 ____________________________________________________________________________
16110 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
16111         Log: Subject: Re: ext/ + -Wall
16112              From: Doug MacEachern <dougm@covalent.net>
16113              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
16114              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
16115      Branch: perl
16116            ! XSUB.h lib/ExtUtils/xsubpp perl.h
16117 ____________________________________________________________________________
16118 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
16119         Log: Similar logic as DB_File.xs, using the modern macros and
16120              defines them to older ones for older Perls where PERL_VERSION
16121              is not defined, from Doug MacEachern.
16122      Branch: perl
16123            ! ext/Storable/Storable.xs
16124 ____________________________________________________________________________
16125 [ 10564] By: nick                                  on 2001/06/13  15:22:01
16126         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
16127              and using that instead (name lookups are sequential search for now).
16128      Branch: perlio
16129            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16130            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
16131 ____________________________________________________________________________
16132 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
16133         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
16134              From: "Richard Soderberg" <rs@crystalflame.net>
16135              Date: Sat, 26 May 2001 06:44:20 -0700
16136              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
16137      Branch: perl
16138            ! sv.c t/op/glob.t
16139 ____________________________________________________________________________
16140 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
16141         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
16142              From: "Craig A. Berry" <craigberry@mac.com>
16143              Date: Tue, 12 Jun 2001 23:55:26 -0500
16144              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
16145      Branch: perl
16146            ! ext/re/Makefile.PL ext/re/re.xs
16147 ____________________________________________________________________________
16148 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
16149         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
16150              suggested by NI-S.
16151      Branch: perl
16152            ! XSUB.h malloc.c perl.h
16153 ____________________________________________________________________________
16154 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
16155         Log: Regen toc.
16156      Branch: perl
16157            ! pod/perltoc.pod
16158 ____________________________________________________________________________
16159 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
16160         Log: Subject: [patch] perl.gprof control
16161              From: Doug MacEachern <dougm@covalent.net>
16162              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
16163              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
16164      Branch: perl
16165            ! miniperlmain.c perl.h
16166 ____________________________________________________________________________
16167 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
16168         Log: Subject: Re: ext/ + -Wall
16169              From: Doug MacEachern <dougm@covalent.net>
16170              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
16171              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
16172              
16173              Document ax and break up dXSARGS.
16174      Branch: perl
16175            ! XSUB.h pod/perlapi.pod
16176 ____________________________________________________________________________
16177 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
16178         Log: More AIX tweakage from Merijn.
16179      Branch: perl
16180            ! hints/aix.sh
16181 ____________________________________________________________________________
16182 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
16183         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
16184              From: "Craig A. Berry" <craigberry@mac.com>
16185              Date: Tue, 12 Jun 2001 22:57:45 -0500
16186              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
16187      Branch: perl
16188            ! vms/descrip_mms.template
16189 ____________________________________________________________________________
16190 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
16191         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
16192              From: "Craig A. Berry" <craigberry@mac.com>
16193              Date: Tue, 12 Jun 2001 22:21:39 -0500
16194              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
16195      Branch: perl
16196            ! configure.com util.c
16197 ____________________________________________________________________________
16198 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
16199         Log: New AIX dynaloading code from Jens-Uwe Mager.
16200              Does break binary compatibility.
16201      Branch: perl
16202            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
16203 ____________________________________________________________________________
16204 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
16205         Log: VMS DEC C compiler found nits by Peter Prymmer.
16206      Branch: perl
16207            ! util.c
16208 ____________________________________________________________________________
16209 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
16210         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
16211              From: Peter Prymmer <pvhp@forte.com>
16212              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
16213              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
16214      Branch: perl
16215            ! t/lib/filecomp.t
16216 ____________________________________________________________________________
16217 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
16218         Log: I wonder how many $CONFIGs still lurk in the shadows.
16219      Branch: perl
16220            ! pod/Makefile.SH x2p/cflags.SH
16221 ____________________________________________________________________________
16222 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
16223         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
16224      Branch: perl
16225            ! pod/checkpods.PL
16226 ____________________________________________________________________________
16227 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
16228         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
16229      Branch: perl
16230            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
16231 ____________________________________________________________________________
16232 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
16233         Log: Subject: [patch] rid local_patches warnings
16234              From: Doug MacEachern <dougm@covalent.net>
16235              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
16236              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
16237      Branch: perl
16238            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
16239 ____________________________________________________________________________
16240 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
16241         Log: Subject: Re: ext/ + -Wall
16242              From: Doug MacEachern <dougm@covalent.net>
16243              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
16244              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
16245      Branch: perl
16246            ! ext/attrs/attrs.xs
16247 ____________________________________________________________________________
16248 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
16249         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
16250              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16251              Date: Tue, 12 Jun 2001 14:36:20 -0400
16252              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
16253      Branch: perl
16254            ! pod/perlretut.pod
16255 ____________________________________________________________________________
16256 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
16257         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
16258              From: Mike Guy <mjtg@cam.ac.uk>
16259              Date: Tue, 12 Jun 2001 19:10:31 +0100
16260              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
16261              
16262              Subject: Re: [ID 20010612.001] out of memory during regex compilation
16263              From: Mike Guy <mjtg@cam.ac.uk>
16264              Date: Tue, 12 Jun 2001 19:21:01 +0100
16265              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
16266      Branch: perl
16267            ! pod/perlop.pod
16268 ____________________________________________________________________________
16269 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
16270         Log: AIX tweaks from Merijn H. Brand.
16271      Branch: perl
16272            ! hints/aix.sh
16273 ____________________________________________________________________________
16274 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
16275         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
16276              From: "Brendan O'Dea" <bod@compusol.com.au>
16277              Date: Wed, 13 Jun 2001 05:16:47 +1000
16278              Message-ID: <20010613051647.A8945@compusol.com.au>
16279      Branch: maint-5.6/perl
16280            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16281 ____________________________________________________________________________
16282 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
16283         Log: Subject: Small bcopy cleanup
16284              From: Andy Dougherty <doughera@lafayette.edu>
16285              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
16286              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
16287      Branch: perl
16288            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
16289 ____________________________________________________________________________
16290 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
16291         Log: Subject: [PATCH] Re: ext/ + -Wall
16292              From: Nicholas Clark <nick@ccl4.org>
16293              Date: Wed, 13 Jun 2001 00:04:30 +0100
16294              Message-ID: <20010613000430.M5901@plum.flirble.org>
16295      Branch: perl
16296            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16297 ____________________________________________________________________________
16298 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
16299         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
16300              From: Nicholas Clark <nick@ccl4.org>
16301              Date: Tue, 12 Jun 2001 23:53:07 +0100
16302              Message-ID: <20010612235307.L5901@plum.flirble.org>
16303      Branch: perl
16304            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16305 ____________________________________________________________________________
16306 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
16307         Log: MPE/iX tweaks from Mark Bixby.
16308      Branch: perl
16309            ! hints/mpeix.sh mpeix/mpeixish.h util.c
16310 ____________________________________________________________________________
16311 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
16312         Log: Update Changes.
16313      Branch: perl
16314            ! Changes patchlevel.h
16315 ____________________________________________________________________________
16316 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
16317         Log: One less -Wall whine (found under DEBUGGING).
16318      Branch: perl
16319            ! x2p/Makefile.SH x2p/a2p.c
16320 ____________________________________________________________________________
16321 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
16322         Log: s/case-independent/case-insensitive/g
16323      Branch: perl
16324            ! pod/perldebug.pod
16325 ____________________________________________________________________________
16326 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
16327         Log: As suggested in    
16328              
16329              Subject: Re: ext/ + -Wall
16330              From: Gurusamy Sarathy <gsar@ActiveState.com>
16331              Date: Mon, 11 Jun 2001 23:34:31 -0700
16332              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
16333      Branch: perl
16334            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
16335            ! perl.h
16336 ____________________________________________________________________________
16337 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
16338         Log: Subject: ext/ + -Wall
16339              From: Doug MacEachern <dougm@covalent.net>
16340              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
16341              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
16342      Branch: perl
16343            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
16344            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
16345            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
16346            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
16347            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
16348            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
16349            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
16350            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
16351            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
16352            ! lib/ExtUtils/xsubpp
16353 ____________________________________________________________________________
16354 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
16355         Log: Subject: [PATCH] anonymous stashes
16356              From: Abhijit Menon-Sen <ams@wiw.org>
16357              Date: Tue, 12 Jun 2001 12:47:04 +0530
16358              Message-ID: <20010612124704.A29029@lustre.linux.in>
16359      Branch: perl
16360            ! dump.c gv.c sv.c xsutils.c
16361 ____________________________________________________________________________
16362 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
16363         Log: One more test for $^S.
16364      Branch: perl
16365            ! t/op/magic.t
16366 ____________________________________________________________________________
16367 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
16368         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
16369              From: Abhijit Menon-Sen <ams@wiw.org>
16370              Date: Tue, 12 Jun 2001 17:35:55 +0530
16371              Message-ID: <20010612173555.A32426@lustre.linux.in>
16372      Branch: perl
16373            ! mg.c t/op/magic.t
16374 ____________________________________________________________________________
16375 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
16376         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
16377              From: Mike Guy <mjtg@cam.ac.uk>
16378              Date: Tue, 12 Jun 2001 13:14:15 +0100
16379              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
16380      Branch: perl
16381            ! pod/perlop.pod
16382 ____________________________________________________________________________
16383 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
16384         Log: AUTHORS updates.
16385      Branch: perl
16386            ! AUTHORS
16387 ____________________________________________________________________________
16388 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
16389         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
16390              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
16391              Content-Transfer-Encoding: 7bit
16392              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
16393      Branch: perl
16394            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
16395 ____________________________________________________________________________
16396 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
16397         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
16398              From: "Philip Newton" <Philip.Newton@gmx.net>
16399              Date: Mon, 11 Jun 2001 07:08:03 +0200
16400              Message-Id: <200106120802.LAA08992@taas.iki.fi>
16401      Branch: perl
16402            ! t/base/term.t
16403 ____________________________________________________________________________
16404 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
16405         Log: Cleanup the a2p.c for -Wall.
16406      Branch: perl
16407            ! x2p/Makefile.SH x2p/a2p.c
16408 ____________________________________________________________________________
16409 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
16410         Log: File::Find update for MacOS from Chris Nandor.
16411      Branch: perl
16412            ! lib/File/Find.pm t/lib/filefind.t
16413 ____________________________________________________________________________
16414 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
16415         Log: gcc -Wall nits picked out by a non-UNIX system
16416              (courtesy of Mark Bixby)
16417      Branch: perl
16418            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
16419            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
16420            ! pp_sys.c util.c
16421 ____________________________________________________________________________
16422 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
16423         Log: Metaconfig unit change for #10522.  (The d_modfl changes
16424              placate metalint.)
16425      Branch: metaconfig/U/perl
16426            ! d_modfl.U d_u32align.U
16427 ____________________________________________________________________________
16428 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
16429         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
16430              be "./try 2>&1 >/dev/null".
16431      Branch: perl
16432            ! Configure
16433 ____________________________________________________________________________
16434 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
16435         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
16436              From: "Craig A. Berry" <craigberry@mac.com>
16437              Date: Mon, 11 Jun 2001 14:00:32 -0500
16438              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
16439      Branch: perl
16440            ! configure.com
16441 ____________________________________________________________________________
16442 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
16443         Log: Move the full \p\P lists to perlunicode.
16444      Branch: perl
16445            ! pod/perlretut.pod pod/perlunicode.pod
16446 ____________________________________________________________________________
16447 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
16448         Log: VOS build tweak for 5.6.1 from Paul Green.
16449      Branch: maint-5.6/perl
16450            ! vos/build.cm
16451 ____________________________________________________________________________
16452 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
16453         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
16454              From: "Craig A. Berry" <craigberry@mac.com>
16455              Date: Fri, 8 Jun 2001 18:08:18 -0500
16456              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
16457      Branch: perl
16458            ! vms/vms.c
16459 ____________________________________________________________________________
16460 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
16461         Log: Update Changes.
16462      Branch: perl
16463            ! Changes patchlevel.h
16464 ____________________________________________________________________________
16465 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
16466         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
16467      Branch: perl
16468            ! vos/config.alpha.h vos/config.ga.h
16469 ____________________________________________________________________________
16470 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
16471         Log: VOS updates from Paul Green for @10476.
16472      Branch: perl
16473            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16474            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16475            ! vos/config.ga.h vos/configure_perl.cm
16476 ____________________________________________________________________________
16477 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
16478         Log: Subject: [PATCH] Not many people know this ...
16479              From: Mike Guy <mjtg@cam.ac.uk>
16480              Date: Mon, 11 Jun 2001 14:55:15 +0100
16481              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
16482      Branch: perl
16483            ! pod/perldebug.pod
16484 ____________________________________________________________________________
16485 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
16486         Log: Add final commas to lists as suggested by Philip Newton.
16487      Branch: perl
16488            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16489 ____________________________________________________________________________
16490 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
16491         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
16492              Date: Sun, 10 Jun 2001 23:35:38 -0400
16493              From: Chris Nandor <pudge@pobox.com>
16494              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
16495      Branch: perl
16496            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
16497            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
16498            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
16499            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
16500            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
16501            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
16502            ! t/op/write.t t/pragma/strict.t
16503 ____________________________________________________________________________
16504 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
16505         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
16506              From: Chris Nandor <pudge@pobox.com>
16507              Date: Mon, 11 Jun 2001 08:24:28 -0400
16508              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
16509      Branch: perl
16510            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
16511            ! t/lib/io_dir.t
16512 ____________________________________________________________________________
16513 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
16514         Log: One more run_byacc (a hand-tweaked version had slipped in).
16515      Branch: perl
16516            ! perly.c vms/perly_c.vms
16517 ____________________________________________________________________________
16518 [ 10509] By: nick                                  on 2001/06/11  07:49:15
16519         Log: Integrate mainline
16520      Branch: perlio
16521           !> Makefile.SH embed.h embed.pl global.sym
16522           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
16523           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
16524           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
16525           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
16526 ____________________________________________________________________________
16527 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
16528         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
16529              From: Mike Guy <mjtg@cam.ac.uk>
16530              Reply-To: mjtg@cam.ac.uk
16531              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
16532      Branch: perl
16533            ! lib/ExtUtils/Manifest.pm
16534 ____________________________________________________________________________
16535 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
16536         Log: Subject: [PATCH] ExtUtils::Constant
16537              From: Nicholas Clark <nick@ccl4.org>
16538              Date: Sun, 10 Jun 2001 23:25:41 +0100
16539              Message-ID: <20010610232540.C76396@plum.flirble.org>
16540      Branch: perl
16541            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16542 ____________________________________________________________________________
16543 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
16544         Log: Integrate perlio.
16545      Branch: perl
16546           !> iperlsys.h
16547 ____________________________________________________________________________
16548 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
16549         Log: Move the grok_number and its lieutenant grok_numeric_radix
16550              from sv.c statics to util.c and public.
16551      Branch: perl
16552            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
16553            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
16554 ____________________________________________________________________________
16555 [ 10504] By: nick                                  on 2001/06/10  17:47:06
16556         Log: Fix (valid) -Wall warnings in perlio.c
16557      Branch: perlio
16558            ! iperlsys.h
16559 ____________________________________________________________________________
16560 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
16561         Log: Update perly_c.diff, update perly.fixer to edit away
16562              some of the -Wall noise.
16563      Branch: perl
16564            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
16565 ____________________________________________________________________________
16566 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
16567         Log: Check the version of byacc.
16568      Branch: perl
16569            ! Makefile.SH
16570 ____________________________________________________________________________
16571 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
16572         Log: Subject: [PATCH] perly.y overhaul
16573              From: Simon Cozens <simon@netthink.co.uk>
16574              Date: Sun, 10 Jun 2001 16:56:54 +0100
16575              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
16576              
16577              Plus make run_byacc.
16578      Branch: perl
16579            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
16580 ____________________________________________________________________________
16581 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
16582         Log: Integrate perlio.
16583      Branch: perl
16584           !> perlio.c perlsfio.h
16585 ____________________________________________________________________________
16586 [ 10499] By: nick                                  on 2001/06/10  15:01:08
16587         Log: Integrate mainline
16588      Branch: perlio
16589           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
16590           !> t/pragma/locale.t util.c
16591 ____________________________________________________________________________
16592 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
16593         Log: Put some meat on the perl572delta bones.  The list of
16594              selected bug fixes needs more work, as does still the
16595              whole document.
16596      Branch: perl
16597            ! pod/perl572delta.pod
16598 ____________________________________________________________________________
16599 [ 10497] By: nick                                  on 2001/06/10  12:27:51
16600         Log: Paper over a crack or two with USE_SFIO
16601      Branch: perlio
16602            ! perlio.c perlsfio.h
16603 ____________________________________________________________________________
16604 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
16605         Log: Update Changes.
16606      Branch: perl
16607            ! Changes patchlevel.h
16608 ____________________________________________________________________________
16609 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
16610         Log: Subject: Re: pragma/locale.t #107
16611              From: Hugo <hv@crypt.compulink.co.uk>
16612              Date: Sun, 10 Jun 2001 11:23:30 +0100
16613              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
16614              
16615              Encapsulate the scan of the decimal radix separator.
16616      Branch: perl
16617            ! embed.h embed.pl proto.h sv.c
16618 ____________________________________________________________________________
16619 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
16620         Log: Try to grok numbers both with the locale specific separator
16621              and with the usual "." (if different from the lss); add a test
16622              to locale.t to do also a little bit of math in addition to just
16623              equalness testing; remove extraneous logic as suggested in
16624              
16625              Subject: Re: pragma/locale.t #107
16626              From: Nicholas Clark <nick@ccl4.org>
16627              Date: Sat, 9 Jun 2001 22:37:36 +0100
16628              Message-ID: <20010609223735.Y76396@plum.flirble.org>
16629      Branch: perl
16630            ! sv.c t/pragma/locale.t
16631 ____________________________________________________________________________
16632 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
16633         Log: Metaconfig unit change for #10492.
16634      Branch: metaconfig/U/perl
16635            ! Extensions.U
16636 ____________________________________________________________________________
16637 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
16638         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
16639              From: Artur Bergman <artur@contiller.se> 
16640              Date: Sat, 09 Jun 2001 21:03:51 +0200
16641              Message-ID: <B7483FB6.1398%artur@contiller.se>
16642      Branch: perl
16643            ! Configure
16644 ____________________________________________________________________________
16645 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
16646         Log: Integrate perlio.
16647      Branch: perl
16648           !> perlsfio.h
16649 ____________________________________________________________________________
16650 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
16651         Log: Do locale specific separator if only in locale.
16652      Branch: perl
16653            ! util.c
16654 ____________________________________________________________________________
16655 [ 10489] By: nick                                  on 2001/06/09  19:13:25
16656         Log: Make XS/Typemap compile (but fail) with sfio
16657      Branch: perlio
16658            ! perlsfio.h
16659 ____________________________________________________________________________
16660 [ 10488] By: nick                                  on 2001/06/09  19:12:51
16661         Log: Re-integrate mainline
16662      Branch: perlio
16663           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
16664           !> proto.h sv.c util.c
16665 ____________________________________________________________________________
16666 [ 10487] By: nick                                  on 2001/06/09  16:26:29
16667         Log: Integrate mainline
16668      Branch: perlio
16669           !> (integrate 31 files)
16670 ____________________________________________________________________________
16671 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
16672         Log: Subject: [PATCH] New attempt to clone callack
16673              From: Artur Bergman <artur@contiller.se> 
16674              Date: Thu, 07 Jun 2001 11:52:16 +0200
16675              Message-ID: <B7451B6F.12B7%artur@contiller.se>
16676      Branch: perl
16677            ! embedvar.h intrpvar.h perlapi.h sv.c
16678 ____________________________________________________________________________
16679 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
16680         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
16681      Branch: perl
16682            ! embed.h embed.pl perl.h proto.h sv.c util.c
16683 ____________________________________________________________________________
16684 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
16685         Log: Subject: Re: pragma/locale.t #107
16686              From: Nicholas Clark <nick@ccl4.org>
16687              Date: Sat, 9 Jun 2001 16:26:10 +0100
16688              Message-ID: <20010609162609.V76396@plum.flirble.org>
16689              
16690              A missing NVification.
16691      Branch: perl
16692            ! sv.c
16693 ____________________________________________________________________________
16694 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
16695         Log: Redo the #10482, there already was a test script for formats.
16696      Branch: perl
16697            - t/io/format.t
16698            ! MANIFEST t/op/write.t
16699 ____________________________________________________________________________
16700 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
16701         Log: Twisted format testing, from Merijn.
16702      Branch: perl
16703            + t/io/format.t
16704            ! MANIFEST
16705 ____________________________________________________________________________
16706 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
16707         Log: More \p{In...} testing, combined with \N{...}.
16708      Branch: perl
16709            ! lib/utf8_heavy.pl t/op/pat.t
16710 ____________________________________________________________________________
16711 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
16712         Log: Metaconfig changes for #10479.
16713      Branch: metaconfig
16714            ! U/Glossary.patch
16715      Branch: metaconfig/U/perl
16716            ! d_modfl.U
16717 ____________________________________________________________________________
16718 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
16719         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
16720      Branch: perl
16721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16722            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
16723            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16724            ! win32/config.bc win32/config.gc win32/config.vc
16725 ____________________________________________________________________________
16726 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
16727         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
16728              From: "Craig A. Berry" <craigberry@mac.com>
16729              Date: Thu, 7 Jun 2001 14:27:20 -0500
16730              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
16731      Branch: perl
16732            ! vms/perlvms.pod
16733 ____________________________________________________________________________
16734 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
16735         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
16736              From: Gisle Aas <gisle@ActiveState.com>
16737              Date: 07 Jun 2001 17:04:29 -0700
16738              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
16739      Branch: perl
16740            ! ext/re/re.xs
16741 ____________________________________________________________________________
16742 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
16743         Log: Update Changes.
16744      Branch: perl
16745            ! Changes patchlevel.h
16746 ____________________________________________________________________________
16747 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
16748         Log: Regen Glossary et alia.
16749      Branch: perl
16750            ! Porting/Glossary Porting/config.sh Porting/config_H
16751 ____________________________________________________________________________
16752 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
16753         Log: Metaconfig unit changes for #10473.
16754      Branch: metaconfig/U/perl
16755            ! d_modfl.U
16756 ____________________________________________________________________________
16757 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
16758         Log: Harumph, also AIX will spill its guts (i.e. dump core)
16759              if an executable contains modfl() but it hasn't been
16760              compiled right (in the case of AIX, with cc -qlongdouble).
16761      Branch: perl
16762            ! Configure
16763 ____________________________________________________________________________
16764 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
16765         Log: integrate change#10471 from mainline
16766              
16767              in change#10451, check that CvOUTSIDE is a CV before looking in
16768              (it can apparently be SVt_NULL during global destruction)
16769      Branch: maint-5.6/perl
16770           !> op.c
16771 ____________________________________________________________________________
16772 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
16773         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
16774              (it can apparently be SVt_NULL during global destruction)
16775      Branch: perl
16776            ! op.c
16777 ____________________________________________________________________________
16778 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
16779         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
16780              From: Robin Barker <rmb1@cise.npl.co.uk>
16781              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
16782              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
16783      Branch: perl
16784            ! lib/diagnostics.pm pod/perldiag.pod
16785 ____________________________________________________________________________
16786 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
16787         Log: Subject: [PATCH perl@10439] long =item
16788              From: Robin Barker <rmb1@cise.npl.co.uk>
16789              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
16790              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
16791      Branch: perl
16792            ! README.amiga lib/Attribute/Handlers.pm
16793            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16794 ____________________________________________________________________________
16795 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
16796         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
16797              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
16798              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
16799              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
16800      Branch: perl
16801            ! pod/perlguts.pod
16802 ____________________________________________________________________________
16803 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
16804         Log: Integrate perlio.
16805      Branch: perl
16806           !> sv.c
16807 ____________________________________________________________________________
16808 [ 10466] By: nick                                  on 2001/06/07  10:25:40
16809         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
16810              whitespace tweaks.
16811              Still coredumps in pragma/overload.t - what a nice hard fail that is...
16812      Branch: perlio
16813            ! sv.c
16814 ____________________________________________________________________________
16815 [ 10465] By: nick                                  on 2001/06/07  08:41:58
16816         Log: Raw integrate of mainline for S_grok_number debug
16817              (sv.c has MULTIPLICITY issues as well as whatever else ...)
16818      Branch: perlio
16819            - plan9/perlplan9.doc plan9/perlplan9.pod
16820           !> (integrate 46 files)
16821 ____________________________________________________________________________
16822 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
16823         Log: The proper prototyping for #10463.
16824      Branch: perl
16825            ! embed.h embed.pl proto.h sv.c
16826 ____________________________________________________________________________
16827 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
16828         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
16829              From: Nicholas Clark <nick@ccl4.org>
16830              Date: Thu, 7 Jun 2001 00:29:59 +0100
16831              Message-ID: <20010607002959.Z76396@plum.flirble.org>
16832      Branch: perl
16833            ! sv.c
16834 ____________________________________________________________________________
16835 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
16836         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
16837              From: "Craig A. Berry" <craigberry@mac.com>
16838              Date: Wed, 06 Jun 2001 17:54:30 -0500
16839              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
16840      Branch: perl
16841            ! vms/perlvms.pod
16842 ____________________________________________________________________________
16843 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
16844         Log: Podify the remaining README.platform files;
16845              merge README.plan9 and plan9/perlplan9.pod;
16846              delete plan9/perlplan9.* (the perlplan.doc needs to
16847              be regenerated in Plan 9); make the =head1 and =head2
16848              in the README.platform to be a little more verbose
16849              (skipped README.os2 not to anger Ilya) so that they
16850              look better in the toc; regen toc.
16851      Branch: perl
16852            - plan9/perlplan9.doc plan9/perlplan9.pod
16853            ! MANIFEST README.aix README.amiga README.apollo README.beos
16854            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
16855            ! README.hpux README.hurd README.machten README.macos
16856            ! README.micro README.mint README.mpeix README.os390
16857            ! README.plan9 README.qnx README.solaris README.threads
16858            ! README.tru64 README.vmesa README.vms README.vos README.win32
16859            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
16860            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16861 ____________________________________________________________________________
16862 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
16863         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
16864              From: Mike Guy <mjtg@cam.ac.uk>
16865              Reply-To: mjtg@cam.ac.uk
16866              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
16867      Branch: perl
16868            ! pod/perlguts.pod
16869 ____________________________________________________________________________
16870 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
16871         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
16872              From: Mike Guy <mjtg@cam.ac.uk>
16873              Reply-To: mjtg@cam.ac.uk
16874              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
16875      Branch: perl
16876            ! pod/perlsec.pod
16877 ____________________________________________________________________________
16878 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
16879         Log: Disable long doubles from pre-5.0 Tru64s.
16880      Branch: perl
16881            ! README.tru64 hints/dec_osf.sh
16882 ____________________________________________________________________________
16883 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
16884         Log: The #10455 exposed that modfl() is fundamentally busted
16885              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
16886              testing it.
16887      Branch: perl
16888            ! hints/dec_osf.sh
16889 ____________________________________________________________________________
16890 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
16891         Log: Metaconfig unit change for #10455.
16892      Branch: metaconfig/U/perl
16893            ! d_modfl.U
16894 ____________________________________________________________________________
16895 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
16896         Log: Configure check for geborken modfl(), inspired by
16897              
16898              Subject: Re: [20010118.017] op/int.t failure 
16899              From: Hugo <hv@crypt.compulink.co.uk>
16900              Date: Tue, 05 Jun 2001 13:43:27 +0100
16901              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
16902      Branch: perl
16903            ! Configure
16904 ____________________________________________________________________________
16905 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
16906         Log: Integrate changes #10450 and #10451 from maintperl:
16907              
16908              optimize change#10448 slightly (don't repeat search in eval""s lexical
16909              scope, since that has already been searched)
16910              
16911              change#9108 needs subtler treatment for case of closures created
16912              within eval""
16913      Branch: perl
16914           !> op.c t/op/misc.t
16915 ____________________________________________________________________________
16916 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
16917         Log: MakeMaker magic to compile (when no dynamic loading)
16918              List/Util.xsc as (ListUtil.c and) ListUtil.o since
16919              POSIX-BC (BS2000) linker has an evil limitation of
16920              being unable to include in the same executable several
16921              object files with the same name - case-insensitively -
16922              because otherwise we conflict with util.c.
16923              Strictly speaking currently required only in POSIX-BC
16924              but probably will do no harm elsewhere where static
16925              linking is required.
16926      Branch: perl
16927            ! ext/List/Util/Makefile.PL
16928 ____________________________________________________________________________
16929 [ 10452] By: nick                                  on 2001/06/06  08:59:51
16930         Log: Integrate mainline.
16931      Branch: perlio
16932           +> lib/Attribute/Handlers/demo/Demo.pm
16933           +> lib/Attribute/Handlers/demo/Descriptions.pm
16934           +> lib/Attribute/Handlers/demo/MyClass.pm
16935           +> lib/Attribute/Handlers/demo/demo.pl
16936           +> lib/Attribute/Handlers/demo/demo2.pl
16937           +> lib/Attribute/Handlers/demo/demo3.pl
16938           +> lib/Attribute/Handlers/demo/demo4.pl
16939           +> lib/Attribute/Handlers/demo/demo_call.pl
16940           +> lib/Attribute/Handlers/demo/demo_chain.pl
16941           +> lib/Attribute/Handlers/demo/demo_cycle.pl
16942           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
16943           +> lib/Attribute/Handlers/demo/demo_phases.pl
16944           +> lib/Attribute/Handlers/demo/demo_range.pl
16945           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
16946           +> uts/strtol_wrap.c
16947           !> (integrate 91 files)
16948 ____________________________________________________________________________
16949 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
16950         Log: change#9108 needs subtler treatment for case of closures created
16951              within eval""
16952      Branch: maint-5.6/perl
16953            ! op.c t/op/misc.t
16954 ____________________________________________________________________________
16955 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
16956         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
16957              scope, since that has already been searched)
16958      Branch: maint-5.6/perl
16959            ! op.c
16960 ____________________________________________________________________________
16961 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
16962         Log: Integrate change #10448 from maintperl; lexicals
16963              outside an eval"" weren't resolved correctly inside a subroutine
16964              definition inside the eval"" if they were not already referenced
16965              in the toplevel of the eval""-ed code
16966      Branch: perl
16967           !> cop.h op.c pp_ctl.c t/op/misc.t
16968 ____________________________________________________________________________
16969 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
16970         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
16971              outside an eval"" weren't resolved correctly inside a subroutine
16972              definition inside the eval"" if they were not already referenced
16973              in the toplevel of the eval""-ed code
16974      Branch: maint-5.6/perl
16975            ! cop.h op.c pp_ctl.c t/op/misc.t
16976 ____________________________________________________________________________
16977 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
16978         Log: Subject: [PATCH] perl570delta.pod
16979              From: Peter Scott <Peter@PSDT.com> 
16980              Date: Tue, 05 Jun 2001 18:51:02 -0700
16981              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
16982      Branch: perl
16983            ! pod/perl570delta.pod
16984 ____________________________________________________________________________
16985 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
16986         Log: The fudge factor is no more needed.  I hope.
16987      Branch: perl
16988            ! t/lib/posix.t
16989 ____________________________________________________________________________
16990 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
16991         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
16992              From: Hugo <hv@crypt.compulink.co.uk>
16993              Date: Tue, 05 Jun 2001 12:58:19 +0100
16994              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
16995      Branch: perl
16996            ! util.c
16997 ____________________________________________________________________________
16998 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
16999         Log: Make up prototypes only for those who have the functions
17000              but not the prototypes.
17001      Branch: perl
17002            ! perl.h
17003 ____________________________________________________________________________
17004 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
17005         Log: Subject: Re: Not OK: perl@10439 on win32 
17006              From: Prymmer/Kahn <pvhp@best.com> 
17007              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
17008              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
17009      Branch: perl
17010            ! perl.h util.c
17011 ____________________________________________________________________________
17012 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
17013         Log: The metaconfig units changes for #10441.
17014      Branch: metaconfig
17015            ! U/modified/Extract.U U/modified/Extractall.U
17016            ! U/modified/Finish.U
17017 ____________________________________________________________________________
17018 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
17019         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
17020      Branch: perl
17021            ! Configure
17022 ____________________________________________________________________________
17023 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
17024         Log: Unnecessary fuzziness undone, noted by Mike Guy.
17025      Branch: perl
17026            ! t/op/tr.t
17027 ____________________________________________________________________________
17028 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
17029         Log: Update Changes.
17030      Branch: perl
17031            ! Changes patchlevel.h
17032 ____________________________________________________________________________
17033 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
17034         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
17035              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
17036              leakage patch.
17037      Branch: perl
17038            ! t/op/misc.t
17039 ____________________________________________________________________________
17040 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
17041         Log: Test case for #10433/#10424.
17042      Branch: perl
17043            ! t/op/misc.t
17044 ____________________________________________________________________________
17045 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
17046         Log: Subject: One fix for strtoul not setting errno
17047              From: hom00@utsglobal.com (Hal Morris)
17048              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
17049              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
17050      Branch: perl
17051            + uts/strtol_wrap.c
17052            ! MANIFEST hints/uts.sh
17053 ____________________________________________________________________________
17054 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
17055         Log: Metaconfig units changes for #10434.
17056      Branch: metaconfig
17057            ! U/modified/Cppsym.U
17058      Branch: metaconfig/U/perl
17059            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
17060            + d_syscallproto.U d_usleepproto.U
17061            ! longdblfio.U quadfio.U
17062 ____________________________________________________________________________
17063 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
17064         Log: Configure tweaks; add prototype probes, make the cpp symbols
17065              probe to cast, not whine; test for %Ld and %Lf before %lld and
17066              %llf because the L is the ANSI way.
17067      Branch: perl
17068            ! Configure config_h.SH configure.com epoc/config.sh
17069            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
17070            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17071            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
17072 ____________________________________________________________________________
17073 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
17074         Log: Sigh.  This is what #10424 was supposed to check in.
17075      Branch: perl
17076            ! op.c sv.c sv.h
17077 ____________________________________________________________________________
17078 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
17079         Log: More verbose failure.
17080      Branch: perl
17081            ! t/op/ver.t
17082 ____________________________________________________________________________
17083 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
17084         Log: The .pm changes to go with #10428.
17085      Branch: perl
17086            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
17087            ! ext/Sys/Syslog/Syslog.pm
17088 ____________________________________________________________________________
17089 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
17090         Log: On second thoughts show to utf8 skippage message only
17091              on failures, it's too confusing otherwise,
17092      Branch: perl
17093            ! t/pragma/locale.t
17094 ____________________________________________________________________________
17095 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
17096         Log: Do not import anything from Encode.
17097      Branch: perl
17098            ! ext/MIME/Base64/QuotedPrint.pm
17099 ____________________________________________________________________________
17100 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
17101         Log: The #10402 didn't take.  Weird.
17102      Branch: perl
17103            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
17104            ! ext/Sys/Syslog/Syslog.xs
17105 ____________________________________________________________________________
17106 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
17107         Log: Eradicate traces of 'asciirange' re subpragma.
17108      Branch: perl
17109            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
17110            ! pod/perldiag.pod
17111 ____________________________________________________________________________
17112 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
17113         Log: use is a compile-time thing.
17114      Branch: perl
17115            ! ext/MIME/Base64/QuotedPrint.pm
17116 ____________________________________________________________________________
17117 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
17118         Log: Subject: [PATCH perl@10419] -Wall casting patch
17119              From: Robin Barker <rmb1@cise.npl.co.uk>
17120              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
17121              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
17122      Branch: perl
17123            ! ext/Devel/DProf/DProf.xs mg.c
17124 ____________________________________________________________________________
17125 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
17126         Log: Subject: [PATCH #2] introducing SVpad_TYPED
17127              From: Abhijit Menon-Sen <ams@wiw.org>
17128              Date: Mon, 4 Jun 2001 12:26:02 +0530
17129              Message-ID: <20010604122602.A5775@lustre.linux.in>
17130      Branch: perl
17131            ! op.c sv.c sv.h
17132 ____________________________________________________________________________
17133 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
17134         Log: testsuite for change#10192 (from Gisle Aas)
17135      Branch: perl
17136            + t/op/override.t
17137            ! MANIFEST
17138 ____________________________________________________________________________
17139 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
17140         Log: integrate changes#10414-10416 from mainline
17141              
17142              Potential buffer overrun if the radix separator is more than
17143              one byte.  Also, under locales, prefer the locale-specific
17144              separator over the old boring ".".
17145              
17146              "10.", that is, decimal numbers can have no decimal part at all.
17147              
17148              The non-locale places need love, too.
17149      Branch: maint-5.6/perl
17150           !> perl.h sv.c
17151 ____________________________________________________________________________
17152 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
17153         Log: Missed from #10420.
17154      Branch: perl
17155            ! epoc/config.sh
17156 ____________________________________________________________________________
17157 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
17158         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
17159              often this prototype goes with HAS_SETRESUID_PROTO.
17160      Branch: perl
17161            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17162            ! config_h.SH configure.com perl.h uconfig.h
17163 ____________________________________________________________________________
17164 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
17165         Log: Update Changes.
17166      Branch: perl
17167            ! Changes patchlevel.h
17168 ____________________________________________________________________________
17169 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
17170         Log: -Wall "subscript has type `char'" cleanup.
17171      Branch: perl
17172            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
17173 ____________________________________________________________________________
17174 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
17175         Log: Various "cast to pointer from integer of different size"
17176              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
17177              wide but I32 (int) only 32 bits wide).
17178              
17179              WARNING: the classnum and tagnum changes in Storable.xs
17180              may not be wise, they may be breaking binary compatibility
17181              (in 64-bit platforms), asked Raphael Manfredi about the changes.
17182      Branch: perl
17183            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
17184            ! mg.c proto.h
17185 ____________________________________________________________________________
17186 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
17187         Log: The non-locale places need love, too.
17188      Branch: perl
17189            ! perl.h
17190 ____________________________________________________________________________
17191 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
17192         Log: "10.", that is, decimal numbers can have no decimal part at all.
17193      Branch: perl
17194            ! perl.h
17195 ____________________________________________________________________________
17196 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
17197         Log: Potential buffer overrun if the radix separator is more than
17198              one byte.  Also, under locales, prefer the locale-specific
17199              separator over the old boring ".".
17200      Branch: perl
17201            ! perl.h sv.c
17202 ____________________________________________________________________________
17203 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
17204         Log: Integrate change #10412 from maintperl; locale is now
17205              per-cop, not per-op; plus retweak the locale.t to always
17206              list the skipped utf8 locales.
17207      Branch: perl
17208            ! t/pragma/locale.t
17209           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
17210           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
17211 ____________________________________________________________________________
17212 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
17213         Log: rationalize locale handling to fix the bugs uncovered by change#10394
17214              
17215              the major issue was that the runtime was looking at PL_hints rather
17216              than op_private to notice whether locale was enabled
17217              
17218              the secondary issue was that many locale-sensitive numeric ops didn't
17219              have HINT_LOCALE propagated into their op_private
17220              
17221              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
17222              instead of per-op, just like HINT_BYTE and the hints for lexical
17223              warnings (this makes the hint available to every op via PL_curcop)
17224              
17225              pragma/locale.t may need to be reworked with these fixes in mind
17226              (it currently passes its tests)
17227      Branch: maint-5.6/perl
17228            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
17229            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
17230 ____________________________________________________________________________
17231 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
17232         Log: More verbose debugging.
17233      Branch: perl
17234            ! t/pragma/locale.t
17235 ____________________________________________________________________________
17236 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
17237         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
17238              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17239              Date: Sat, 2 Jun 2001 22:53:33 +0100
17240              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
17241      Branch: perl
17242            ! regcomp.c t/pragma/warn/regcomp
17243 ____________________________________________________________________________
17244 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
17245         Log: Mention that lexicalizing $a or $b is a bad idea if one
17246              wants to use sort().
17247      Branch: perl
17248            ! pod/perlvar.pod
17249 ____________________________________________________________________________
17250 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
17251         Log: Tweak the test to be happy if the accuracy is 'good enough'.
17252      Branch: perl
17253            ! t/lib/posix.t
17254 ____________________________________________________________________________
17255 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
17256         Log: Upgrade to Attribute::Handlers 0.70.
17257              
17258              NOTE: this unearthed the "too late for CHECK block" bug,
17259              that's why the 1_compile.t change.
17260      Branch: perl
17261            + lib/Attribute/Handlers/demo/Demo.pm
17262            + lib/Attribute/Handlers/demo/Descriptions.pm
17263            + lib/Attribute/Handlers/demo/MyClass.pm
17264            + lib/Attribute/Handlers/demo/demo.pl
17265            + lib/Attribute/Handlers/demo/demo2.pl
17266            + lib/Attribute/Handlers/demo/demo3.pl
17267            + lib/Attribute/Handlers/demo/demo4.pl
17268            + lib/Attribute/Handlers/demo/demo_call.pl
17269            + lib/Attribute/Handlers/demo/demo_chain.pl
17270            + lib/Attribute/Handlers/demo/demo_cycle.pl
17271            + lib/Attribute/Handlers/demo/demo_hashdir.pl
17272            + lib/Attribute/Handlers/demo/demo_phases.pl
17273            + lib/Attribute/Handlers/demo/demo_range.pl
17274            + lib/Attribute/Handlers/demo/demo_rawdata.pl
17275            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
17276            ! t/lib/attrhand.t
17277 ____________________________________________________________________________
17278 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
17279         Log: One less -Wall whine.
17280      Branch: perl
17281            ! regcomp.c
17282 ____________________________________________________________________________
17283 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
17284         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
17285      Branch: perl
17286           !> t/op/eval.t
17287 ____________________________________________________________________________
17288 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
17289         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
17290              aren't "normally" visible inside eval""s contained in subs unless
17291              a cloned reference to them already exists)
17292              
17293              strangely enough, t/harness didn't show this up as a failure
17294              (harness needs fixing?)
17295      Branch: maint-5.6/perl
17296            ! t/op/eval.t
17297 ____________________________________________________________________________
17298 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
17299         Log: Update to Text::Balanced 1.85.
17300      Branch: perl
17301            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
17302 ____________________________________________________________________________
17303 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
17304         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
17305              From: Nicholas Clark <nick@ccl4.org>
17306              Date: Sun, 3 Jun 2001 17:54:36 +0100
17307              Message-ID: <20010603175436.E76396@plum.flirble.org> 
17308      Branch: perl
17309            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
17310            ! ext/Sys/Syslog/Syslog.xs
17311 ____________________________________________________________________________
17312 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
17313         Log: Unused variables.
17314      Branch: perl
17315            ! util.c
17316 ____________________________________________________________________________
17317 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
17318         Log: Subject: [PATCH] APIfy op_clear 
17319              From: Simon Cozens <simon@netthink.co.uk>
17320              Date: Sun, 3 Jun 2001 13:51:46 +0100
17321              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
17322              
17323              (despite the subject line, op_null is APIfied by the patch)
17324      Branch: perl
17325            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17326 ____________________________________________________________________________
17327 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
17328         Log: Subject: [PATCH] t/lib/extutils.t
17329              From: Nicholas Clark <nick@ccl4.org>
17330              Date: Sat, 2 Jun 2001 23:57:05 +0100
17331              Message-ID: <20010602235705.Q12698@plum.flirble.org>
17332      Branch: perl
17333            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17334 ____________________________________________________________________________
17335 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
17336         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
17337              From: Prymmer/Kahn <pvhp@best.com>
17338              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
17339              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
17340      Branch: perl
17341            ! win32/Makefile win32/makefile.mk
17342 ____________________________________________________________________________
17343 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
17344         Log: Subject: Re: 'decimal digits' macro? 
17345              From: Hugo <hv@crypt.compulink.co.uk>
17346              Date: Sun, 03 Jun 2001 04:26:36 +0100
17347              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
17348      Branch: perl
17349            ! handy.h t/lib/posix.t t/op/tr.t
17350 ____________________________________________________________________________
17351 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
17352         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
17353              From: Hugo <hv@crypt.compulink.co.uk>
17354              Date: Sun, 03 Jun 2001 14:56:30 +0100
17355              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
17356      Branch: perl
17357            ! util.c
17358 ____________________________________________________________________________
17359 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
17360         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
17361      Branch: perl
17362           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
17363           !> vms/perly_c.vms
17364 ____________________________________________________________________________
17365 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
17366         Log: fix leakage of lexicals at file scope into subroutines that were
17367              declared before them; this appears to be a longstanding bug that
17368              meant that lexicals at file scope were never "deintroduced", meaning
17369              their scope range was never properly closed, and their visibility
17370              extended to all subsequent eval""s or requires
17371              
17372              added a test case
17373              
17374              seems to also fix a case of bogus duplicate warnings
17375      Branch: maint-5.6/perl
17376            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
17377            ! vms/perly_c.vms
17378 ____________________________________________________________________________
17379 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
17380         Log: More VMS tweaks from Craig A. Berry.
17381      Branch: perl
17382            ! configure.com t/lib/extutils.t
17383 ____________________________________________________________________________
17384 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
17385         Log: -Wall cleanup continues.
17386      Branch: perl
17387            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
17388            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
17389            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
17390            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
17391            ! run.c toke.c util.c
17392 ____________________________________________________________________________
17393 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
17394         Log: The metaconfig unit change for #10390.
17395      Branch: metaconfig/U/perl
17396            ! gccvers.U
17397 ____________________________________________________________________________
17398 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
17399         Log: Drop the -ansi from the default gcc flags.
17400              
17401              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
17402              that struct cannot be compared with a flat integer, such as STRLEN.
17403              The -ansi will also cause a lot of noise in Solaris because of:
17404              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
17405      Branch: perl
17406            ! Configure
17407 ____________________________________________________________________________
17408 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
17409         Log: Integrate perlio.
17410      Branch: perl
17411           !> pod/perlapi.pod util.c
17412 ____________________________________________________________________________
17413 [ 10388] By: nick                                  on 2001/06/02  08:01:12
17414         Log: Integrate mainline
17415      Branch: perlio
17416           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
17417           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
17418           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
17419           !> t/lib/1_compile.t t/lib/mimeqp.t
17420 ____________________________________________________________________________
17421 [ 10387] By: nick                                  on 2001/06/02  07:39:17
17422         Log: Tweak util.c's atof2 for MULTIPLICITY
17423      Branch: perlio
17424            ! util.c
17425 ____________________________________________________________________________
17426 [ 10386] By: nick                                  on 2001/06/02  07:38:33
17427         Log: Integrate mainline
17428      Branch: perlio
17429           !> (integrate 41 files)
17430 ____________________________________________________________________________
17431 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
17432         Log: Add Attribute::Handlers 0.61 from Damian Conway.
17433      Branch: perl
17434            + lib/Attribute/Handlers.pm t/lib/attrhand.t
17435            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
17436 ____________________________________________________________________________
17437 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
17438         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
17439              From: Peter Prymmer <pvhp@forte.com>
17440              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
17441              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
17442      Branch: perl
17443            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
17444 ____________________________________________________________________________
17445 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
17446         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
17447              From: Jeff Pinyan <jeffp@crusoe.net>
17448              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
17449              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
17450      Branch: perl
17451            ! lib/File/Find.pm
17452 ____________________________________________________________________________
17453 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
17454         Log: Subject: [PATCH perl@10381] configure.com tweaks
17455              From: "Craig A. Berry" <craigberry@mac.com>
17456              Date: Fri, 1 Jun 2001 13:55:43 -0500
17457              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
17458      Branch: perl
17459            ! configure.com
17460 ____________________________________________________________________________
17461 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
17462         Log: Update Changes.
17463      Branch: perl
17464            ! Changes patchlevel.h
17465 ____________________________________________________________________________
17466 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
17467         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
17468              From: Mike Guy <mjtg@cam.ac.uk>
17469              Date: Fri, 01 Jun 2001 18:17:02 +0100
17470              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
17471      Branch: perl
17472            ! lib/perl5db.pl
17473 ____________________________________________________________________________
17474 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
17475         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
17476              From: Hugo <hv@crypt.compulink.co.uk>
17477              Date: Thu, 31 May 2001 20:49:48 +0100
17478              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
17479      Branch: perl
17480            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
17481            ! util.c
17482 ____________________________________________________________________________
17483 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
17484         Log: Zero() is not available in x2p (or, rather, some of its
17485              implementations like memzero() might not be available.)
17486      Branch: perl
17487            ! x2p/hash.c
17488 ____________________________________________________________________________
17489 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
17490         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
17491              From: Michael G Schwern <schwern@pobox.com>
17492              Date: Fri, 1 Jun 2001 12:00:29 +0100
17493              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
17494              
17495              (But use Zero() instead of memset.)
17496      Branch: perl
17497            ! x2p/hash.c
17498 ____________________________________________________________________________
17499 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
17500         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
17501              From: Jeff Pinyan <jeffp@crusoe.net>
17502              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
17503              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
17504      Branch: perl
17505            ! pod/perldiag.pod regcomp.c t/op/pat.t
17506 ____________________________________________________________________________
17507 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
17508         Log: Retract #10324 and #10333; not needed.
17509      Branch: perl
17510            ! hints/irix_6.sh hints/linux.sh
17511 ____________________________________________________________________________
17512 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
17513         Log: The #10370 wasn't quite right.
17514      Branch: perl
17515            ! ext/XS/Typemap/Typemap.xs
17516 ____________________________________________________________________________
17517 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
17518         Log: The metaconfig units changes for #10372.
17519      Branch: metaconfig/U/perl
17520            + d_realpath.U d_sresgproto.U d_sresuproto.U
17521            ! gccvers.U i_db.U
17522 ____________________________________________________________________________
17523 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
17524         Log: Configure tweaks; record the Berkeley DB version,
17525              probe for realpath(), for setresuid() and setresgid()
17526              prototypes; use realpath() (try to be paranoid enough),
17527              use the setres[ug]id prototypes because glibc has the functions
17528              but not their prototypes; add -Wall -ansi to gcc ccflags;
17529              regen toc.
17530      Branch: perl
17531            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17532            ! config_h.SH configure.com epoc/config.sh
17533            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
17534            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
17535            ! vos/config.ga.def win32/config.bc win32/config.gc
17536            ! win32/config.vc
17537 ____________________________________________________________________________
17538 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
17539         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
17540              From: Michael G Schwern <schwern@pobox.com>
17541              Date: Fri, 1 Jun 2001 11:28:14 +0100
17542              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
17543      Branch: perl
17544            ! lib/attributes.pm xsutils.c
17545 ____________________________________________________________________________
17546 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
17547         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
17548              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17549              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
17550              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
17551      Branch: perl
17552            ! ext/XS/Typemap/Typemap.xs
17553 ____________________________________________________________________________
17554 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
17555         Log: Subject: [patch] Cwd.xs optimizations/abstraction
17556              From: Doug MacEachern <dougm@covalent.net>
17557              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
17558              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
17559      Branch: perl
17560            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
17561            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
17562 ____________________________________________________________________________
17563 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
17564         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!])
17565              From: Nicholas Clark <nick@ccl4.org>
17566              Date: Thu, 31 May 2001 23:56:40 +0100
17567              Message-ID: <20010531235640.F12698@plum.flirble.org>
17568              
17569              Make the test work also under only static extensions
17570              (sh Configure -Uusedl fakes this nicely)
17571      Branch: perl
17572            ! t/lib/extutils.t
17573 ____________________________________________________________________________
17574 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
17575         Log: Subject: [PATCH hv.c] Eliminating trigraph
17576              From: Michael G Schwern <schwern@pobox.com>
17577              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
17578              Date: Fri, 1 Jun 2001 11:49:56 +0100
17579      Branch: perl
17580            ! hv.c
17581 ____________________________________________________________________________
17582 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
17583         Log: Subject: Re: [PATCH] Tests for File::Compare 
17584              From: "Philip Newton" <Philip.Newton@gmx.net>
17585              Date: Thu, 31 May 2001 19:44:05 +0200
17586              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
17587              
17588              Unnecessary "quotation marks".
17589      Branch: perl
17590            ! t/lib/filecomp.t
17591 ____________________________________________________________________________
17592 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
17593         Log: Integrate perlio.
17594      Branch: perl
17595           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
17596 ____________________________________________________________________________
17597 [ 10364] By: nick                                  on 2001/06/01  10:13:31
17598         Log: Cleanup dll.base and dll.exp created by GCC builds.
17599      Branch: perlio
17600            ! lib/ExtUtils/MM_Win32.pm
17601 ____________________________________________________________________________
17602 [ 10363] By: nick                                  on 2001/06/01  10:02:17
17603         Log: Make filecomp test work on CRLF platforms by adding binmode.
17604      Branch: perlio
17605            ! t/lib/filecomp.t
17606 ____________________________________________________________________________
17607 [ 10362] By: nick                                  on 2001/06/01  08:37:17
17608         Log: Integrate mainline
17609      Branch: perlio
17610           !> Changes Configure patchlevel.h perlio.c
17611 ____________________________________________________________________________
17612 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
17613         Log: panic:claustrophobia.
17614      Branch: perl
17615            ! perlio.c
17616 ____________________________________________________________________________
17617 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
17618         Log: Update Changes.
17619      Branch: perl
17620            ! Changes patchlevel.h
17621 ____________________________________________________________________________
17622 [ 10359] By: nick                                  on 2001/05/31  12:35:50
17623         Log: Integrate mainline.
17624      Branch: perlio
17625           +> t/lib/filecomp.t
17626           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
17627           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
17628 ____________________________________________________________________________
17629 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
17630         Log: Integrate perlio.
17631      Branch: perl
17632           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
17633           !> win32/config_H.vc
17634 ____________________________________________________________________________
17635 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
17636         Log: Metaconfig unit change for #10356.
17637      Branch: metaconfig
17638            ! U/installdirs/inc_version_list.U
17639 ____________________________________________________________________________
17640 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
17641         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
17642              (idea from Sarathy; implementation from Andy)
17643      Branch: perl
17644            ! Configure
17645 ____________________________________________________________________________
17646 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
17647         Log: More AUTHORS.
17648      Branch: perl
17649            ! AUTHORS
17650 ____________________________________________________________________________
17651 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
17652         Log: Subject: Re: [PATCH] Tests for File::Compare
17653              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
17654              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
17655              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
17656      Branch: perl
17657            + t/lib/filecomp.t
17658            ! MANIFEST t/lib/1_compile.t
17659 ____________________________________________________________________________
17660 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
17661         Log: Subject: [PATCH] DEBUG_* macro cleanups
17662              From: Abhijit Menon-Sen <ams@wiw.org>
17663              Date: Thu, 31 May 2001 12:16:22 +0530
17664              Message-ID: <20010531121622.B4829@lustre.linux.in>
17665              
17666              Subject: Re: [PATCH] DEBUG_* macro cleanups
17667              From: Abhijit Menon-Sen <ams@wiw.org>
17668              Date: Thu, 31 May 2001 13:57:01 +0530
17669              Message-ID: <20010531135701.A21775@lustre.linux.in>
17670              
17671              (The DEBUG_ definitions in perl.h changed to use the
17672              STMT_START and STMT_END.)
17673      Branch: perl
17674            ! perl.h pp_ctl.c sv.c toke.c
17675 ____________________________________________________________________________
17676 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
17677         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
17678              From: Abhijit Menon-Sen <ams@wiw.org>
17679              Date: Thu, 31 May 2001 08:27:55 +0530
17680              Message-ID: <20010531082755.A10018@lustre.linux.in>
17681      Branch: perl
17682            ! ext/Storable/Storable.xs gv.c perl.c
17683 ____________________________________________________________________________
17684 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
17685         Log: Subject: [PATCH] AUTHORS
17686              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17687              Date: Thu, 31 May 2001 01:27:59 -0500
17688              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
17689              
17690              Subject: Re: [PATCH] AUTHORS
17691              From: "Philip Newton" <Philip.Newton@gmx.net>
17692              Date: Thu, 31 May 2001 10:08:06 +0200
17693              (Message-Id missing?)
17694      Branch: perl
17695            ! AUTHORS
17696 ____________________________________________________________________________
17697 [ 10350] By: nick                                  on 2001/05/31  11:40:43
17698         Log: win32 - dmake regen_config_h
17699      Branch: perlio
17700            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17701 ____________________________________________________________________________
17702 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
17703         Log: Subject: Re: [PATCH util.c] More warning cleanups.
17704              From: "Philip Newton" <Philip.Newton@gmx.net>
17705              Date: Thu, 31 May 2001 07:41:36 +0200
17706              Message-Id: <200105310538.IAA25458@taku.hut.fi>
17707              
17708              Undo C++-ism that snekt in.
17709      Branch: perl
17710            ! util.c
17711 ____________________________________________________________________________
17712 [ 10348] By: nick                                  on 2001/05/31  11:36:46
17713         Log: Tolerate Win32 numerics
17714      Branch: perlio
17715            ! t/pragma/warn/toke
17716 ____________________________________________________________________________
17717 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
17718         Log: Integrate perlio.
17719      Branch: perl
17720           !> perlio.c win32/win32.h
17721 ____________________________________________________________________________
17722 [ 10346] By: nick                                  on 2001/05/31  10:54:55
17723         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
17724              perlio.c change 10255.
17725      Branch: perlio
17726            ! perlio.c
17727 ____________________________________________________________________________
17728 [ 10345] By: nick                                  on 2001/05/31  10:01:57
17729         Log: Conditionaly put back some "unused" dTHX which are used
17730              with PERL_IMPLICIT_SYS
17731      Branch: perlio
17732            ! perlio.c
17733 ____________________________________________________________________________
17734 [ 10344] By: nick                                  on 2001/05/31  10:00:59
17735         Log: Fix Win32 for new spelling IN_BYTES 
17736      Branch: perlio
17737            ! win32/win32.h
17738 ____________________________________________________________________________
17739 [ 10343] By: nick                                  on 2001/05/31  08:01:32
17740         Log: perlio.c -Wall cleaner under MULTIPLICITY
17741              - still minor noise with linux stdio
17742      Branch: perlio
17743            ! perlio.c
17744 ____________________________________________________________________________
17745 [ 10342] By: nick                                  on 2001/05/31  07:52:23
17746         Log: Integrate mainline.
17747      Branch: perlio
17748           !> (integrate 42 files)
17749 ____________________________________________________________________________
17750 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
17751         Log: AUTHORS updates.
17752      Branch: perl
17753            ! AUTHORS
17754 ____________________________________________________________________________
17755 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
17756         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
17757              From: Peter Prymmer <pvhp@forte.com>
17758              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
17759              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
17760      Branch: perl
17761            ! t/lib/md5-file.t
17762 ____________________________________________________________________________
17763 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
17764         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
17765              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
17766              to match the pragma name; various robustness cleanups.
17767      Branch: perl
17768            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
17769            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
17770 ____________________________________________________________________________
17771 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
17772         Log: More -Wall sweeping.
17773      Branch: perl
17774            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
17775            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
17776            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
17777            ! regcomp.c sv.c toke.c utf8.c
17778 ____________________________________________________________________________
17779 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
17780         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
17781              From: Nicholas Clark <nick@ccl4.org>
17782              Date: Wed, 30 May 2001 22:34:41 +0100
17783              Message-ID: <20010530223441.Y86445@plum.flirble.org>
17784      Branch: perl
17785            ! t/op/cmp.t
17786 ____________________________________________________________________________
17787 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
17788         Log: It's is not, it isn't ain't, and it's it's, not its,
17789              if you mean it is. If you don't, it's its. Then too,
17790              it's hers. It isn't her's. It isn't our's either.
17791              It's ours, and likewise yours and theirs.
17792              -- Oxford University Press, Edpress News
17793      Branch: perl
17794            ! lib/autouse.pm
17795 ____________________________________________________________________________
17796 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
17797         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
17798      Branch: perl
17799            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
17800            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
17801            ! x2p/str.c x2p/walk.c xsutils.c
17802 ____________________________________________________________________________
17803 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
17804         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
17805              From: Michael G Schwern <schwern@pobox.com>
17806              Date: Wed, 30 May 2001 17:10:38 +0100
17807              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
17808              
17809              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
17810              From: Abhijit Menon-Sen <ams@wiw.org>
17811              Date: Wed, 30 May 2001 23:16:13 +0530
17812              Message-ID: <20010530231613.A31933@lustre.linux.in>
17813      Branch: perl
17814            ! perl.c t/run/runenv.t
17815 ____________________________________________________________________________
17816 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
17817         Log: (Retracted by #10375.)
17818              
17819              IRIX hints patch from Merijn Broeren.
17820              
17821              TODO: (this and the earlier Linux hints patch) should be solved
17822              at Configure level.  Merijn: -ldb should not be used on any platform
17823              for perl, just when linking DBFile itself. Trying to be helpful here
17824              is counterproductive.
17825      Branch: perl
17826            ! hints/irix_6.sh
17827 ____________________________________________________________________________
17828 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
17829         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
17830              From: Nicholas Clark <nick@ccl4.org>
17831              Date: Wed, 30 May 2001 23:20:58 +0100
17832              Message-ID: <20010530232058.B86445@plum.flirble.org>
17833      Branch: perl
17834            ! doop.c
17835 ____________________________________________________________________________
17836 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
17837         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
17838              From: Michael G Schwern <schwern@pobox.com> 
17839              Date: Wed, 30 May 2001 15:24:20 +0100
17840              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
17841      Branch: perl
17842            ! t/pragma/autouse.t
17843 ____________________________________________________________________________
17844 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
17845         Log: The regex trick wasn't a good idea.
17846      Branch: perl
17847            ! pod/perlfaq4.pod
17848 ____________________________________________________________________________
17849 [ 10329] By: nick                                  on 2001/05/30  18:34:35
17850         Log: Integrate mainline
17851      Branch: perlio
17852           !> (integrate 40 files)
17853 ____________________________________________________________________________
17854 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
17855         Log: Update Changes.
17856      Branch: perl
17857            ! Changes patchlevel.h
17858 ____________________________________________________________________________
17859 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
17860         Log: The metaconfig unit change for #10325.
17861      Branch: metaconfig
17862            + U/modified/afs.U
17863 ____________________________________________________________________________
17864 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
17865         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
17866              is now wrong.
17867      Branch: perl
17868            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
17869 ____________________________________________________________________________
17870 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
17871         Log: Introduce $Config{afsroot}.
17872      Branch: perl
17873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17874            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
17875            ! win32/config.gc win32/config.vc
17876 ____________________________________________________________________________
17877 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
17878         Log: (Retracted by #10375.)
17879              
17880              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
17881      Branch: perl
17882            ! hints/linux.sh
17883 ____________________________________________________________________________
17884 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
17885         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
17886              (Also Configure tweaks needed; coming up soon.)
17887      Branch: perl
17888            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
17889 ____________________________________________________________________________
17890 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
17891         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
17892              From: Michael G Schwern <schwern@pobox.com>
17893              Date: Sun, 27 May 2001 10:29:43 +0100
17894              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
17895      Branch: perl
17896            ! lib/perl5db.pl
17897 ____________________________________________________________________________
17898 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
17899         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
17900              and Abhijit Menon-Sen.
17901      Branch: perl
17902            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
17903            ! perl.c pp_sys.c regcomp.c
17904 ____________________________________________________________________________
17905 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
17906         Log: Fix the BOOT section to call myU2time properly.
17907      Branch: perl
17908            ! ext/Time/HiRes/HiRes.xs
17909 ____________________________________________________________________________
17910 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
17911         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
17912              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
17913              Date: Wed, 30 May 2001 09:44:29 -0400
17914              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
17915              
17916              Detypo; plus add one more trick.
17917      Branch: perl
17918            ! pod/perlfaq4.pod
17919 ____________________________________________________________________________
17920 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
17921         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)
17922              From: Michael G Schwern <schwern@pobox.com>
17923              Date: Wed, 30 May 2001 14:39:06 +0100
17924              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
17925      Branch: perl
17926            ! lib/autouse.pm t/pragma/autouse.t
17927 ____________________________________________________________________________
17928 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
17929         Log: Subject: Re: AIX and gcc (moving targets)
17930              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17931              Date: Wed, 30 May 2001 15:25:08 +0200
17932              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
17933      Branch: perl
17934            ! ext/Time/HiRes/HiRes.xs
17935 ____________________________________________________________________________
17936 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
17937         Log: Subject: [PATCH t/TEST] sorting tests
17938              From: Michael G Schwern <schwern@pobox.com>
17939              Date: Wed, 30 May 2001 10:24:02 +0100
17940              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
17941      Branch: perl
17942            ! t/TEST
17943 ____________________________________________________________________________
17944 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
17945         Log: Subject: [ID 20010529.002] typos in man page perlre
17946              From: bart@cg681574-a.adubn1.nj.home.com 
17947              Date: Tue, 29 May 2001 13:58:59 -0500
17948              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
17949      Branch: perl
17950            ! pod/perlre.pod
17951 ____________________________________________________________________________
17952 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
17953         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
17954              From: "Craig A. Berry" <craigberry@mac.com>
17955              Date: Tue, 29 May 2001 23:23:45 -0500
17956              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
17957      Branch: perl
17958            ! t/lib/extutils.t t/pragma/autouse.t
17959 ____________________________________________________________________________
17960 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
17961         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)
17962              From: David Dyck <dcd@tc.fluke.com>
17963              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
17964              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
17965      Branch: perl
17966            ! t/lib/filefind.t
17967 ____________________________________________________________________________
17968 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
17969         Log: AIX hints update for gcc from Merijn H. Brand.
17970      Branch: perl
17971            ! hints/aix.sh
17972 ____________________________________________________________________________
17973 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
17974         Log: Retract #10295 and #10296: a more generic solution
17975              is needed (there's something funny with gcc on AIX).
17976      Branch: perl
17977            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
17978 ____________________________________________________________________________
17979 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
17980         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
17981              From: Hugo <hv@crypt.compulink.co.uk>
17982              Date: Wed, 30 May 2001 11:59:19 +0100
17983              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
17984              
17985              localizing $@ has unfortunate semantics - if you die past
17986              a local $@, the die message is lost.
17987      Branch: perl
17988            ! lib/utf8_heavy.pl
17989 ____________________________________________________________________________
17990 [ 10309] By: nick                                  on 2001/05/30  08:23:02
17991         Log: Integrate mainline (autouse works again.)
17992      Branch: perlio
17993           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
17994           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
17995           !> pod/perlvar.pod t/op/cmp.t
17996 ____________________________________________________________________________
17997 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
17998         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
17999              From: David Dyck <dcd@tc.fluke.com>
18000              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
18001              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
18002      Branch: perl
18003            ! lib/File/Find.pm
18004 ____________________________________________________________________________
18005 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
18006         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
18007              From: Nicholas Clark <nick@ccl4.org>
18008              Date: Tue, 29 May 2001 23:16:09 +0100
18009              Message-ID: <20010529231609.U86445@plum.flirble.org>
18010              
18011              Make the test output slightly clearer by distinguishing
18012              between '' and undef.
18013      Branch: perl
18014            ! t/op/cmp.t
18015 ____________________________________________________________________________
18016 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
18017         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
18018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18019              Date: Tue, 29 May 2001 19:15:19 -0400
18020              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
18021      Branch: perl
18022            ! hints/os2.sh
18023 ____________________________________________________________________________
18024 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
18025         Log: Subject: perlvar.pod addition
18026              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
18027              Date: Fri, 25 May 2001 20:23:12 +0200
18028              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
18029              
18030              Subject: Re: perlvar.pod addition
18031              From: "Abigail" <abigail@foad.org> 
18032              Date: Fri, 25 May 2001 22:00:39 +0200
18033              Message-ID: <20010525200039.28029.qmail@foad.org>
18034              
18035              Mention $a and $b in perlvar.
18036      Branch: perl
18037            ! pod/perlvar.pod
18038 ____________________________________________________________________________
18039 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
18040         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
18041              From: Jeff Pinyan <jeffp@crusoe.net>
18042              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
18043              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
18044      Branch: perl
18045            ! pod/perlvar.pod
18046 ____________________________________________________________________________
18047 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
18048         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
18049              From: Jeff Pinyan <jeffp@crusoe.net>
18050              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
18051              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
18052      Branch: perl
18053            ! pod/perlfaq6.pod
18054 ____________________________________________________________________________
18055 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
18056         Log: Mention Time::localtime and Time::gmtime.
18057      Branch: perl
18058            ! ext/Time/Piece/Piece.pm
18059 ____________________________________________________________________________
18060 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
18061         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
18062              From: Michael G Schwern <schwern@pobox.com>
18063              Date: Tue, 29 May 2001 18:51:32 +0100
18064              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
18065      Branch: perl
18066            ! pod/perlfaq4.pod
18067 ____________________________________________________________________________
18068 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
18069         Log: Retract #10243.
18070      Branch: perl
18071            ! lib/autouse.pm
18072 ____________________________________________________________________________
18073 [ 10299] By: nick                                  on 2001/05/29  18:41:19
18074         Log: Post weekend integrate mainline (fails one test pragma/autouse).
18075      Branch: perlio
18076           +> (branch 29 files)
18077           !> (integrate 91 files)
18078 ____________________________________________________________________________
18079 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
18080         Log: Update Changes.
18081      Branch: perl
18082            ! Changes patchlevel.h
18083 ____________________________________________________________________________
18084 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
18085         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
18086              before Perl_load_module/Perl_call_method and restore the value
18087              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
18088      Branch: perl
18089            ! utf8.c
18090 ____________________________________________________________________________
18091 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
18092         Log: Subject: Re: AIX and gcc (moving targets)
18093              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18094              Date: Tue, 29 May 2001 17:59:40 +0200
18095              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
18096      Branch: perl
18097            ! ext/Storable/Makefile.PL
18098 ____________________________________________________________________________
18099 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
18100         Log: Subject: Re: AIX and gcc (moving targets)
18101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18102              Date: Tue, 29 May 2001 12:32:57 +0200
18103              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
18104      Branch: perl
18105            ! ext/POSIX/Makefile.PL
18106 ____________________________________________________________________________
18107 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
18108         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
18109              From: Michael G Schwern <schwern@pobox.com>
18110              Date: Tue, 29 May 2001 09:53:29 +0100
18111              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
18112              
18113              (#10280 retracted)
18114      Branch: perl
18115            ! lib/Test/Harness.pm t/lib/test-harness.t
18116 ____________________________________________________________________________
18117 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
18118         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
18119              From: Michael G Schwern <schwern@pobox.com>
18120              Date: Tue, 29 May 2001 09:19:52 +0100
18121              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
18122      Branch: perl
18123            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
18124            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
18125            + t/lib/Test/todo.t
18126            ! MANIFEST lib/Test.pm t/TEST
18127 ____________________________________________________________________________
18128 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
18129         Log: From: Michael G Schwern <schwern@pobox.com>
18130              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
18131              Date: Tue, 29 May 2001 08:26:09 +0100
18132              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
18133      Branch: perl
18134            ! t/TEST
18135 ____________________________________________________________________________
18136 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
18137         Log: Add tests for Time::gmtime and Time::localtime.
18138      Branch: perl
18139            + t/lib/time-gmtime.t t/lib/time-localtime.t
18140            ! MANIFEST t/lib/1_compile.t
18141 ____________________________________________________________________________
18142 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
18143         Log: Add test for File::stat.
18144      Branch: perl
18145            + t/lib/filestat.t
18146            ! MANIFEST t/lib/1_compile.t
18147 ____________________________________________________________________________
18148 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
18149         Log: Add test for Net::servent.
18150      Branch: perl
18151            + t/lib/net-sent.t
18152            ! MANIFEST t/lib/1_compile.t
18153 ____________________________________________________________________________
18154 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
18155         Log: Add test for Net::protoent.
18156      Branch: perl
18157            + t/lib/net-pent.t
18158            ! MANIFEST t/lib/1_compile.t
18159 ____________________________________________________________________________
18160 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
18161         Log: Add test for Net::netent.
18162      Branch: perl
18163            + t/lib/net-nent.t
18164            ! MANIFEST t/lib/1_compile.t
18165 ____________________________________________________________________________
18166 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
18167         Log: Add test for User::grent.  Portability doubtful.
18168      Branch: perl
18169            + t/lib/user-grent.t
18170            ! MANIFEST t/lib/1_compile.t
18171 ____________________________________________________________________________
18172 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
18173         Log: Add test for User::pwent.
18174              Probably will fall down somewhere for portability reasons.
18175      Branch: perl
18176            + t/lib/user-pwent.t
18177            ! MANIFEST t/lib/1_compile.t
18178 ____________________________________________________________________________
18179 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
18180         Log: Metaconfig units changes for #10283.
18181      Branch: metaconfig
18182            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
18183            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
18184            ! U/installdirs/sitescript.U U/modified/Signal.U
18185 ____________________________________________________________________________
18186 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
18187         Log: Subject: [PATCH 5.6.1] signal names in Configure
18188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18189              Date: Tue, 29 May 2001 03:52:25 -0400
18190              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
18191              
18192              Subject: [PATCH 5.6.1] older perl in Configure
18193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18194              Date: Tue, 29 May 2001 03:55:40 -0400
18195              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
18196              
18197              Subject: [PATCH 5.6.1] goofs in Configure
18198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18199              Date: Tue, 29 May 2001 04:13:07 -0400
18200              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
18201              
18202              Configure portability tweaks.
18203      Branch: perl
18204            ! Configure
18205 ____________________________________________________________________________
18206 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
18207         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
18208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18209              Date: Tue, 29 May 2001 04:07:06 -0400
18210              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
18211      Branch: perl
18212            ! os2/os2.c
18213 ____________________________________________________________________________
18214 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
18215         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
18216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18217              Date: Tue, 29 May 2001 04:01:38 -0400
18218              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
18219      Branch: perl
18220            ! hints/os2.sh os2/Makefile.SHs
18221 ____________________________________________________________________________
18222 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
18223         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
18224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18225              Date: Tue, 29 May 2001 03:50:18 -0400
18226              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
18227      Branch: perl
18228            ! lib/Test/Harness.pm
18229 ____________________________________________________________________________
18230 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
18231         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
18232      Branch: perl
18233            ! lib/utf8_heavy.pl
18234 ____________________________________________________________________________
18235 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
18236         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
18237              From: Hugo <hv@crypt.compulink.co.uk>
18238              Date: Tue, 29 May 2001 03:03:45 +0100
18239              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
18240              
18241              Explanation why the $@ always gets the UTF8 flag when under use utf8--
18242              because we told it to have the flag when under use utf8.
18243      Branch: perl
18244            ! pp_ctl.c
18245 ____________________________________________________________________________
18246 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
18247         Log: At least a partial fix for 20010528.004.
18248      Branch: perl
18249            ! lib/utf8_heavy.pl
18250 ____________________________________________________________________________
18251 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
18252         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
18253              From: Nicholas Clark <nick@ccl4.org> 
18254              Date: Mon, 28 May 2001 23:39:38 +0100
18255              Message-ID: <20010528233938.M86445@plum.flirble.org>
18256              
18257              More portable non-zero UV.
18258      Branch: perl
18259            ! t/lib/extutils.t
18260 ____________________________________________________________________________
18261 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
18262         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
18263              From: Nicholas Clark <nick@ccl4.org>
18264              Date: Mon, 28 May 2001 22:46:09 +0100
18265              Message-ID: <20010528224608.L86445@plum.flirble.org>
18266              
18267              Test also "make clean".
18268      Branch: perl
18269            ! t/lib/extutils.t
18270 ____________________________________________________________________________
18271 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
18272         Log: Subject: Re: Would -Wno-unused -Wall be better?
18273              From: Michael G Schwern <schwern@pobox.com>
18274              Date: Tue, 29 May 2001 00:55:54 +0100
18275              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
18276      Branch: perl
18277            ! pp.h
18278 ____________________________________________________________________________
18279 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
18280         Log: Add a test for 20010528.007, fixed in #10272.
18281      Branch: perl
18282            ! t/op/misc.t toke.c
18283 ____________________________________________________________________________
18284 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
18285         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
18286              From: Hugo <hv@crypt.compulink.co.uk>
18287              Date: Tue, 29 May 2001 00:23:23 +0100
18288              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
18289      Branch: perl
18290            ! toke.c
18291 ____________________________________________________________________________
18292 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
18293         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
18294              From: Michael G Schwern <schwern@pobox.com>
18295              Date: Tue, 29 May 2001 00:42:59 +0100
18296              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
18297      Branch: perl
18298            ! t/pragma/autouse.t
18299 ____________________________________________________________________________
18300 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
18301         Log: Some shells seemingly arrange the signal handlers differently
18302              (bug id 20010521.004).
18303      Branch: perl
18304            ! t/lib/sigaction.t
18305 ____________________________________________________________________________
18306 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
18307         Log: Regen perlmodlib.
18308      Branch: perl
18309            ! pod/perlmodlib.pod
18310 ____________________________________________________________________________
18311 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
18312         Log: Update Changes.
18313      Branch: perl
18314            ! Changes patchlevel.h
18315 ____________________________________________________________________________
18316 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
18317         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
18318              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18319              Date: Mon, 28 May 2001 14:56:35 -0500
18320              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
18321      Branch: perl
18322            ! pod/perlnewmod.pod
18323 ____________________________________________________________________________
18324 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
18325         Log: Regen toc.
18326      Branch: perl
18327            ! pod/perltoc.pod
18328 ____________________________________________________________________________
18329 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
18330         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
18331              From: "Richard Soderberg" <rs@crystalflame.net>
18332              Date: Mon, 28 May 2001 12:31:23 -0700
18333              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
18334      Branch: perl
18335            ! t/op/splice.t
18336 ____________________________________________________________________________
18337 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
18338         Log: The #10260 was too bold: locales and utf8 still do not mix.
18339      Branch: perl
18340            ! t/pragma/locale.t
18341 ____________________________________________________________________________
18342 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
18343         Log: Subject: [PATCH] Pod nitpicks
18344              From: "Richard Soderberg" <rs@crystalflame.net>
18345              Date: Mon, 28 May 2001 10:08:58 -0700
18346              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
18347      Branch: perl
18348            ! pod/perl571delta.pod pod/perlapi.pod sv.h
18349 ____________________________________________________________________________
18350 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
18351         Log: Upgrade to I18N::LangTags 0.22.
18352      Branch: perl
18353            + lib/I18N/LangTags/List.pod
18354            ! MANIFEST lib/I18N/LangTags.pm
18355 ____________________________________________________________________________
18356 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
18357         Log: A slightly more serious bug found by -Mutf8; op/misc and
18358              lib/complex dumped core.
18359      Branch: perl
18360            ! regexec.c
18361 ____________________________________________________________________________
18362 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
18363         Log: Various buglets shaken out by -Mutf8.
18364      Branch: perl
18365            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
18366            ! t/pragma/locale.t
18367 ____________________________________________________________________________
18368 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
18369         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
18370      Branch: perl
18371            ! t/lib/carp.t
18372 ____________________________________________________________________________
18373 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
18374         Log: Subject: [PATCH] todo patch
18375              From: Artur Bergman <artur@contiller.se> 
18376              Date: Mon, 28 May 2001 17:03:51 +0200
18377              Message-ID: <B7383577.F34%artur@contiller.se>
18378      Branch: perl
18379            ! pod/perltodo.pod
18380 ____________________________________________________________________________
18381 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
18382         Log: Subject: typo in perlguts.pod
18383              From: "John P. Linderman" <jpl@research.att.com>
18384              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
18385              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
18386      Branch: perl
18387            ! pod/perlguts.pod
18388 ____________________________________________________________________________
18389 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
18390         Log: Subject: AIX and gcc (moving targets)
18391              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18392              Date: Mon, 28 May 2001 12:54:04 +0200
18393              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
18394      Branch: perl
18395            ! hints/aix.sh
18396 ____________________________________________________________________________
18397 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
18398         Log: Subject: Re: perlio + multiple perl_alloc..destruct
18399              From: Doug MacEachern <dougm@covalent.net>
18400              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
18401              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
18402      Branch: perl
18403            ! perlio.c
18404 ____________________________________________________________________________
18405 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
18406         Log: The #10251 wasn't quite up-to-the-code.
18407      Branch: perl
18408            ! t/op/misc.t
18409 ____________________________________________________________________________
18410 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
18411         Log: Test case for bug 20010526.004, fixed in #10252.
18412      Branch: perl
18413            ! t/op/taint.t
18414 ____________________________________________________________________________
18415 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
18416         Log: Subject: Re: [ID 20010526.004] Taint looses value
18417              From: Hugo <hv@crypt.compulink.co.uk>
18418              Date: Sun, 27 May 2001 20:39:32 +0100
18419              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
18420      Branch: perl
18421            ! sv.c
18422 ____________________________________________________________________________
18423 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
18424         Log: Test case for 20010422.005, fixed by #10250.
18425      Branch: perl
18426            ! t/op/misc.t
18427 ____________________________________________________________________________
18428 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
18429         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
18430              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18431              Date: Mon, 28 May 2001 06:39:12 -0400
18432              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
18433      Branch: perl
18434            ! toke.c
18435 ____________________________________________________________________________
18436 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
18437         Log: Linerewrapping.
18438      Branch: perl
18439            ! lib/open.pm
18440 ____________________________________________________________________________
18441 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
18442         Log: Updates on the modules list.
18443      Branch: perl
18444            ! t/lib/1_compile.t
18445 ____________________________________________________________________________
18446 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
18447         Log: Add a test for PerlIO.
18448              
18449              (I probably got the crlf/raw thing wrong for clrfy platforms...)
18450      Branch: perl
18451            + t/lib/perlio.t
18452            ! MANIFEST lib/PerlIO.pm
18453 ____________________________________________________________________________
18454 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
18455         Log: Add a test for carp et alia.
18456      Branch: perl
18457            + t/lib/carp.t
18458            ! MANIFEST
18459 ____________________________________________________________________________
18460 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
18461         Log: Adding the new test would be swell.
18462      Branch: perl
18463            + t/pragma/autouse.t
18464 ____________________________________________________________________________
18465 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
18466         Log: Add a test for the autouse pragma.
18467      Branch: perl
18468            ! MANIFEST
18469 ____________________________________________________________________________
18470 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
18471         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
18472              From: dLux <dlux@spam.sch.bme.hu>
18473              Date: Sun, 27 May 2001 16:14:26 +0200
18474              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
18475      Branch: perl
18476            ! lib/autouse.pm
18477 ____________________________________________________________________________
18478 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
18479         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
18480              From: "Richard Soderberg" <rs@crystalflame.net>
18481              Date: Mon, 28 May 2001 03:56:36 -0700
18482              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
18483      Branch: perl
18484            ! utils/dprofpp.PL
18485 ____________________________________________________________________________
18486 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
18487         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
18488              From: "Stephen P. Potter" <spp@spotter.yi.org>
18489              Date: Tue, 22 May 2001 11:40:25 -0400
18490              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
18491              
18492              Subject: Re: [ID 20010522.003] Time::Local module bug
18493              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
18494              Date: Tue, 22 May 2001 11:50:19 -0400
18495              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
18496      Branch: perl
18497            ! lib/Time/Local.pm
18498 ____________________________________________________________________________
18499 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
18500         Log: The PERL_DL_NONLAZY can have whitespace in front.
18501      Branch: perl
18502            ! t/lib/extutils.t
18503 ____________________________________________________________________________
18504 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
18505         Log: Document strftime() and strptime().
18506      Branch: perl
18507            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
18508 ____________________________________________________________________________
18509 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
18510         Log: Make Time::Piece::strptime() to be a function, not a method.
18511      Branch: perl
18512            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
18513 ____________________________________________________________________________
18514 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
18515         Log: Tweak the test to be more portable.
18516      Branch: perl
18517            ! t/lib/extutils.t
18518 ____________________________________________________________________________
18519 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
18520         Log: Subject: PATCH: Re: Re: Attributes that tie
18521              From: Leon Brocard <acme@astray.com>
18522              Date: Sun, 27 May 2001 12:37:29 +0100
18523              Message-ID: <20010527123729.A22663@ns0.astray.com>
18524              
18525              Document that variable attributes are not currently usable
18526              for tieing.  (An ugly limitation that should be fixed.)
18527      Branch: perl
18528            ! lib/attributes.pm
18529 ____________________________________________________________________________
18530 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
18531         Log: Microperl tweaks.
18532      Branch: perl
18533            ! Makefile.micro uconfig.h uconfig.sh
18534 ____________________________________________________________________________
18535 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
18536         Log: Add make target for microperl (kind of silly, but convenient).
18537      Branch: perl
18538            ! Makefile.SH
18539 ____________________________________________________________________________
18540 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
18541         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
18542              for microperl.)
18543      Branch: perl
18544            ! doio.c
18545 ____________________________________________________________________________
18546 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
18547         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
18548              From: rspier@pobox.com (Robert Spier)
18549              Date: Sat, 26 May 2001 20:05:23 -0400
18550              Message-ID: <15120.17603.148648.12430@rls.cx>
18551              
18552              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
18553              From: rspier@pobox.com (Robert Spier)
18554              Date: Sun, 27 May 2001 00:23:12 -0400
18555              Message-ID: <15120.33072.511966.767230@rls.cx>
18556      Branch: perl
18557            ! doio.c pod/perlfunc.pod
18558 ____________________________________________________________________________
18559 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
18560         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
18561      Branch: perl
18562            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18563 ____________________________________________________________________________
18564 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
18565         Log: Add README.tru64.
18566      Branch: perl
18567            + README.tru64
18568 ____________________________________________________________________________
18569 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
18570         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
18571      Branch: perl
18572            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18573            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
18574            ! MANIFEST
18575 ____________________________________________________________________________
18576 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
18577         Log: Integrate I18N::LangTags from Sean Burke.
18578              
18579              TODO: the language list from RFC 3066 needs to be integrated
18580              and made available somehow.  The list is included in the
18581              I18N-LangTags 0.21 distribution, but it is undocumented
18582              and unconnected to the module.
18583      Branch: perl
18584            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
18585            ! MANIFEST
18586 ____________________________________________________________________________
18587 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
18588         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
18589              envisioned by Sarathy.
18590      Branch: perl
18591            ! t/op/ver.t toke.c
18592 ____________________________________________________________________________
18593 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
18594         Log: Subject: [ID 20010525.001] Pod typo nits fixed
18595              From: lvirden@cas.org
18596              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
18597              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
18598              
18599              minus the perlsolaris decimation plus the
18600              
18601              Subject: Re: [ID 20010525.001] Pod typo nits fixed
18602              From: "Philip Newton" <Philip.Newton@gmx.net>
18603              Date: Fri, 25 May 2001 18:05:55 +0200
18604              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
18605      Branch: perl
18606            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
18607            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
18608            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
18609            ! pod/perlutil.pod pod/perlxstut.pod
18610 ____________________________________________________________________________
18611 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
18612         Log: return clauses are nice.
18613      Branch: perl
18614            ! sv.c
18615 ____________________________________________________________________________
18616 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
18617         Log: Subject: change 10199 backwards?
18618              From: Doug MacEachern <dougm@covalent.net>
18619              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
18620              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
18621      Branch: perl
18622            ! sv.c
18623 ____________________________________________________________________________
18624 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
18625         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
18626              From: Hugo <hv@crypt.compulink.co.uk>
18627              Date: Sat, 26 May 2001 17:05:12 +0100
18628              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
18629      Branch: perl
18630            + t/op/gmagic.t
18631            ! MANIFEST doop.c embed.h embed.pl global.sym
18632            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
18633            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
18634 ____________________________________________________________________________
18635 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
18636         Log: Regen headers for #10221.
18637      Branch: perl
18638            ! global.sym objXSUB.h perlapi.c
18639 ____________________________________________________________________________
18640 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
18641         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
18642              From: Juha Laiho <juha.laiho@Elma.Net>
18643              Date: Thu, 3 May 2001 09:51:30 +0300
18644              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
18645      Branch: perl
18646            ! embed.pl
18647 ____________________________________________________________________________
18648 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
18649         Log: Subject: Re: [PATCH] Re: stability of sort()?
18650              From: "John P. Linderman" <jpl@research.att.com>
18651              Date: Sat, 26 May 2001 13:27:19 -0400
18652              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
18653      Branch: perl
18654            ! pod/perlfunc.pod
18655 ____________________________________________________________________________
18656 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
18657         Log: Integrate perlio.
18658      Branch: perl
18659           !> pod/perlguts.pod
18660 ____________________________________________________________________________
18661 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
18662         Log: Subject: [PATCH perl@10210] PerlIO for VMS
18663              From: "Craig A. Berry" <craigberry@mac.com>
18664              Date: Sat, 26 May 2001 09:34:11 -0500
18665              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
18666      Branch: perl
18667            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
18668            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
18669            ! vms/vmsish.h
18670 ____________________________________________________________________________
18671 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
18672         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
18673              From: David Dyck <dcd@tc.fluke.com>
18674              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
18675              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
18676      Branch: perl
18677            ! lib/perl5db.pl
18678 ____________________________________________________________________________
18679 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
18680         Log: Subject: utf8 regexp tests
18681              From: Hugo <hv@crypt.compulink.co.uk>
18682              Date: Fri, 25 May 2001 22:35:01 +0100
18683              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
18684      Branch: perl
18685            ! t/op/regexp.t
18686 ____________________________________________________________________________
18687 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
18688         Log: Subject: [PATCH] Re: stability of sort()?
18689              From: Nicholas Clark <nick@ccl4.org>
18690              Date: Fri, 25 May 2001 22:40:19 +0100
18691              Message-ID: <20010525224019.B86445@plum.flirble.org>
18692      Branch: perl
18693            ! pod/perlfunc.pod
18694 ____________________________________________________________________________
18695 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
18696         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
18697              From: John Peacock <jpeacock@rowman.com>
18698              Date: Thu, 24 May 2001 22:14:01 -0400
18699              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
18700      Branch: perl
18701            ! mg.c scope.c sv.c
18702 ____________________________________________________________________________
18703 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
18704         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
18705              From: Nicholas Clark <nick@ccl4.org>
18706              Date: Sun, 20 May 2001 19:24:13 +0100
18707              Message-ID: <20010520192413.G83222@plum.flirble.org>
18708      Branch: perl
18709            + lib/ExtUtils/Constant.pm t/lib/extutils.t
18710            ! MANIFEST utils/h2xs.PL
18711 ____________________________________________________________________________
18712 [ 10212] By: nick                                  on 2001/05/26  09:49:28
18713         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
18714              add a few more notes there on use of mortals on the stack.
18715      Branch: perlio
18716            ! pod/perlguts.pod
18717 ____________________________________________________________________________
18718 [ 10211] By: nick                                  on 2001/05/26  09:05:36
18719         Log: Integrate mainline
18720      Branch: perlio
18721           +> t/lib/fcntl.t t/pragma/vars.t
18722           !> (integrate 49 files)
18723 ____________________________________________________________________________
18724 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
18725         Log: Update Changes.
18726      Branch: perl
18727            ! Changes patchlevel.h
18728 ____________________________________________________________________________
18729 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
18730         Log: Based on
18731              
18732              Subject: [PATCH pp.c] Wrapping pack("C",256)
18733              From: Simon Cozens <simon@netthink.co.uk>
18734              Date: Sat, 12 May 2001 17:58:41 +0100
18735              Message-ID: <20010512175841.A6132@netthink.co.uk>
18736      Branch: perl
18737            ! pod/perldiag.pod pp.c t/pragma/warn/pp
18738 ____________________________________________________________________________
18739 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
18740         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
18741              From: "Brendan O'Dea" <bod@compusol.com.au>
18742              Date: Fri, 25 May 2001 11:18:29 +1000
18743              Message-ID: <20010525111829.A28411@compusol.com.au>
18744              
18745              (Slightly modified.)
18746      Branch: perl
18747            ! lib/Term/Cap.pm
18748 ____________________________________________________________________________
18749 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
18750         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
18751              From: Hugo <hv@crypt.compulink.co.uk>
18752              Date: Fri, 25 May 2001 02:13:25 +0100
18753              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
18754      Branch: perl
18755            ! t/op/misc.t
18756 ____________________________________________________________________________
18757 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
18758         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
18759              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
18760              Date: Fri, 25 May 2001 10:25:36 +0900
18761              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
18762      Branch: perl
18763            ! regcomp.c regexec.c
18764 ____________________________________________________________________________
18765 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
18766         Log: Subject: [PATCH #2] stash autovivification and method call error messages
18767              From: Ilmari Karonen <iltzu@sci.fi>
18768              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
18769              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
18770      Branch: perl
18771            ! gv.c pp_hot.c t/op/method.t
18772 ____________________________________________________________________________
18773 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
18774         Log: Add make target and documentation for gprof profiling.
18775      Branch: perl
18776            ! Makefile.SH pod/perlhack.pod
18777 ____________________________________________________________________________
18778 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
18779         Log: Subject: Don't think about UTF8 
18780              From: Mike Guy <mjtg@cam.ac.uk> 
18781              Date: Tue, 22 May 2001 14:35:39 +0100
18782              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
18783      Branch: perl
18784            ! sv.h
18785 ____________________________________________________________________________
18786 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
18787         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
18788              From: Geraint A Edwards <gedge@serf.org> 
18789              Date: Thu, 24 May 2001 22:51:24 +0100
18790              Message-Id: <20010524225124.A34981@cymru.serf.org>
18791      Branch: perl
18792            ! x2p/find2perl.PL
18793 ____________________________________________________________________________
18794 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
18795         Log: DB_File has its own attribute story.
18796      Branch: perl
18797            ! ext/DB_File/DB_File.xs
18798 ____________________________________________________________________________
18799 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
18800         Log: Subject: Re: Making perl with -Wall
18801              From: Andy Dougherty <doughera@lafayette.edu>
18802              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
18803              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
18804      Branch: perl
18805            ! perl.h
18806 ____________________________________________________________________________
18807 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
18808         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
18809              From: "Richard Soderberg" <rs@crystalflame.net>
18810              Date: Thu, 24 May 2001 08:58:16 -0700
18811              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
18812      Branch: perl
18813            ! sv.c
18814 ____________________________________________________________________________
18815 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
18816         Log: IV/UV casting fixes from Nicholas Clark.
18817      Branch: perl
18818            ! perl.h pp_sys.c util.c
18819 ____________________________________________________________________________
18820 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
18821         Log: Subject: Re: Making perl with -Wall
18822              From: Michael G Schwern <schwern@pobox.com>
18823              Date: Thu, 24 May 2001 15:40:28 +0100
18824              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
18825      Branch: perl
18826            ! malloc.c perl.h
18827 ____________________________________________________________________________
18828 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
18829         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
18830              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18831              Date: Tue, 22 May 2001 11:49:37 +0200
18832              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
18833      Branch: metaconfig
18834            ! U/modified/Oldsym.U
18835      Branch: metaconfig/U/perl
18836            ! patchlevel.U
18837      Branch: perl
18838            ! Configure config_h.SH myconfig.SH
18839 ____________________________________________________________________________
18840 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
18841         Log: Under versiononly install also the scripts with the version suffix.
18842              (e.g. .../bin/h2xs5.7.1)
18843      Branch: perl
18844            ! installperl
18845 ____________________________________________________________________________
18846 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
18847         Log: Subject: [PATCH] Stop segfault in mg.c:636
18848              From: "Richard Soderberg" <rs@crystalflame.net>
18849              Date: Thu, 24 May 2001 05:51:52 -0700
18850              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
18851      Branch: perl
18852            ! mg.c
18853 ____________________________________________________________________________
18854 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
18855         Log: Iteration continues; hopefully convergently.
18856      Branch: perl
18857            ! t/lib/b-stash.t
18858 ____________________________________________________________________________
18859 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
18860         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
18861              From: Gisle Aas <gisle@ActiveState.com>
18862              Date: 23 May 2001 16:13:10 -0700
18863              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
18864      Branch: perl
18865            ! op.c toke.c
18866 ____________________________________________________________________________
18867 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
18868         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
18869              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18870              Date: Thu, 24 May 2001 05:05:22 -0500
18871              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
18872      Branch: perl
18873            ! lib/dumpvar.pl lib/perl5db.pl
18874 ____________________________________________________________________________
18875 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
18876         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
18877              From: David Dyck <dcd@tc.fluke.com>
18878              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
18879              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
18880      Branch: perl
18881            ! lib/perl5db.pl
18882 ____________________________________________________________________________
18883 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
18884         Log: Tiny pod nits on READMEs, mostly whitespace issues.
18885      Branch: perl
18886            ! README.amiga README.dos README.macos README.mpeix README.vmesa
18887            ! README.win32
18888 ____________________________________________________________________________
18889 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
18890         Log: The DG/UX part of the 20010521.005.
18891      Branch: perl
18892            ! README.dgux
18893 ____________________________________________________________________________
18894 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
18895         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
18896              From: Hugo <hv@crypt.compulink.co.uk>
18897              Date: Mon, 21 May 2001 16:32:02 +0100
18898              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
18899      Branch: perl
18900            ! regcomp.c t/op/misc.t
18901 ____________________________________________________________________________
18902 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
18903         Log: Subject: [PATCH] Extra UNIVERSAL tests
18904              From: Mike Guy <mjtg@cam.ac.uk>
18905              Date: Wed, 23 May 2001 12:29:20 +0100
18906              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
18907      Branch: perl
18908            ! t/op/universal.t
18909 ____________________________________________________________________________
18910 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
18911         Log: Subject: [PATCH] Remove EQ keyword
18912              From: Mike Guy <mjtg@cam.ac.uk>
18913              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
18914              Date: Wed, 23 May 2001 11:17:29 +0100
18915      Branch: perl
18916            ! keywords.h keywords.pl
18917 ____________________________________________________________________________
18918 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
18919         Log: Subject: [PATCH] lib/perl5db.pl
18920              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18921              Date: Wed, 23 May 2001 02:18:03 -0500
18922              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
18923      Branch: perl
18924            ! lib/perl5db.pl
18925 ____________________________________________________________________________
18926 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
18927         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
18928              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18929              Date: Tue, 22 May 2001 23:34:41 -0500
18930              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
18931      Branch: perl
18932            ! lib/Term/Cap.pm
18933 ____________________________________________________________________________
18934 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
18935         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
18936              From: davem@fdgroup.co.uk
18937              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
18938              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
18939      Branch: perl
18940            ! emacs/e2ctags.pl
18941 ____________________________________________________________________________
18942 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
18943         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
18944              From: Michael G Schwern <schwern@pobox.com>
18945              Date: Tue, 22 May 2001 14:15:09 +0100
18946              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
18947      Branch: perl
18948            ! lib/vars.pm
18949 ____________________________________________________________________________
18950 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
18951         Log: Subject: [PATCH lib/vars.pm] Odd code nit
18952              From: Michael G Schwern <schwern@pobox.com>
18953              Date: Tue, 22 May 2001 14:14:28 +0100
18954              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
18955      Branch: perl
18956            ! lib/vars.pm
18957 ____________________________________________________________________________
18958 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
18959         Log: Use the new use vars feature.
18960      Branch: perl
18961            ! t/lib/b-stash.t
18962 ____________________________________________________________________________
18963 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
18964         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
18965              From: Mike Guy <mjtg@cam.ac.uk>
18966              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18967              Date: Tue, 22 May 2001 13:11:39 +0100
18968      Branch: perl
18969            + t/pragma/vars.t
18970            ! MANIFEST lib/vars.pm t/lib/1_compile.t
18971 ____________________________________________________________________________
18972 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
18973         Log: -qlongdouble considered harmful by Merijn.
18974      Branch: perl
18975            ! hints/aix.sh
18976 ____________________________________________________________________________
18977 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
18978         Log: Update Changes.
18979      Branch: perl
18980            ! Changes patchlevel.h
18981 ____________________________________________________________________________
18982 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
18983         Log: Add a test of its very own for Fcntl.  Hopefully portable.
18984      Branch: perl
18985            + t/lib/fcntl.t
18986            ! MANIFEST
18987 ____________________________________________________________________________
18988 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
18989         Log: Must be trickier for 'minitest' not to die.
18990      Branch: perl
18991            ! t/op/taint.t
18992 ____________________________________________________________________________
18993 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
18994         Log: Can't declare other people's variables.
18995      Branch: perl
18996            ! t/lib/b-stash.t
18997 ____________________________________________________________________________
18998 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
18999         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
19000      Branch: perl
19001            ! doio.c t/op/taint.t
19002 ____________________________________________________________________________
19003 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
19004         Log: The OS/2 variable needs to be declared.
19005      Branch: perl
19006            ! t/lib/b-stash.t
19007 ____________________________________________________________________________
19008 [ 10170] By: nick                                  on 2001/05/20  16:48:29
19009         Log: Integrate mainline
19010      Branch: perlio
19011           !> (integrate 41 files)
19012 ____________________________________________________________________________
19013 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
19014         Log: Small perlsec updates: clarify the taintedness of filename
19015              globbing; suggest using Scalar::Util::tainted().
19016      Branch: perl
19017            ! pod/perlsec.pod
19018 ____________________________________________________________________________
19019 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
19020         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
19021              From: Dave Mitchell <davem@fdgroup.co.uk>
19022              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
19023              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
19024      Branch: perl
19025            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
19026            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
19027            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
19028            ! xsutils.c
19029 ____________________________________________________________________________
19030 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
19031         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
19032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19033              Date: Sat, 19 May 2001 04:08:46 -0400
19034              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
19035      Branch: perl
19036            ! lib/ExtUtils/Mksymlists.pm makedef.pl
19037 ____________________________________________________________________________
19038 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
19039         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
19040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19041              Date: Sat, 19 May 2001 04:30:45 -0400
19042              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
19043      Branch: perl
19044            ! os2/os2.c
19045 ____________________________________________________________________________
19046 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
19047         Log: Subject: [PATCH 5.6.1] build bugs OS/2
19048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19049              Date: Sat, 19 May 2001 04:35:28 -0400
19050              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
19051      Branch: perl
19052            ! os2/Makefile.SHs os2/os2.c
19053 ____________________________________________________________________________
19054 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
19055         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
19056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19057              Date: Sat, 19 May 2001 04:04:23 -0400
19058              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
19059              
19060              (In bleadperl patched b-stash.t instead of b.t)
19061      Branch: perl
19062            ! t/lib/b-stash.t t/lib/bigfltpm.t
19063 ____________________________________________________________________________
19064 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
19065         Log: Subject: [PATCH 5.6.1] perl5db
19066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19067              Date: Sat, 19 May 2001 03:49:09 -0400
19068              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
19069      Branch: perl
19070            ! lib/perl5db.pl
19071 ____________________________________________________________________________
19072 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
19073         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
19074              From: Gisle Aas <gisle@ActiveState.com>
19075              Date: 18 May 2001 14:24:51 -0700
19076              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
19077      Branch: perl
19078            ! pp_ctl.c
19079 ____________________________________________________________________________
19080 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
19081         Log: Subject: [PATCH] Chomp should not always stringify
19082              From: Gisle Aas <gisle@ActiveState.com>
19083              Date: 18 May 2001 07:55:25 -0700
19084              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
19085      Branch: perl
19086            ! doop.c t/op/chop.t
19087 ____________________________________________________________________________
19088 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
19089         Log: Integrate perlio.
19090      Branch: perl
19091           !> pod/perlfunc.pod
19092 ____________________________________________________________________________
19093 [ 10159] By: nick                                  on 2001/05/20  09:39:46
19094         Log: Document some more of open's features.
19095      Branch: perlio
19096            ! pod/perlfunc.pod
19097 ____________________________________________________________________________
19098 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
19099         Log: back out change#10153 (it has compatibility issues such as the
19100              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
19101              benefit for 5.6.x doesn't seem worth the risk)
19102      Branch: maint-5.6/perl
19103            ! toke.c
19104 ____________________________________________________________________________
19105 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
19106         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
19107      Branch: perl
19108            ! x2p/s2p.PL
19109 ____________________________________________________________________________
19110 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
19111         Log: Update Changes.
19112      Branch: perl
19113            ! Changes patchlevel.h
19114 ____________________________________________________________________________
19115 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
19116         Log: Integrate change #10144 from maintperl.
19117              
19118              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
19119      Branch: perl
19120           !> win32/config.bc win32/config.gc win32/config.vc
19121           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19122 ____________________________________________________________________________
19123 [ 10154] By: nick                                  on 2001/05/18  07:23:03
19124         Log: Integrate mainline.
19125      Branch: perlio
19126           +> README.dgux t/lib/i18n-collate.t utils.lst
19127           !> (integrate 49 files)
19128 ____________________________________________________________________________
19129 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
19130         Log: Integrate change #7224 from mainline into maintperl.
19131              
19132              Allow @+ and @- to be doublequoted, from Simon Cozens. 
19133              (Approved by Larry, see Tom's comment in 20000830.005.)
19134      Branch: maint-5.6/perl
19135           !> toke.c
19136 ____________________________________________________________________________
19137 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
19138         Log: Subject: [PATCH bleadperl] small lookbehind fix
19139              From: Hugo <hv@crypt.compulink.co.uk>
19140              Date: Fri, 18 May 2001 00:07:19 +0100
19141              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
19142      Branch: perl
19143            ! regexec.c
19144 ____________________________________________________________________________
19145 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
19146         Log: Detypos.
19147      Branch: perl
19148            ! installman utils.lst
19149 ____________________________________________________________________________
19150 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
19151         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
19152              in 20001222.001.
19153      Branch: perl
19154            ! t/lib/glob-basic.t
19155 ____________________________________________________________________________
19156 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
19157         Log: Subject: [PATCH] Test for bug 20010515.004
19158              From: Benjamin Sugars <bsugars@canoe.ca>
19159              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
19160              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
19161      Branch: perl
19162            ! t/op/misc.t
19163 ____________________________________________________________________________
19164 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
19165         Log: Integrate #10145 from maintperl.
19166              
19167              fix for ID 20010515.004 (needs test)
19168      Branch: perl
19169           !> pp_hot.c
19170 ____________________________________________________________________________
19171 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
19172         Log: Thinko noticed by Doug MacEachern.
19173      Branch: perl
19174            ! thread.h
19175 ____________________________________________________________________________
19176 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
19177         Log: Subject: Re: [PATCH] HERE mark in regex
19178              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19179              Date: Thu, 17 May 2001 12:20:33 -0400
19180              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
19181      Branch: perl
19182            ! t/op/re_tests
19183 ____________________________________________________________________________
19184 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
19185         Log: fix for ID 20010515.004 (needs test)
19186      Branch: maint-5.6/perl
19187            ! pp_hot.c
19188 ____________________________________________________________________________
19189 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
19190         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
19191      Branch: maint-5.6/perl
19192            ! win32/config.bc win32/config.gc win32/config.vc
19193            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19194 ____________________________________________________________________________
19195 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
19196         Log: Macrofy the getspecific (and use it also in util.c)
19197      Branch: perl
19198            ! thread.h util.c
19199 ____________________________________________________________________________
19200 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
19201         Log: Use the unchecked thread-specific key fetch also in Tru64.
19202      Branch: perl
19203            ! thread.h
19204 ____________________________________________________________________________
19205 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
19206         Log: Subject: [PATCH 5.6.1]Quick thread speedup
19207              From: Dan Sugalski <dan@sidhe.org> 
19208              Date: Wed, 16 May 2001 18:05:19 -0400
19209              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
19210      Branch: perl
19211            ! thread.h util.c
19212 ____________________________________________________________________________
19213 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
19214         Log: I think this is quite enough testing for a deprecated feature.
19215      Branch: perl
19216            + t/lib/i18n-collate.t
19217            ! MANIFEST t/lib/1_compile.t
19218 ____________________________________________________________________________
19219 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
19220         Log: More HP-UX lore from Jeff Okamoto.
19221      Branch: perl
19222            ! README.hpux
19223 ____________________________________________________________________________
19224 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
19225         Log: Sort utils.lst for easier maintenance.
19226      Branch: perl
19227            ! utils.lst
19228 ____________________________________________________________________________
19229 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
19230         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19231              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19232              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
19233              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
19234              
19235              Add pod2latex to utils.lst.
19236      Branch: perl
19237            ! MANIFEST utils.lst
19238 ____________________________________________________________________________
19239 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
19240         Log: Subject: Re: [PATCH] HERE mark in regex
19241              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19242              Date: Wed, 16 May 2001 13:04:43 -0400
19243              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
19244      Branch: perl
19245            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
19246            ! t/op/regmesg.t t/pragma/warn/regcomp
19247 ____________________________________________________________________________
19248 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
19249         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19250              From: Simon Cozens <simon@netthink.co.uk>
19251              Date: Wed, 16 May 2001 18:02:08 +0100
19252              Message-ID: <20010516180208.A6458@netthink.co.uk>
19253      Branch: perl
19254            ! installman utils.lst
19255 ____________________________________________________________________________
19256 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
19257         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
19258              From: "Philip Newton" <pnewton@gmx.de>
19259              Date: Tue, 15 May 2001 15:09:30 +0200
19260              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
19261              
19262              Test case for #10128.
19263      Branch: perl
19264            ! t/pragma/warn/pp_hot
19265 ____________________________________________________________________________
19266 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
19267         Log: Update Changes.
19268      Branch: perl
19269            ! Changes patchlevel.h
19270 ____________________________________________________________________________
19271 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
19272         Log: Deprecate pseudo-hashes.
19273      Branch: perl
19274            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
19275 ____________________________________________________________________________
19276 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
19277         Log: HP-UX hints update from Merijn.
19278      Branch: perl
19279            ! hints/hpux.sh
19280 ____________________________________________________________________________
19281 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
19282         Log: README.hpux update from Merijn.
19283      Branch: perl
19284            ! README.hpux
19285 ____________________________________________________________________________
19286 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
19287         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
19288              From: Simon Cozens <simon@netthink.co.uk>
19289              Date: Wed, 16 May 2001 15:57:55 +0100
19290              Message-ID: <20010516155755.A4728@netthink.co.uk>
19291      Branch: perl
19292            + utils.lst
19293            ! MANIFEST installman installperl
19294 ____________________________________________________________________________
19295 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
19296         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
19297              From: "Philip Newton" <pnewton@gmx.de>
19298              Date: Tue, 15 May 2001 16:31:05 +0200
19299              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
19300              
19301              Fix PERL_Y2KWARN test to check before rather than after appending.
19302      Branch: perl
19303            ! pp_hot.c
19304 ____________________________________________________________________________
19305 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
19306         Log: Regen Porting stuff.
19307      Branch: perl
19308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19309            ! config_h.SH
19310 ____________________________________________________________________________
19311 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
19312         Log: Metaconfig unit change for #10125.
19313      Branch: metaconfig
19314            ! U/modified/Oldconfig.U
19315 ____________________________________________________________________________
19316 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
19317         Log: Use OSVERS.
19318      Branch: perl
19319            ! Configure config_h.SH perl.c
19320 ____________________________________________________________________________
19321 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
19322         Log: Regen toc.
19323      Branch: perl
19324            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19325 ____________________________________________________________________________
19326 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
19327         Log: Adding the README.dgux to the MANIFEST would be a good idea.
19328      Branch: perl
19329            ! MANIFEST
19330 ____________________________________________________________________________
19331 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
19332         Log: Move the stack desire definition to thread.h.
19333      Branch: perl
19334            ! ext/Thread/Thread.xs thread.h
19335 ____________________________________________________________________________
19336 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
19337         Log: DG-UX threading patches, including a README.dgux,
19338              from Takis Psarogiannakopoulos.
19339      Branch: perl
19340            + README.dgux
19341            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
19342 ____________________________________________________________________________
19343 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
19344         Log: Subject: [PATCH B::Deparse] More on /x regexes
19345              From: Robin Houston <robin@kitsite.com>
19346              Date: Tue, 15 May 2001 19:09:35 +0100
19347              Message-ID: <20010515190935.A27268@penderel>
19348      Branch: perl
19349            ! ext/B/B/Deparse.pm
19350 ____________________________________________________________________________
19351 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
19352         Log: Document that the core time() may be rounding rather
19353              than truncating, would have saved at least my confusion.
19354      Branch: perl
19355            ! ext/Time/HiRes/HiRes.pm
19356 ____________________________________________________________________________
19357 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
19358         Log: Subject: perl-current/t/time-hires.t
19359              From: John Peacock <jpeacock@rowman.com>
19360              Date: Fri, 11 May 2001 14:09:41 -0400
19361              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
19362      Branch: perl
19363            ! t/lib/time-hires.t
19364 ____________________________________________________________________________
19365 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
19366         Log: Subject: [PATCH dump.c] Op private flags
19367              From: Simon Cozens <simon@netthink.co.uk>
19368              Date: Sun, 13 May 2001 20:20:36 +0100
19369              Message-ID: <20010513202036.A21896@netthink.co.uk>
19370      Branch: perl
19371            ! dump.c
19372 ____________________________________________________________________________
19373 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
19374         Log: Upgrade to Switch 2.03.
19375      Branch: perl
19376            ! lib/Switch.pm
19377 ____________________________________________________________________________
19378 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
19379         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
19380              to PERL_CONFIG_SH and use it consistently.
19381      Branch: maint-5.6/perl
19382           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
19383           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
19384           !> myconfig.SH writemain.SH
19385 ____________________________________________________________________________
19386 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
19387         Log: Metaconfig units changes for #10113.
19388      Branch: metaconfig
19389            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
19390 ____________________________________________________________________________
19391 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
19392         Log: The problem described in 20010514.031 still wasn't
19393              fully cured, there were remnants of $CONFIG when
19394              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
19395              to avoid future conflicts.
19396      Branch: perl
19397            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
19398            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
19399            ! myconfig.SH writemain.SH
19400 ____________________________________________________________________________
19401 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
19402         Log: Half of #10107 got lost.
19403      Branch: perl
19404            ! ext/B/B/Deparse.pm
19405 ____________________________________________________________________________
19406 [ 10111] By: nick                                  on 2001/05/15  08:39:14
19407         Log: Integrate mainline.
19408      Branch: perlio
19409           +> ext/POSIX/hints/uts.pl
19410            - Todo Todo-5.6 t/camel-III/vstring.t
19411           !> (integrate 48 files)
19412 ____________________________________________________________________________
19413 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
19414         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
19415              From: Robin Houston <robin@kitsite.com>
19416              Date: Mon, 14 May 2001 22:27:08 +0100
19417              Message-ID: <20010514222708.A22963@penderel>
19418      Branch: perl
19419            ! t/TestInit.pm
19420 ____________________________________________________________________________
19421 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
19422         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
19423              From: Robin Houston <robin@kitsite.com>
19424              Date: Mon, 14 May 2001 22:16:43 +0100
19425              Message-ID: <20010514221643.A22437@penderel>
19426      Branch: perl
19427            ! ext/B/B/Deparse.pm
19428 ____________________________________________________________________________
19429 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
19430         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
19431              From: Robin Houston <robin@kitsite.com>
19432              Date: Mon, 14 May 2001 22:03:44 +0100
19433              Message-ID: <20010514220344.A20643@penderel>
19434      Branch: perl
19435            ! ext/B/B/Deparse.pm
19436 ____________________________________________________________________________
19437 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
19438         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
19439              From: Robin Houston <robin@kitsite.com>
19440              Date: Mon, 14 May 2001 22:10:07 +0100
19441              Message-ID: <20010514221007.A21118@penderel>
19442      Branch: perl
19443            ! ext/B/B/Deparse.pm
19444 ____________________________________________________________________________
19445 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
19446         Log: Fix for 20010514.037; substr() didn't invalidate the locale
19447              collation magic.
19448      Branch: perl
19449            ! pp.c
19450 ____________________________________________________________________________
19451 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
19452         Log: Update Changes.
19453      Branch: perl
19454            ! Changes patchlevel.h
19455 ____________________________________________________________________________
19456 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
19457         Log: Retract #10094.
19458      Branch: perl
19459            ! lib/Pod/Text.pm
19460 ____________________________________________________________________________
19461 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
19462         Log: Integrate change #10100 from maintperl.
19463              
19464              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
19465              bug ID 20010514.027)
19466      Branch: perl
19467           !> mg.c pp_ctl.c
19468 ____________________________________________________________________________
19469 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
19470         Log: Document the deprecatedness of suidperl.
19471      Branch: perl
19472            ! INSTALL pod/perlfaq1.pod
19473 ____________________________________________________________________________
19474 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
19475         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
19476              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19477              Date: Mon, 14 May 2001 09:38:59 -0400
19478              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
19479      Branch: perl
19480            ! lib/ExtUtils/MM_Unix.pm
19481 ____________________________________________________________________________
19482 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
19483         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
19484              bug ID 20010514.027)
19485              
19486              TODO: this needs a testsuite addition
19487      Branch: maint-5.6/perl
19488            ! mg.c pp_ctl.c
19489 ____________________________________________________________________________
19490 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
19491         Log: More DWIMminess for Class::Struct: calling the array or hash
19492              accessors only with one argument, an array or a hash reference,
19493              sets the underlying array or hash.  This mirrors nicely also
19494              the usage in the constructor.
19495              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
19496      Branch: perl
19497            ! lib/Class/Struct.pm t/lib/class-struct.t
19498 ____________________________________________________________________________
19499 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
19500         Log: Reference cmp'ing should go through the whole stringification
19501              process shebang, as pointed out by Sarathy in #10091.
19502      Branch: perl
19503            ! pp.c
19504 ____________________________________________________________________________
19505 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
19506         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
19507              From: Simon Cozens <simon@netthink.co.uk>
19508              Date: Sat, 12 May 2001 16:36:27 +0100
19509              Message-ID: <20010512163627.A5522@netthink.co.uk>
19510              
19511              with some additions salvaged from Todo and Todo-5.6 before
19512              retiring them.
19513      Branch: perl
19514            - Todo Todo-5.6
19515            ! MANIFEST pod/perltodo.pod
19516 ____________________________________________________________________________
19517 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
19518         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
19519              From: "Golubev I. N." <gin@mo.msk.ru>
19520              Date: Mon, 07 May 2001 14:33:34 (GMT)
19521              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
19522      Branch: perl
19523            ! perl.h
19524 ____________________________________________________________________________
19525 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
19526         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
19527              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19528              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
19529              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
19530      Branch: perl
19531            ! lib/ExtUtils/MM_Unix.pm
19532 ____________________________________________________________________________
19533 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
19534         Log: (Retracted by #10104.)
19535              
19536              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
19537              From: barries <barries@slaysys.com>
19538              Date: Sat, 12 May 2001 01:28:10 -0400
19539              Message-ID: <20010512012810.B26358@jester.slaysys.com>
19540      Branch: perl
19541            ! lib/Pod/Text.pm
19542 ____________________________________________________________________________
19543 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
19544         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
19545              From: Mike Guy <mjtg@cam.ac.uk>
19546              Date: Sat, 12 May 2001 19:24:33 +0100
19547              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
19548      Branch: perl
19549            ! lib/AutoSplit.pm
19550 ____________________________________________________________________________
19551 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
19552         Log: Yet another HP-UX hints tweak from Merijn.
19553      Branch: perl
19554            ! hints/hpux.sh
19555 ____________________________________________________________________________
19556 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
19557         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
19558              isn't defined (changes#9366,9368,9370 from mainline without the
19559              pp_scmp() change)
19560      Branch: maint-5.6/perl
19561            ! pp.c pp.h pp_hot.c
19562 ____________________________________________________________________________
19563 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
19564         Log: The sorting seems to happen now automatically.
19565      Branch: perl
19566            ! t/lib/glob-basic.t
19567 ____________________________________________________________________________
19568 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
19569         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
19570              From: Benjamin Sugars <bsugars@canoe.ca>
19571              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
19572              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
19573      Branch: perl
19574            ! pod/perlfunc.pod
19575 ____________________________________________________________________________
19576 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
19577         Log: Subject: Re: undef(&foo) does not work for XS functions
19578              From: Doug MacEachern <dougm@covalent.net>
19579              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
19580              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
19581      Branch: perl
19582            ! op.c
19583 ____________________________________________________________________________
19584 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
19585         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
19586              From: Peter Prymmer <pvhp@forte.com>
19587              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
19588              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
19589      Branch: perl
19590            ! t/op/append.t
19591 ____________________________________________________________________________
19592 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
19593         Log: Update Changes.
19594      Branch: perl
19595            ! Changes patchlevel.h
19596 ____________________________________________________________________________
19597 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
19598         Log: Remove the 'asciir' re subpragma.  Should instead implement
19599              the 'physical vs logical' range scheme:
19600              
19601              \xAA-\xCC is a native physical range, you want that range of
19602              codepoints in your native encoding.  In EBCDIC the codepoints
19603              in the gaps (between i-j and r-s) should be included.
19604              
19605              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
19606              codepoints in Unicode.
19607              
19608              a-z is a logical range, you want that range of 'logical' codepoints
19609              in your native encoding.  In EBCDIC the codepoints in the gaps
19610              (between i-j and r-s) should not be included.
19611              
19612              Mixed cases (a-\xAA, etc) should either be errors, or maybe
19613              the 'logical' endpoints should be converted to native/Unicode
19614              codepoints, and the range handled as a physical range.
19615              
19616              'Logical endpoints' are to be recognized only in the A-Z, a-z,
19617              and 0-9 ranges.  Probably a warning should be given for mixed
19618              cases like A-z or a-9 (since such expressions are encoding
19619              dependent), with a recommendation to use physical ranges.
19620      Branch: perl
19621            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
19622            ! t/op/regexp.t
19623 ____________________________________________________________________________
19624 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
19625         Log: Make the test to cleanup the test directory tree
19626              both before and after the testing so that we always
19627              have a clean slate to work with.
19628      Branch: perl
19629            ! t/lib/filefind.t
19630 ____________________________________________________________________________
19631 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
19632         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
19633              From: Jon Eveland <jweveland@yahoo.com>
19634              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
19635              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
19636      Branch: perl
19637            ! pod/perlfunc.pod
19638 ____________________________________________________________________________
19639 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
19640         Log: Merge the camel-III/vstring.t with op/ver.t.
19641      Branch: perl
19642            - t/camel-III/vstring.t
19643            ! MANIFEST t/TEST t/harness t/op/ver.t
19644 ____________________________________________________________________________
19645 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
19646         Log: Add test.deparse make target.
19647      Branch: perl
19648            ! Makefile.SH
19649 ____________________________________________________________________________
19650 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
19651         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
19652              From: Robin Houston <robin@kitsite.com>
19653              Date: Fri, 11 May 2001 12:02:22 +0100
19654              Message-ID: <20010511120222.A11529@penderel>
19655      Branch: perl
19656            ! ext/B/B/Deparse.pm t/op/method.t
19657 ____________________________________________________________________________
19658 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
19659         Log: A nicely working combination for UTS from Hal Morris.
19660      Branch: perl
19661            + ext/POSIX/hints/uts.pl
19662            ! MANIFEST hints/uts.sh
19663 ____________________________________________________________________________
19664 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
19665         Log: i_ieeefp=undef for UTS.
19666      Branch: perl
19667            ! hints/uts.sh
19668 ____________________________________________________________________________
19669 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
19670         Log: Subject: RE: rand(0) is rand(1)
19671              From: Larry Shatzer <lshatzer@islanddata.com>
19672              Date: Thu, 10 May 2001 11:09:27 -0700
19673              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
19674      Branch: perl
19675            ! pod/perlfunc.pod
19676 ____________________________________________________________________________
19677 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
19678         Log: Subject: [patch] make op_{clear,null} public
19679              From: Doug MacEachern <dougm@covalent.net>
19680              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
19681              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
19682      Branch: perl
19683            ! embed.h embed.pl op.c proto.h
19684 ____________________________________________________________________________
19685 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
19686         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
19687              From: Robin Houston <robin@kitsite.com>
19688              Date: Thu, 10 May 2001 18:54:59 +0100
19689              Message-ID: <20010510185459.A5995@penderel>
19690      Branch: perl
19691            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
19692 ____________________________________________________________________________
19693 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
19694         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
19695              From: Robin Houston <robin@kitsite.com>
19696              Date: Thu, 10 May 2001 12:56:39 +0100
19697              Message-ID: <20010510125639.A2119@penderel>
19698      Branch: perl
19699            ! ext/B/B/Deparse.pm
19700 ____________________________________________________________________________
19701 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
19702         Log: Retract #10070, not ready yet.
19703      Branch: perl
19704            ! ext/B/B/Deparse.pm
19705 ____________________________________________________________________________
19706 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
19707         Log: The metaconfig unit change for #10071.
19708      Branch: metaconfig
19709            ! U/modified/mallocsrc.U
19710 ____________________________________________________________________________
19711 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
19712         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
19713      Branch: perl
19714            ! Configure
19715 ____________________________________________________________________________
19716 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
19717         Log: (Retracted by #10073)
19718              
19719              Subject: Re: [PATCH t/TEST] B::Deparse tester 
19720              From: Hugo <hv@crypt.compulink.co.uk>
19721              Date: Thu, 10 May 2001 05:48:09 +0100
19722              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
19723      Branch: perl
19724            ! ext/B/B/Deparse.pm
19725 ____________________________________________________________________________
19726 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
19727         Log: Add a for(func()) test.
19728      Branch: perl
19729            ! t/cmd/for.t
19730 ____________________________________________________________________________
19731 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
19732         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
19733              From: Robin Houston <robin@kitsite.com>
19734              Date: Thu, 10 May 2001 13:50:08 +0100
19735              Message-ID: <20010510135008.A2454@penderel>
19736      Branch: perl
19737            ! ext/B/B/Deparse.pm
19738 ____________________________________________________________________________
19739 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
19740         Log: A thinko in #10065.
19741      Branch: perl
19742            ! hv.c
19743 ____________________________________________________________________________
19744 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
19745         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
19746              From: Robin Houston <robin@kitsite.com>
19747              Date: Thu, 10 May 2001 02:10:34 +0100
19748              Message-ID: <20010510021034.A19421@penderel>
19749      Branch: perl
19750            ! ext/B/B.xs ext/B/B/Deparse.pm
19751 ____________________________________________________________________________
19752 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
19753         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
19754              From: Doug MacEachern <dougm@covalent.net>
19755              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
19756              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
19757      Branch: perl
19758            ! hv.c
19759 ____________________________________________________________________________
19760 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
19761         Log: One more workaround for the UTS compiler from Hal Morris.
19762      Branch: perl
19763            ! perl.h
19764 ____________________________________________________________________________
19765 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
19766         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
19767              From: Robin Houston <robin@kitsite.com>
19768              Date: Thu, 10 May 2001 01:02:08 +0100
19769              Message-ID: <20010510010208.A18200@penderel>
19770      Branch: perl
19771            ! ext/B/B/Debug.pm
19772 ____________________________________________________________________________
19773 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
19774         Log: Subject: [PATCH] Simplify deb_curcv() a bit
19775              From: Benjamin Sugars <bsugars@canoe.ca>
19776              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
19777              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
19778      Branch: perl
19779            ! run.c
19780 ____________________________________________________________________________
19781 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
19782         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
19783              From: Benjamin Sugars <bsugars@canoe.ca>
19784              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
19785              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
19786      Branch: perl
19787            ! t/lib/io_scalar.t
19788 ____________________________________________________________________________
19789 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
19790         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
19791              From: Peter Prymmer <pvhp@forte.com>
19792              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
19793              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
19794      Branch: perl
19795            ! t/lib/md5-file.t
19796 ____________________________________________________________________________
19797 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
19798         Log: Subject: [PATCH t/TEST] B::Deparse tester
19799              From: Robin Houston <robin@kitsite.com>
19800              Date: Wed, 9 May 2001 19:17:50 +0100
19801              Message-ID: <20010509191750.A16940@penderel>
19802      Branch: perl
19803            ! ext/B/O.pm t/TEST
19804 ____________________________________________________________________________
19805 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
19806         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
19807              From: Jeff Pinyan <jeffp@crusoe.net>
19808              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
19809              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
19810      Branch: perl
19811            ! lib/Pod/Html.pm
19812 ____________________________________________________________________________
19813 [ 10057] By: nick                                  on 2001/05/09  18:37:56
19814         Log: Integrate mainline.
19815      Branch: perlio
19816           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
19817           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
19818 ____________________________________________________________________________
19819 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
19820         Log: Update Changes.
19821      Branch: perl
19822            ! Changes patchlevel.h
19823 ____________________________________________________________________________
19824 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
19825         Log: Integrate perlio.
19826      Branch: perl
19827           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19828 ____________________________________________________________________________
19829 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
19830         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
19831              From: Benjamin Sugars <bsugars@canoe.ca>
19832              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
19833              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
19834      Branch: perl
19835            ! perlio.c
19836 ____________________________________________________________________________
19837 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
19838         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
19839              From: Benjamin Sugars <bsugars@canoe.ca>
19840              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
19841              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
19842      Branch: perl
19843            ! ext/PerlIO/Scalar/Scalar.xs
19844 ____________________________________________________________________________
19845 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
19846         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
19847              From: Jeff Pinyan <jeffp@crusoe.net>
19848              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
19849              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
19850      Branch: perl
19851            ! lib/Pod/Html.pm
19852 ____________________________________________________________________________
19853 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
19854         Log: EPOC tweak from Olaf Flebbe.
19855      Branch: perl
19856            ! epoc/epocish.h
19857 ____________________________________________________________________________
19858 [ 10050] By: nick                                  on 2001/05/09  14:37:57
19859         Log: win32, regen_config_h
19860      Branch: perlio
19861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19862 ____________________________________________________________________________
19863 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
19864         Log: Integrate perlio.
19865      Branch: perl
19866           !> pp_sys.c
19867 ____________________________________________________________________________
19868 [ 10048] By: nick                                  on 2001/05/09  11:59:50
19869         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
19870              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
19871      Branch: perlio
19872            ! pp_sys.c
19873 ____________________________________________________________________________
19874 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
19875         Log: Integrate perlio.
19876      Branch: perl
19877           !> run.c
19878 ____________________________________________________________________________
19879 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
19880         Log: Subject: Re: Less warnings during configure
19881              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19882              Date: Wed, 09 May 2001 13:12:49 +0200
19883              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
19884      Branch: perl
19885            ! hints/hpux.sh
19886 ____________________________________________________________________________
19887 [ 10045] By: nick                                  on 2001/05/09  09:56:59
19888         Log: MULTIPLICITY/DEBUGGING build fix.
19889      Branch: perlio
19890            ! run.c
19891 ____________________________________________________________________________
19892 [ 10044] By: nick                                  on 2001/05/09  09:46:37
19893         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
19894      Branch: perlio
19895           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
19896            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19897           !> (integrate 65 files)
19898 ____________________________________________________________________________
19899 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
19900         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19901              From: Robin Houston <robin@kitsite.com>
19902              Date: Tue, 8 May 2001 19:38:00 +0100
19903              Message-ID: <20010508193800.A4389@penderel>
19904              
19905              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19906              From: Robin Houston <robin@kitsite.com>
19907              Date: Tue, 8 May 2001 20:03:57 +0100
19908              Message-ID: <20010508200357.A4614@penderel>
19909              
19910              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19911              From: Robin Houston <robin@kitsite.com>
19912              Date: Wed, 9 May 2001 00:12:05 +0100
19913              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
19914      Branch: perl
19915            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
19916 ____________________________________________________________________________
19917 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
19918         Log: Retract #10031.
19919      Branch: perl
19920            ! pod/perlfunc.pod
19921 ____________________________________________________________________________
19922 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
19923         Log: The metaconfig unit changes for #10040.
19924      Branch: metaconfig/U/perl
19925            ! Checkcc.U d_dlsymun.U dlsrc.U
19926 ____________________________________________________________________________
19927 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
19928         Log: The Configure half of
19929              
19930              Subject: Less warnings during configure
19931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19932              Date: Tue, 08 May 2001 08:44:02 +0200
19933              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
19934      Branch: perl
19935            ! Configure
19936 ____________________________________________________________________________
19937 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
19938         Log: Subject: Less warnings during configure
19939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19940              Date: Tue, 08 May 2001 08:44:02 +0200
19941              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
19942      Branch: perl
19943            ! hints/hpux.sh
19944 ____________________________________________________________________________
19945 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
19946         Log: Don't forget to whine about \d__\d.
19947      Branch: perl
19948            ! t/pragma/warn/toke toke.c
19949 ____________________________________________________________________________
19950 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
19951         Log: Allow underscores also in the exponent part.
19952      Branch: perl
19953            ! t/pragma/warn/toke toke.c
19954 ____________________________________________________________________________
19955 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
19956         Log: CodeMagicCD doesn't look like an *I*DE.
19957      Branch: perl
19958            ! pod/perlfaq3.pod
19959 ____________________________________________________________________________
19960 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
19961         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
19962              to be consistently down).
19963      Branch: perl
19964            ! pod/perlfaq3.pod
19965 ____________________________________________________________________________
19966 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
19967         Log: Upgrade to Text::Balanced 1.84.
19968      Branch: perl
19969            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
19970 ____________________________________________________________________________
19971 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
19972         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
19973              From: Benjamin Sugars <bsugars@canoe.ca>
19974              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
19975              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
19976      Branch: perl
19977            ! run.c
19978 ____________________________________________________________________________
19979 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
19980         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
19981              From: Peter Prymmer <pvhp@forte.com>
19982              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
19983              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
19984      Branch: perl
19985            ! t/pod/plainer.t
19986 ____________________________________________________________________________
19987 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
19988         Log: (Retracted by #10042)
19989              
19990              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
19991              From: "Philip Newton" <pnewton@gmx.de>
19992              Date: Tue, 8 May 2001 09:18:10 +0200
19993              Message-ID: <3AF7B9D2.28861.603732@localhost>
19994      Branch: perl
19995            ! pod/perlfunc.pod
19996 ____________________________________________________________________________
19997 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
19998         Log: Subject: [PATCH B::Deparse] Document known bugs
19999              From: Robin Houston <robin@kitsite.com>
20000              Date: Tue, 8 May 2001 01:53:34 +0100
20001              Message-ID: <20010508015334.A32394@penderel>
20002      Branch: perl
20003            ! ext/B/B/Deparse.pm
20004 ____________________________________________________________________________
20005 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
20006         Log: Subject: Re: Perl book, magazine and website updates.
20007              From: "Philip Newton" <pnewton@gmx.de>
20008              Date: Mon, 7 May 2001 17:03:58 +0200
20009              Message-ID: <3AF6D57E.5387.1E29930@localhost>
20010      Branch: perl
20011            ! pod/perlfaq2.pod
20012 ____________________________________________________________________________
20013 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
20014         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
20015              From: Peter Prymmer <pvhp@forte.com>
20016              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
20017              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
20018      Branch: perl
20019            ! t/io/fflush.t
20020 ____________________________________________________________________________
20021 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
20022         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
20023              From: Robin Houston <robin@kitsite.com>
20024              Date: Tue, 8 May 2001 01:14:55 +0100
20025              Message-ID: <20010508011455.A32162@penderel>
20026      Branch: perl
20027            ! ext/B/B/Deparse.pm
20028 ____________________________________________________________________________
20029 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
20030         Log: Typo in #10025.
20031      Branch: perl
20032            ! hints/uts.sh
20033 ____________________________________________________________________________
20034 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
20035         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
20036      Branch: perl
20037            ! hints/uts.sh
20038 ____________________________________________________________________________
20039 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
20040         Log: Subject: Re: [ID 20010506.045] question about hash syntax
20041              From: Peter Scott <Peter@PSDT.com>
20042              Date: Sun, 06 May 2001 13:10:40 -0700
20043              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
20044      Branch: perl
20045            ! pod/perl56delta.pod
20046 ____________________________________________________________________________
20047 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
20048         Log: Configure should figure out the list of dynamic extensions
20049              just fine in UTS-- and in fact it does, as reported by Hal Morris.
20050      Branch: perl
20051            ! hints/uts.sh
20052 ____________________________________________________________________________
20053 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
20054         Log: Update Changes.
20055      Branch: perl
20056            ! Changes patchlevel.h
20057 ____________________________________________________________________________
20058 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
20059         Log: Subject: [PATCH regcomp.c] Insecure regexes
20060              From: Robin Houston <robin@kitsite.com>
20061              Date: Mon, 7 May 2001 21:56:12 +0100
20062              Message-ID: <20010507215612.A31114@penderel>
20063      Branch: perl
20064            ! regcomp.c
20065 ____________________________________________________________________________
20066 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
20067         Log: Drop the foobar.perl.com references for now until Simon
20068              gets them sorted out.
20069      Branch: perl
20070            ! pod/perlfaq2.pod
20071 ____________________________________________________________________________
20072 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
20073         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
20074              From: Prymmer/Kahn <pvhp@best.com>
20075              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
20076              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
20077      Branch: perl
20078            ! lib/Devel/SelfStubber.pm
20079 ____________________________________________________________________________
20080 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
20081         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
20082              From: Prymmer/Kahn <pvhp@best.com>
20083              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
20084              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
20085      Branch: perl
20086            ! win32/Makefile
20087 ____________________________________________________________________________
20088 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
20089         Log: s/WebTechnique's/WebTechniques/
20090      Branch: perl
20091            ! pod/perlfaq2.pod
20092 ____________________________________________________________________________
20093 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
20094         Log: Llama 3 updates from Randal.
20095      Branch: perl
20096            ! pod/perlfaq2.pod
20097 ____________________________________________________________________________
20098 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
20099         Log: Subject: [PATCH] Help -Dt show correct pad variables
20100              From: Benjamin Sugars <ben.sugars@home.com>
20101              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
20102              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
20103      Branch: perl
20104            ! embed.h embed.pl proto.h run.c
20105 ____________________________________________________________________________
20106 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
20107         Log: Subject: [PATCH] Document C<our $foo : shared>
20108              From: Benjamin Sugars <ben.sugars@home.com>
20109              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
20110              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
20111      Branch: perl
20112            ! pod/perlfunc.pod
20113 ____________________________________________________________________________
20114 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
20115         Log: Subject: [PATCH B::Deparse] undefined folded constants
20116              From: Robin Houston <robin@kitsite.com>
20117              Date: Sun, 6 May 2001 17:19:09 +0100
20118              Message-ID: <20010506171909.A7046@penderel>
20119      Branch: perl
20120            ! ext/B/B/Deparse.pm
20121 ____________________________________________________________________________
20122 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
20123         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
20124              From: Robin Houston <robin@kitsite.com>
20125              Message-ID: <20010506164654.A6848@penderel>
20126              Date: Sun, 6 May 2001 16:46:54 +0100
20127      Branch: perl
20128            ! ext/B/B/Deparse.pm
20129 ____________________________________________________________________________
20130 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
20131         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
20132              From: Robin Houston <robin@kitsite.com>
20133              Date: Sun, 6 May 2001 14:47:02 +0100
20134              Message-ID: <20010506144702.A6308@penderel>
20135      Branch: perl
20136            ! t/op/my_stash.t
20137 ____________________________________________________________________________
20138 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
20139         Log: Subject: Perl book, magazine and website updates.
20140              From: Simon Cozens <simon@netthink.co.uk>
20141              Date: Sun, 6 May 2001 16:55:36 +0100
20142              Message-ID: <20010506165536.A1795@netthink.co.uk>
20143      Branch: perl
20144            ! pod/perlbook.pod pod/perlfaq2.pod
20145 ____________________________________________________________________________
20146 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
20147         Log: Tweaks on the Tru64 prof options.
20148      Branch: perl
20149            ! pod/perlhack.pod
20150 ____________________________________________________________________________
20151 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
20152         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
20153              From: Robin Houston <robin@kitsite.com>
20154              Date: Sun, 6 May 2001 14:40:51 +0100
20155              Message-ID: <20010506144051.A6279@penderel>
20156      Branch: perl
20157            ! t/pod/testp2pt.pl
20158 ____________________________________________________________________________
20159 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
20160         Log: Subject: [PATCH B::Deparse] scoping
20161              From: Robin Houston <robin@kitsite.com>
20162              Date: Sun, 6 May 2001 14:36:56 +0100
20163              Message-ID: <20010506143656.A4006@penderel>
20164      Branch: perl
20165            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
20166 ____________________________________________________________________________
20167 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
20168         Log: Document the undefinedness of bitshifting out of range.
20169      Branch: perl
20170            ! pod/perlop.pod
20171 ____________________________________________________________________________
20172 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
20173         Log: Retract #10003 and update the IDE descriptions a bit.
20174      Branch: perl
20175            ! pod/perlfaq3.pod
20176 ____________________________________________________________________________
20177 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
20178         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
20179              From: Prymmer/Kahn <pvhp@best.com>
20180              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
20181              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
20182      Branch: perl
20183            ! win32/Makefile win32/buildext.pl win32/config.bc
20184            ! win32/config.gc win32/config.vc
20185 ____________________________________________________________________________
20186 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
20187         Log: (Retracted by #10005.)
20188      Branch: perl
20189            ! pod/perlfaq3.pod
20190 ____________________________________________________________________________
20191 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
20192         Log: It's "psed", not "sed".
20193      Branch: perl
20194            ! x2p/s2p.PL
20195 ____________________________________________________________________________
20196 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
20197         Log: Update Changes.
20198      Branch: perl
20199            ! Changes patchlevel.h
20200 ____________________________________________________________________________
20201 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
20202         Log: Subject: Re: bleadperl make install fails due to "psed"
20203              From: andreas.koenig@anima.de (Andreas J. Koenig)
20204              Date: 05 May 2001 18:23:28 +0200
20205              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
20206      Branch: perl
20207            ! x2p/Makefile.SH x2p/s2p.PL
20208 ____________________________________________________________________________
20209 [  9999] By: jhi                                   on 2001/05/05  18:28:09
20210         Log: AUTHORS updates.
20211      Branch: perl
20212            ! AUTHORS
20213 ____________________________________________________________________________
20214 [  9998] By: jhi                                   on 2001/05/05  18:16:00
20215         Log: Updates on the pods related to the modules included since 5.6.
20216              
20217              TODO: perltodo really could use major updating.
20218      Branch: perl
20219            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
20220            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
20221            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
20222            ! pod/perlsyn.pod pod/perltodo.pod
20223 ____________________________________________________________________________
20224 [  9997] By: jhi                                   on 2001/05/05  17:35:17
20225         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
20226              from Kurt Skauen.
20227      Branch: perl
20228            + hints/atheos.sh
20229            ! MANIFEST
20230 ____________________________________________________________________________
20231 [  9996] By: jhi                                   on 2001/05/05  17:25:00
20232         Log: Add preemptive #undefs for some of the shorter and more prone
20233              to collision regcomp.h #defines.  (Background: the MASK collided
20234              with a system header #define in Rhapsody.)
20235      Branch: perl
20236            ! regcomp.h
20237 ____________________________________________________________________________
20238 [  9995] By: jhi                                   on 2001/05/05  13:24:21
20239         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
20240              From: Nicholas Clark <nick@ccl4.org>
20241              Date: Sat, 5 May 2001 14:46:39 +0100
20242              Message-ID: <20010505144639.O53513@plum.flirble.org>
20243              
20244              Add a test for the constants (if any) being processed correctly.
20245      Branch: perl
20246            ! utils/h2xs.PL
20247 ____________________________________________________________________________
20248 [  9994] By: jhi                                   on 2001/05/05  02:11:03
20249         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
20250              From: Peter Prymmer <pvhp@forte.com>
20251              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
20252              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
20253      Branch: perl
20254            ! t/lib/b-stash.t
20255 ____________________________________________________________________________
20256 [  9993] By: jhi                                   on 2001/05/05  02:03:49
20257         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
20258              From: Peter Prymmer <pvhp@forte.com>
20259              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
20260              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
20261      Branch: perl
20262            ! perlio.c vms/vmsish.h
20263 ____________________________________________________________________________
20264 [  9992] By: jhi                                   on 2001/05/04  17:21:12
20265         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
20266              From: Robin Barker <rmb1@cise.npl.co.uk>
20267              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
20268              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
20269      Branch: perl
20270            + t/pod/plainer.t
20271            ! MANIFEST
20272 ____________________________________________________________________________
20273 [  9991] By: jhi                                   on 2001/05/04  16:47:45
20274         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
20275              From: Robin Barker <rmb1@cise.npl.co.uk>
20276              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
20277              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
20278      Branch: perl
20279            ! regcomp.c
20280 ____________________________________________________________________________
20281 [  9990] By: jhi                                   on 2001/05/04  14:37:20
20282         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
20283              From: Prymmer/Kahn <pvhp@best.com>
20284              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
20285              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
20286      Branch: perl
20287            ! t/lib/b-stash.t
20288 ____________________________________________________________________________
20289 [  9989] By: jhi                                   on 2001/05/04  14:03:58
20290         Log: Introduce perl572delta, update Todo, add the missing
20291              mention about signal safety since 5.7.1 (though this
20292              requires verification and more details.)
20293      Branch: perl
20294            + pod/perl572delta.pod
20295            ! MANIFEST Todo pod/perl571delta.pod
20296 ____________________________________________________________________________
20297 [  9988] By: jhi                                   on 2001/05/04  12:41:51
20298         Log: Subject: [PATCH perl@9944] long =item
20299              From: Robin Barker <rmb1@cise.npl.co.uk>
20300              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
20301              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
20302      Branch: perl
20303            ! ext/Time/HiRes/HiRes.pm
20304 ____________________________________________________________________________
20305 [  9987] By: jhi                                   on 2001/05/04  12:39:19
20306         Log: The #9901 had removed one line essential for EBCDIC.
20307      Branch: perl
20308            ! regcomp.c
20309 ____________________________________________________________________________
20310 [  9986] By: jhi                                   on 2001/05/04  12:30:23
20311         Log: Subject: cygwin/Makefile.SHs INSTALL patch
20312              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
20313              Date: Mon, 08 Jan 2001 04:59:21 +0200
20314              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
20315      Branch: perl
20316            ! cygwin/Makefile.SHs
20317 ____________________________________________________________________________
20318 [  9985] By: jhi                                   on 2001/05/04  03:51:39
20319         Log: Encode/IO doc tweaks.
20320      Branch: perl
20321            ! ext/Encode/Encode.pm
20322 ____________________________________________________________________________
20323 [  9984] By: jhi                                   on 2001/05/04  03:29:34
20324         Log: Remove GDBM_File from the dynamic extensions for UTS,
20325              GDBM is not a standard feature.
20326      Branch: perl
20327            ! hints/uts.sh
20328 ____________________________________________________________________________
20329 [  9983] By: jhi                                   on 2001/05/04  03:22:59
20330         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
20331      Branch: perl
20332            ! pod/perlretut.pod
20333 ____________________________________________________________________________
20334 [  9982] By: jhi                                   on 2001/05/03  23:21:03
20335         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
20336              From: Benjamin Sugars <bsugars@canoe.ca>
20337              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
20338              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
20339      Branch: perl
20340            ! dump.c
20341 ____________________________________________________________________________
20342 [  9981] By: jhi                                   on 2001/05/03  23:20:05
20343         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
20344              From: Benjamin Sugars <bsugars@canoe.ca>
20345              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
20346              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
20347      Branch: perl
20348            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20349 ____________________________________________________________________________
20350 [  9980] By: jhi                                   on 2001/05/03  23:15:29
20351         Log: Integrate perlio.
20352      Branch: perl
20353           !> ext/Encode/Encode.pm
20354 ____________________________________________________________________________
20355 [  9979] By: jhi                                   on 2001/05/03  16:54:59
20356         Log: Install psed man page.
20357      Branch: perl
20358            ! installman
20359 ____________________________________________________________________________
20360 [  9978] By: jhi                                   on 2001/05/03  16:45:58
20361         Log: Remove unused files; noted by Sarathy.
20362      Branch: perl
20363            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
20364            ! MANIFEST
20365 ____________________________________________________________________________
20366 [  9977] By: jhi                                   on 2001/05/03  16:42:30
20367         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
20368              From: Andy Dougherty <doughera@lafayette.edu>
20369              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
20370              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
20371      Branch: perl
20372            ! INSTALL
20373 ____________________________________________________________________________
20374 [  9976] By: nick                                  on 2001/05/03  16:40:42
20375         Log: Allow $answer = encode($object,$text); like it says in docs.
20376      Branch: perlio
20377            ! ext/Encode/Encode.pm
20378 ____________________________________________________________________________
20379 [  9975] By: nick                                  on 2001/05/03  16:22:30
20380         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
20381              to be in scope (fair enough), and also a package variable (our) for eval to see it.
20382      Branch: perlio
20383            ! ext/Encode/Encode.pm
20384 ____________________________________________________________________________
20385 [  9974] By: nick                                  on 2001/05/03  15:48:17
20386         Log: Integrate mainline.
20387      Branch: perlio
20388           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
20389           +> t/lib/filter-simple.t t/lib/next.t
20390           !> (integrate 70 files)
20391 ____________________________________________________________________________
20392 [  9973] By: jhi                                   on 2001/05/03  13:09:09
20393         Log: Update Changes.
20394      Branch: perl
20395            ! Changes patchlevel.h
20396 ____________________________________________________________________________
20397 [  9972] By: jhi                                   on 2001/05/03  12:58:33
20398         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
20399              From: Prymmer/Kahn <pvhp@best.com>
20400              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
20401              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
20402      Branch: perl
20403            ! t/io/fflush.t
20404 ____________________________________________________________________________
20405 [  9971] By: jhi                                   on 2001/05/03  12:57:26
20406         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
20407              From: Prymmer/Kahn <pvhp@best.com>
20408              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
20409              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
20410      Branch: perl
20411            ! win32/FindExt.pm
20412 ____________________________________________________________________________
20413 [  9970] By: jhi                                   on 2001/05/03  02:42:46
20414         Log: Can't croak sans thread context, from Doug MacEachern.
20415      Branch: perl
20416            ! toke.c
20417 ____________________________________________________________________________
20418 [  9969] By: jhi                                   on 2001/05/03  01:23:48
20419         Log: Subject: Random input test and Perl
20420              From: Ilya Zakharevich <ilya@math.berkeley.edu>
20421              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
20422              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
20423      Branch: perl
20424            ! toke.c
20425 ____________________________________________________________________________
20426 [  9968] By: jhi                                   on 2001/05/02  22:17:21
20427         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
20428              From: Peter Prymmer <pvhp@forte.com>
20429              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
20430              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
20431      Branch: perl
20432            ! pod/perlfunc.pod pod/perlport.pod
20433 ____________________________________________________________________________
20434 [  9967] By: jhi                                   on 2001/05/02  20:12:45
20435         Log: Workaround for UTS compiler casting bug from Hal Morris.
20436      Branch: perl
20437            ! perl.h
20438 ____________________________________________________________________________
20439 [  9966] By: jhi                                   on 2001/05/02  18:31:37
20440         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
20441              From: Dan Sugalski <dan@sidhe.org>
20442              Date: Wed, 02 May 2001 15:23:22 -0400
20443              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
20444      Branch: perl
20445            ! perl.c vms/vms.c
20446 ____________________________________________________________________________
20447 [  9965] By: jhi                                   on 2001/05/02  18:21:29
20448         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
20449      Branch: perl
20450            ! pod/perlfunc.pod
20451 ____________________________________________________________________________
20452 [  9964] By: jhi                                   on 2001/05/02  18:15:01
20453         Log: Document large files in INSTALL, document also the %x
20454              limitation if not use64bitint, closes bug 20010326.007.
20455      Branch: perl
20456            ! INSTALL
20457 ____________________________________________________________________________
20458 [  9963] By: jhi                                   on 2001/05/02  17:24:47
20459         Log: perlmodlib tweaks; regen pods.
20460      Branch: perl
20461            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
20462            ! pod/perltoc.pod
20463 ____________________________________________________________________________
20464 [  9962] By: jhi                                   on 2001/05/02  17:14:00
20465         Log: Fix for a segfault, from Marc Lehmann.
20466      Branch: perl
20467            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
20468 ____________________________________________________________________________
20469 [  9961] By: jhi                                   on 2001/05/02  15:55:53
20470         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
20471              From: "Philip Newton" <pnewton@gmx.de>
20472              Date: Wed, 2 May 2001 18:39:03 +0200
20473              Message-ID: <3AF05447.15525.173B588@localhost>
20474      Branch: perl
20475            ! pod/perlop.pod
20476 ____________________________________________________________________________
20477 [  9960] By: jhi                                   on 2001/05/02  15:35:37
20478         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
20479              From: Dan Sugalski <dan@sidhe.org>
20480              Date: Wed, 02 May 2001 11:37:27 -0400
20481              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
20482      Branch: perl
20483            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
20484            ! thread.h vms/vms.c vms/vmsish.h
20485 ____________________________________________________________________________
20486 [  9959] By: jhi                                   on 2001/05/02  15:21:08
20487         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
20488              From: Benjamin Sugars <bsugars@canoe.ca>
20489              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
20490              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
20491      Branch: perl
20492            ! ext/PerlIO/Scalar/Scalar.xs
20493 ____________________________________________________________________________
20494 [  9958] By: jhi                                   on 2001/05/02  15:15:53
20495         Log: Bug in #9915, spotted by Mike Guy.
20496      Branch: perl
20497            ! installperl
20498 ____________________________________________________________________________
20499 [  9957] By: jhi                                   on 2001/05/02  13:26:01
20500         Log: Add a test for not griping about references as array
20501              indices if the reference has magic in it (overloaded
20502              methods).
20503      Branch: perl
20504            ! pod/perldiag.pod t/pragma/warn/pp_hot
20505 ____________________________________________________________________________
20506 [  9956] By: jhi                                   on 2001/05/02  13:07:01
20507         Log: Retracted a bit too much in #9952.
20508      Branch: perl
20509            ! t/pragma/sub_lval.t
20510 ____________________________________________________________________________
20511 [  9955] By: jhi                                   on 2001/05/02  13:05:38
20512         Log: Test for #9952.
20513      Branch: perl
20514            ! t/op/tie.t
20515 ____________________________________________________________________________
20516 [  9954] By: jhi                                   on 2001/05/02  11:48:18
20517         Log: Additional note on the encoding example: one cannot
20518              convert string constants in-place.
20519      Branch: perl
20520            ! ext/Encode/Encode.pm
20521 ____________________________________________________________________________
20522 [  9953] By: jhi                                   on 2001/05/02  11:43:51
20523         Log: Note that if you have recent enough Perl you already
20524              have Filter::Util::Call.
20525      Branch: perl
20526            ! lib/Filter/Simple.pm
20527 ____________________________________________________________________________
20528 [  9952] By: jhi                                   on 2001/05/02  11:31:53
20529         Log: Retract changes #8254 and #8255, causes coredump in
20530              'tie FH, "main"', reported by Abigail, culprit found by
20531              Benjamin Sugars.  Mirrors maintperl change #9950.
20532      Branch: perl
20533            ! op.c t/pragma/sub_lval.t
20534 ____________________________________________________________________________
20535 [  9951] By: jhi                                   on 2001/05/02  11:14:29
20536         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
20537      Branch: perl
20538            + t/lib/MyFilter.pm
20539 ____________________________________________________________________________
20540 [  9950] By: gsar                                  on 2001/05/02  03:17:11
20541         Log: revert integration of changes#8254,8255 in change#8620 (causes
20542              a coredump in C<tie FH, 'foo'>; the idea itself may need better
20543              rationalization)
20544      Branch: maint-5.6/perl
20545            ! op.c t/pragma/sub_lval.t
20546 ____________________________________________________________________________
20547 [  9949] By: gsar                                  on 2001/05/02  02:56:32
20548         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
20549              
20550              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20551              
20552              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20553      Branch: maint-5.6/perl
20554           !> hints/svr5.sh
20555 ____________________________________________________________________________
20556 [  9948] By: gsar                                  on 2001/05/02  02:49:15
20557         Log: pod/find.t breaks on VMS (from Craig Berry)
20558      Branch: maint-5.6/perl
20559            ! t/pod/find.t
20560 ____________________________________________________________________________
20561 [  9947] By: jhi                                   on 2001/05/02  02:43:09
20562         Log: Add an encoding conversion example.
20563      Branch: perl
20564            ! ext/Encode/Encode.pm
20565 ____________________________________________________________________________
20566 [  9946] By: jhi                                   on 2001/05/02  01:34:22
20567         Log: Another coat of paint but still nowhere finished.
20568              Need to decide on the semantics of strptime(): should
20569              strptime() be a function instead of a method?  To do
20570              the week/monthname-strptiming the i18n/l10n bullet needs
20571              to be bitten with gusto.
20572      Branch: perl
20573            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20574 ____________________________________________________________________________
20575 [  9945] By: jhi                                   on 2001/05/01  23:40:52
20576         Log: Update Changes.
20577      Branch: perl
20578            ! Changes patchlevel.h
20579 ____________________________________________________________________________
20580 [  9944] By: jhi                                   on 2001/05/01  23:33:37
20581         Log: Add known-to-be-tested modules to the list-to-be-skipped.
20582      Branch: perl
20583            ! t/lib/1_compile.t
20584 ____________________________________________________________________________
20585 [  9943] By: jhi                                   on 2001/05/01  23:24:40
20586         Log: Subject: BorlandC++ fix
20587              From: "Vadim Konovalov" <watman@inbox.ru>
20588              Date: Mon, 30 Apr 2001 20:12:26 -0700
20589              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
20590      Branch: perl
20591            ! win32/makefile.mk
20592 ____________________________________________________________________________
20593 [  9942] By: jhi                                   on 2001/05/01  23:18:02
20594         Log: Update to Filter::Simple 0.60, create a test for it.
20595      Branch: perl
20596            + t/lib/filter-simple.t
20597            ! MANIFEST lib/Filter/Simple.pm
20598 ____________________________________________________________________________
20599 [  9941] By: jhi                                   on 2001/05/01  19:47:24
20600         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
20601              From: Hugo <hv@crypt.compulink.co.uk>
20602              Date: Tue, 01 May 2001 20:12:20 +0100
20603              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
20604      Branch: perl
20605            ! pp_hot.c t/op/re_tests
20606 ____________________________________________________________________________
20607 [  9940] By: jhi                                   on 2001/05/01  19:42:16
20608         Log: Integrate perlio.
20609      Branch: perl
20610           !> lib/base.pm t/lib/fields.t
20611 ____________________________________________________________________________
20612 [  9939] By: jhi                                   on 2001/05/01  19:39:51
20613         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
20614              From: Benjamin Sugars <bsugars@canoe.ca>
20615              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
20616              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
20617      Branch: perl
20618            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20619 ____________________________________________________________________________
20620 [  9938] By: jhi                                   on 2001/05/01  19:34:09
20621         Log: Add NEXT, a pseudo-class for method redispatching.
20622              <Damian>NEXT.pm probably offers more bang-for-buck
20623              than anything else I've ever written.</Damian>
20624      Branch: perl
20625            + lib/NEXT.pm t/lib/next.t
20626            ! MANIFEST
20627 ____________________________________________________________________________
20628 [  9937] By: jhi                                   on 2001/05/01  19:21:41
20629         Log: Update to Switch 2.02.
20630      Branch: perl
20631            ! lib/Switch.pm t/lib/switch.t
20632 ____________________________________________________________________________
20633 [  9936] By: nick                                  on 2001/05/01  19:09:21
20634         Log: Fix for base.pm clobbering $VERSION
20635      Branch: perlio
20636            ! lib/base.pm
20637 ____________________________________________________________________________
20638 [  9935] By: nick                                  on 2001/05/01  18:54:38
20639         Log: Test for base.pm clobbering $VERSION.
20640      Branch: perlio
20641            ! t/lib/fields.t
20642 ____________________________________________________________________________
20643 [  9934] By: jhi                                   on 2001/05/01  18:39:10
20644         Log: Add information about Scalar::Util::blessed.
20645      Branch: perl
20646            ! pod/perlobj.pod
20647 ____________________________________________________________________________
20648 [  9933] By: jhi                                   on 2001/05/01  18:33:51
20649         Log: Subject: Extra UNIVERSAL documentation
20650              From: Mike Guy <mjtg@cam.ac.uk>
20651              Date: Tue, 01 May 2001 20:12:11 +0100
20652              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
20653      Branch: perl
20654            ! pod/perlobj.pod
20655 ____________________________________________________________________________
20656 [  9932] By: jhi                                   on 2001/05/01  18:26:54
20657         Log: Subject: Autoflush in tests as appropriate
20658              From: Mike Guy <mjtg@cam.ac.uk>
20659              Date: Tue, 01 May 2001 20:05:31 +0100
20660              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
20661      Branch: perl
20662            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
20663            ! t/op/taint.t
20664 ____________________________________________________________________________
20665 [  9931] By: jhi                                   on 2001/05/01  18:02:29
20666         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
20667              From: Benjamin Sugars <bsugars@canoe.ca>
20668              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
20669              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
20670      Branch: perl
20671            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20672 ____________________________________________________________________________
20673 [  9930] By: jhi                                   on 2001/05/01  15:12:26
20674         Log: Subject: Re: Finally got a round tuit
20675              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20676              Date: Tue, 01 May 2001 14:14:10 +0200
20677              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
20678              
20679              The -DP part, slightly modified.
20680      Branch: perl
20681            ! perl.c
20682 ____________________________________________________________________________
20683 [  9929] By: jhi                                   on 2001/05/01  14:17:15
20684         Log: Subject: Re: Finally got a round tuit
20685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20686              Date: Tue, 01 May 2001 16:34:06 +0200
20687              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
20688              
20689              cpp and optimization tweaks for HP-UX.
20690      Branch: perl
20691            ! hints/hpux.sh
20692 ____________________________________________________________________________
20693 [  9928] By: jhi                                   on 2001/05/01  13:24:20
20694         Log: Tune the scan_num() comments to reality.
20695      Branch: perl
20696            ! toke.c
20697 ____________________________________________________________________________
20698 [  9927] By: jhi                                   on 2001/05/01  13:14:01
20699         Log: Subject: [PATCH B::Deparse] optimised sort
20700              From: Robin Houston <robin@kitsite.com>
20701              Date: Tue, 1 May 2001 14:07:12 +0100
20702              Message-ID: <20010501140712.A4266@penderel>
20703      Branch: perl
20704            ! ext/B/B/Deparse.pm
20705 ____________________________________________________________________________
20706 [  9926] By: jhi                                   on 2001/05/01  13:10:53
20707         Log: Subject: [PATCH t/lib/b-deparse.t] 
20708              From: Robin Houston <robin@kitsite.com>
20709              Date: Tue, 1 May 2001 13:37:42 +0100
20710              Message-ID: <20010501133742.A4082@penderel>
20711      Branch: perl
20712            ! t/lib/b-deparse.t
20713 ____________________________________________________________________________
20714 [  9925] By: jhi                                   on 2001/05/01  13:10:13
20715         Log: Subject: [PATCH B::Deparse] for(;;), sort
20716              From: Robin Houston <robin@kitsite.com>
20717              Date: Tue, 1 May 2001 13:35:00 +0100
20718              Message-ID: <20010501133500.A4061@penderel>
20719      Branch: perl
20720            ! ext/B/B/Deparse.pm
20721 ____________________________________________________________________________
20722 [  9924] By: jhi                                   on 2001/05/01  13:09:22
20723         Log: Subject: [PATCH B::Deparse] do, warn, use
20724              From: Robin Houston <robin@kitsite.com>
20725              Date: Tue, 1 May 2001 13:31:03 +0100
20726              Message-ID: <20010501133103.A4041@penderel>
20727      Branch: perl
20728            ! ext/B/B/Deparse.pm
20729 ____________________________________________________________________________
20730 [  9923] By: jhi                                   on 2001/05/01  11:45:36
20731         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
20732              From: Benjamin Sugars <ben.sugars@home.com>
20733              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
20734              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
20735      Branch: perl
20736            + t/io/fflush.t
20737            ! MANIFEST
20738 ____________________________________________________________________________
20739 [  9922] By: jhi                                   on 2001/05/01  11:35:42
20740         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
20741              From: Peter Prymmer <pvhp@forte.com>
20742              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
20743              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
20744      Branch: perl
20745            ! t/lib/selfstubber.t
20746 ____________________________________________________________________________
20747 [  9921] By: jhi                                   on 2001/04/30  16:34:33
20748         Log: Subject: [PATCH B::Concise] suppress warning
20749              From: Robin Houston <robin@kitsite.com>
20750              Date: Mon, 30 Apr 2001 16:09:49 +0100
20751              Message-ID: <20010430160949.A25086@penderel>
20752      Branch: perl
20753            ! ext/B/B/Concise.pm
20754 ____________________________________________________________________________
20755 [  9920] By: jhi                                   on 2001/04/30  13:56:04
20756         Log: Strip the *markers* from #9919.
20757      Branch: perl
20758            ! pod/perlfaq.pod pod/perlfaq5.pod
20759 ____________________________________________________________________________
20760 [  9919] By: jhi                                   on 2001/04/30  13:54:04
20761         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
20762              From: Gwyn Judd <b.judd@xtra.co.nz>
20763              Date: Sun, 29 Apr 2001 01:47:49 +1200
20764              Message-ID: <20010429014749.A4418@thislove>
20765      Branch: perl
20766            ! pod/perlfaq.pod pod/perlfaq5.pod
20767 ____________________________________________________________________________
20768 [  9918] By: jhi                                   on 2001/04/30  13:13:54
20769         Log: More_tweakage.
20770      Branch: perl
20771            ! pod/perldata.pod pod/perldiag.pod
20772 ____________________________________________________________________________
20773 [  9917] By: jhi                                   on 2001/04/30  13:01:27
20774         Log: Update Changes.
20775      Branch: perl
20776            ! Changes patchlevel.h
20777 ____________________________________________________________________________
20778 [  9916] By: jhi                                   on 2001/04/30  12:57:03
20779         Log: T_w_e_a_k_a_g_e.
20780      Branch: perl
20781            ! pod/perldata.pod pod/perldiag.pod
20782 ____________________________________________________________________________
20783 [  9915] By: jhi                                   on 2001/04/30  12:39:29
20784         Log: Install s2p also as psed.
20785              
20786              TODO: psed documentation?
20787      Branch: perl
20788            ! installperl
20789 ____________________________________________________________________________
20790 [  9914] By: jhi                                   on 2001/04/30  12:29:21
20791         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
20792              From: Jens Hamisch <jens@Strawberry.COM>
20793              Date: Fri, 27 Apr 2001 17:00:36 +0200
20794              Message-ID: <20010427170036.K1372@Strawberry.COM>
20795              
20796              SOCKS5_VERSION_NAME is the right symbol to detect
20797              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
20798              function called socks5_init() is available, and even that is
20799              not universal, most SOCKS5 installations use SOCKSinit()).
20800      Branch: perl
20801            ! perlio.c
20802 ____________________________________________________________________________
20803 [  9913] By: jhi                                   on 2001/04/30  12:22:15
20804         Log: Allow a zero timeout on IO::Socket accept and connect--
20805              though one really shouldn't do that.  Based on
20806              
20807              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
20808              From: "John Holdsworth" <coldwave@bigfoot.com>
20809              Date: Sun, 4 Feb 2001 12:48:18 +0100
20810              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
20811      Branch: perl
20812            ! ext/IO/lib/IO/Socket.pm
20813 ____________________________________________________________________________
20814 [  9912] By: jhi                                   on 2001/04/30  11:27:27
20815         Log: Save the spot of regprev (see #9911) for binary compatibility;
20816              regen API.
20817      Branch: perl
20818            ! embedvar.h perlapi.h thrdvar.h
20819 ____________________________________________________________________________
20820 [  9911] By: jhi                                   on 2001/04/30  11:22:03
20821         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
20822              From: Hugo <hv@crypt.compulink.co.uk>
20823              Date: Sun, 29 Apr 2001 17:09:30 +0100
20824              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
20825      Branch: perl
20826            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
20827 ____________________________________________________________________________
20828 [  9910] By: jhi                                   on 2001/04/30  11:15:12
20829         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
20830              a dummy for PL_numeric_radix); no pressing reason to break
20831              binary compatibility; regen API.
20832      Branch: perl
20833            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
20834            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
20835 ____________________________________________________________________________
20836 [  9909] By: jhi                                   on 2001/04/30  10:56:08
20837         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
20838              From: Walt Mankowski <waltman@netaxs.com>
20839              Date: Sun, 29 Apr 2001 21:53:48 -0400
20840              Message-ID: <20010429215348.A3971@netaxs.com>
20841      Branch: perl
20842            ! pod/perlfunc.pod
20843 ____________________________________________________________________________
20844 [  9908] By: jhi                                   on 2001/04/30  10:49:40
20845         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
20846      Branch: perl
20847            ! t/lib/selfstubber.t
20848 ____________________________________________________________________________
20849 [  9907] By: nick                                  on 2001/04/30  09:26:50
20850         Log: Integrate mainline.
20851      Branch: perlio
20852           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
20853 ____________________________________________________________________________
20854 [  9906] By: jhi                                   on 2001/04/29  23:24:20
20855         Log: Abigail spotted a thinko in #9905.
20856      Branch: perl
20857            ! pod/perldiag.pod
20858 ____________________________________________________________________________
20859 [  9905] By: jhi                                   on 2001/04/29  15:55:39
20860         Log: Changed the underscore/undebar syntax in numeric constants;
20861              now any grouping will do, as long as the underscores are not
20862              consecutive (so "zero-grouping" is out), and they do not begin
20863              or end the integer or fractional parts.
20864      Branch: perl
20865            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
20866 ____________________________________________________________________________
20867 [  9904] By: nick                                  on 2001/04/29  15:43:22
20868         Log: Integrate mainline.
20869      Branch: perlio
20870           +> (branch 98 files)
20871            - lib/unicode/Block.pl
20872            - lib/unicode/In/AlphabeticPresentationForms.pl
20873            - lib/unicode/In/Arabic.pl
20874            - lib/unicode/In/ArabicPresentationForms-A.pl
20875            - lib/unicode/In/ArabicPresentationForms-B.pl
20876            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20877            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20878            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20879            - lib/unicode/In/BopomofoExtended.pl
20880            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
20881            - lib/unicode/In/CJKCompatibility.pl
20882            - lib/unicode/In/CJKCompatibilityForms.pl
20883            - lib/unicode/In/CJKCompatibilityIdeographs.pl
20884            - lib/unicode/In/CJKRadicalsSupplement.pl
20885            - lib/unicode/In/CJKSymbolsandPunctuation.pl
20886            - lib/unicode/In/CJKUnifiedIdeographs.pl
20887            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
20888            - lib/unicode/In/Cherokee.pl
20889            - lib/unicode/In/CombiningDiacriticalMarks.pl
20890            - lib/unicode/In/CombiningHalfMarks.pl
20891            - lib/unicode/In/CombiningMarksforSymbols.pl
20892            - lib/unicode/In/ControlPictures.pl
20893            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20894            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20895            - lib/unicode/In/EnclosedAlphanumerics.pl
20896            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
20897            - lib/unicode/In/Ethiopic.pl
20898            - lib/unicode/In/GeneralPunctuation.pl
20899            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20900            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20901            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20902            - lib/unicode/In/HalfwidthandFullwidthForms.pl
20903            - lib/unicode/In/HangulCompatibilityJamo.pl
20904            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20905            - lib/unicode/In/Hebrew.pl
20906            - lib/unicode/In/HighPrivateUseSurrogates.pl
20907            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20908            - lib/unicode/In/IPAExtensions.pl
20909            - lib/unicode/In/IdeographicDescriptionCharacters.pl
20910            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
20911            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20912            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
20913            - lib/unicode/In/Latin-1Supplement.pl
20914            - lib/unicode/In/LatinExtended-A.pl
20915            - lib/unicode/In/LatinExtended-B.pl
20916            - lib/unicode/In/LatinExtendedAdditional.pl
20917            - lib/unicode/In/LetterlikeSymbols.pl
20918            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20919            - lib/unicode/In/MathematicalOperators.pl
20920            - lib/unicode/In/MiscellaneousSymbols.pl
20921            - lib/unicode/In/MiscellaneousTechnical.pl
20922            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
20923            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
20924            - lib/unicode/In/OpticalCharacterRecognition.pl
20925            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20926            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
20927            - lib/unicode/In/SmallFormVariants.pl
20928            - lib/unicode/In/SpacingModifierLetters.pl
20929            - lib/unicode/In/Specials.pl
20930            - lib/unicode/In/SuperscriptsandSubscripts.pl
20931            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
20932            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
20933            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20934            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
20935            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
20936           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
20937           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
20938           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
20939           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
20940           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
20941           !> utf8.c win32/Makefile
20942 ____________________________________________________________________________
20943 [  9903] By: jhi                                   on 2001/04/29  14:30:53
20944         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
20945              From: Prymmer/Kahn <pvhp@best.com>
20946              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
20947              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
20948      Branch: perl
20949            ! win32/Makefile
20950 ____________________________________________________________________________
20951 [  9902] By: jhi                                   on 2001/04/29  02:52:44
20952         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
20953              From: "Abigail" <abigail@foad.org>
20954              Date: Sun, 29 Apr 2001 03:14:25 +0200
20955              Message-ID: <20010429011425.24503.qmail@foad.org>
20956      Branch: perl
20957            ! ext/IO/lib/IO/Seekable.pm
20958 ____________________________________________________________________________
20959 [  9901] By: jhi                                   on 2001/04/29  02:04:46
20960         Log: In character classes one couldn't have 0x80..0xff characters
20961              at the left hand side if there were 0x100.. characters in the
20962              character class.
20963      Branch: perl
20964            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
20965            ! t/op/pat.t utf8.c
20966 ____________________________________________________________________________
20967 [  9900] By: jhi                                   on 2001/04/28  22:55:04
20968         Log: Forgot the latest mktables.PL from #9899.
20969      Branch: perl
20970            ! lib/unicode/mktables.PL
20971 ____________________________________________________________________________
20972 [  9899] By: jhi                                   on 2001/04/28  22:53:28
20973         Log: Explain the \p{} and \P{} error message better and
20974              have prettier prettyprint in In.pl.
20975      Branch: perl
20976            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
20977            ! pod/perldiag.pod
20978 ____________________________________________________________________________
20979 [  9898] By: jhi                                   on 2001/04/28  21:03:34
20980         Log: Add one possible explanation for the "Invalid [] range" error.
20981      Branch: perl
20982            ! pod/perldiag.pod
20983 ____________________________________________________________________________
20984 [  9897] By: jhi                                   on 2001/04/28  17:18:26
20985         Log: Add a level of indirection to the implementation of \p{InFoo}
20986              so that we don't have to have long filenames.  (Nothing changes
20987              in the user interface.)   The indirection is defined in
20988              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
20989              Also rename some the character classes by removing '-' from
20990              the classnames, and finally renamed Block.pl as Blocks.pl.
20991      Branch: perl
20992            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
20993            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
20994            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
20995            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
20996            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
20997            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
20998            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
20999            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
21000            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
21001            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
21002            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
21003            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
21004            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
21005            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
21006            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
21007            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
21008            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
21009            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
21010            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
21011            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
21012            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
21013            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
21014            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
21015            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
21016            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
21017            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
21018            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
21019            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
21020            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
21021            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
21022            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
21023            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
21024            + lib/unicode/In/94.pl lib/unicode/In/95.pl
21025            - lib/unicode/Block.pl
21026            - lib/unicode/In/AlphabeticPresentationForms.pl
21027            - lib/unicode/In/Arabic.pl
21028            - lib/unicode/In/ArabicPresentationForms-A.pl
21029            - lib/unicode/In/ArabicPresentationForms-B.pl
21030            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21031            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21032            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21033            - lib/unicode/In/BopomofoExtended.pl
21034            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
21035            - lib/unicode/In/CJKCompatibility.pl
21036            - lib/unicode/In/CJKCompatibilityForms.pl
21037            - lib/unicode/In/CJKCompatibilityIdeographs.pl
21038            - lib/unicode/In/CJKRadicalsSupplement.pl
21039            - lib/unicode/In/CJKSymbolsandPunctuation.pl
21040            - lib/unicode/In/CJKUnifiedIdeographs.pl
21041            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
21042            - lib/unicode/In/Cherokee.pl
21043            - lib/unicode/In/CombiningDiacriticalMarks.pl
21044            - lib/unicode/In/CombiningHalfMarks.pl
21045            - lib/unicode/In/CombiningMarksforSymbols.pl
21046            - lib/unicode/In/ControlPictures.pl
21047            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21048            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21049            - lib/unicode/In/EnclosedAlphanumerics.pl
21050            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
21051            - lib/unicode/In/Ethiopic.pl
21052            - lib/unicode/In/GeneralPunctuation.pl
21053            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21054            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21055            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21056            - lib/unicode/In/HalfwidthandFullwidthForms.pl
21057            - lib/unicode/In/HangulCompatibilityJamo.pl
21058            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21059            - lib/unicode/In/Hebrew.pl
21060            - lib/unicode/In/HighPrivateUseSurrogates.pl
21061            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21062            - lib/unicode/In/IPAExtensions.pl
21063            - lib/unicode/In/IdeographicDescriptionCharacters.pl
21064            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
21065            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21066            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
21067            - lib/unicode/In/Latin-1Supplement.pl
21068            - lib/unicode/In/LatinExtended-A.pl
21069            - lib/unicode/In/LatinExtended-B.pl
21070            - lib/unicode/In/LatinExtendedAdditional.pl
21071            - lib/unicode/In/LetterlikeSymbols.pl
21072            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21073            - lib/unicode/In/MathematicalOperators.pl
21074            - lib/unicode/In/MiscellaneousSymbols.pl
21075            - lib/unicode/In/MiscellaneousTechnical.pl
21076            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
21077            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
21078            - lib/unicode/In/OpticalCharacterRecognition.pl
21079            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21080            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
21081            - lib/unicode/In/SmallFormVariants.pl
21082            - lib/unicode/In/SpacingModifierLetters.pl
21083            - lib/unicode/In/Specials.pl
21084            - lib/unicode/In/SuperscriptsandSubscripts.pl
21085            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
21086            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
21087            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21088            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
21089            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
21090            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
21091            ! pod/perlunicode.pod
21092 ____________________________________________________________________________
21093 [  9896] By: jhi                                   on 2001/04/28  14:33:17
21094         Log: Update the information on shared library path on HP-UX.
21095      Branch: perl
21096            ! INSTALL
21097 ____________________________________________________________________________
21098 [  9895] By: jhi                                   on 2001/04/28  14:32:30
21099         Log: Because #9894 seems to do the trick, this workaround can be removed.
21100      Branch: perl
21101            ! t/lib/selfstubber.t
21102 ____________________________________________________________________________
21103 [  9894] By: jhi                                   on 2001/04/28  14:26:13
21104         Log: For PerlIO flush the children's file handles (on fork/exec/system).
21105      Branch: perl
21106            ! perl.h
21107 ____________________________________________________________________________
21108 [  9893] By: jhi                                   on 2001/04/28  14:23:15
21109         Log: Test tweak for #9891.
21110      Branch: perl
21111            ! t/lib/b-deparse.t
21112 ____________________________________________________________________________
21113 [  9892] By: jhi                                   on 2001/04/28  14:10:13
21114         Log: New HP-UX hints from Merijn.
21115      Branch: perl
21116            ! hints/hpux.sh
21117 ____________________________________________________________________________
21118 [  9891] By: jhi                                   on 2001/04/28  14:07:27
21119         Log: Subject: [PATCH B::Deparse] non-block scopes
21120              From: Robin Houston <robin@kitsite.com>
21121              Date: Fri, 27 Apr 2001 19:15:14 +0100
21122              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
21123      Branch: perl
21124            ! ext/B/B/Deparse.pm
21125 ____________________________________________________________________________
21126 [  9890] By: nick                                  on 2001/04/27  19:41:25
21127         Log: Integrate mainline
21128      Branch: perlio
21129           +> t/lib/selfstubber.t
21130           !> (integrate 50 files)
21131 ____________________________________________________________________________
21132 [  9889] By: jhi                                   on 2001/04/27  18:23:46
21133         Log: Subject: Re: selfstubber test fail on bleadperl
21134              From: Mike Guy <mjtg@cam.ac.uk>
21135              Date: Fri, 27 Apr 2001 19:31:18 +0100
21136              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
21137      Branch: perl
21138            ! t/lib/selfstubber.t
21139 ____________________________________________________________________________
21140 [  9888] By: jhi                                   on 2001/04/27  16:20:54
21141         Log: Test tweak for #9886.
21142      Branch: perl
21143            ! t/lib/b-deparse.t
21144 ____________________________________________________________________________
21145 [  9887] By: jhi                                   on 2001/04/27  16:16:33
21146         Log: Buffering issue at least in Solaris (even with perlio).
21147      Branch: perl
21148            ! t/lib/selfstubber.t
21149 ____________________________________________________________________________
21150 [  9886] By: jhi                                   on 2001/04/27  14:59:23
21151         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
21152              From: Robin Houston <robin@kitsite.com>
21153              Date: Fri, 27 Apr 2001 16:53:20 +0100
21154              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
21155      Branch: perl
21156            ! ext/B/B/Deparse.pm
21157 ____________________________________________________________________________
21158 [  9885] By: jhi                                   on 2001/04/27  14:23:51
21159         Log: Update Changes.
21160      Branch: perl
21161            ! Changes patchlevel.h
21162 ____________________________________________________________________________
21163 [  9884] By: jhi                                   on 2001/04/27  14:14:12
21164         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
21165              From: "Philip Newton" <pnewton@gmx.de>
21166              Date: Fri, 27 Apr 2001 16:40:13 +0200
21167              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
21168      Branch: perl
21169            ! pod/perldata.pod
21170 ____________________________________________________________________________
21171 [  9883] By: jhi                                   on 2001/04/27  13:28:19
21172         Log: Add LOG_PERROR; prettify the "removed".
21173      Branch: perl
21174            ! ext/Sys/Syslog/Syslog.xs
21175 ____________________________________________________________________________
21176 [  9882] By: jhi                                   on 2001/04/27  13:13:18
21177         Log: h2xs tweaks: use NV instead of double, "quote" the removed
21178              prefixes for clarity (especially when nothing is removed),
21179              slight pod reformats.
21180      Branch: perl
21181            ! utils/h2xs.PL
21182 ____________________________________________________________________________
21183 [  9881] By: jhi                                   on 2001/04/27  12:58:48
21184         Log: Don't bother creating existing directories.
21185      Branch: perl
21186            ! utils/h2xs.PL
21187 ____________________________________________________________________________
21188 [  9880] By: jhi                                   on 2001/04/27  12:45:39
21189         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
21190              From: Mike Schilli <m@perlmeister.com>
21191              Date: Wed, 25 Apr 2001 01:29:21 -0700
21192              Message-id: <3AE68AE1.6A981723@perlmeister.com>
21193      Branch: perl
21194            ! utils/h2xs.PL
21195 ____________________________________________________________________________
21196 [  9879] By: jhi                                   on 2001/04/27  12:40:55
21197         Log: break is not yet Perl.  Added the template license also to README.
21198      Branch: perl
21199            ! utils/h2xs.PL
21200 ____________________________________________________________________________
21201 [  9878] By: jhi                                   on 2001/04/27  03:08:20
21202         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
21203              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21204              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
21205              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
21206      Branch: perl
21207            ! t/lib/xs-typemap.t
21208 ____________________________________________________________________________
21209 [  9877] By: jhi                                   on 2001/04/26  23:54:40
21210         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
21211              From: "Abigail" <abigail@foad.org>
21212              Date: Fri, 27 Apr 2001 01:44:28 +0200
21213              Message-ID: <20010426234428.19786.qmail@foad.org>
21214      Branch: perl
21215            ! utils/h2xs.PL
21216 ____________________________________________________________________________
21217 [  9876] By: jhi                                   on 2001/04/26  23:52:06
21218         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
21219              From: Peter Prymmer <pvhp@forte.com>
21220              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
21221              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
21222      Branch: perl
21223            ! t/lib/selfstubber.t
21224 ____________________________________________________________________________
21225 [  9875] By: jhi                                   on 2001/04/26  23:48:10
21226         Log: Deparse nits.
21227      Branch: perl
21228            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
21229 ____________________________________________________________________________
21230 [  9874] By: jhi                                   on 2001/04/26  22:46:05
21231         Log: Document ANYOF_CLASS.
21232      Branch: perl
21233            ! regcomp.h
21234 ____________________________________________________________________________
21235 [  9873] By: jhi                                   on 2001/04/26  22:35:03
21236         Log: Subject: Re: [PATCH @9846] dumping ANYOF
21237              From: Hugo <hv@crypt.compulink.co.uk>
21238              Date: Thu, 26 Apr 2001 23:33:38 +0100
21239              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
21240      Branch: perl
21241            ! regcomp.c regcomp.h
21242 ____________________________________________________________________________
21243 [  9872] By: jhi                                   on 2001/04/26  22:34:31
21244         Log: Subject: [PATCH] more for Devel::SelfStubber
21245              From: Nicholas Clark <nick@ccl4.org>
21246              Date: Fri, 27 Apr 2001 00:13:52 +0100
21247              Message-ID: <20010427001351.K88186@plum.flirble.org>
21248      Branch: perl
21249            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
21250 ____________________________________________________________________________
21251 [  9871] By: jhi                                   on 2001/04/26  21:59:17
21252         Log: Subject: [PATCH B::Deparse] formats must be flush left
21253              From: Robin Houston <robin@kitsite.com>
21254              Date: Thu, 26 Apr 2001 23:54:29 +0100
21255              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
21256      Branch: perl
21257            ! ext/B/B/Deparse.pm
21258 ____________________________________________________________________________
21259 [  9870] By: jhi                                   on 2001/04/26  21:57:37
21260         Log: If some of the constants are prefixes of others,
21261              the prefixes may never get recognized.  (See 20010426.006.)
21262      Branch: perl
21263            ! utils/h2xs.PL
21264 ____________________________________________________________________________
21265 [  9869] By: jhi                                   on 2001/04/26  21:50:42
21266         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
21267              From: Chris Bongaarts <cab@tc.umn.edu>
21268              Date: Thu, 26 Apr 2001 17:10:31 -0500
21269              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
21270      Branch: perl
21271            ! ext/Sys/Syslog/Syslog.xs
21272 ____________________________________________________________________________
21273 [  9868] By: jhi                                   on 2001/04/26  21:35:12
21274         Log: Further cuts and more docs from Graham Barr.
21275      Branch: perl
21276            ! ext/List/Util/lib/List/Util.pm
21277            ! ext/List/Util/lib/Scalar/Util.pm
21278 ____________________________________________________________________________
21279 [  9867] By: jhi                                   on 2001/04/26  21:18:57
21280         Log: Subject: [PATCH 5.7.1] DB_File-1.77
21281              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
21282              Date: Thu, 26 Apr 2001 22:37:53 +0100
21283              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
21284      Branch: perl
21285            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21286            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21287 ____________________________________________________________________________
21288 [  9866] By: jhi                                   on 2001/04/26  21:12:31
21289         Log: Subject: [PATCH B::Deparse] fix easy bugs
21290              From: Robin Houston <robin@kitsite.com>
21291              Date: Thu, 26 Apr 2001 23:03:33 +0100
21292              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
21293      Branch: perl
21294            ! ext/B/B/Deparse.pm
21295 ____________________________________________________________________________
21296 [  9865] By: jhi                                   on 2001/04/26  20:26:13
21297         Log: Update Changes.
21298      Branch: perl
21299            ! Changes patchlevel.h
21300 ____________________________________________________________________________
21301 [  9864] By: jhi                                   on 2001/04/26  19:27:48
21302         Log: Dethinko from Robin Houston.
21303      Branch: perl
21304            ! ext/B/B/Deparse.pm
21305 ____________________________________________________________________________
21306 [  9863] By: jhi                                   on 2001/04/26  19:10:35
21307         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
21308              From: Robin Houston <robin@kitsite.com>
21309              Date: Thu, 26 Apr 2001 21:08:32 +0100
21310              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
21311      Branch: perl
21312            ! ext/B/B/Deparse.pm
21313 ____________________________________________________________________________
21314 [  9862] By: jhi                                   on 2001/04/26  19:04:23
21315         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21316              From: Robin Houston <robin@kitsite.com>
21317              Date: Thu, 26 Apr 2001 20:52:50 +0100
21318              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
21319      Branch: perl
21320            ! ext/B/B/Deparse.pm
21321 ____________________________________________________________________________
21322 [  9861] By: jhi                                   on 2001/04/26  18:56:14
21323         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
21324              From: Mike Guy <mjtg@cam.ac.uk>
21325              Date: Thu, 26 Apr 2001 14:22:40 +0100
21326              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
21327      Branch: perl
21328            ! pod/perlobj.pod
21329 ____________________________________________________________________________
21330 [  9860] By: jhi                                   on 2001/04/26  18:46:42
21331         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21332              From: Robin Houston <robin@kitsite.com>
21333              Date: Thu, 26 Apr 2001 20:34:29 +0100
21334              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
21335              
21336              Hashes do not interpolate.
21337      Branch: perl
21338            ! ext/B/B/Deparse.pm
21339 ____________________________________________________________________________
21340 [  9859] By: jhi                                   on 2001/04/26  18:43:51
21341         Log: Subject: The Time::Piece conspiracy unmasked!!!
21342              From: Mike Guy <mjtg@cam.ac.uk>
21343              Date: Thu, 26 Apr 2001 19:02:50 +0100
21344              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
21345              
21346              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
21347              From: Mike Guy <mjtg@cam.ac.uk>
21348              Date: Thu, 26 Apr 2001 19:08:21 +0100
21349              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
21350              
21351              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
21352              From: Graham Barr <gbarr@pobox.com>
21353              Date: Thu, 26 Apr 2001 19:12:03 +0100
21354              Message-ID: <20010426191203.A70835@pobox.com>
21355              
21356              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
21357      Branch: perl
21358            ! ext/List/Util/lib/List/Util.pm
21359            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
21360 ____________________________________________________________________________
21361 [  9858] By: jhi                                   on 2001/04/26  18:17:42
21362         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
21363              From: Robin Houston <robin@kitsite.com>
21364              Date: Thu, 26 Apr 2001 16:09:35 +0100
21365              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
21366      Branch: perl
21367            ! t/comp/proto.t
21368 ____________________________________________________________________________
21369 [  9857] By: jhi                                   on 2001/04/26  18:04:59
21370         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
21371              From: barries <barries@slaysys.com>
21372              Date: Thu, 26 Apr 2001 12:01:10 -0400
21373              Message-ID: <20010426120110.E29698@jester.slaysys.com>
21374      Branch: perl
21375            ! pod/perldiag.pod
21376 ____________________________________________________________________________
21377 [  9856] By: jhi                                   on 2001/04/26  18:03:33
21378         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
21379              Date: Thu, 26 Apr 2001 17:13:41 +0100
21380              From: Robin Houston <robin@kitsite.com>
21381              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
21382              
21383              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
21384              From: Robin Houston <robin@kitsite.com>
21385              Date: Thu, 26 Apr 2001 18:44:29 +0100
21386              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
21387      Branch: perl
21388            ! ext/B/B/Deparse.pm
21389 ____________________________________________________________________________
21390 [  9855] By: jhi                                   on 2001/04/26  17:56:04
21391         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
21392              From: Robin Houston <robin@kitsite.com>
21393              Date: Thu, 26 Apr 2001 17:04:08 +0100
21394              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
21395      Branch: perl
21396            ! ext/B/B/Deparse.pm
21397 ____________________________________________________________________________
21398 [  9854] By: jhi                                   on 2001/04/26  17:47:26
21399         Log: Subject: Re: Short test case for undef %stash:: crash
21400              From: Benjamin Sugars <bsugars@canoe.ca> 
21401              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
21402              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
21403              Changed and moved the perldiag entry.
21404      Branch: perl
21405            ! gv.c pod/perldiag.pod
21406 ____________________________________________________________________________
21407 [  9853] By: jhi                                   on 2001/04/26  14:35:16
21408         Log: Beginnings of strptime().  Do not touch the wet paint.
21409      Branch: perl
21410            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
21411 ____________________________________________________________________________
21412 [  9852] By: jhi                                   on 2001/04/26  13:17:21
21413         Log: Retract #9851, core dumps from pod2man.
21414      Branch: perl
21415            ! regcomp.c
21416 ____________________________________________________________________________
21417 [  9851] By: jhi                                   on 2001/04/26  11:54:41
21418         Log: (Retracted by #9852.)
21419              
21420              Subject: [PATCH @9846] dumping ANYOF
21421              From: Hugo <hv@crypt.compulink.co.uk>
21422              Date: Thu, 26 Apr 2001 05:32:38 +0100
21423              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
21424      Branch: perl
21425            ! regcomp.c
21426 ____________________________________________________________________________
21427 [  9850] By: jhi                                   on 2001/04/26  02:34:44
21428         Log: If ccflags was empty the _previous_ $* containing all the
21429              environment variables and Configure variables was used,
21430              which lead, among other bad things, into $ccflags being your
21431              uname -a output, which lead into test compile with cc failing,
21432              which lead into gcc being selected, which didn't work that well
21433              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
21434              with large files, et cetera.
21435      Branch: perl
21436            ! hints/hpux.sh
21437 ____________________________________________________________________________
21438 [  9849] By: jhi                                   on 2001/04/26  01:44:57
21439         Log: Make selfstubber test more portable.
21440      Branch: perl
21441            ! t/lib/selfstubber.t
21442 ____________________________________________________________________________
21443 [  9848] By: jhi                                   on 2001/04/26  00:50:26
21444         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
21445              From: Benjamin Sugars <ben.sugars@home.com>
21446              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
21447              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
21448      Branch: perl
21449            ! ext/Cwd/Cwd.xs
21450 ____________________________________________________________________________
21451 [  9847] By: jhi                                   on 2001/04/26  00:46:58
21452         Log: Subject: [PATCH: perl@9841] VMS updates
21453              From: Peter Prymmer <pvhp@forte.com>
21454              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
21455              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
21456      Branch: perl
21457            ! README.vms configure.com vms/descrip_mms.template
21458            ! vms/ext/filespec.t
21459 ____________________________________________________________________________
21460 [  9846] By: jhi                                   on 2001/04/26  00:11:56
21461         Log: re 'debug' was broken by #9084.
21462      Branch: perl
21463            ! ext/re/re.xs
21464 ____________________________________________________________________________
21465 [  9845] By: jhi                                   on 2001/04/25  22:33:17
21466         Log: Subject: [PATCH] test for Devel::SelfStubber
21467              From: Nicholas Clark <nick@ccl4.org>
21468              Date: Thu, 26 Apr 2001 00:00:54 +0100
21469              Message-ID: <20010426000054.D89026@plum.flirble.org>
21470      Branch: perl
21471            + t/lib/selfstubber.t
21472            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
21473 ____________________________________________________________________________
21474 [  9844] By: jhi                                   on 2001/04/25  22:29:32
21475         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
21476              From: Paul Johnson <paul@pjcj.net>
21477              Date: Thu, 26 Apr 2001 00:46:08 +0200
21478              Message-ID: <20010426004608.H2338@pjcj.net>
21479      Branch: perl
21480            ! ext/B/B/Concise.pm
21481 ____________________________________________________________________________
21482 [  9843] By: jhi                                   on 2001/04/25  22:28:28
21483         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
21484              From: Peter Prymmer <pvhp@forte.com>
21485              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
21486              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
21487      Branch: perl
21488            ! ext/Cwd/Cwd.xs
21489 ____________________________________________________________________________
21490 [  9842] By: jhi                                   on 2001/04/25  20:58:12
21491         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
21492              From: John Peacock <jpeacock@rowman.com>
21493              Date: Wed, 25 Apr 2001 17:30:26 -0400
21494              Message-ID: <3AE741F2.B3217464@rowman.com>
21495      Branch: perl
21496            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21497 ____________________________________________________________________________
21498 [  9841] By: jhi                                   on 2001/04/25  20:07:05
21499         Log: Update Changes.
21500      Branch: perl
21501            ! Changes patchlevel.h
21502 ____________________________________________________________________________
21503 [  9840] By: jhi                                   on 2001/04/25  19:56:51
21504         Log: Yet another HP-UX hints version from Merijn.
21505      Branch: perl
21506            ! hints/hpux.sh
21507 ____________________________________________________________________________
21508 [  9839] By: jhi                                   on 2001/04/25  19:53:04
21509         Log: abs_path() didn't terminate the filename correctly,
21510              in DIRNAMLENless systems like HP-UX this would fail.
21511      Branch: perl
21512            ! ext/Cwd/Cwd.xs
21513 ____________________________________________________________________________
21514 [  9838] By: jhi                                   on 2001/04/25  16:37:26
21515         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
21516              From: Mike Guy <mjtg@cam.ac.uk>
21517              Date: Wed, 25 Apr 2001 18:31:47 +0100
21518              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
21519      Branch: perl
21520            ! op.c
21521 ____________________________________________________________________________
21522 [  9837] By: jhi                                   on 2001/04/25  16:21:53
21523         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
21524              From: Jon Eveland <jweveland@yahoo.com>
21525              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
21526              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
21527      Branch: perl
21528            ! lib/perl5db.pl
21529 ____________________________________________________________________________
21530 [  9836] By: jhi                                   on 2001/04/25  14:17:50
21531         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
21532              From: "Philip Newton" <pnewton@gmx.de>
21533              Date: Wed, 25 Apr 2001 17:05:58 +0200
21534              Message-ID: <3AE703F6.3234.1833C45@localhost>
21535      Branch: perl
21536            ! Porting/patching.pod
21537 ____________________________________________________________________________
21538 [  9835] By: jhi                                   on 2001/04/25  13:58:07
21539         Log: It would seem that both ar and full_ar need to be overridden
21540              for HP-UX to avoid the GNU ar.
21541      Branch: perl
21542            ! hints/hpux.sh
21543 ____________________________________________________________________________
21544 [  9834] By: jhi                                   on 2001/04/25  13:50:40
21545         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
21546              From: "Philip Newton" <pnewton@gmx.de>
21547              Date: Wed, 25 Apr 2001 16:09:23 +0200
21548              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
21549              
21550              Detypo.
21551      Branch: perl
21552            ! t/op/misc.t
21553 ____________________________________________________________________________
21554 [  9833] By: jhi                                   on 2001/04/25  12:36:11
21555         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
21556      Branch: perl
21557            ! hints/hpux.sh
21558 ____________________________________________________________________________
21559 [  9832] By: jhi                                   on 2001/04/25  12:33:36
21560         Log: New version of HP-UX hints from Merijn.
21561      Branch: perl
21562            ! hints/hpux.sh
21563 ____________________________________________________________________________
21564 [  9831] By: jhi                                   on 2001/04/25  03:39:45
21565         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
21566      Branch: perl
21567            ! hints/hpux.sh
21568 ____________________________________________________________________________
21569 [  9830] By: jhi                                   on 2001/04/25  02:53:25
21570         Log: The tzname[] bit is not needed by util.c -- and causes
21571              heartburn in VMS (and it missing was probably the cause of
21572              the Mac OS X trouble).  Ouch.
21573      Branch: perl
21574            ! ext/POSIX/POSIX.xs util.c
21575 ____________________________________________________________________________
21576 [  9829] By: jhi                                   on 2001/04/25  00:10:06
21577         Log: Metaconfig unit change for #9828.
21578      Branch: metaconfig
21579            ! U/compline/ccflags.U
21580 ____________________________________________________________________________
21581 [  9828] By: jhi                                   on 2001/04/25  00:04:18
21582         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
21583              (which is actually the reason for the change, we need to pass
21584              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
21585              EP/IX, OS/2, and TitanOS, based on the hints files.
21586      Branch: perl
21587            ! Configure config_h.SH
21588 ____________________________________________________________________________
21589 [  9827] By: jhi                                   on 2001/04/24  23:49:20
21590         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
21591              the $cat must have an absolute path.
21592      Branch: perl
21593            ! makedepend.SH
21594 ____________________________________________________________________________
21595 [  9826] By: jhi                                   on 2001/04/24  23:40:53
21596         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
21597      Branch: perl
21598            ! README.amiga
21599 ____________________________________________________________________________
21600 [  9825] By: jhi                                   on 2001/04/24  23:35:35
21601         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
21602              From: "Philip Newton" <pnewton@gmx.de>
21603              Date: Tue, 24 Apr 2001 18:52:49 +0200
21604              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
21605      Branch: perl
21606            ! x2p/find2perl.PL
21607 ____________________________________________________________________________
21608 [  9824] By: jhi                                   on 2001/04/24  23:33:07
21609         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
21610              Some gcc specifics dropped out due to extensive rewriting;
21611              will be put back later as needed.
21612      Branch: perl
21613            ! hints/hpux.sh
21614 ____________________________________________________________________________
21615 [  9823] By: jhi                                   on 2001/04/24  23:27:57
21616         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
21617      Branch: perl
21618            ! ext/POSIX/POSIX.xs
21619 ____________________________________________________________________________
21620 [  9822] By: jhi                                   on 2001/04/24  23:25:21
21621         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
21622              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21623              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
21624              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
21625      Branch: perl
21626            ! ext/XS/Typemap/Typemap.xs
21627 ____________________________________________________________________________
21628 [  9821] By: jhi                                   on 2001/04/24  23:24:10
21629         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
21630              From: "Abigail" <abigail@foad.org>
21631              Date: Tue, 24 Apr 2001 23:12:03 +0200
21632              Message-ID: <20010424211203.7901.qmail@foad.org>
21633      Branch: perl
21634            ! pod/perlport.pod
21635 ____________________________________________________________________________
21636 [  9820] By: jhi                                   on 2001/04/24  23:23:15
21637         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
21638              From: Matt Sergeant <matt@sergeant.org>
21639              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
21640              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
21641      Branch: perl
21642            ! pod/perlfaq4.pod
21643 ____________________________________________________________________________
21644 [  9819] By: nick                                  on 2001/04/24  18:49:43
21645         Log: Integrate mainline.
21646      Branch: perlio
21647           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
21648           !> (integrate 37 files)
21649 ____________________________________________________________________________
21650 [  9818] By: jhi                                   on 2001/04/24  14:35:23
21651         Log: Update Changes.
21652      Branch: perl
21653            ! Changes patchlevel.h
21654 ____________________________________________________________________________
21655 [  9817] By: jhi                                   on 2001/04/24  14:09:17
21656         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
21657              From: "Philip Newton" <pnewton@gmx.de>
21658              Date: Tue, 24 Apr 2001 12:58:12 +0200
21659              Message-ID: <3AE57864.8304.B77A0A@localhost> 
21660              
21661              plus add CPAN to the list of modules that have their own tests.
21662      Branch: perl
21663            ! t/lib/1_compile.t
21664 ____________________________________________________________________________
21665 [  9816] By: jhi                                   on 2001/04/24  14:07:03
21666         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
21667              From: Michael G Schwern <schwern@pobox.com>
21668              Date: Sat, 21 Apr 2001 22:35:00 +0100
21669              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
21670      Branch: perl
21671            ! t/lib/1_compile.t
21672 ____________________________________________________________________________
21673 [  9815] By: jhi                                   on 2001/04/24  13:54:32
21674         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
21675              From: Robin Houston <robin@kitsite.com>
21676              Date: Tue, 24 Apr 2001 15:51:18 +0100
21677              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
21678      Branch: perl
21679            ! ext/B/B/Deparse.pm
21680 ____________________________________________________________________________
21681 [  9814] By: jhi                                   on 2001/04/24  13:17:34
21682         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21683              From: Bill Glicker <billg@burrelles.com>
21684              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
21685              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
21686      Branch: perl
21687            ! hints/svr5.sh
21688 ____________________________________________________________________________
21689 [  9813] By: jhi                                   on 2001/04/24  12:54:23
21690         Log: Prevent path disclosure (probing for existence of filenames)
21691              using suidperl; bug id 20010322.218.
21692      Branch: perl
21693            ! perl.c pod/perldiag.pod
21694 ____________________________________________________________________________
21695 [  9812] By: jhi                                   on 2001/04/24  12:08:36
21696         Log: Retract #9811.
21697      Branch: perl
21698            ! ext/POSIX/POSIX.xs
21699 ____________________________________________________________________________
21700 [  9811] By: jhi                                   on 2001/04/24  11:57:35
21701         Log: (Retracted by #9812.)
21702      Branch: perl
21703            ! ext/POSIX/POSIX.xs
21704 ____________________________________________________________________________
21705 [  9810] By: jhi                                   on 2001/04/24  03:32:35
21706         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
21707      Branch: perl
21708            ! util.c
21709 ____________________________________________________________________________
21710 [  9809] By: jhi                                   on 2001/04/24  03:16:13
21711         Log: The Math::BigFloat::import() was broken.
21712              (Fixes bug id 20010422.002.)
21713      Branch: perl
21714            ! lib/Math/BigFloat.pm
21715 ____________________________________________________________________________
21716 [  9808] By: jhi                                   on 2001/04/24  01:11:40
21717         Log: Additional dependencies; should help for parallel makes
21718              not to fail on missing lib/lib.pm or lib/re.pm.
21719      Branch: perl
21720            ! Makefile.SH
21721 ____________________________________________________________________________
21722 [  9807] By: jhi                                   on 2001/04/24  00:57:01
21723         Log: Update the test failure disclaimer.
21724      Branch: perl
21725            ! t/pragma/warn/pp_hot
21726 ____________________________________________________________________________
21727 [  9806] By: jhi                                   on 2001/04/24  00:54:04
21728         Log: Add make target "install-all" which is alias for "install"
21729              to cater for case-preserving filesystems like HFS+.
21730      Branch: perl
21731            ! INSTALL Makefile.SH
21732 ____________________________________________________________________________
21733 [  9805] By: jhi                                   on 2001/04/24  00:47:28
21734         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
21735              From: Peter Prymmer <pvhp@forte.com>
21736              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
21737              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
21738              
21739              (Ken William's message forwarded from macosx@perl.org)
21740      Branch: perl
21741            ! hints/darwin.sh
21742 ____________________________________________________________________________
21743 [  9804] By: jhi                                   on 2001/04/23  23:57:35
21744         Log: Cut-and-pasto.
21745      Branch: perl
21746            ! perlio.c
21747 ____________________________________________________________________________
21748 [  9803] By: jhi                                   on 2001/04/23  23:52:25
21749         Log: More PerlIO robustness.
21750      Branch: perl
21751            ! perlio.c
21752 ____________________________________________________________________________
21753 [  9802] By: jhi                                   on 2001/04/23  23:43:35
21754         Log: Make the "STD* opened only for ..." errors more consistent.
21755      Branch: perl
21756            ! doio.c
21757 ____________________________________________________________________________
21758 [  9801] By: jhi                                   on 2001/04/23  23:34:26
21759         Log: Test case for #9800.
21760      Branch: perl
21761            ! t/op/misc.t
21762 ____________________________________________________________________________
21763 [  9800] By: jhi                                   on 2001/04/23  23:14:43
21764         Log: Avoid coredump on 'close STDERR; die' by making
21765              the PerlIO calls more robust.  Also use SETERRNO()
21766              instead of errno = to be more VMS-ready.
21767      Branch: perl
21768            ! perlio.c
21769 ____________________________________________________________________________
21770 [  9799] By: jhi                                   on 2001/04/23  21:41:10
21771         Log: Subject: test for ID 20010423.002
21772              From: Robin Houston <robin@kitsite.com>
21773              Date: Mon, 23 Apr 2001 16:52:21 +0100
21774              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
21775      Branch: perl
21776            ! t/op/avhv.t
21777 ____________________________________________________________________________
21778 [  9798] By: jhi                                   on 2001/04/23  21:40:07
21779         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
21780              From: David Dyck <dcd@tc.fluke.com>
21781              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
21782              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
21783      Branch: perl
21784            ! installperl
21785 ____________________________________________________________________________
21786 [  9797] By: jhi                                   on 2001/04/23  21:37:56
21787         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
21788              From: Benjamin Sugars <bsugars@canoe.ca>
21789              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
21790              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
21791      Branch: perl
21792            ! ext/Cwd/Cwd.xs lib/Cwd.pm
21793 ____________________________________________________________________________
21794 [  9796] By: jhi                                   on 2001/04/23  21:29:24
21795         Log: Synchronize h2xs and pod2man some more on the documentation
21796              templates they propose.
21797      Branch: perl
21798            ! pod/pod2man.PL utils/h2xs.PL
21799 ____________________________________________________________________________
21800 [  9795] By: jhi                                   on 2001/04/23  17:30:40
21801         Log: Add one more naughty test for base64; make encoding logic cleaner.
21802      Branch: perl
21803            ! t/lib/mimeb64.t
21804 ____________________________________________________________________________
21805 [  9794] By: jhi                                   on 2001/04/23  13:51:32
21806         Log: Update Changes.
21807      Branch: perl
21808            ! Changes patchlevel.h
21809 ____________________________________________________________________________
21810 [  9793] By: jhi                                   on 2001/04/23  13:44:18
21811         Log: Duplicate lines.
21812      Branch: perl
21813            ! MANIFEST
21814 ____________________________________________________________________________
21815 [  9792] By: jhi                                   on 2001/04/23  13:39:13
21816         Log: Subject: Re: PATCH 5.7.1
21817              From: Mark-Jason Dominus <mjd@plover.com>
21818              Date: Mon, 23 Apr 2001 10:30:21 -0400
21819              Message-ID: <20010423143021.17335.qmail@plover.com>
21820      Branch: perl
21821            ! perl.h sv.c
21822 ____________________________________________________________________________
21823 [  9791] By: jhi                                   on 2001/04/23  13:32:40
21824         Log: Add the CPAN.pm 1.59_54 tests.
21825      Branch: perl
21826            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
21827            ! MANIFEST
21828 ____________________________________________________________________________
21829 [  9790] By: jhi                                   on 2001/04/23  13:21:55
21830         Log: Subject: Deparse nit
21831              From: Robin Houston <robin@kitsite.com>
21832              Date: Mon, 23 Apr 2001 12:38:20 +0100
21833              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
21834      Branch: perl
21835            ! ext/B/B/Deparse.pm
21836 ____________________________________________________________________________
21837 [  9789] By: jhi                                   on 2001/04/23  13:19:07
21838         Log: Subject: [PATCH] bug 20010423.002
21839              From: Robin Houston <robin@kitsite.com>
21840              Date: Mon, 23 Apr 2001 13:12:30 +0100
21841              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
21842      Branch: perl
21843            ! pp.c
21844 ____________________________________________________________________________
21845 [  9788] By: jhi                                   on 2001/04/23  13:02:49
21846         Log: Subject: PATCH [5.7.1] hv.c unused #define
21847              From: Mark-Jason Dominus <mjd@plover.com>
21848              Date: Sun, 22 Apr 2001 14:17:49 -0400
21849              Message-ID: <20010422181749.26976.qmail@plover.com>
21850      Branch: perl
21851            ! hv.c
21852 ____________________________________________________________________________
21853 [  9787] By: jhi                                   on 2001/04/23  13:02:02
21854         Log: Subject: PATCH 5.7.1
21855              From: Mark-Jason Dominus <mjd@plover.com>
21856              Date: Sun, 22 Apr 2001 15:12:57 -0400
21857              Message-ID: <20010422191258.6539.qmail@plover.com>
21858              
21859              plus Sarathy's STMT_START + STMT_END suggestion.
21860      Branch: perl
21861            ! perl.h
21862 ____________________________________________________________________________
21863 [  9786] By: jhi                                   on 2001/04/23  12:53:25
21864         Log: Fix for
21865              
21866              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
21867              From: dLux <dlux@spam.sch.bme.hu>
21868              Date: Mon, 23 Apr 2001 01:25:26 +0200
21869              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
21870              
21871              (SvGROW really does return a char *.)
21872      Branch: perl
21873            ! pod/perlapi.pod sv.h
21874 ____________________________________________________________________________
21875 [  9785] By: jhi                                   on 2001/04/23  04:34:04
21876         Log: Time::Piece work continues.  $t->day removed since
21877              I think it's too confusing.  Now has normal and
21878              abbreviated length weekday names and month names,
21879              the names change with _names(), not _list().
21880              Now has strftime() in Perl, _strftime() is
21881              the libc version (to which strftime() falls back
21882              if it doesn't know the format.  To do: the reverse
21883              of strftime, strptime(), and the localisation of both.
21884      Branch: perl
21885            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
21886            ! t/lib/time-piece.t
21887 ____________________________________________________________________________
21888 [  9784] By: jhi                                   on 2001/04/23  02:41:46
21889         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
21890              From: andreas.koenig@anima.de (Andreas J. Koenig)
21891              Date: 23 Apr 2001 05:20:55 +0200
21892              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
21893      Branch: perl
21894            ! t/pragma/overload.t
21895 ____________________________________________________________________________
21896 [  9783] By: jhi                                   on 2001/04/22  23:32:42
21897         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
21898              From: Robin Houston <robin@kitsite.com>
21899              Date: Mon, 23 Apr 2001 00:38:18 +0100
21900              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
21901      Branch: perl
21902            ! ext/B/B/Deparse.pm
21903 ____________________________________________________________________________
21904 [  9782] By: jhi                                   on 2001/04/22  20:55:43
21905         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
21906              From: Simon Cozens <simon@netthink.co.uk>
21907              Date: Sun, 22 Apr 2001 18:47:25 +0100
21908              Message-ID: <20010422184725.A14411@netthink.co.uk>
21909      Branch: perl
21910            ! sv.c t/pragma/overload.t
21911 ____________________________________________________________________________
21912 [  9781] By: jhi                                   on 2001/04/22  20:52:13
21913         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
21914              From: Robin Houston <robin@kitsite.com>
21915              Date: Sun, 22 Apr 2001 22:14:50 +0100
21916              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
21917      Branch: perl
21918            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
21919 ____________________________________________________________________________
21920 [  9780] By: nick                                  on 2001/04/22  20:40:31
21921         Log: Integrate mainline.
21922      Branch: perlio
21923           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
21924           +> t/lib/b-stash.t
21925           !> (integrate 38 files)
21926 ____________________________________________________________________________
21927 [  9779] By: jhi                                   on 2001/04/22  15:16:03
21928         Log: Subject: IO::Socket::INET patch
21929              From: andrew deryabin <djsf@technarchy.ru>
21930              Date: Sat, 21 Apr 2001 17:46:52 +0400
21931              Message-ID: <20010421174652.B1426@technarchy>
21932      Branch: perl
21933            ! ext/IO/lib/IO/Socket/INET.pm
21934 ____________________________________________________________________________
21935 [  9778] By: jhi                                   on 2001/04/22  15:14:33
21936         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
21937              From: Mark-Jason Dominus <mjd@plover.com>
21938              Date: Sat, 21 Apr 2001 21:27:49 -0400
21939              Message-ID: <20010422012749.27024.qmail@plover.com>
21940      Branch: perl
21941            ! regcomp.c
21942 ____________________________________________________________________________
21943 [  9777] By: jhi                                   on 2001/04/22  15:10:51
21944         Log: Subject: Re: Regex debugger patch 
21945              From: Mark-Jason Dominus <mjd@plover.com>
21946              Date: Sat, 21 Apr 2001 21:48:51 -0400
21947              Message-ID: <20010422014851.27165.qmail@plover.com>
21948      Branch: perl
21949            ! pod/perldebguts.pod
21950 ____________________________________________________________________________
21951 [  9776] By: jhi                                   on 2001/04/22  15:09:48
21952         Log: Subject: Re: Regex debugger patch
21953              From: Mark-Jason Dominus <mjd@plover.com>
21954              Date: Sat, 21 Apr 2001 14:24:39 -0400
21955              Message-ID: <20010421182439.16508.qmail@plover.com>
21956              
21957              Regex debugger backend.
21958      Branch: perl
21959            ! regcomp.c regexp.h
21960 ____________________________________________________________________________
21961 [  9775] By: jhi                                   on 2001/04/21  16:45:40
21962         Log: Subject: [PATCH] Typo in utf8.h
21963              From: Jesús Quiroga <jquiroga@pobox.com>
21964              Date: Sat, 21 Apr 2001 19:25:33 +0200
21965              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
21966      Branch: perl
21967            ! utf8.h
21968 ____________________________________________________________________________
21969 [  9774] By: jhi                                   on 2001/04/21  16:43:52
21970         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21971              From: Joe Orton <jorton@redhat.com>
21972              Date: Tue, 17 Apr 2001 15:50:43 +0100
21973              Message-Id: <20010417155043.D19132@eu.c2.net>
21974      Branch: perl
21975            ! hints/svr5.sh
21976 ____________________________________________________________________________
21977 [  9773] By: jhi                                   on 2001/04/21  15:30:15
21978         Log: Subject: Patch utils/h2xs.PL
21979              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21980              Date: Sat, 21 Apr 2001 10:32:16 -0500
21981              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
21982              
21983              Add MAILING list and LICENSE templates.
21984      Branch: perl
21985            ! utils/h2xs.PL
21986 ____________________________________________________________________________
21987 [  9772] By: jhi                                   on 2001/04/21  15:28:36
21988         Log: Subject: perlfaq2.patch for 5.7.1
21989              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21990              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
21991              Date: Fri, 20 Apr 2001 16:42:19 -0500
21992              
21993              rm an extra tab, a blurb about the xx.cpan to clarify
21994              which countries actually have that and dejanews is history
21995              as well as most of that nonsensical entry.
21996      Branch: perl
21997            ! pod/perlfaq2.pod
21998 ____________________________________________________________________________
21999 [  9771] By: jhi                                   on 2001/04/21  15:27:17
22000         Log: Subject: perlfaq1.patch for 5.7.1
22001              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22002              Date: Fri, 20 Apr 2001 16:57:36 -0500
22003              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
22004              
22005              Evil URLs must die. Especially when they are broken.
22006      Branch: perl
22007            ! pod/perlfaq1.pod
22008 ____________________________________________________________________________
22009 [  9770] By: jhi                                   on 2001/04/21  15:23:38
22010         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
22011              From: Michael G Schwern <schwern@pobox.com>
22012              Date: Sat, 21 Apr 2001 16:11:12 +0100
22013              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
22014      Branch: perl
22015            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
22016            + t/lib/b-stash.t
22017            ! MANIFEST ext/B/B.pm t/lib/b.t
22018 ____________________________________________________________________________
22019 [  9769] By: jhi                                   on 2001/04/21  15:03:32
22020         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
22021              From: Michael G Schwern <schwern@pobox.com>
22022              Date: Sat, 21 Apr 2001 09:48:00 +0100
22023              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
22024      Branch: perl
22025            ! utils/h2ph.PL
22026 ____________________________________________________________________________
22027 [  9768] By: jhi                                   on 2001/04/21  14:33:49
22028         Log: PerlIO and Encode doc cleanup and tweaks.
22029      Branch: perl
22030            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
22031            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
22032 ____________________________________________________________________________
22033 [  9767] By: jhi                                   on 2001/04/21  12:40:16
22034         Log: Integrate perlio.
22035      Branch: perl
22036           !> doio.c
22037 ____________________________________________________________________________
22038 [  9766] By: nick                                  on 2001/04/20  18:28:35
22039         Log: Avoid core dump on
22040              open(STDOUT,">",\$foo);
22041      Branch: perlio
22042            ! doio.c
22043 ____________________________________________________________________________
22044 [  9765] By: jhi                                   on 2001/04/20  13:23:43
22045         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
22046              From: Robin Houston <robin@kitsite.com>
22047              Date: Fri, 20 Apr 2001 14:29:22 +0100
22048              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
22049      Branch: perl
22050            ! ext/B/B.pm ext/B/B/Deparse.pm
22051 ____________________________________________________________________________
22052 [  9764] By: jhi                                   on 2001/04/20  13:19:33
22053         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
22054              From: Peter Prymmer <pvhp@forte.com>
22055              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
22056              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
22057      Branch: perl
22058            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
22059            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22060            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22061            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22062 ____________________________________________________________________________
22063 [  9763] By: jhi                                   on 2001/04/20  12:36:39
22064         Log: Subject: Re: A new PerlIO coredump
22065              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22066              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
22067              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
22068      Branch: perl
22069            ! doio.c
22070 ____________________________________________________________________________
22071 [  9762] By: jhi                                   on 2001/04/19  23:02:30
22072         Log: Update Changes.
22073      Branch: perl
22074            ! Changes patchlevel.h
22075 ____________________________________________________________________________
22076 [  9761] By: jhi                                   on 2001/04/19  22:59:19
22077         Log: More cleanup cleanup.
22078      Branch: perl
22079            ! Makefile.SH win32/Makefile win32/makefile.mk
22080 ____________________________________________________________________________
22081 [  9760] By: jhi                                   on 2001/04/19  22:50:31
22082         Log: lib/Time is non-empty, let's not rmdir it.
22083      Branch: perl
22084            ! Makefile.SH
22085 ____________________________________________________________________________
22086 [  9759] By: jhi                                   on 2001/04/19  22:36:51
22087         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
22088              From: Robin Houston <robin@kitsite.com>
22089              Date: Fri, 20 Apr 2001 00:18:53 +0100
22090              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
22091      Branch: perl
22092            ! ext/B/B/Deparse.pm
22093 ____________________________________________________________________________
22094 [  9758] By: jhi                                   on 2001/04/19  22:36:00
22095         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
22096              From: Peter Prymmer <pvhp@forte.com>
22097              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
22098              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
22099      Branch: perl
22100            ! ext/Cwd/Cwd.xs
22101 ____________________________________________________________________________
22102 [  9757] By: nick                                  on 2001/04/19  18:53:54
22103         Log: Blind (untested) integrate of mainline.
22104      Branch: perlio
22105           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
22106           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
22107           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
22108           !> (integrate 53 files)
22109 ____________________________________________________________________________
22110 [  9756] By: jhi                                   on 2001/04/19  16:59:23
22111         Log: Document and test Time::Piece.
22112      Branch: perl
22113            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
22114            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
22115 ____________________________________________________________________________
22116 [  9755] By: jhi                                   on 2001/04/19  12:13:29
22117         Log: A better fix for the \x{12345678} trouble from NI-S.
22118      Branch: perl
22119            ! utf8.c
22120 ____________________________________________________________________________
22121 [  9754] By: jhi                                   on 2001/04/19  11:56:07
22122         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
22123              From: Robin Houston <robin@kitsite.com>
22124              Date: Wed, 18 Apr 2001 17:58:33 +0100
22125              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
22126      Branch: perl
22127            ! ext/B/B/Deparse.pm op.c
22128 ____________________________________________________________________________
22129 [  9753] By: jhi                                   on 2001/04/19  04:21:52
22130         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
22131              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
22132              Date: Thu, 19 Apr 2001 01:11:41 -0400
22133              Message-ID: <20010419011141.A5798@cpan.org>
22134      Branch: perl
22135            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
22136 ____________________________________________________________________________
22137 [  9752] By: jhi                                   on 2001/04/19  02:41:10
22138         Log: The new time utils need to be thread-aware, too.
22139      Branch: perl
22140            ! util.c
22141 ____________________________________________________________________________
22142 [  9751] By: jhi                                   on 2001/04/19  02:26:47
22143         Log: Compilation nit noticed by AIX compiler.
22144      Branch: perl
22145            ! perlio.c
22146 ____________________________________________________________________________
22147 [  9750] By: jhi                                   on 2001/04/19  02:20:06
22148         Log: The new time utils need to be public.
22149      Branch: perl
22150            ! embed.pl
22151 ____________________________________________________________________________
22152 [  9749] By: jhi                                   on 2001/04/19  01:42:39
22153         Log: Regen toc.
22154      Branch: perl
22155            ! pod/perltoc.pod
22156 ____________________________________________________________________________
22157 [  9748] By: jhi                                   on 2001/04/19  01:41:10
22158         Log: Add Time::Piece, a slight rewrite of Time::Object,
22159              from Matt Sergeant.
22160      Branch: perl
22161            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
22162            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
22163            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
22164            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
22165            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
22166            ! win32/makefile.mk
22167 ____________________________________________________________________________
22168 [  9747] By: jhi                                   on 2001/04/19  00:55:35
22169         Log: The new metaconfig unit from strftime.
22170      Branch: metaconfig/U/perl
22171            + d_strftime.U
22172 ____________________________________________________________________________
22173 [  9746] By: jhi                                   on 2001/04/19  00:54:54
22174         Log: Move the strftime() wrapper from POSIX.xs to util.c
22175              as my_strftime(), requires HAS_STRFTIME.
22176      Branch: perl
22177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22178            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
22179            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
22180            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22181            ! vos/config.ga.h win32/config.bc win32/config.gc
22182            ! win32/config.vc
22183 ____________________________________________________________________________
22184 [  9745] By: jhi                                   on 2001/04/18  23:11:03
22185         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
22186              in preparation of Time::Piece.
22187      Branch: perl
22188            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
22189 ____________________________________________________________________________
22190 [  9744] By: jhi                                   on 2001/04/18  22:33:12
22191         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
22192              From: Peter Prymmer <pvhp@forte.com>
22193              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
22194              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
22195      Branch: perl
22196            ! t/lib/exporter.t
22197 ____________________________________________________________________________
22198 [  9743] By: jhi                                   on 2001/04/18  22:32:23
22199         Log: Subject: Fwd: pod2html leaves cache files lying around?
22200              From: Rajesh Vaidheeswarran <rv@gnu.org>
22201              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
22202              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
22203      Branch: perl
22204            ! lib/Pod/Html.pm
22205 ____________________________________________________________________________
22206 [  9742] By: jhi                                   on 2001/04/18  20:31:49
22207         Log: Update Changes.
22208      Branch: perl
22209            ! Changes patchlevel.h
22210 ____________________________________________________________________________
22211 [  9741] By: jhi                                   on 2001/04/18  20:23:02
22212         Log: Declare hints only if needed.
22213      Branch: perl
22214            ! ext/B/B/Deparse.pm
22215 ____________________________________________________________________________
22216 [  9740] By: jhi                                   on 2001/04/18  19:06:05
22217         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
22218              bug noticed by Robin Houston; basically the code of detecting
22219              value wraparound was acting differently under different compilers
22220              and platforms.  The workaround is to remove the overflow check
22221              for now, a real fix would be to do the overflow (portably) right.
22222      Branch: perl
22223            ! t/op/pat.t utf8.c
22224 ____________________________________________________________________________
22225 [  9739] By: jhi                                   on 2001/04/18  19:01:23
22226         Log: Subject: [PATCH B::Deparse] some pragma support
22227              From: Robin Houston <robin@kitsite.com>
22228              Date: Wed, 18 Apr 2001 19:32:12 +0100
22229              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
22230      Branch: perl
22231            ! ext/B/B/Deparse.pm
22232 ____________________________________________________________________________
22233 [  9738] By: jhi                                   on 2001/04/18  15:16:37
22234         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
22235              From: Benjamin Sugars <bsugars@canoe.ca>
22236              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
22237              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
22238      Branch: perl
22239            ! t/op/glob.t
22240 ____________________________________________________________________________
22241 [  9737] By: jhi                                   on 2001/04/18  13:24:50
22242         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
22243              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22244              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
22245              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
22246      Branch: perl
22247            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22248            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
22249 ____________________________________________________________________________
22250 [  9736] By: jhi                                   on 2001/04/18  04:15:14
22251         Log: The #9735 also changes the subtest 12.
22252      Branch: perl
22253            ! t/lib/b.t
22254 ____________________________________________________________________________
22255 [  9735] By: jhi                                   on 2001/04/18  03:55:17
22256         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
22257              From: David Dyck <dcd@tc.fluke.com>
22258              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
22259              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
22260      Branch: perl
22261            ! ext/B/B/Deparse.pm
22262 ____________________________________________________________________________
22263 [  9734] By: jhi                                   on 2001/04/18  03:54:11
22264         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
22265              From: Gisle Aas <gisle@ActiveState.com>
22266              Date: 17 Apr 2001 19:06:45 -0700
22267              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
22268      Branch: perl
22269            ! pp_hot.c t/op/misc.t
22270 ____________________________________________________________________________
22271 [  9733] By: jhi                                   on 2001/04/17  22:25:22
22272         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
22273              From: "Abigail" <abigail@foad.org>
22274              Date: Wed, 18 Apr 2001 01:17:46 +0200
22275              Message-ID: <20010417231746.21657.qmail@foad.org>
22276      Branch: perl
22277            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
22278 ____________________________________________________________________________
22279 [  9732] By: jhi                                   on 2001/04/17  20:47:56
22280         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
22281              From: Robin Houston <robin@kitsite.com>
22282              Date: Tue, 17 Apr 2001 22:37:42 +0100
22283              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
22284      Branch: perl
22285            ! ext/B/B/Deparse.pm
22286 ____________________________________________________________________________
22287 [  9731] By: nick                                  on 2001/04/17  20:46:35
22288         Log: Re-sync for t/lib/b.t fix
22289      Branch: perlio
22290           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
22291 ____________________________________________________________________________
22292 [  9730] By: jhi                                   on 2001/04/17  20:45:29
22293         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
22294              From: Robin Houston <robin@kitsite.com>
22295              Date: Tue, 17 Apr 2001 22:29:36 +0100
22296              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
22297      Branch: perl
22298            ! ext/B/B.xs ext/B/B/Deparse.pm
22299 ____________________________________________________________________________
22300 [  9729] By: jhi                                   on 2001/04/17  20:43:11
22301         Log: Subject: Deparse - parenthesise args to undeclared subs
22302              From: Robin Houston <robin@kitsite.com>
22303              Date: Tue, 17 Apr 2001 21:31:05 +0100
22304              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
22305      Branch: perl
22306            ! ext/B/B/Deparse.pm
22307 ____________________________________________________________________________
22308 [  9728] By: jhi                                   on 2001/04/17  18:57:30
22309         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
22310              From: Benjamin Sugars <ben.sugars@home.com>
22311              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
22312              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
22313      Branch: perl
22314            ! t/lib/cwd.t
22315 ____________________________________________________________________________
22316 [  9727] By: jhi                                   on 2001/04/17  18:20:20
22317         Log: Subject: [PATCH B::Deparse] ambient pragmas
22318              From: Robin Houston <robin@kitsite.com>
22319              Date: Tue, 17 Apr 2001 20:01:59 +0100
22320              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
22321      Branch: perl
22322            ! ext/B/B/Deparse.pm t/lib/b.t
22323 ____________________________________________________________________________
22324 [  9726] By: nick                                  on 2001/04/17  16:33:51
22325         Log: Integrate mainline (t/lib/b.t fails test 2...)
22326      Branch: perlio
22327           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
22328           +> ext/List/Util/README ext/List/Util/Util.xs
22329           +> ext/List/Util/lib/List/Util.pm
22330           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
22331           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
22332           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22333           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22334           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22335           !> (integrate 31 files)
22336 ____________________________________________________________________________
22337 [  9725] By: jhi                                   on 2001/04/17  12:14:24
22338         Log: Subject: multiple B::* changes
22339              From: Robin Houston <robin@kitsite.com>
22340              Date: Thu, 12 Apr 2001 20:12:27 +0100
22341              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
22342      Branch: perl
22343            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
22344 ____________________________________________________________________________
22345 [  9724] By: jhi                                   on 2001/04/17  11:59:05
22346         Log: Thread-awareness from Doug MacEachern.
22347      Branch: perl
22348            ! ext/List/Util/Util.xs
22349 ____________________________________________________________________________
22350 [  9723] By: jhi                                   on 2001/04/17  11:57:41
22351         Log: Make the test more portable.
22352      Branch: perl
22353            ! t/lib/cwd.t
22354 ____________________________________________________________________________
22355 [  9722] By: jhi                                   on 2001/04/17  11:53:50
22356         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
22357              From: Benjamin Sugars <ben.sugars@home.com>
22358              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
22359              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
22360      Branch: perl
22361            ! t/lib/cwd.t
22362 ____________________________________________________________________________
22363 [  9721] By: jhi                                   on 2001/04/17  11:52:17
22364         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
22365              From: Benjamin Sugars <bsugars@canoe.ca>
22366              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
22367              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
22368      Branch: perl
22369            ! op.c
22370 ____________________________________________________________________________
22371 [  9720] By: jhi                                   on 2001/04/17  11:35:42
22372         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
22373              From: Chris Nandor <pudge@pobox.com>
22374              Date: Tue, 17 Apr 2001 00:30:49 -0400
22375              Message-Id: <p05100207b701768712de@[10.0.1.177]>
22376      Branch: perl
22377            ! ext/File/Glob/bsd_glob.c gv.c
22378 ____________________________________________________________________________
22379 [  9719] By: jhi                                   on 2001/04/17  11:32:13
22380         Log: Subject: [PATCH] Tweten->West
22381              From: Casey West <casey@geeknest.com>
22382              Date: Mon, 16 Apr 2001 12:11:22 -0400
22383              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
22384      Branch: perl
22385            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
22386            ! pod/perltie.pod
22387 ____________________________________________________________________________
22388 [  9718] By: jhi                                   on 2001/04/16  03:22:52
22389         Log: Update Changes.
22390      Branch: perl
22391            ! Changes patchlevel.h
22392 ____________________________________________________________________________
22393 [  9717] By: jhi                                   on 2001/04/16  03:06:28
22394         Log: Regen toc.
22395      Branch: perl
22396            ! pod/perltoc.pod
22397 ____________________________________________________________________________
22398 [  9716] By: jhi                                   on 2001/04/16  02:58:42
22399         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
22400              From: Prymmer/Kahn <pvhp@best.com>
22401              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
22402              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
22403      Branch: perl
22404            ! utf8.c
22405 ____________________________________________________________________________
22406 [  9715] By: jhi                                   on 2001/04/15  23:40:35
22407         Log: Subject: Re: Net::Ping patch, adds stream protocol
22408              From: bronson@rinspin.com (Scott Bronson)
22409              Date: Tue, 10 Apr 2001 23:58:33 -0700
22410              Message-ID: <20010410235833.N29719@rinspin.com>
22411      Branch: perl
22412            ! lib/Net/Ping.pm
22413 ____________________________________________________________________________
22414 [  9714] By: jhi                                   on 2001/04/15  23:31:46
22415         Log: Printing out the ok messages helps successful testing.
22416      Branch: perl
22417            ! t/lib/time-hires.t
22418 ____________________________________________________________________________
22419 [  9713] By: jhi                                   on 2001/04/15  21:43:24
22420         Log: Update Douglas Wegscheid's email.
22421      Branch: perl
22422            ! AUTHORS
22423 ____________________________________________________________________________
22424 [  9712] By: jhi                                   on 2001/04/15  21:40:41
22425         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
22426              From: Michael G Schwern <schwern@pobox.com>
22427              Date: Sat, 14 Apr 2001 22:40:50 +0100
22428              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
22429      Branch: perl
22430            + t/lib/exporter.t
22431            ! MANIFEST lib/Exporter/Heavy.pm
22432 ____________________________________________________________________________
22433 [  9711] By: jhi                                   on 2001/04/15  21:39:21
22434         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
22435              From: Michael G Schwern <schwern@pobox.com>
22436              Date: Sat, 14 Apr 2001 22:13:59 +0100
22437              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
22438      Branch: perl
22439            ! t/op/loopctl.t
22440 ____________________________________________________________________________
22441 [  9710] By: jhi                                   on 2001/04/15  21:30:19
22442         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
22443              From: Michael G Schwern <schwern@pobox.com>
22444              Date: Sat, 14 Apr 2001 22:05:32 +0100
22445              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
22446      Branch: perl
22447            ! t/pragma/warnings.t
22448 ____________________________________________________________________________
22449 [  9709] By: jhi                                   on 2001/04/15  19:34:09
22450         Log: Integrate changes #9706,9707 from maintperl into mainline.
22451              
22452              change#7210 broke .packlist generation
22453              
22454              ExtUtils::Installed doesn't quote regex metacharacters in paths
22455              before using them in match; also make it work for dosish platforms
22456      Branch: perl
22457           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22458 ____________________________________________________________________________
22459 [  9708] By: jhi                                   on 2001/04/15  19:31:01
22460         Log: Test also the scalar aspect of getitimer().
22461      Branch: perl
22462            ! t/lib/time-hires.t
22463 ____________________________________________________________________________
22464 [  9707] By: gsar                                  on 2001/04/15  17:24:20
22465         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
22466              before using them in match; also make it work for dosish platforms
22467      Branch: maint-5.6/perl
22468            ! lib/ExtUtils/Installed.pm
22469 ____________________________________________________________________________
22470 [  9706] By: gsar                                  on 2001/04/15  17:21:59
22471         Log: change#7210 broke .packlist generation (listed only filename
22472              rather than fully qualified path name)
22473      Branch: maint-5.6/perl
22474            ! lib/ExtUtils/Install.pm
22475 ____________________________________________________________________________
22476 [  9705] By: jhi                                   on 2001/04/15  12:36:33
22477         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
22478      Branch: perl
22479            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
22480            ! t/lib/time-hires.t
22481 ____________________________________________________________________________
22482 [  9704] By: jhi                                   on 2001/04/15  10:49:08
22483         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
22484              From: Prymmer/Kahn <pvhp@best.com>
22485              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
22486              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
22487      Branch: perl
22488            ! lib/utf8.pm pod/perlebcdic.pod
22489 ____________________________________________________________________________
22490 [  9703] By: jhi                                   on 2001/04/15  02:26:26
22491         Log: I keep forgetting to sort MANIFEST.
22492      Branch: perl
22493            ! MANIFEST
22494 ____________________________________________________________________________
22495 [  9702] By: jhi                                   on 2001/04/15  02:07:47
22496         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
22497              Now we have blessed, reftype, tainted, first, reduce, ...
22498      Branch: perl
22499            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
22500            + ext/List/Util/README ext/List/Util/Util.xs
22501            + ext/List/Util/lib/List/Util.pm
22502            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
22503            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
22504            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
22505            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
22506            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
22507            ! MANIFEST
22508 ____________________________________________________________________________
22509 [  9701] By: jhi                                   on 2001/04/14  15:05:25
22510         Log: Subject: RE: dprofpp.pl updates 
22511              From: Carl Eklof <CEklof@endeca.com>
22512              Date: Thu, 12 Apr 2001 18:45:46 -0400
22513              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
22514      Branch: perl
22515            ! utils/dprofpp.PL
22516 ____________________________________________________________________________
22517 [  9700] By: jhi                                   on 2001/04/14  14:44:55
22518         Log: Do not just blindly add CR.
22519      Branch: perl
22520            ! Porting/makerel
22521 ____________________________________________________________________________
22522 [  9699] By: jhi                                   on 2001/04/13  13:17:01
22523         Log: Update Changes.
22524      Branch: perl
22525            ! Changes patchlevel.h
22526 ____________________________________________________________________________
22527 [  9698] By: jhi                                   on 2001/04/13  12:44:48
22528         Log: Integrate perlio.
22529      Branch: perl
22530           !> ext/PerlIO/Scalar/Scalar.xs
22531 ____________________________________________________________________________
22532 [  9697] By: jhi                                   on 2001/04/13  12:29:15
22533         Log: Add more debug output to the test.
22534      Branch: perl
22535            ! t/lib/cwd.t
22536 ____________________________________________________________________________
22537 [  9696] By: nick                                  on 2001/04/13  10:14:29
22538         Log: Fix core dump on binmode($fh,'Scalar')
22539      Branch: perlio
22540            ! ext/PerlIO/Scalar/Scalar.xs
22541 ____________________________________________________________________________
22542 [  9695] By: nick                                  on 2001/04/13  09:05:42
22543         Log: Integrate mainline
22544      Branch: perlio
22545           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22546           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22547           +> t/lib/time-hires.t
22548           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
22549           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
22550           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22551           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
22552           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
22553           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
22554           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
22555 ____________________________________________________________________________
22556 [  9694] By: jhi                                   on 2001/04/12  22:23:35
22557         Log: Integrate change #9693 from maintperl into mainline.
22558              
22559              $VERSION and Version() on the same line provokes a warning from
22560              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
22561      Branch: perl
22562           !> lib/Devel/SelfStubber.pm
22563 ____________________________________________________________________________
22564 [  9693] By: gsar                                  on 2001/04/12  21:55:56
22565         Log: $VERSION and Version() on the same line provokes a warning from
22566              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
22567      Branch: maint-5.6/perl
22568            ! lib/Devel/SelfStubber.pm
22569 ____________________________________________________________________________
22570 [  9692] By: jhi                                   on 2001/04/12  13:54:00
22571         Log: This is at least 5.005.
22572      Branch: perl
22573            ! ext/Time/HiRes/HiRes.xs
22574 ____________________________________________________________________________
22575 [  9691] By: jhi                                   on 2001/04/12  13:37:20
22576         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
22577      Branch: perl
22578            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
22579            ! win32/Makefile win32/makefile.mk
22580 ____________________________________________________________________________
22581 [  9690] By: jhi                                   on 2001/04/12  01:34:46
22582         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
22583      Branch: perl
22584            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22585            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22586            + t/lib/time-hires.t
22587            ! MANIFEST
22588 ____________________________________________________________________________
22589 [  9689] By: jhi                                   on 2001/04/12  00:28:39
22590         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
22591              From: Gisle Aas <gisle@ActiveState.com>
22592              Date: 11 Apr 2001 16:36:11 -0700
22593              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
22594      Branch: perl
22595            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
22596 ____________________________________________________________________________
22597 [  9688] By: jhi                                   on 2001/04/12  00:27:39
22598         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
22599              From: Gisle Aas <gisle@ActiveState.com>
22600              Date: 11 Apr 2001 11:13:24 -0700
22601              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
22602      Branch: perl
22603            ! ext/MIME/Base64/Base64.xs
22604 ____________________________________________________________________________
22605 [  9687] By: jhi                                   on 2001/04/11  19:51:47
22606         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
22607      Branch: perl
22608            ! Todo-5.6
22609 ____________________________________________________________________________
22610 [  9686] By: jhi                                   on 2001/04/11  16:54:25
22611         Log: Subject: [PATCH opcode.pl] Documentation of table format
22612              From: Simon Cozens <simon@netthink.co.uk>
22613              Date: Wed, 11 Apr 2001 12:59:31 +0100
22614              Message-ID: <20010411125931.A25681@netthink.co.uk>
22615      Branch: perl
22616            ! opcode.pl
22617 ____________________________________________________________________________
22618 [  9685] By: jhi                                   on 2001/04/11  16:53:15
22619         Log: Subject: [PATCH] prototype("CORE::recv")
22620              From: Simon Cozens <simon@netthink.co.uk>
22621              Date: Wed, 11 Apr 2001 13:24:35 +0100
22622              Message-ID: <20010411132435.A26169@netthink.co.uk>
22623      Branch: perl
22624            ! pp.c t/comp/proto.t
22625 ____________________________________________________________________________
22626 [  9684] By: jhi                                   on 2001/04/11  16:47:13
22627         Log: FAQ (and AUTHORS) update from Dan Carson: the information
22628              was several years obsolete, Term::Readkey has been updated
22629              to have the functionality.
22630      Branch: perl
22631            ! AUTHORS pod/perlfaq5.pod
22632 ____________________________________________________________________________
22633 [  9683] By: jhi                                   on 2001/04/11  12:15:46
22634         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
22635              From: Calle Dybedahl <calle@lysator.liu.se>
22636              Date: 10 Apr 2001 16:44:16 +0200
22637              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
22638      Branch: perl
22639            ! ext/MIME/Base64/Base64.xs
22640 ____________________________________________________________________________
22641 [  9682] By: jhi                                   on 2001/04/11  12:12:26
22642         Log: A more minimal fix for 20010410.006 from Hugo.
22643      Branch: perl
22644            ! regexec.c
22645 ____________________________________________________________________________
22646 [  9681] By: jhi                                   on 2001/04/11  11:34:23
22647         Log: Integrate changes #9678,9679 from maintline into mainperl.
22648              
22649              addendum to change#9676
22650              
22651              up $File::Glob::VERSION; add a note pointing out the version of
22652              the OpenBSD glob bsd_glob.c resembles
22653      Branch: perl
22654           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22655           !> ext/File/Glob/bsd_glob.h
22656 ____________________________________________________________________________
22657 [  9680] By: jhi                                   on 2001/04/11  11:30:38
22658         Log: Bad test numbering in integrate in #9677.
22659              Fixes ID 20010411.001.
22660      Branch: perl
22661            ! t/op/pat.t
22662 ____________________________________________________________________________
22663 [  9679] By: gsar                                  on 2001/04/11  03:38:40
22664         Log: up $File::Glob::VERSION; add a note pointing out the version of
22665              the OpenBSD glob bsd_glob.c resembles
22666      Branch: maint-5.6/perl
22667            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22668            ! ext/File/Glob/bsd_glob.h
22669 ____________________________________________________________________________
22670 [  9678] By: gsar                                  on 2001/04/11  03:09:48
22671         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
22672              revision 1.8.10.1 found here:
22673              
22674              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
22675      Branch: maint-5.6/perl
22676            ! ext/File/Glob/bsd_glob.c
22677 ____________________________________________________________________________
22678 [  9677] By: jhi                                   on 2001/04/11  02:54:39
22679         Log: Integrate changes #9675,9676 from maintperl into mainline.
22680              
22681              fix for bug 20010410.006, undo change#7115
22682              
22683              port the OpenBSD glob() security patch
22684      Branch: perl
22685           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
22686           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
22687           !> t/op/pat.t
22688 ____________________________________________________________________________
22689 [  9676] By: gsar                                  on 2001/04/11  02:19:02
22690         Log: port the glob() security patch found at:
22691              
22692              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
22693              
22694              CERT advisory for the issue is here:
22695              
22696              http://www.cert.org/advisories/CA-2001-07.html
22697              
22698              Note that the security scare is only relevant for those who are
22699              foolish enough to build suidperl (which is now officially discouraged)
22700      Branch: maint-5.6/perl
22701            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
22702            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
22703 ____________________________________________________________________________
22704 [  9675] By: gsar                                  on 2001/04/10  23:52:11
22705         Log: fix for bug 20010410.006
22706              
22707              undo change#7115 (came into maint-5.6 as change#8156)
22708              
22709              add tests to keep it from coming back
22710      Branch: maint-5.6/perl
22711            ! regexec.c t/op/pat.t
22712 ____________________________________________________________________________
22713 [  9674] By: nick                                  on 2001/04/10  20:39:31
22714         Log: Integrate mainline
22715      Branch: perlio
22716           +> Porting/testall.atom
22717           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
22718           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
22719           !> t/lib/lc-uk.t t/pod/find.t
22720 ____________________________________________________________________________
22721 [  9673] By: nick                                  on 2001/04/10  18:46:14
22722         Log: Integrate against change 9670 aka perl-5.7.1
22723      Branch: perlio
22724           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22725           !> (integrate 53 files)
22726 ____________________________________________________________________________
22727 [  9672] By: jhi                                   on 2001/04/10  13:45:01
22728         Log: Add a script for doing cumulative profile of the test suite.
22729              (Requires ATOM, that is, Tru64.)
22730      Branch: perl
22731            + Porting/testall.atom
22732            ! MANIFEST
22733 ____________________________________________________________________________
22734 [  9671] By: jhi                                   on 2001/04/10  12:38:53
22735         Log: Missing std block.
22736      Branch: perl
22737            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
22738            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
22739            ! t/pod/find.t
22740 ____________________________________________________________________________
22741 [  9670] By: jhi                                   on 2001/04/10  01:25:58
22742         Log: This is 5.7.1.
22743      Branch: perl
22744            ! patchlevel.h
22745 ____________________________________________________________________________
22746 [  9669] By: jhi                                   on 2001/04/10  01:09:14
22747         Log: Update Changes.
22748      Branch: perl
22749            ! Changes patchlevel.h
22750 ____________________________________________________________________________
22751 [  9668] By: jhi                                   on 2001/04/10  01:00:38
22752         Log: Regen toc.
22753      Branch: perl
22754            ! pod/perltoc.pod
22755 ____________________________________________________________________________
22756 [  9667] By: jhi                                   on 2001/04/10  00:52:16
22757         Log: Update perlhist.
22758      Branch: perl
22759            ! pod/perlhist.pod
22760 ____________________________________________________________________________
22761 [  9666] By: jhi                                   on 2001/04/09  23:38:59
22762         Log: Slight wording tweaks from Damian to #9658.
22763      Branch: perl
22764            ! pod/perlobj.pod
22765 ____________________________________________________________________________
22766 [  9665] By: jhi                                   on 2001/04/09  19:56:06
22767         Log: Subject: [PATCH perlutil.pod] Nit
22768              From: Simon Cozens <simon@netthink.co.uk>
22769              Date: Mon, 9 Apr 2001 20:29:44 +0100
22770              Message-ID: <20010409202944.A14796@the.earth.li>
22771      Branch: perl
22772            ! pod/perlutil.pod
22773 ____________________________________________________________________________
22774 [  9664] By: jhi                                   on 2001/04/09  19:54:42
22775         Log: Subject: Re: perl571delta.pod@9631
22776              From: Mike Guy <mjtg@cam.ac.uk>
22777              Date: Mon, 09 Apr 2001 18:09:14 +0100
22778              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
22779      Branch: perl
22780            ! pod/perl571delta.pod
22781 ____________________________________________________________________________
22782 [  9663] By: jhi                                   on 2001/04/09  13:43:35
22783         Log: Update Changes.
22784      Branch: perl
22785            ! Changes patchlevel.h
22786 ____________________________________________________________________________
22787 [  9662] By: jhi                                   on 2001/04/09  13:24:46
22788         Log: tweak tweak.
22789      Branch: perl
22790            ! AUTHORS pod/perl571delta.pod
22791 ____________________________________________________________________________
22792 [  9661] By: jhi                                   on 2001/04/09  13:15:13
22793         Log: Thinko in manual patch applying.
22794      Branch: perl
22795            ! sv.c
22796 ____________________________________________________________________________
22797 [  9660] By: jhi                                   on 2001/04/09  13:07:53
22798         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
22799              From: Robin Barker <rmb1@cise.npl.co.uk> 
22800              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
22801              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
22802              
22803              (This corrects the case where the "isn't numeric" string contains \0s
22804              and is longer than the temporary buffer, and contains \0 at the point
22805              the string would be truncated by "...".) 
22806      Branch: perl
22807            ! sv.c
22808 ____________________________________________________________________________
22809 [  9659] By: jhi                                   on 2001/04/09  12:57:41
22810         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
22811      Branch: perl
22812            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
22813            ! t/lib/cgi-function.t t/lib/cgi-html.t
22814 ____________________________________________________________________________
22815 [  9658] By: jhi                                   on 2001/04/09  12:48:47
22816         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
22817              From: Ilmari Karonen <iltzu@sci.fi>
22818              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
22819              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
22820              
22821              Rearrange and rewrite the Method Invocation section
22822              to explain the concepts in nicer order.
22823      Branch: perl
22824            ! pod/perlobj.pod
22825 ____________________________________________________________________________
22826 [  9657] By: jhi                                   on 2001/04/09  12:35:58
22827         Log: Upgrade to podlators 1.09, from Russ Allbery.
22828      Branch: perl
22829            ! lib/Pod/Man.pm lib/Pod/Text.pm
22830 ____________________________________________________________________________
22831 [  9656] By: jhi                                   on 2001/04/09  12:31:53
22832         Log: perl571delta.
22833      Branch: perl
22834            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
22835 ____________________________________________________________________________
22836 [  9655] By: jhi                                   on 2001/04/09  12:20:09
22837         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
22838              From: Prymmer/Kahn <pvhp@best.com>
22839              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
22840              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
22841      Branch: perl
22842            ! lib/utf8.pm pod/perlunicode.pod
22843 ____________________________________________________________________________
22844 [  9654] By: gsar                                  on 2001/04/09  03:38:33
22845         Log: here lies 5.6.1
22846      Branch: maint-5.6/perl
22847            ! Changes
22848 ____________________________________________________________________________
22849 [  9653] By: jhi                                   on 2001/04/09  03:25:24
22850         Log: Update perlhist.
22851      Branch: perl
22852            ! pod/perlhist.pod
22853 ____________________________________________________________________________
22854 [  9652] By: jhi                                   on 2001/04/09  03:18:49
22855         Log: perl571delta tweaking continues.
22856      Branch: perl
22857            ! pod/perl571delta.pod
22858 ____________________________________________________________________________
22859 [  9651] By: gsar                                  on 2001/04/09  03:11:19
22860         Log: update Changes, patchlevel.h &c.
22861      Branch: maint-5.6/perl
22862            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
22863            ! pod/perltoc.pod
22864 ____________________________________________________________________________
22865 [  9650] By: jhi                                   on 2001/04/09  02:40:24
22866         Log: Integrate the perlfork half of #9513 from maintperl into mainline
22867              (the perlunicode half is obsolete)
22868      Branch: perl
22869            ! pod/perlfork.pod
22870 ____________________________________________________________________________
22871 [  9649] By: gsar                                  on 2001/04/09  02:35:43
22872         Log: tweak perldelta as suggested by Jarkko
22873      Branch: maint-5.6/perl
22874            ! pod/perldelta.pod
22875 ____________________________________________________________________________
22876 [  9648] By: jhi                                   on 2001/04/09  02:13:04
22877         Log: Integrate change #9646 from maintperl into mainline.
22878              
22879              add note about ithreads and Thread.pm
22880      Branch: perl
22881           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
22882 ____________________________________________________________________________
22883 [  9647] By: jhi                                   on 2001/04/09  02:10:18
22884         Log: Bad assumption that shortsize == 2.
22885      Branch: perl
22886            ! t/lib/xs-typemap.t
22887 ____________________________________________________________________________
22888 [  9646] By: gsar                                  on 2001/04/09  00:48:04
22889         Log: add note about ithreads and Thread.pm (too many people are
22890              confused by the fact that Thread.pm is built and installed
22891              under non-5005threads but doesn't work)
22892      Branch: maint-5.6/perl
22893            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
22894 ____________________________________________________________________________
22895 [  9645] By: gsar                                  on 2001/04/09  00:19:03
22896         Log: update perldelta.pod for changes in 5.6.1
22897      Branch: maint-5.6/perl
22898            ! Changes pod/perldelta.pod
22899 ____________________________________________________________________________
22900 [  9644] By: jhi                                   on 2001/04/08  20:37:00
22901         Log: Integrate change #9639 from maintperl into mainline:
22902              on windows, many of the README.* pods were being copied to
22903              the wrong location
22904      Branch: perl
22905           !> win32/Makefile win32/makefile.mk
22906 ____________________________________________________________________________
22907 [  9643] By: jhi                                   on 2001/04/08  20:07:11
22908         Log: Integrate change #9624 from maintperl into mainline:
22909              the pod tests were not okay.  (t/pod/find.t changes ignored)
22910      Branch: perl
22911           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
22912           !> t/pod/include.t t/pod/included.t t/pod/lref.t
22913           !> t/pod/multiline_items.t t/pod/nested_items.t
22914           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
22915           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
22916 ____________________________________________________________________________
22917 [  9642] By: jhi                                   on 2001/04/08  19:57:17
22918         Log: Integrate change #9638 from maintperl into mainline:
22919              update to latest JPL from the anoncvs repository
22920      Branch: perl
22921           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22922           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22923           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
22924 ____________________________________________________________________________
22925 [  9641] By: jhi                                   on 2001/04/08  19:53:30
22926         Log: perl571delta updates.
22927      Branch: perl
22928            ! lib/Filter/Simple.pm pod/perl571delta.pod
22929 ____________________________________________________________________________
22930 [  9640] By: gsar                                  on 2001/04/08  19:20:46
22931         Log: integrate change#9634 from mainline
22932              
22933              Fix the perlmodlib generation (didn't understand separate .pod
22934              files; didn't understand -- as the name-thing separator).
22935              Update the CPAN mirrors list.
22936      Branch: maint-5.6/perl
22937            ! pod/perlmodlib.pod
22938           !> pod/perlmodlib.PL
22939 ____________________________________________________________________________
22940 [  9639] By: gsar                                  on 2001/04/08  18:57:31
22941         Log: on windows, many of the README.* pods were being copied to the wrong
22942              location
22943      Branch: maint-5.6/perl
22944            ! win32/Makefile win32/makefile.mk
22945 ____________________________________________________________________________
22946 [  9638] By: gsar                                  on 2001/04/08  18:38:25
22947         Log: update to latest JPL from the anoncvs repository
22948      Branch: maint-5.6/perl
22949            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22950            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22951            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
22952 ____________________________________________________________________________
22953 [  9637] By: jhi                                   on 2001/04/08  17:53:53
22954         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
22955      Branch: perl
22956            ! pod/perl571delta.pod
22957 ____________________________________________________________________________
22958 [  9636] By: jhi                                   on 2001/04/08  17:18:32
22959         Log: Regen toc.
22960      Branch: perl
22961            ! pod/perltoc.pod
22962 ____________________________________________________________________________
22963 [  9635] By: jhi                                   on 2001/04/08  17:16:33
22964         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
22965              From: "Craig A. Berry" <craigberry@mac.com>
22966              Date: Sun, 08 Apr 2001 12:30:16 -0500
22967              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
22968      Branch: perl
22969            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
22970 ____________________________________________________________________________
22971 [  9634] By: jhi                                   on 2001/04/08  17:09:19
22972         Log: Fix the perlmodlib generation (didn't understand separate .pod
22973              files; didn't understand -- as the name-thing separator).
22974              
22975              Update the CPAN mirrors list.
22976      Branch: perl
22977            ! pod/perlmodlib.PL pod/perlmodlib.pod
22978 ____________________________________________________________________________
22979 [  9633] By: jhi                                   on 2001/04/08  16:49:17
22980         Log: Sort MANIFEST.
22981      Branch: perl
22982            ! MANIFEST
22983 ____________________________________________________________________________
22984 [  9632] By: gsar                                  on 2001/04/08  16:36:06
22985         Log: add $Tie::RefHash::VERSION
22986      Branch: maint-5.6/perl
22987            ! lib/Tie/RefHash.pm
22988 ____________________________________________________________________________
22989 [  9631] By: jhi                                   on 2001/04/08  16:10:15
22990         Log: perl571delta updates based on p5p feedback; still needs
22991              lots of examples.
22992      Branch: perl
22993            ! pod/perl571delta.pod
22994 ____________________________________________________________________________
22995 [  9630] By: jhi                                   on 2001/04/08  15:59:13
22996         Log: Update the list of supported platforms to talk about 5.7.1
22997              (and 5.6.1)
22998      Branch: perl
22999            ! pod/perlport.pod
23000 ____________________________________________________________________________
23001 [  9629] By: jhi                                   on 2001/04/08  15:55:41
23002         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
23003              from maintperl into mainline: perlport updates.
23004      Branch: perl
23005            ! pod/perlport.pod
23006 ____________________________________________________________________________
23007 [  9628] By: jhi                                   on 2001/04/08  15:53:17
23008         Log: perlsolaris.pod copied to wrong directory.
23009      Branch: perl
23010            ! win32/makefile.mk
23011 ____________________________________________________________________________
23012 [  9627] By: jhi                                   on 2001/04/08  14:48:18
23013         Log: Subject: Typos in perl571delta.pod
23014              From: "Stephen P. Potter" <spp@spotter.yi.org>
23015              Date: Sat, 07 Apr 2001 20:37:05 -0400
23016              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
23017      Branch: perl
23018            ! pod/perl571delta.pod
23019 ____________________________________________________________________________
23020 [  9626] By: jhi                                   on 2001/04/08  14:39:04
23021         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
23022      Branch: perl
23023            ! gv.c
23024 ____________________________________________________________________________
23025 [  9625] By: nick                                  on 2001/04/08  10:14:23
23026         Log: Integrate mainline
23027      Branch: perlio
23028           +> pod/perl570delta.pod pod/perl571delta.pod
23029           !> (integrate 27 files)
23030 ____________________________________________________________________________
23031 [  9624] By: gsar                                  on 2001/04/08  06:08:17
23032         Log: test in t/pod/* were busted
23033              
23034              these tests are still not enabled in t/{harness,TEST}
23035      Branch: maint-5.6/perl
23036            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
23037            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
23038            ! t/pod/multiline_items.t t/pod/nested_items.t
23039            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
23040            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
23041 ____________________________________________________________________________
23042 [  9623] By: gsar                                  on 2001/04/08  03:37:01
23043         Log: integrate change#9470 from mainline
23044              
23045              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
23046      Branch: maint-5.6/perl
23047           !> ext/Socket/Socket.xs
23048 ____________________________________________________________________________
23049 [  9622] By: jhi                                   on 2001/04/07  22:40:47
23050         Log: Update Changes.
23051      Branch: perl
23052            ! Changes patchlevel.h
23053 ____________________________________________________________________________
23054 [  9621] By: jhi                                   on 2001/04/07  22:34:16
23055         Log: Update AUTHORS.
23056      Branch: perl
23057            ! AUTHORS
23058 ____________________________________________________________________________
23059 [  9620] By: jhi                                   on 2001/04/07  22:12:47
23060         Log: Forgot to bump the number of tests in #9164.
23061      Branch: perl
23062            ! t/op/array.t
23063 ____________________________________________________________________________
23064 [  9619] By: jhi                                   on 2001/04/07  22:09:50
23065         Log: Bump patchlevel to 5.7.1.
23066      Branch: perl
23067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23068            ! config_h.SH patchlevel.h
23069 ____________________________________________________________________________
23070 [  9618] By: jhi                                   on 2001/04/07  22:02:41
23071         Log: Populate perl571delta.
23072      Branch: perl
23073            ! pod/perl571delta.pod
23074 ____________________________________________________________________________
23075 [  9617] By: jhi                                   on 2001/04/07  22:01:23
23076         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
23077              to forget it later; do not change patchlevel.h yet or regenerate
23078              Configure yet.
23079      Branch: perl
23080            ! epoc/config.sh win32/Makefile win32/config_H.bc
23081            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23082 ____________________________________________________________________________
23083 [  9616] By: jhi                                   on 2001/04/07  17:46:33
23084         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
23085      Branch: perl
23086            ! pod/perl571delta.pod
23087 ____________________________________________________________________________
23088 [  9615] By: jhi                                   on 2001/04/07  17:33:21
23089         Log: Change the toc configuration.
23090      Branch: perl
23091            ! pod/buildtoc.PL pod/perl.pod
23092 ____________________________________________________________________________
23093 [  9614] By: jhi                                   on 2001/04/07  17:29:47
23094         Log: Subject: PATCH: $[
23095              From: Robin Houston <robin@kitsite.com>
23096              Date: Fri, 6 Apr 2001 18:10:14 +0100
23097              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
23098      Branch: perl
23099            ! op.c t/op/array.t
23100 ____________________________________________________________________________
23101 [  9613] By: jhi                                   on 2001/04/07  17:28:26
23102         Log: Subject: [PATCH perl@9424] isn't numeric warning
23103              From: Robin Barker <rmb1@cise.npl.co.uk>
23104              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
23105              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
23106      Branch: perl
23107            ! sv.c t/pragma/warn/sv
23108 ____________________________________________________________________________
23109 [  9612] By: jhi                                   on 2001/04/07  17:26:45
23110         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
23111              From: Mike Guy <mjtg@cam.ac.uk>
23112              Date: Fri, 06 Apr 2001 12:47:06 +0100
23113              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
23114      Branch: perl
23115            ! dump.c t/lib/peek.t
23116 ____________________________________________________________________________
23117 [  9611] By: jhi                                   on 2001/04/07  17:21:35
23118         Log: Create perl571delta and seed it off with the perldelta changes
23119              since 5.7.0; remove those changes from perldelta and rename it
23120              as perl570delta; recreate perldelta but leave it almost empty.
23121      Branch: perl
23122            + pod/perl570delta.pod pod/perl571delta.pod
23123            ! MANIFEST pod/perldelta.pod
23124 ____________________________________________________________________________
23125 [  9610] By: jhi                                   on 2001/04/07  16:56:32
23126         Log: Denit.
23127      Branch: perl
23128            ! pod/perldelta.pod
23129 ____________________________________________________________________________
23130 [  9609] By: jhi                                   on 2001/04/07  16:38:32
23131         Log: Retract #9523: needs more thought.
23132      Branch: perl
23133            ! Makefile.SH
23134 ____________________________________________________________________________
23135 [  9608] By: jhi                                   on 2001/04/07  14:59:20
23136         Log: atmark() code cleanaup.
23137      Branch: perl
23138            ! ext/IO/IO.xs
23139 ____________________________________________________________________________
23140 [  9607] By: jhi                                   on 2001/04/07  14:48:14
23141         Log: Integrate change #9605 from maintperl into mainline.
23142              
23143              can't optimize away scope entry if tr/// is present
23144      Branch: perl
23145           !> op.c t/op/tr.t
23146 ____________________________________________________________________________
23147 [  9606] By: jhi                                   on 2001/04/07  14:43:59
23148         Log: Integrate perlio.
23149      Branch: perl
23150           +> win32/FindExt.pm
23151           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
23152           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
23153 ____________________________________________________________________________
23154 [  9605] By: gsar                                  on 2001/04/07  11:52:40
23155         Log: can't optimize away scope entry if tr/// is present
23156      Branch: maint-5.6/perl
23157            ! op.c t/op/tr.t
23158 ____________________________________________________________________________
23159 [  9604] By: nick                                  on 2001/04/07  11:39:45
23160         Log: Split out extension finding code from buildext.pl into FindExt.pm
23161              Use it to get Config.pm's idea of available extensions in line
23162              with what is built.
23163      Branch: perlio
23164            + win32/FindExt.pm
23165            ! MANIFEST win32/buildext.pl win32/config_sh.PL
23166            ! win32/makefile.mk
23167 ____________________________________________________________________________
23168 [  9603] By: nick                                  on 2001/04/07  09:11:38
23169         Log: Cleanup correction for failed :Via() layer, also set an error code.
23170      Branch: perlio
23171            ! ext/PerlIO/Via/Via.xs
23172 ____________________________________________________________________________
23173 [  9602] By: nick                                  on 2001/04/07  08:38:04
23174         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
23175              style. So don't use binmode() on the handles so that Win32 etc. see
23176              same sequence and produce same digests.
23177      Branch: perlio
23178            ! t/lib/md5-file.t
23179 ____________________________________________________________________________
23180 [  9601] By: nick                                  on 2001/04/07  08:36:26
23181         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
23182              Else it complains and so crlf layer (say) does not get pushed.
23183      Branch: perlio
23184            ! perlio.c
23185 ____________________________________________________________________________
23186 [  9600] By: jhi                                   on 2001/04/06  23:00:09
23187         Log: Integrate change #9599 from perlio into mainline.
23188      Branch: perl
23189           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
23190           !> win32/config_H.vc
23191 ____________________________________________________________________________
23192 [  9599] By: nick                                  on 2001/04/06  21:42:43
23193         Log: Quote $VERSION in Encode.pm.
23194              regen_config_h as requested.
23195      Branch: perlio
23196            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
23197            ! win32/config_H.vc
23198 ____________________________________________________________________________
23199 [  9598] By: nick                                  on 2001/04/06  20:34:59
23200         Log: Integrate mainline
23201      Branch: perlio
23202           +> README.macos
23203           !> (integrate 39 files)
23204 ____________________________________________________________________________
23205 [  9597] By: gsar                                  on 2001/04/06  18:06:35
23206         Log: integrate change#9464 from mainline (addendum to change#8313)
23207              
23208              Subject: [PATCH @9452] Better peep()ing for foreach() loops
23209      Branch: maint-5.6/perl
23210           !> op.c
23211 ____________________________________________________________________________
23212 [  9596] By: jhi                                   on 2001/04/06  17:26:03
23213         Log: The d_casti32=undef is good for you even when not use64bitall.
23214      Branch: perl
23215            ! hints/hpux.sh
23216 ____________________________________________________________________________
23217 [  9595] By: gsar                                  on 2001/04/06  14:57:17
23218         Log: add a low-impact fix to accomodate darwin-ism
23219      Branch: maint-5.6/perl
23220            ! ext/Errno/Errno_pm.PL
23221 ____________________________________________________________________________
23222 [  9594] By: jhi                                   on 2001/04/06  14:55:14
23223         Log: Integrate changes #9528,9593 from mainline into maintperl;
23224              tweaking the editor/IDE/shell list.
23225      Branch: maint-5.6/perl
23226           !> pod/perlfaq3.pod
23227 ____________________________________________________________________________
23228 [  9593] By: jhi                                   on 2001/04/06  14:51:39
23229         Log: Make the editor/IDE/shell list a little bit airier.
23230      Branch: perl
23231            ! pod/perlfaq3.pod
23232 ____________________________________________________________________________
23233 [  9592] By: gsar                                  on 2001/04/06  14:45:18
23234         Log: integrate change#9477 from mainline (base.pm doc tweak)
23235              
23236              missing doc entry for fmod()
23237      Branch: maint-5.6/perl
23238            ! lib/Math/BigFloat.pm
23239           !> lib/base.pm
23240 ____________________________________________________________________________
23241 [  9591] By: jhi                                   on 2001/04/06  13:55:48
23242         Log: Regen toc.
23243      Branch: perl
23244            ! pod/perltoc.pod
23245 ____________________________________________________________________________
23246 [  9590] By: jhi                                   on 2001/04/06  13:54:52
23247         Log: Math::BigFloat patches from John Peacock.  The equivalent
23248              of #9586 from maintperl but reworked by John to work with
23249              the bleadperl.
23250      Branch: perl
23251            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
23252 ____________________________________________________________________________
23253 [  9589] By: jhi                                   on 2001/04/06  13:42:23
23254         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
23255      Branch: perl
23256            ! ext/Digest/MD5/Makefile.PL
23257 ____________________________________________________________________________
23258 [  9588] By: jhi                                   on 2001/04/06  13:31:45
23259         Log: Integrate changes #9584,9587 from maintperl into mainline.
23260              
23261              keep eval"" CVs alive until the end of the statement in which
23262              they're called
23263              
23264              add README.macos (from Chris Nandor)
23265              
23266              tyop in change#9555
23267      Branch: perl
23268           +> README.macos
23269           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
23270           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
23271           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
23272           !> win32/makefile.mk
23273 ____________________________________________________________________________
23274 [  9587] By: gsar                                  on 2001/04/06  07:31:30
23275         Log: add README.macos (from Chris Nandor)
23276              
23277              tyop in change#9555
23278      Branch: maint-5.6/perl
23279            + README.macos
23280            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
23281            ! win32/Makefile win32/makefile.mk
23282 ____________________________________________________________________________
23283 [  9586] By: gsar                                  on 2001/04/06  07:08:54
23284         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
23285      Branch: maint-5.6/perl
23286            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
23287 ____________________________________________________________________________
23288 [  9585] By: gsar                                  on 2001/04/06  06:58:44
23289         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
23290              from mainline
23291              
23292              Subject: [PATCH] Base64 update to perlfaq9.pod
23293              
23294              Subject: [PATCH AUTHORS] Housekeeping
23295              
23296              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
23297              Mac OS X (Darwin) has extra pwent fields.
23298              
23299              Subject: [PATCH B::*] print control-character vars readably
23300              Needs EBCDICification.
23301              
23302              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
23303              
23304              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
23305              
23306              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
23307              
23308              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
23309              
23310              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
23311              
23312              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
23313              
23314              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
23315              
23316              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
23317              
23318              FreeBSD hints tweak from Anton Berezin.
23319              
23320              Subject: [PATCH foolperl & bleadperl] README.vms update
23321              
23322              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
23323      Branch: maint-5.6/perl
23324           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
23325           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23326           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
23327 ____________________________________________________________________________
23328 [  9584] By: gsar                                  on 2001/04/06  04:09:00
23329         Log: keep eval"" CVs alive until the end of the statement in which
23330              they're called; this avoids a coredump ensuing from search for
23331              lexicals in code such as:
23332              
23333              sub bug {
23334              my $s = @_;
23335              eval q[sub { eval 'sub { &$s }' }];
23336              }
23337              bug("x")->()->();
23338              
23339              this code still doesn't work as intended (as it has remained
23340              since time immemorial), but it doesn't provoke a coredump anymore
23341      Branch: maint-5.6/perl
23342            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23343            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
23344 ____________________________________________________________________________
23345 [  9583] By: jhi                                   on 2001/04/05  23:52:51
23346         Log: Update Changes.
23347      Branch: perl
23348            ! Changes patchlevel.h
23349 ____________________________________________________________________________
23350 [  9582] By: jhi                                   on 2001/04/05  23:11:23
23351         Log: Slight doc tweak.
23352      Branch: perl
23353            ! pod/perlunicode.pod
23354 ____________________________________________________________________________
23355 [  9581] By: jhi                                   on 2001/04/05  23:04:11
23356         Log: Integrate perlio.
23357      Branch: perl
23358           !> pod/perlunicode.pod
23359 ____________________________________________________________________________
23360 [  9580] By: jhi                                   on 2001/04/05  23:03:29
23361         Log: Test for #9579.
23362      Branch: perl
23363            ! t/op/do.t
23364 ____________________________________________________________________________
23365 [  9579] By: jhi                                   on 2001/04/05  22:54:17
23366         Log: Subject: [PATCH] Propagate calling context for do '...'
23367              From: Gisle Aas <gisle@ActiveState.com>
23368              Date: 04 Apr 2001 20:17:29 -0700
23369              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
23370      Branch: perl
23371            ! pod/perlfunc.pod pp_ctl.c
23372 ____________________________________________________________________________
23373 [  9578] By: jhi                                   on 2001/04/05  22:52:51
23374         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
23375              From: Peter Prymmer <pvhp@forte.com>
23376              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
23377              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
23378      Branch: perl
23379            ! README.vms
23380 ____________________________________________________________________________
23381 [  9577] By: jhi                                   on 2001/04/05  22:48:22
23382         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
23383              From: "Craig A. Berry" <craigberry@mac.com>
23384              Date: Thu, 5 Apr 2001 13:43:28 -0500
23385              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
23386      Branch: perl
23387            ! README.vms
23388 ____________________________________________________________________________
23389 [  9576] By: jhi                                   on 2001/04/05  22:31:38
23390         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
23391              From: Michael G Schwern <schwern@pobox.com>
23392              Date: Thu, 5 Apr 2001 21:53:21 +0100
23393              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
23394      Branch: perl
23395            ! lib/base.pm t/lib/fields.t
23396 ____________________________________________________________________________
23397 [  9575] By: jhi                                   on 2001/04/05  22:26:10
23398         Log: FreeBSD hints tweak from Anton Berezin.
23399      Branch: perl
23400            ! hints/freebsd.sh
23401 ____________________________________________________________________________
23402 [  9574] By: jhi                                   on 2001/04/05  22:24:03
23403         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
23404              From: David Dyck <dcd@tc.fluke.com>
23405              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
23406              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
23407      Branch: perl
23408            ! t/op/oct.t
23409 ____________________________________________________________________________
23410 [  9573] By: jhi                                   on 2001/04/05  22:23:06
23411         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
23412              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
23413              From: David Dyck <dcd@tc.fluke.com>
23414              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
23415      Branch: perl
23416            ! pp.c
23417 ____________________________________________________________________________
23418 [  9572] By: jhi                                   on 2001/04/05  22:14:47
23419         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
23420              From: Robin Houston <robin@kitsite.com>
23421              Date: Thu, 5 Apr 2001 20:56:48 +0100
23422              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
23423      Branch: perl
23424            ! ext/B/B/Deparse.pm
23425 ____________________________________________________________________________
23426 [  9571] By: jhi                                   on 2001/04/05  22:12:53
23427         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
23428              From: Robin Houston <robin@kitsite.com>
23429              Date: Thu, 5 Apr 2001 19:55:51 +0100
23430              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
23431      Branch: perl
23432            ! ext/B/B/Deparse.pm
23433 ____________________________________________________________________________
23434 [  9570] By: jhi                                   on 2001/04/05  22:11:06
23435         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
23436              From: Robin Houston <robin@kitsite.com>
23437              Date: Thu, 5 Apr 2001 20:16:29 +0100
23438              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
23439      Branch: perl
23440            ! ext/B/B/Deparse.pm
23441 ____________________________________________________________________________
23442 [  9569] By: nick                                  on 2001/04/05  21:32:26
23443         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
23444      Branch: perlio
23445            ! pod/perlunicode.pod
23446 ____________________________________________________________________________
23447 [  9568] By: nick                                  on 2001/04/05  19:38:09
23448         Log: Integrate mainline
23449      Branch: perlio
23450           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
23451           !> (integrate 35 files)
23452 ____________________________________________________________________________
23453 [  9567] By: jhi                                   on 2001/04/05  18:31:45
23454         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
23455              From: Robin Houston <robin@kitsite.com>
23456              Date: Thu, 5 Apr 2001 18:03:23 +0100
23457              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
23458      Branch: perl
23459            ! ext/B/B/Deparse.pm
23460 ____________________________________________________________________________
23461 [  9566] By: jhi                                   on 2001/04/05  18:29:35
23462         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
23463              From: Robin Houston <robin@kitsite.com>
23464              Date: Thu, 5 Apr 2001 16:45:18 +0100
23465              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
23466      Branch: perl
23467            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
23468 ____________________________________________________________________________
23469 [  9565] By: jhi                                   on 2001/04/05  18:24:23
23470         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
23471              From: Robin Houston <robin@kitsite.com>
23472              Date: Thu, 5 Apr 2001 14:50:09 +0100
23473              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
23474      Branch: perl
23475            ! ext/B/B/Deparse.pm
23476 ____________________________________________________________________________
23477 [  9564] By: jhi                                   on 2001/04/05  18:23:03
23478         Log: Subject: [PATCH B::*] print control-character vars readably
23479              From: Robin Houston <robin@kitsite.com>
23480              Date: Thu, 5 Apr 2001 14:27:38 +0100
23481              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
23482              
23483              Needs EBCDICification.
23484      Branch: perl
23485            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
23486            ! ext/B/B/Terse.pm
23487 ____________________________________________________________________________
23488 [  9563] By: jhi                                   on 2001/04/05  18:20:32
23489         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
23490              Date: Thu, 5 Apr 2001 13:21:42 -0400
23491              From: Paul Schinder <schinder@pobox.com>
23492              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
23493              
23494              Mac OS X (Darwin) has extra pwent fields.
23495      Branch: perl
23496            ! t/op/pwent.t
23497 ____________________________________________________________________________
23498 [  9562] By: jhi                                   on 2001/04/05  17:57:51
23499         Log: Regen toc.
23500      Branch: perl
23501            ! pod/perltoc.pod
23502 ____________________________________________________________________________
23503 [  9561] By: jhi                                   on 2001/04/05  17:47:33
23504         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
23505      Branch: metaconfig
23506            ! U/Glossary.patch
23507      Branch: metaconfig/U/perl
23508            + d_u32align.U
23509            ! d_cmsghdr_s.U d_msghdr_s.U
23510 ____________________________________________________________________________
23511 [  9560] By: jhi                                   on 2001/04/05  17:47:01
23512         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
23513              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
23514              Introduce probes for struct msghdr, struct cmsghdr,
23515              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
23516              ualarm, usleep, for possible later extension work.
23517      Branch: perl
23518            + t/lib/md5-align.t
23519            ! Configure MANIFEST Porting/Glossary Porting/config.sh
23520            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23521            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
23522            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23523            ! vos/config.ga.h win32/config.bc win32/config.gc
23524            ! win32/config.vc
23525 ____________________________________________________________________________
23526 [  9559] By: jhi                                   on 2001/04/05  13:03:04
23527         Log: Be traditional in your cpp (for the Errno extension).
23528      Branch: perl
23529            ! hints/darwin.sh
23530 ____________________________________________________________________________
23531 [  9558] By: jhi                                   on 2001/04/05  13:00:05
23532         Log: Add $Config{cppflags} to the gcc incantation.
23533      Branch: perl
23534            ! ext/Errno/Errno_pm.PL
23535 ____________________________________________________________________________
23536 [  9557] By: jhi                                   on 2001/04/05  04:22:39
23537         Log: Introduce Sean Burke's Class::ISA 0.32.
23538      Branch: perl
23539            + lib/Class/ISA.pm t/lib/class-isa.t
23540            ! MANIFEST
23541 ____________________________________________________________________________
23542 [  9556] By: jhi                                   on 2001/04/05  04:09:50
23543         Log: Subject: [PATCH AUTHORS] Housekeeping
23544              From: Paul Johnson <paul@pjcj.net> 
23545              Date: Wed, 4 Apr 2001 22:45:47 +0200
23546              Message-ID: <20010404224547.D9548@pjcj.net>
23547      Branch: perl
23548            ! AUTHORS
23549 ____________________________________________________________________________
23550 [  9555] By: jhi                                   on 2001/04/05  04:06:33
23551         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
23552              From: Gisle Aas <gisle@ActiveState.com>
23553              Date: 04 Apr 2001 14:23:04 -0700
23554              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
23555      Branch: perl
23556            ! pod/perlfaq9.pod
23557 ____________________________________________________________________________
23558 [  9554] By: jhi                                   on 2001/04/05  04:05:49
23559         Log: Downgrade also the "Wide character" diagnostic.
23560      Branch: perl
23561            ! pod/perldiag.pod
23562 ____________________________________________________________________________
23563 [  9553] By: jhi                                   on 2001/04/05  04:00:33
23564         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
23565              maintperl into mainline.
23566              
23567              "double" should be "NV"; standard typemap is missing entry
23568              for NV
23569              
23570              s/djSP/dSP/
23571              
23572              Downgrade "Wide character in print" to a warning.
23573              
23574              B::Deparse fix for ${^FOO} and documentation for PVX() method
23575              (from Robin Houston)
23576              
23577              tr/// doesn't null-terminate the result in some situations
23578              (from Gisle Aas)
23579      Branch: perl
23580           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
23581           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
23582           !> t/io/utf8.t t/op/tr.t
23583 ____________________________________________________________________________
23584 [  9552] By: jhi                                   on 2001/04/05  03:52:50
23585         Log: Retract changes #9542 and #9538 (from maintperl, integrated
23586              at #9540), shouldn't be needed because of the perlio changes.
23587      Branch: perl
23588            ! util.c
23589 ____________________________________________________________________________
23590 [  9551] By: gsar                                  on 2001/04/05  00:18:34
23591         Log: tr/// doesn't null-terminate the result in some situations
23592              (from Gisle Aas)
23593      Branch: maint-5.6/perl
23594            ! doop.c t/op/tr.t
23595 ____________________________________________________________________________
23596 [  9550] By: gsar                                  on 2001/04/04  20:04:17
23597         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
23598              (from Robin Houston)
23599      Branch: maint-5.6/perl
23600            ! ext/B/B.pm ext/B/B/Deparse.pm
23601 ____________________________________________________________________________
23602 [  9549] By: nick                                  on 2001/04/04  18:56:15
23603         Log: Downgrade "Wide character in print" to a warning.
23604      Branch: perlio
23605            ! doio.c t/io/utf8.t
23606 ____________________________________________________________________________
23607 [  9548] By: gsar                                  on 2001/04/04  18:51:49
23608         Log: integrate changes#9460,9462,9482,9521,9522
23609              
23610              Subject: PATCH: B::Debug should show LOOP-specific fields
23611              
23612              Subject: B::Deparse precedence bug. (Patch included.)
23613              
23614              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
23615              
23616              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
23617              
23618              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
23619      Branch: maint-5.6/perl
23620           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
23621           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
23622 ____________________________________________________________________________
23623 [  9547] By: gsar                                  on 2001/04/04  18:49:16
23624         Log: s/djSP/dSP/
23625      Branch: maint-5.6/perl
23626            ! ext/Thread/Thread.xs
23627 ____________________________________________________________________________
23628 [  9546] By: nick                                  on 2001/04/04  18:44:00
23629         Log: Integrate mainline.
23630      Branch: perlio
23631           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
23632           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
23633 ____________________________________________________________________________
23634 [  9545] By: gsar                                  on 2001/04/04  18:38:52
23635         Log: integrate change#8837 from mainline
23636              
23637              Subject: [patch] -Wall cleanup round 2
23638      Branch: maint-5.6/perl
23639           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
23640           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
23641           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
23642           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
23643           !> ext/SDBM_File/SDBM_File.xs
23644 ____________________________________________________________________________
23645 [  9544] By: gsar                                  on 2001/04/04  17:49:57
23646         Log: "double" should be "NV"; standard typemap is missing entry
23647              for NV
23648      Branch: maint-5.6/perl
23649            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
23650 ____________________________________________________________________________
23651 [  9543] By: jhi                                   on 2001/04/04  14:13:18
23652         Log: Thou shalt not (just) match for English error messages.
23653      Branch: perl
23654            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
23655            ! os2/OS2/Process/Process.pm
23656 ____________________________________________________________________________
23657 [  9542] By: jhi                                   on 2001/04/04  13:20:39
23658         Log: Make the stdio tricks of fflush_all() to exist only if
23659              stdio is being used.
23660      Branch: perl
23661            ! util.c
23662 ____________________________________________________________________________
23663 [  9541] By: jhi                                   on 2001/04/04  04:20:24
23664         Log: Subject: Re: [PATCH] Lighten up glob
23665              From: Benjamin Sugars <bsugars@canoe.ca>
23666              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
23667              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
23668      Branch: perl
23669            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
23670            ! util.c
23671 ____________________________________________________________________________
23672 [  9540] By: jhi                                   on 2001/04/04  04:03:57
23673         Log: Integrate changes #9538,9539 from maintperl into mainline.
23674              
23675              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
23676              for use with _fwalk() (fix for change#7705)
23677              
23678              another tweak needed for SunOS 4.1.x build (from Mike Guy)
23679              (cp -f is not portable)
23680      Branch: perl
23681           !> Makefile.SH util.c
23682 ____________________________________________________________________________
23683 [  9539] By: gsar                                  on 2001/04/04  03:01:14
23684         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
23685      Branch: maint-5.6/perl
23686            ! Makefile.SH
23687 ____________________________________________________________________________
23688 [  9538] By: gsar                                  on 2001/04/04  01:00:38
23689         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
23690              for use with _fwalk() (fix for change#7705)
23691      Branch: maint-5.6/perl
23692            ! util.c
23693 ____________________________________________________________________________
23694 [  9537] By: nick                                  on 2001/04/03  19:24:55
23695         Log: Integrate mainline
23696      Branch: perlio
23697           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
23698           +> lib/unicode/PropList.html
23699            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
23700           !> (integrate 69 files)
23701 ____________________________________________________________________________
23702 [  9536] By: jhi                                   on 2001/04/03  18:02:31
23703         Log: Integrate change #9533 from maintperl into mainline.
23704              
23705              better fix for change#9517 to accomodate UNC paths like
23706              \\server\share\foo, and paths with trailing backslash
23707              like c:\this\
23708      Branch: perl
23709           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
23710 ____________________________________________________________________________
23711 [  9535] By: jhi                                   on 2001/04/03  17:58:07
23712         Log: Change the push/unshift warning to be of class syntax, not misc.
23713      Branch: perl
23714            ! op.c pod/perldiag.pod t/pragma/warn/op
23715 ____________________________________________________________________________
23716 [  9534] By: jhi                                   on 2001/04/03  15:03:46
23717         Log: Change the push/unshift warning (#9532) to talk about "no values"
23718              instead of "no arguments".
23719      Branch: perl
23720            ! op.c pod/perldiag.pod t/pragma/warn/op
23721 ____________________________________________________________________________
23722 [  9533] By: gsar                                  on 2001/04/03  14:30:07
23723         Log: better fix for change#9517 to accomodate UNC paths like
23724              \\server\share\foo, and paths with trailing backslash
23725              like c:\this\
23726      Branch: maint-5.6/perl
23727            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
23728 ____________________________________________________________________________
23729 [  9532] By: jhi                                   on 2001/04/03  13:11:46
23730         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
23731              From: Robin Houston <robin@kitsite.com>
23732              Date: Mon, 2 Apr 2001 15:03:29 +0100
23733              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
23734      Branch: perl
23735            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
23736 ____________________________________________________________________________
23737 [  9531] By: jhi                                   on 2001/04/03  13:06:34
23738         Log: Integrate change #9530 from maintperl into mainline.
23739              
23740              accomodate VMS "mailbox overflow" quirk in testsuite (from
23741              Craig Berry)
23742      Branch: perl
23743           !> t/lib/socket.t
23744 ____________________________________________________________________________
23745 [  9530] By: gsar                                  on 2001/04/03  04:56:41
23746         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
23747              Craig Berry)
23748      Branch: maint-5.6/perl
23749            ! t/lib/socket.t
23750 ____________________________________________________________________________
23751 [  9529] By: jhi                                   on 2001/04/03  02:34:34
23752         Log: Update Changes.
23753      Branch: perl
23754            ! Changes patchlevel.h
23755 ____________________________________________________________________________
23756 [  9528] By: jhi                                   on 2001/04/03  01:27:57
23757         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
23758              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
23759              To: perl5-porters@perl.org
23760              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
23761      Branch: perl
23762            ! pod/perlfaq3.pod
23763 ____________________________________________________________________________
23764 [  9527] By: jhi                                   on 2001/04/03  01:22:09
23765         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
23766              From: Peter Prymmer <pvhp@forte.com>
23767              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
23768              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
23769      Branch: perl
23770            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
23771 ____________________________________________________________________________
23772 [  9526] By: jhi                                   on 2001/04/03  01:18:25
23773         Log: The metaconfig unit changes for #9525.
23774      Branch: metaconfig
23775            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
23776      Branch: metaconfig/U/perl
23777            ! use64bits.U
23778 ____________________________________________________________________________
23779 [  9525] By: jhi                                   on 2001/04/03  01:17:30
23780         Log: Configure sanity checks:
23781              * if use64bitall is attempted but pointers are only 32-bit,
23782              'downgrade' to use64bitint
23783              * if use64bitint is attempted but there's no quad type,
23784              forget about use64bitint (well, the default for it is 'n',
23785              the user can still override this)
23786              * if pointers are 64 bits, do not try to use Perl's malloc
23787      Branch: perl
23788            ! Configure
23789 ____________________________________________________________________________
23790 [  9524] By: gsar                                  on 2001/04/03  01:09:12
23791         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
23792      Branch: maint-5.6/perl
23793            ! pp_sys.c
23794 ____________________________________________________________________________
23795 [  9523] By: jhi                                   on 2001/04/03  00:02:31
23796         Log: (Retracted by #9609)
23797              
23798              Make it harder for parallel makes to enter 'test' before
23799              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
23800              should be unhappy enough, but sometimes parallel makes seem
23801              to sneak past both in Tru64 and AIX.)
23802      Branch: perl
23803            ! Makefile.SH
23804 ____________________________________________________________________________
23805 [  9522] By: jhi                                   on 2001/04/02  22:35:31
23806         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
23807              Date: Mon, 2 Apr 2001 22:54:10 +0100
23808              From: Robin Houston <robin@kitsite.com>
23809              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
23810      Branch: perl
23811            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
23812 ____________________________________________________________________________
23813 [  9521] By: jhi                                   on 2001/04/02  22:32:23
23814         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
23815              From: Robin Houston <robin@kitsite.com>
23816              Date: Mon, 2 Apr 2001 20:24:03 +0100
23817              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
23818      Branch: perl
23819            ! ext/B/B/Concise.pm
23820 ____________________________________________________________________________
23821 [  9520] By: jhi                                   on 2001/04/02  22:30:43
23822         Log: Subject: [PATCH] REALLY pedantic hv.h nit
23823              From: Simon Cozens <simon@netthink.co.uk>
23824              Date: Mon, 2 Apr 2001 15:43:06 +0100
23825              Message-ID: <20010402154306.A21711@netthink.co.uk>
23826      Branch: perl
23827            ! hv.h
23828 ____________________________________________________________________________
23829 [  9519] By: jhi                                   on 2001/04/02  22:28:04
23830         Log: Based on
23831              
23832              Subject: [foolperl] EPOC fix
23833              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23834              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
23835              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
23836      Branch: perl
23837            ! pp_sys.c
23838 ____________________________________________________________________________
23839 [  9518] By: jhi                                   on 2001/04/02  22:22:34
23840         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
23841              
23842              README.win32 tweaks; add a note about alternative location for
23843              getting a gcc-2.95.2 that will build perl properly on windows
23844              
23845              add some notes about gutsy threading matters
23846              
23847              many of the utilities interpolate literal paths within doublequotes
23848              (fails on dosish platforms where path contains backslashes)
23849      Branch: perl
23850           !> README.win32 pod/perlguts.pod utils/perldoc.PL
23851           !> x2p/find2perl.PL x2p/s2p.PL
23852 ____________________________________________________________________________
23853 [  9517] By: gsar                                  on 2001/04/02  19:52:21
23854         Log: many of the utilities interpolate literal paths within doublequotes
23855              (fails on dosish platforms where path contains backslashes)
23856      Branch: maint-5.6/perl
23857            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
23858 ____________________________________________________________________________
23859 [  9516] By: gsar                                  on 2001/04/02  05:49:37
23860         Log: a foolish release
23861      Branch: maint-5.6/perl
23862            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
23863            ! pod/perltoc.pod
23864 ____________________________________________________________________________
23865 [  9515] By: gsar                                  on 2001/04/02  05:04:29
23866         Log: add missing changelog summaries
23867      Branch: maint-5.6/perl
23868            ! Changes
23869 ____________________________________________________________________________
23870 [  9514] By: gsar                                  on 2001/04/02  04:07:13
23871         Log: add some notes about gutsy threading matters
23872      Branch: maint-5.6/perl
23873            ! pod/perlguts.pod
23874 ____________________________________________________________________________
23875 [  9513] By: gsar                                  on 2001/04/02  03:25:21
23876         Log: add more prominent caveat notices about experimental features
23877      Branch: maint-5.6/perl
23878            ! pod/perlfork.pod pod/perlunicode.pod
23879 ____________________________________________________________________________
23880 [  9512] By: gsar                                  on 2001/04/02  02:54:33
23881         Log: integrate changes#9479,9509 from mainline
23882              
23883              [PATCH] File::Glob stuff for Mac OS
23884              
23885              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
23886      Branch: maint-5.6/perl
23887           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23888           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
23889           !> t/lib/glob-taint.t
23890 ____________________________________________________________________________
23891 [  9511] By: gsar                                  on 2001/04/02  02:38:24
23892         Log: README.win32 tweaks; add a note about alternative location for
23893              getting a gcc-2.95.2 that will build perl properly on windows
23894      Branch: maint-5.6/perl
23895            ! README.win32
23896 ____________________________________________________________________________
23897 [  9510] By: jhi                                   on 2001/04/01  20:45:10
23898         Log: An ambiguosity warning.
23899      Branch: perl
23900            ! t/lib/trig.t
23901 ____________________________________________________________________________
23902 [  9509] By: jhi                                   on 2001/04/01  19:53:47
23903         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
23904              From: Jonathan Stowe <gellyfish@gellyfish.com>
23905              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
23906              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
23907      Branch: perl
23908            ! ext/File/Glob/bsd_glob.c
23909 ____________________________________________________________________________
23910 [  9508] By: jhi                                   on 2001/04/01  19:35:03
23911         Log: Update Changes.
23912      Branch: perl
23913            ! Changes patchlevel.h
23914 ____________________________________________________________________________
23915 [  9507] By: jhi                                   on 2001/04/01  19:24:01
23916         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
23917              from mainline to maintperl: pod tweaks.
23918      Branch: maint-5.6/perl
23919           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
23920           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
23921           !> pod/perlvar.pod
23922 ____________________________________________________________________________
23923 [  9506] By: jhi                                   on 2001/04/01  19:11:53
23924         Log: Commit Sarathy to April release of 5.6.1 :-)
23925      Branch: perl
23926            ! pod/perlfaq1.pod
23927 ____________________________________________________________________________
23928 [  9505] By: jhi                                   on 2001/04/01  19:03:15
23929         Log: Subject: PATCH 5.6.0 (perldebug.pod)
23930              From: Mark-Jason Dominus <mjd@plover.com>
23931              Date: Sun, 01 Apr 2001 14:25:11 -0400
23932              Message-ID: <20010401182511.9247.qmail@plover.com>
23933      Branch: perl
23934            ! pod/perldebug.pod
23935 ____________________________________________________________________________
23936 [  9504] By: jhi                                   on 2001/04/01  18:43:09
23937         Log: Add great_circle_direction().
23938      Branch: perl
23939            ! lib/Math/Trig.pm t/lib/trig.t
23940 ____________________________________________________________________________
23941 [  9503] By: jhi                                   on 2001/04/01  17:29:12
23942         Log: Unicode ReadMe update for Unicode 3.1.
23943      Branch: perl
23944            ! lib/unicode/ReadMe.txt
23945 ____________________________________________________________________________
23946 [  9502] By: jhi                                   on 2001/04/01  17:18:40
23947         Log: Integrate change #9501 from maintperl into mainline.
23948              
23949              fix the perlembed notes on multiple interpreters
23950              
23951              fix ExtUtils::Embed to work passably on Windows
23952      Branch: perl
23953           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
23954 ____________________________________________________________________________
23955 [  9501] By: gsar                                  on 2001/04/01  07:21:57
23956         Log: fix the perlembed notes on multiple interpreters
23957              
23958              fix ExtUtils::Embed to work passably on Windows
23959      Branch: maint-5.6/perl
23960            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
23961 ____________________________________________________________________________
23962 [  9500] By: jhi                                   on 2001/04/01  05:58:23
23963         Log: Test for #9499.
23964      Branch: perl
23965            ! t/op/tr.t
23966 ____________________________________________________________________________
23967 [  9499] By: jhi                                   on 2001/04/01  05:55:46
23968         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
23969      Branch: perl
23970            ! embed.h embed.pl op.c proto.h
23971 ____________________________________________________________________________
23972 [  9498] By: jhi                                   on 2001/04/01  05:44:34
23973         Log: Protect the workaround hunk more.
23974      Branch: perl
23975            ! toke.c
23976 ____________________________________________________________________________
23977 [  9497] By: jhi                                   on 2001/04/01  00:24:25
23978         Log: Integrate changes #9493,9494,9495,9496 from maintperl
23979              into mainline.
23980              
23981              fix a broken workaround for Borland compiler in change#4739
23982              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
23983              
23984              nits spotted by Borland compiler
23985              
23986              avoid redefinition warnings under Borland 5.02
23987              
23988              various nits identified by the Borland 5.5 compiler; remove suppression
23989              of a few warnings
23990      Branch: perl
23991           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
23992           !> win32/win32.h
23993 ____________________________________________________________________________
23994 [  9496] By: gsar                                  on 2001/03/31  23:22:28
23995         Log: various nits identified by the Borland 5.5 compiler; remove suppression
23996              of a few warnings
23997      Branch: maint-5.6/perl
23998            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
23999 ____________________________________________________________________________
24000 [  9495] By: gsar                                  on 2001/03/31  21:03:08
24001         Log: avoid redefinition warnings under Borland 5.02
24002      Branch: maint-5.6/perl
24003            ! win32/makefile.mk
24004 ____________________________________________________________________________
24005 [  9494] By: gsar                                  on 2001/03/31  20:18:59
24006         Log: nits spotted by Borland compiler
24007      Branch: maint-5.6/perl
24008            ! utf8.h win32/win32.h
24009 ____________________________________________________________________________
24010 [  9493] By: gsar                                  on 2001/03/31  20:18:05
24011         Log: fix a broken workaround for Borland compiler in change#4739
24012              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
24013      Branch: maint-5.6/perl
24014            ! toke.c
24015 ____________________________________________________________________________
24016 [  9492] By: jhi                                   on 2001/03/31  18:36:24
24017         Log: Integrate change #9491 from maintperl into mainline.
24018              
24019              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
24020              directory is relative (need to fetch the full path name *before*
24021              the chdir!)
24022      Branch: perl
24023           !> lib/Cwd.pm
24024 ____________________________________________________________________________
24025 [  9491] By: gsar                                  on 2001/03/31  17:01:56
24026         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
24027              directory is relative (need to fetch the full path name *before*
24028              the chdir!)
24029              
24030              this is a followup patch for change#6749
24031      Branch: maint-5.6/perl
24032            ! lib/Cwd.pm
24033 ____________________________________________________________________________
24034 [  9490] By: jhi                                   on 2001/03/31  15:50:18
24035         Log: Subject: Re: [PATCH] av.h cosmetics
24036              From: Simon Cozens <simon@netthink.co.uk>
24037              Date: Sat, 31 Mar 2001 13:09:59 +0100
24038              Message-ID: <20010331130959.A22000@netthink.co.uk>
24039              
24040              Document AvALLOC.
24041      Branch: perl
24042            ! pod/perlguts.pod
24043 ____________________________________________________________________________
24044 [  9489] By: jhi                                   on 2001/03/31  15:48:44
24045         Log: Subject: [PATCH] Re: Math::Big* v1.21
24046              From: Tels <perl_dummy@bloodgate.com>
24047              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
24048              Message-Id: <200103311125.GAA377738@www08.hway.net>
24049      Branch: perl
24050            ! pod/perlop.pod
24051 ____________________________________________________________________________
24052 [  9488] By: jhi                                   on 2001/03/31  03:39:51
24053         Log: Debug output tweak.
24054      Branch: perl
24055            ! t/lib/cwd.t
24056 ____________________________________________________________________________
24057 [  9487] By: jhi                                   on 2001/03/31  03:33:02
24058         Log: OverVMSification.
24059      Branch: perl
24060            ! t/lib/cwd.t
24061 ____________________________________________________________________________
24062 [  9486] By: jhi                                   on 2001/03/31  03:01:40
24063         Log: Missed MANIFESTations in #9483.
24064      Branch: perl
24065            ! MANIFEST
24066 ____________________________________________________________________________
24067 [  9485] By: jhi                                   on 2001/03/31  02:58:17
24068         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
24069              From: Peter Prymmer <pvhp@forte.com>
24070              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
24071              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
24072      Branch: perl
24073            ! regexec.c t/lib/cwd.t
24074 ____________________________________________________________________________
24075 [  9484] By: jhi                                   on 2001/03/31  01:04:41
24076         Log: Obsolete file (see #3938)
24077      Branch: perl
24078            - lib/unicode/README.Ethiopic
24079            ! MANIFEST
24080 ____________________________________________________________________________
24081 [  9483] By: jhi                                   on 2001/03/31  00:52:42
24082         Log: Update to Unicode 3.1.
24083              (Rename Names.txt to NamesList.txt.)
24084      Branch: perl
24085            + lib/unicode/NamesList.txt lib/unicode/PropList.html
24086            - lib/unicode/Names.txt
24087            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24088            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
24089            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
24090            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
24091            ! lib/unicode/UCD.html lib/unicode/Unicode.html
24092            ! lib/unicode/rename lib/unicode/version
24093 ____________________________________________________________________________
24094 [  9482] By: jhi                                   on 2001/03/30  23:33:44
24095         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
24096              From: Robin Houston <robin@kitsite.com>
24097              Date: Fri, 30 Mar 2001 20:07:22 +0100
24098              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
24099      Branch: perl
24100            ! ext/B/B/Deparse.pm
24101 ____________________________________________________________________________
24102 [  9481] By: jhi                                   on 2001/03/30  23:20:25
24103         Log: Subject: Re: [PATCH] CwdXS, Take 2
24104              From: Benjamin Sugars <bsugars@canoe.ca>
24105              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
24106              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
24107      Branch: perl
24108            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
24109            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
24110 ____________________________________________________________________________
24111 [  9480] By: jhi                                   on 2001/03/30  22:52:38
24112         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
24113              From: David Dyck <dcd@tc.fluke.com>
24114              Date: Fri, 30 Mar 2001 14:44:13 -0800
24115              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
24116              
24117              The t/rantests flags file creation was accidentally
24118              removed by #9217.
24119      Branch: perl
24120            ! Makefile.SH
24121 ____________________________________________________________________________
24122 [  9479] By: jhi                                   on 2001/03/30  22:45:45
24123         Log: Subject: [PATCH] File::Glob stuff for Mac OS
24124              From: Chris Nandor <pudge@pobox.com>
24125              Date: Fri, 30 Mar 2001 16:51:00 -0500
24126              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
24127      Branch: perl
24128            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24129            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
24130            ! t/lib/glob-taint.t
24131 ____________________________________________________________________________
24132 [  9478] By: jhi                                   on 2001/03/30  22:43:12
24133         Log: Subject: fix for win32/buildext.pl
24134              From: "Vadim Konovalov" <watman@inbox.ru>
24135              Date: Sat, 31 Mar 2001 00:50:36 +0400
24136              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
24137      Branch: perl
24138            ! win32/buildext.pl
24139 ____________________________________________________________________________
24140 [  9477] By: jhi                                   on 2001/03/30  22:41:16
24141         Log: Subject: small base.pm doc patch
24142              From: Leon Brocard <acme@astray.com>
24143              Date: Fri, 30 Mar 2001 21:49:57 +0100
24144              Message-ID: <20010330214957.B8733@ns0.astray.com>
24145      Branch: perl
24146            ! lib/base.pm
24147 ____________________________________________________________________________
24148 [  9476] By: jhi                                   on 2001/03/30  18:16:57
24149         Log: Subject: [PATCH] av.h cosmetics
24150              From: Simon Cozens <simon@netthink.co.uk>
24151              Date: Fri, 30 Mar 2001 18:12:28 +0100
24152              Message-ID: <20010330181228.A9319@netthink.co.uk>
24153      Branch: perl
24154            ! av.h
24155 ____________________________________________________________________________
24156 [  9475] By: jhi                                   on 2001/03/30  18:15:50
24157         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
24158              From: "Philip Newton" <pnewton@gmx.de>
24159              Date: Fri, 30 Mar 2001 19:06:57 +0200
24160              Message-ID: <3AC4D951.14815.1AC7068@localhost>
24161      Branch: perl
24162            ! pod/perlhack.pod
24163 ____________________________________________________________________________
24164 [  9474] By: jhi                                   on 2001/03/30  18:14:02
24165         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
24166              From: Benjamin Sugars <bsugars@canoe.ca>
24167              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
24168              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
24169      Branch: perl
24170            ! t/lib/glob-basic.t
24171 ____________________________________________________________________________
24172 [  9473] By: jhi                                   on 2001/03/30  16:09:24
24173         Log: Update Changes.
24174      Branch: perl
24175            ! Changes patchlevel.h
24176 ____________________________________________________________________________
24177 [  9472] By: jhi                                   on 2001/03/30  15:16:08
24178         Log: Integrate perlio.
24179      Branch: perl
24180           !> t/lib/cwd.t t/lib/glob-basic.t
24181 ____________________________________________________________________________
24182 [  9471] By: nick                                  on 2001/03/30  14:47:10
24183         Log: Should be (^O eq 'MSWin32') not 'Win32'
24184              Fail #12 seems real - chdir is in wrong dir.
24185      Branch: perlio
24186            ! t/lib/cwd.t
24187 ____________________________________________________________________________
24188 [  9470] By: jhi                                   on 2001/03/30  14:41:11
24189         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
24190              From: Radu Greab <radu@netsoft.ro>
24191              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
24192              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
24193              
24194              Replace #9352.
24195      Branch: perl
24196            ! ext/Socket/Socket.xs pp_sys.c
24197 ____________________________________________________________________________
24198 [  9469] By: jhi                                   on 2001/03/30  14:37:51
24199         Log: Subject: PATCH pod/perldiag.pod
24200              From: Robin Houston <robin@kitsite.com>
24201              Date: Fri, 30 Mar 2001 14:10:36 +0100
24202              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
24203      Branch: perl
24204            ! pod/perldiag.pod t/lib/glob-basic.t
24205 ____________________________________________________________________________
24206 [  9468] By: jhi                                   on 2001/03/30  14:36:36
24207         Log: Subject: Better diagnostic in io/fs.t
24208              From: andreas.koenig@anima.de (Andreas J. Koenig)
24209              Date: 30 Mar 2001 10:11:43 +0200
24210              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
24211      Branch: perl
24212            ! t/io/fs.t
24213 ____________________________________________________________________________
24214 [  9467] By: nick                                  on 2001/03/30  14:25:43
24215         Log: Skip order test of glob if case-ignoring system cannot 
24216              create a.test and A.test
24217      Branch: perlio
24218            ! t/lib/glob-basic.t
24219 ____________________________________________________________________________
24220 [  9466] By: nick                                  on 2001/03/30  13:03:12
24221         Log: Integrate mainline.
24222      Branch: perlio
24223            - ext/re/hints/aix.pl
24224           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
24225           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
24226           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
24227           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
24228 ____________________________________________________________________________
24229 [  9465] By: jhi                                   on 2001/03/30  03:53:37
24230         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
24231              the tests sometimes hang, sometimes not.)
24232      Branch: perl
24233            ! t/lib/io_multihomed.t t/lib/io_sock.t
24234 ____________________________________________________________________________
24235 [  9464] By: jhi                                   on 2001/03/30  02:56:04
24236         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
24237              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24238              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
24239              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
24240      Branch: perl
24241            ! op.c
24242 ____________________________________________________________________________
24243 [  9463] By: jhi                                   on 2001/03/30  02:34:48
24244         Log: Test for #9462.
24245      Branch: perl
24246            ! t/lib/b.t
24247 ____________________________________________________________________________
24248 [  9462] By: jhi                                   on 2001/03/30  02:29:37
24249         Log: Subject: B::Deparse precedence bug. (Patch included.)
24250              From: Jeremy Madea <jmadea@inktomi.com>
24251              Date: Thu, 29 Mar 2001 12:05:02 -0800
24252              Message-ID: <20010329120502.A24881@dr.inktomi.com>
24253      Branch: perl
24254            ! ext/B/B/Deparse.pm
24255 ____________________________________________________________________________
24256 [  9461] By: jhi                                   on 2001/03/30  02:18:41
24257         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
24258              From: Peter Prymmer <pvhp@forte.com>
24259              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
24260              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
24261      Branch: perl
24262            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
24263            ! t/lib/md5-file.t
24264 ____________________________________________________________________________
24265 [  9460] By: jhi                                   on 2001/03/30  02:17:07
24266         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
24267              From: Robin Houston <robin@kitsite.com>
24268              Date: Thu, 29 Mar 2001 20:47:56 +0100
24269              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
24270      Branch: perl
24271            ! ext/B/B/Debug.pm
24272 ____________________________________________________________________________
24273 [  9459] By: jhi                                   on 2001/03/30  02:16:05
24274         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
24275              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
24276              Date: Wed, 28 Mar 2001 18:02:20 -0600
24277              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
24278      Branch: perl
24279            ! lib/ExtUtils/MM_VMS.pm
24280 ____________________________________________________________________________
24281 [  9458] By: jhi                                   on 2001/03/30  02:07:58
24282         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
24283              From: "Joshua E. Rodd" <jrodd@pbs.org>
24284              Date: Wed, 28 Mar 2001 17:29:12 -0500
24285              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
24286      Branch: perl
24287            ! pod/perlop.pod
24288 ____________________________________________________________________________
24289 [  9457] By: jhi                                   on 2001/03/30  02:04:33
24290         Log: Subject: ext/re/aix.pl can go
24291              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24292              Date: Thu, 29 Mar 2001 12:03:28 +0200
24293              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
24294      Branch: perl
24295            - ext/re/hints/aix.pl
24296            ! MANIFEST
24297 ____________________________________________________________________________
24298 [  9456] By: jhi                                   on 2001/03/30  02:03:32
24299         Log: Integrate perlio.
24300      Branch: perl
24301           !> ext/Encode/Encode.xs installperl
24302 ____________________________________________________________________________
24303 [  9455] By: nick                                  on 2001/03/29  21:11:46
24304         Log: DLL name has changed so installperl needs to know
24305              (Why isn't it working it out or passed it?)
24306      Branch: perlio
24307            ! installperl
24308 ____________________________________________________________________________
24309 [  9454] By: nick                                  on 2001/03/29  20:56:12
24310         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
24311              and we don't get undef warnings.
24312      Branch: perlio
24313            ! ext/Encode/Encode.xs
24314 ____________________________________________________________________________
24315 [  9453] By: nick                                  on 2001/03/29  17:58:48
24316         Log: Integrate mainline
24317      Branch: perlio
24318           !> Changes patchlevel.h
24319 ____________________________________________________________________________
24320 [  9452] By: jhi                                   on 2001/03/29  16:44:55
24321         Log: Update Changes.
24322      Branch: perl
24323            ! Changes patchlevel.h
24324 ____________________________________________________________________________
24325 [  9451] By: nick                                  on 2001/03/29  16:31:38
24326         Log: Integrate mainline
24327      Branch: perlio
24328           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
24329           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
24330           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
24331           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
24332           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
24333 ____________________________________________________________________________
24334 [  9450] By: jhi                                   on 2001/03/29  16:29:17
24335         Log: Integrate perlio.
24336      Branch: perl
24337           !> win32/buildext.pl
24338 ____________________________________________________________________________
24339 [  9449] By: jhi                                   on 2001/03/29  15:50:01
24340         Log: Update Changes.
24341      Branch: perl
24342            ! Changes patchlevel.h
24343 ____________________________________________________________________________
24344 [  9448] By: nick                                  on 2001/03/29  15:47:15
24345         Log: Make sure buildext.pl finds Errno.pm
24346      Branch: perlio
24347            ! win32/buildext.pl
24348 ____________________________________________________________________________
24349 [  9447] By: jhi                                   on 2001/03/29  15:39:34
24350         Log: Integrate perlio.
24351      Branch: perl
24352           !> win32/makefile.mk
24353 ____________________________________________________________________________
24354 [  9446] By: nick                                  on 2001/03/29  15:30:03
24355         Log: Integrate win32/makefile.mk with mainline.
24356      Branch: perlio
24357           !> win32/makefile.mk
24358 ____________________________________________________________________________
24359 [  9445] By: nick                                  on 2001/03/29  15:27:32
24360         Log: Fix breakage ... 
24361      Branch: perlio
24362            ! win32/makefile.mk
24363 ____________________________________________________________________________
24364 [  9444] By: jhi                                   on 2001/03/29  15:03:08
24365         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
24366              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24367              Date: Thu, 29 Mar 2001 10:32:59 +0400
24368              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
24369      Branch: perl
24370            ! win32/makefile.mk
24371 ____________________________________________________________________________
24372 [  9443] By: jhi                                   on 2001/03/29  15:02:12
24373         Log: Integrate perlio.
24374      Branch: perl
24375           +> win32/buildext.pl
24376           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
24377           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
24378 ____________________________________________________________________________
24379 [  9442] By: nick                                  on 2001/03/29  14:59:11
24380         Log: Work in progress - determine win32 extensions to build via script.
24381      Branch: perlio
24382            + win32/buildext.pl
24383            ! MANIFEST win32/makefile.mk
24384 ____________________________________________________________________________
24385 [  9441] By: jhi                                   on 2001/03/29  14:51:47
24386         Log: Reintroduce the use of external pwd.
24387      Branch: perl
24388            ! t/lib/cwd.t
24389 ____________________________________________________________________________
24390 [  9440] By: jhi                                   on 2001/03/29  14:42:58
24391         Log: use warnings instead of -w.
24392      Branch: perl
24393            ! utils/h2xs.PL
24394 ____________________________________________________________________________
24395 [  9439] By: jhi                                   on 2001/03/29  14:41:52
24396         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
24397              From: Jonathan Stowe <gellyfish@gellyfish.com>
24398              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
24399              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
24400      Branch: perl
24401            ! utils/h2xs.PL
24402 ____________________________________________________________________________
24403 [  9438] By: jhi                                   on 2001/03/29  14:39:38
24404         Log: Subject: [PATCH perl@9424] minor pod nits
24405              From: Robin Barker <rmb1@cise.npl.co.uk>
24406              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
24407              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
24408      Branch: perl
24409            ! pod/perlhack.pod pod/perliol.pod
24410 ____________________________________________________________________________
24411 [  9437] By: jhi                                   on 2001/03/29  14:29:16
24412         Log: Subject: [PATCH perl@9424] typemap cast warning
24413              From: Robin Barker <rmb1@cise.npl.co.uk>
24414              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
24415              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
24416      Branch: perl
24417            ! lib/ExtUtils/typemap
24418 ____________________________________________________________________________
24419 [  9436] By: jhi                                   on 2001/03/29  14:26:03
24420         Log: Subject: [PATCH perl@9424] printf warning
24421              From: Robin Barker <rmb1@cise.npl.co.uk>
24422              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
24423              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
24424      Branch: perl
24425            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
24426            ! ext/Storable/Storable.xs toke.c
24427 ____________________________________________________________________________
24428 [  9435] By: nick                                  on 2001/03/29  14:23:31
24429         Log: Win32 has name conflict with ERROR
24430      Branch: perlio
24431            ! ext/PerlIO/Via/Via.xs
24432 ____________________________________________________________________________
24433 [  9434] By: jhi                                   on 2001/03/29  14:17:48
24434         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
24435              From: Peter Prymmer <pvhp@forte.com>
24436              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
24437              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
24438      Branch: perl
24439            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
24440 ____________________________________________________________________________
24441 [  9433] By: jhi                                   on 2001/03/29  13:52:44
24442         Log: test-prep target was missing.
24443      Branch: perl
24444            ! Makefile.SH
24445 ____________________________________________________________________________
24446 [  9432] By: nick                                  on 2001/03/29  12:40:03
24447         Log: Make as-shipped compiler default to MSVC6 
24448      Branch: perlio
24449            ! win32/makefile.mk
24450 ____________________________________________________________________________
24451 [  9431] By: nick                                  on 2001/03/29  12:12:16
24452         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
24453              akin to PerlIO::Scalar.
24454      Branch: perlio
24455            ! perlio.c perlio.h
24456 ____________________________________________________________________________
24457 [  9430] By: nick                                  on 2001/03/29  10:56:35
24458         Log: Integrate mainline.
24459      Branch: perlio
24460           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
24461           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
24462           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
24463           !> win32/makefile.mk win32/win32sck.c
24464 ____________________________________________________________________________
24465 [  9429] By: nick                                  on 2001/03/29  09:03:43
24466         Log: Noticed that two tests were skipped as perlio:: package
24467              isn't there any more. Changed the skip condition.
24468              Avoid core-dump if sv_utf8_upgrade() called on something
24469              that does not become SvPOK after SvPV() (e.g. a ref).
24470      Branch: perlio
24471            ! sv.c t/io/utf8.t t/lib/io_scalar.t
24472 ____________________________________________________________________________
24473 [  9428] By: jhi                                   on 2001/03/29  01:31:47
24474         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
24475              From: Benjamin Sugars <bsugars@canoe.ca> 
24476              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
24477              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
24478      Branch: perl
24479            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
24480            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
24481            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
24482 ____________________________________________________________________________
24483 [  9427] By: jhi                                   on 2001/03/29  00:49:30
24484         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
24485              From: "Vadim Konovalov" <watman@inbox.ru>
24486              Date: Thu, 29 Mar 2001 01:50:12 +0400
24487              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
24488      Branch: perl
24489            ! win32/makefile.mk win32/win32sck.c
24490 ____________________________________________________________________________
24491 [  9426] By: gsar                                  on 2001/03/29  00:28:04
24492         Log: dmake can only handle == and != in comparisons; support building
24493              with Borland's VCL libraries (from Vadim Konovalov)
24494      Branch: maint-5.6/perl
24495            ! win32/makefile.mk
24496 ____________________________________________________________________________
24497 [  9425] By: nick                                  on 2001/03/28  19:29:56
24498         Log: Integrate (@snapshot)
24499      Branch: perlio
24500           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
24501 ____________________________________________________________________________
24502 [  9424] By: jhi                                   on 2001/03/28  19:03:16
24503         Log: Update Changes.
24504      Branch: perl
24505            ! Changes patchlevel.h
24506 ____________________________________________________________________________
24507 [  9423] By: jhi                                   on 2001/03/28  18:52:09
24508         Log: Rmdir lib/XS on cleanup.
24509      Branch: perl
24510            ! Makefile.SH
24511 ____________________________________________________________________________
24512 [  9422] By: jhi                                   on 2001/03/28  18:49:34
24513         Log: Integrate perlio.
24514      Branch: perl
24515           !> t/op/utf8decode.t
24516 ____________________________________________________________________________
24517 [  9421] By: nick                                  on 2001/03/28  18:46:44
24518         Log: Loose duplicate chunk.
24519      Branch: perlio
24520            ! t/op/utf8decode.t
24521 ____________________________________________________________________________
24522 [  9420] By: nick                                  on 2001/03/28  18:44:11
24523         Log: Integrate mainline.
24524      Branch: perlio
24525           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
24526           !> vms/vmsish.h
24527 ____________________________________________________________________________
24528 [  9419] By: jhi                                   on 2001/03/28  18:42:05
24529         Log: Can't trust external pwds
24530              (either shell builtins or external programs)
24531      Branch: perl
24532            ! t/lib/cwd.t
24533 ____________________________________________________________________________
24534 [  9418] By: jhi                                   on 2001/03/28  18:34:05
24535         Log: Integrate perlio.
24536      Branch: perl
24537            - lib/perlio.pm
24538           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
24539           !> t/op/utf8decode.t
24540 ____________________________________________________________________________
24541 [  9417] By: nick                                  on 2001/03/28  18:24:02
24542         Log: PerlIO.pm / perlio.pm conflict.
24543              Update some pods.
24544              Make t/op/utf8decode.t a text file.
24545      Branch: perlio
24546            - lib/perlio.pm
24547            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
24548            ! t/op/utf8decode.t
24549 ____________________________________________________________________________
24550 [  9416] By: jhi                                   on 2001/03/28  18:06:07
24551         Log: Integrate change #9409 from mainline to maintperl.
24552              
24553              Yet another tweak on AIX dynaloading.
24554      Branch: maint-5.6/perl
24555           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24556 ____________________________________________________________________________
24557 [  9415] By: gsar                                  on 2001/03/28  17:13:01
24558         Log: integrate changes#9377,9385,9401 from mainline
24559              
24560              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
24561              
24562              If directory entries compare equal case-insensitively,
24563              retry case-sensitively.
24564              
24565              Subject: [PATCH] B::Terse and warnings
24566      Branch: maint-5.6/perl
24567           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
24568           !> t/pragma/warn/perl
24569 ____________________________________________________________________________
24570 [  9414] By: jhi                                   on 2001/03/28  17:11:12
24571         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
24572              From: "Craig A. Berry" <craigberry@mac.com>
24573              Date: Wed, 28 Mar 2001 10:55:20 -0600
24574              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
24575      Branch: perl
24576            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
24577 ____________________________________________________________________________
24578 [  9413] By: jhi                                   on 2001/03/28  17:03:12
24579         Log: Dup hunk.
24580      Branch: perl
24581            ! t/op/utf8decode.t
24582 ____________________________________________________________________________
24583 [  9412] By: jhi                                   on 2001/03/28  17:02:36
24584         Log: Forced integrate from perlio.
24585      Branch: perl
24586           !> t/op/utf8decode.t
24587 ____________________________________________________________________________
24588 [  9411] By: nick                                  on 2001/03/28  16:50:03
24589         Log: Integrate mainline.
24590      Branch: perlio
24591           +> t/lib/cwd.t
24592           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24593           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
24594           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
24595           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
24596           !> t/pragma/warn/perl
24597 ____________________________________________________________________________
24598 [  9410] By: jhi                                   on 2001/03/28  16:44:23
24599         Log: Subject: Re: [PATCH] 9403 cannot be tested
24600              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24601              Date: Wed, 28 Mar 2001 18:33:56 +0200
24602              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
24603      Branch: perl
24604            ! makedef.pl
24605 ____________________________________________________________________________
24606 [  9409] By: jhi                                   on 2001/03/28  16:12:45
24607         Log: Yet another tweak on AIX dynaloading.
24608      Branch: perl
24609            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24610 ____________________________________________________________________________
24611 [  9408] By: jhi                                   on 2001/03/28  15:52:55
24612         Log: Subject: [PATCH] 9403 cannot be tested
24613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24614              Date: Wed, 28 Mar 2001 17:23:00 +0200
24615              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
24616              
24617              A missing symbol.
24618      Branch: perl
24619            ! makedef.pl
24620 ____________________________________________________________________________
24621 [  9407] By: jhi                                   on 2001/03/28  15:47:43
24622         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
24623      Branch: perl
24624            ! t/op/utf8decode.t
24625           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
24626           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
24627 ____________________________________________________________________________
24628 [  9406] By: jhi                                   on 2001/03/28  15:37:08
24629         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
24630              From: Benjamin Sugars <bsugars@canoe.ca> 
24631              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
24632              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
24633      Branch: perl
24634            + t/lib/cwd.t
24635            ! MANIFEST
24636 ____________________________________________________________________________
24637 [  9405] By: jhi                                   on 2001/03/28  15:13:18
24638         Log: pp_ne() needs a CORRECT boolean.
24639      Branch: perl
24640            ! pp.c
24641 ____________________________________________________________________________
24642 [  9404] By: jhi                                   on 2001/03/28  15:09:23
24643         Log: pp_ne() needs a boolean, not an integer.
24644      Branch: perl
24645            ! pp.c
24646 ____________________________________________________________________________
24647 [  9403] By: jhi                                   on 2001/03/28  14:47:43
24648         Log: (Retracted by #9404.)
24649      Branch: perl
24650            ! pp.c
24651 ____________________________________________________________________________
24652 [  9402] By: jhi                                   on 2001/03/28  14:43:59
24653         Log: Subject: Re: [PATCH] Typemap testing
24654              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
24655              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
24656              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
24657      Branch: perl
24658            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24659            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
24660 ____________________________________________________________________________
24661 [  9401] By: jhi                                   on 2001/03/28  14:42:14
24662         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
24663              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24664              Date: Sun, 25 Mar 2001 21:59:15 +0100
24665              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
24666              
24667              A variable will be checked for the "use once" warnings if:
24668              
24669              1. It is in the scope of a use warnings 'once'
24670              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
24671              
24672              Otherwise it won't be checked at all.
24673              
24674              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
24675              
24676              The enclosed patch partially fixes this issue. What I didn't
24677              get to work was the case where the "used once" warning is enabled
24678              in any file other than the main file.
24679      Branch: perl
24680            ! gv.c t/pragma/warn/perl
24681 ____________________________________________________________________________
24682 [  9400] By: nick                                  on 2001/03/28  14:38:24
24683         Log: More EBCDIC tweaks:
24684              - one more swash issue &~(0xA0-1) did not do the right thing,
24685              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
24686              - add "use re 'asciirange'" to make [!-~] etc. work
24687              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
24688              - Choose a key for t/op/each.t test which gets encoded.
24689              - Skip utf8decode if this is UTF-EBCDIC.
24690      Branch: perlio
24691            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
24692            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
24693 ____________________________________________________________________________
24694 [  9399] By: jhi                                   on 2001/03/28  14:21:00
24695         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
24696              Andreas Schwab.
24697      Branch: perl
24698            ! pp.c
24699 ____________________________________________________________________________
24700 [  9398] By: jhi                                   on 2001/03/28  00:55:56
24701         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
24702              From: David Dyck <dcd@tc.fluke.com>
24703              Date: Tue, 27 Mar 2001 15:16:24 -0800
24704              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
24705      Branch: perl
24706            ! ext/IO/lib/IO/Socket.pm
24707 ____________________________________________________________________________
24708 [  9397] By: jhi                                   on 2001/03/27  21:52:49
24709         Log: Integrate perlio.
24710      Branch: perl
24711           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
24712           +> ext/PerlIO/Via/Via.xs
24713           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
24714 ____________________________________________________________________________
24715 [  9396] By: nick                                  on 2001/03/27  21:45:13
24716         Log: Integrate mainline.
24717      Branch: perlio
24718           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
24719           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
24720 ____________________________________________________________________________
24721 [  9395] By: nick                                  on 2001/03/27  21:18:58
24722         Log: Outline docs for PerlIO and PerlIO::Scalar
24723      Branch: perlio
24724            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
24725 ____________________________________________________________________________
24726 [  9394] By: nick                                  on 2001/03/27  20:50:13
24727         Log: PerlIO::Via layer (alpha-ish).
24728      Branch: perlio
24729            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
24730            + ext/PerlIO/Via/Via.xs
24731            ! MANIFEST
24732 ____________________________________________________________________________
24733 [  9393] By: jhi                                   on 2001/03/27  20:49:55
24734         Log: Retract #9329 now that 9390 should take care of the matter.
24735      Branch: perl
24736            ! utils/h2xs.PL
24737 ____________________________________________________________________________
24738 [  9390] By: jhi                                   on 2001/03/27  20:47:50
24739         Log: Subject: Autoloading Errno.pm when %! is encountered
24740              From: Robin Houston <robin@kitsite.com>
24741              Date: Tue, 27 Mar 2001 20:57:11 +0100
24742              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
24743      Branch: perl
24744            ! embed.h embed.pl gv.c proto.h t/op/magic.t
24745 ____________________________________________________________________________
24746 [  9389] By: jhi                                   on 2001/03/27  20:24:31
24747         Log: Integrate perlio.
24748      Branch: perl
24749           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
24750           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
24751           !> utf8.c
24752 ____________________________________________________________________________
24753 [  9388] By: jhi                                   on 2001/03/27  20:21:38
24754         Log: Better have a three-element array if one is going to assign
24755              to the third element of that array. (from Tim Jenness)
24756      Branch: perl
24757            ! ext/XS/Typemap/Typemap.xs
24758 ____________________________________________________________________________
24759 [  9387] By: nick                                  on 2001/03/27  20:15:43
24760         Log: Integrate mainline.
24761      Branch: perlio
24762           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
24763           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24764           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
24765           +> t/lib/xs-typemap.t
24766           !> (integrate 34 files)
24767 ____________________________________________________________________________
24768 [  9386] By: jhi                                   on 2001/03/27  20:04:18
24769         Log: Subject: Re: perl@9359 breaks HTML::Parser
24770              From: Gisle Aas <gisle@ActiveState.com>
24771              Date: 27 Mar 2001 11:30:24 -0800
24772              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
24773              
24774              Clarify the UTF-8 issues of the API docs.
24775              (Slightly reworded and expanded.)
24776      Branch: perl
24777            ! pod/perlapi.pod sv.c sv.h
24778 ____________________________________________________________________________
24779 [  9385] By: jhi                                   on 2001/03/27  19:44:25
24780         Log: If directory entries compare equal case-insensitively,
24781              retry case-sensitively.
24782      Branch: perl
24783            ! ext/File/Glob/bsd_glob.c
24784 ____________________________________________________________________________
24785 [  9384] By: nick                                  on 2001/03/27  19:38:50
24786         Log: Various EBCDIC fixes:
24787              - major revelation that swash code is encoding aware,
24788              (or thought it was) - now it is ;-)
24789              - With that out of the way fix a slab of tr/// cases.
24790              - Fix Encode 'Unicode' to be true Unicode so tests pass.
24791              - As anticipated Base64.xs needed tweaks.
24792              - Until tr/// works right avoid old_encode64 in MIME tests.
24793      Branch: perlio
24794            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
24795            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
24796 ____________________________________________________________________________
24797 [  9383] By: jhi                                   on 2001/03/27  18:34:41
24798         Log: Add the std test suite BEGIN block.
24799      Branch: perl
24800            ! t/lib/xs-typemap.t
24801 ____________________________________________________________________________
24802 [  9382] By: jhi                                   on 2001/03/27  15:16:07
24803         Log: Add debugging output to the test.
24804      Branch: perl
24805            ! t/lib/glob-basic.t
24806 ____________________________________________________________________________
24807 [  9381] By: jhi                                   on 2001/03/27  15:08:10
24808         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
24809      Branch: perl
24810            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
24811            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24812            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
24813            + t/lib/xs-typemap.t
24814            ! MANIFEST
24815 ____________________________________________________________________________
24816 [  9380] By: jhi                                   on 2001/03/27  14:48:34
24817         Log: Subject: [PATCH] Typemap testing
24818              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
24819              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
24820              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
24821              
24822              (The first part of the patch.)
24823      Branch: perl
24824            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
24825 ____________________________________________________________________________
24826 [  9379] By: jhi                                   on 2001/03/27  14:44:56
24827         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
24828              From: Benjamin Sugars <bsugars@canoe.ca> 
24829              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
24830              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
24831      Branch: perl
24832            ! t/lib/glob-basic.t
24833 ____________________________________________________________________________
24834 [  9378] By: jhi                                   on 2001/03/27  14:42:30
24835         Log: Subject: [PATCH] perlvar nit
24836              From: Simon Cozens <simon@netthink.co.uk>
24837              Date: Tue, 27 Mar 2001 01:12:01 +0100
24838              Message-ID: <20010327011201.A19179@netthink.co.uk>
24839      Branch: perl
24840            ! pod/perlvar.pod
24841 ____________________________________________________________________________
24842 [  9377] By: jhi                                   on 2001/03/27  14:36:26
24843         Log: Subject: [PATCH] B::Terse and warnings
24844              From: Benjamin Sugars <ben.sugars@home.com>
24845              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
24846              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
24847      Branch: perl
24848            ! ext/B/B.pm ext/B/B/Terse.pm
24849 ____________________________________________________________________________
24850 [  9376] By: jhi                                   on 2001/03/27  14:31:31
24851         Log: Document sockatmark() some.
24852      Branch: perl
24853            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
24854            ! pod/perltoc.pod
24855 ____________________________________________________________________________
24856 [  9375] By: jhi                                   on 2001/03/27  14:00:24
24857         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
24858              noted by Gisle and fixed by NI-S.
24859      Branch: perl
24860            ! sv.c
24861 ____________________________________________________________________________
24862 [  9374] By: jhi                                   on 2001/03/27  05:50:01
24863         Log: Regen toc.
24864      Branch: perl
24865            ! pod/perltoc.pod
24866 ____________________________________________________________________________
24867 [  9373] By: jhi                                   on 2001/03/27  05:43:51
24868         Log: Pixie documenting.
24869      Branch: perl
24870            ! Makefile.SH pod/perlhack.pod
24871 ____________________________________________________________________________
24872 [  9372] By: jhi                                   on 2001/03/27  05:29:34
24873         Log: Metaconfig unit changes for #9371.
24874      Branch: metaconfig
24875            ! U/modified/myhostname.U
24876      Branch: metaconfig/U/perl
24877            + d_sockatmark.U
24878            ! gccvers.U
24879 ____________________________________________________________________________
24880 [  9371] By: jhi                                   on 2001/03/27  05:29:07
24881         Log: Add sockatmark() probing.
24882      Branch: perl
24883            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24884            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24885            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24886            ! vos/config.ga.h win32/config.bc win32/config.gc
24887            ! win32/config.vc
24888 ____________________________________________________________________________
24889 [  9370] By: jhi                                   on 2001/03/26  22:01:18
24890         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
24891              Really need to benchmark this.
24892      Branch: perl
24893            ! pp.c
24894 ____________________________________________________________________________
24895 [  9369] By: nick                                  on 2001/03/26  21:59:30
24896         Log: Integrate mainline.
24897      Branch: perlio
24898            ! ext/MIME/Base64/QuotedPrint.pm
24899           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
24900           !> patchlevel.h pod/perlhack.pod pp_sys.c
24901 ____________________________________________________________________________
24902 [  9368] By: jhi                                   on 2001/03/26  21:47:03
24903         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
24904              
24905              TODO1: perlbench.
24906              TODO2: le, lt, ge, gt?  Yech.
24907      Branch: perl
24908            ! pp.c
24909 ____________________________________________________________________________
24910 [  9367] By: jhi                                   on 2001/03/26  21:34:57
24911         Log: Too much cut-and-paste in #9363.
24912      Branch: perl
24913            ! pp_sys.c
24914 ____________________________________________________________________________
24915 [  9366] By: jhi                                   on 2001/03/26  21:20:53
24916         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
24917              From: Andreas Schwab <schwab@suse.de>
24918              Date: 26 Mar 2001 17:29:04 +0200
24919              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
24920              
24921              (The patch for 5.6.0 or so, this is a guess for bleadperl)
24922      Branch: perl
24923            ! pp_hot.c
24924 ____________________________________________________________________________
24925 [  9365] By: jhi                                   on 2001/03/26  21:07:54
24926         Log: Integrate perlio.
24927      Branch: perl
24928           !> perlio.c
24929 ____________________________________________________________________________
24930 [  9364] By: nick                                  on 2001/03/26  20:30:48
24931         Log: REFCNT botch in layer name cache hash.
24932      Branch: perlio
24933            ! perlio.c
24934 ____________________________________________________________________________
24935 [  9363] By: jhi                                   on 2001/03/26  18:44:32
24936         Log: Subject: [PATCH] socket() leaks file descriptors
24937              From: Benjamin Sugars <bsugars@canoe.ca>
24938              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
24939              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
24940              
24941              Also sockpair() fixed similarly.
24942      Branch: perl
24943            ! pp_sys.c
24944 ____________________________________________________________________________
24945 [  9362] By: jhi                                   on 2001/03/26  18:37:52
24946         Log: Integrate perlio.
24947      Branch: perl
24948           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
24949 ____________________________________________________________________________
24950 [  9361] By: nick                                  on 2001/03/26  17:32:06
24951         Log: Implement flush of linebuffered streams on read of a tty.
24952      Branch: perlio
24953            ! perlio.c perliol.h
24954 ____________________________________________________________________________
24955 [  9360] By: nick                                  on 2001/03/26  17:12:32
24956         Log: Memory tweaks and notes for OEMVS.
24957      Branch: perlio
24958            ! README.os390 miniperlmain.c t/op/pat.t
24959 ____________________________________________________________________________
24960 [  9359] By: jhi                                   on 2001/03/26  02:12:54
24961         Log: Update Changes.
24962      Branch: perl
24963            ! Changes patchlevel.h
24964 ____________________________________________________________________________
24965 [  9358] By: jhi                                   on 2001/03/26  02:05:32
24966         Log: Document the most common pixie options.
24967      Branch: perl
24968            ! pod/perlhack.pod
24969 ____________________________________________________________________________
24970 [  9357] By: jhi                                   on 2001/03/26  01:25:28
24971         Log: For perl.pixie check *before* compiling that optimize is -g,
24972              as for perl.third.
24973      Branch: perl
24974            ! Makefile.SH
24975 ____________________________________________________________________________
24976 [  9356] By: jhi                                   on 2001/03/26  01:13:41
24977         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
24978      Branch: perl
24979            ! Makefile.SH
24980 ____________________________________________________________________________
24981 [  9355] By: jhi                                   on 2001/03/26  01:11:19
24982         Log: Remove t/perl.third.
24983      Branch: perl
24984            ! Makefile.SH
24985 ____________________________________________________________________________
24986 [  9354] By: jhi                                   on 2001/03/26  00:23:38
24987         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
24988              IO::Sockatmark().
24989      Branch: perl
24990            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
24991 ____________________________________________________________________________
24992 [  9353] By: jhi                                   on 2001/03/25  22:25:04
24993         Log: Integrate perlio.
24994      Branch: perl
24995           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24996           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
24997           !> pp_hot.c win32/makefile.mk
24998 ____________________________________________________________________________
24999 [  9352] By: jhi                                   on 2001/03/25  22:21:41
25000         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
25001              From: Radu Greab <radu@netsoft.ro>
25002              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
25003              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
25004      Branch: perl
25005            ! pp_sys.c
25006 ____________________________________________________________________________
25007 [  9351] By: nick                                  on 2001/03/25  22:15:02
25008         Log: Fix readline in list mode to tell rest of world that it has
25009              things on the stack. Otherwise if perl code gets invoked
25010              underneath it it scribbles over results-so-far.
25011              (Why TIEHANDLE has not tripped on this is a mystery.)
25012      Branch: perlio
25013            ! pp_hot.c
25014 ____________________________________________________________________________
25015 [  9350] By: nick                                  on 2001/03/25  22:10:13
25016         Log: win32/makefile.mk typos
25017      Branch: perlio
25018            ! win32/makefile.mk
25019 ____________________________________________________________________________
25020 [  9349] By: nick                                  on 2001/03/25  21:31:14
25021         Log: Integrate now-non-binary file.
25022      Branch: perlio
25023           !> t/lib/mimeqp.t
25024 ____________________________________________________________________________
25025 [  9348] By: nick                                  on 2001/03/25  21:27:24
25026         Log: Make it text
25027      Branch: perlio
25028            ! t/lib/mimeqp.t
25029 ____________________________________________________________________________
25030 [  9347] By: nick                                  on 2001/03/25  21:25:37
25031         Log: Integrate mainline.
25032      Branch: perlio
25033           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
25034           !> lib/Term/ReadLine.pm t/lib/md5-file.t
25035 ____________________________________________________________________________
25036 [  9346] By: nick                                  on 2001/03/25  20:58:15
25037         Log: Add destruct time hook to PerlIO (for work-in-process implementing
25038              layers in perl code. In such cases layers need to be popped before
25039              we loose the ability to run perl code.)
25040              Also back-out "PerlIO::object" hook - it isn't going to work like that...
25041      Branch: perlio
25042            ! perl.c perlio.c perlio.h perliol.h
25043 ____________________________________________________________________________
25044 [  9345] By: nick                                  on 2001/03/25  20:49:11
25045         Log: Avoid at leasy one of undefined warnings in Encode.
25046      Branch: perlio
25047            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
25048 ____________________________________________________________________________
25049 [  9344] By: jhi                                   on 2001/03/25  20:37:43
25050         Log: A workaround for using Term::ReadLine in emacs minibuffer
25051              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
25052              additional tweaks from Ilya Zakharevich.
25053      Branch: perl
25054            ! lib/Term/ReadLine.pm
25055 ____________________________________________________________________________
25056 [  9343] By: nick                                  on 2001/03/25  20:21:14
25057         Log: Missing return value.
25058      Branch: perlio
25059            ! ext/PerlIO/Scalar/Scalar.xs
25060 ____________________________________________________________________________
25061 [  9342] By: jhi                                   on 2001/03/25  16:21:00
25062         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
25063              to equal the CPAN versions since no code changes have been made.
25064      Branch: perl
25065            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
25066            ! t/lib/md5-file.t
25067 ____________________________________________________________________________
25068 [  9341] By: jhi                                   on 2001/03/25  16:01:48
25069         Log: Escape 8-bit characters.
25070      Branch: perl
25071            ! t/lib/mimeqp.t
25072 ____________________________________________________________________________
25073 [  9340] By: gsar                                  on 2001/03/25  15:50:53
25074         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
25075              chars)
25076      Branch: perl
25077            + t/lib/mimeqp.t
25078 ____________________________________________________________________________
25079 [  9339] By: gsar                                  on 2001/03/25  15:48:50
25080         Log: delete mimeqp.t for later with text mode set
25081      Branch: perl
25082            - t/lib/mimeqp.t
25083 ____________________________________________________________________________
25084 [  9338] By: nick                                  on 2001/03/25  09:01:57
25085         Log: Integrate mainline.
25086      Branch: perlio
25087           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25088           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
25089           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
25090           +> t/lib/mimeb64u.t t/lib/mimeqp.t
25091           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
25092           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
25093           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
25094 ____________________________________________________________________________
25095 [  9337] By: jhi                                   on 2001/03/25  04:23:24
25096         Log: Add MIME::Base64 here and there.  Again, a lot of
25097              optimism is in the air.
25098      Branch: perl
25099            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
25100            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
25101 ____________________________________________________________________________
25102 [  9336] By: jhi                                   on 2001/03/25  04:12:43
25103         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
25104              this by ear as I do not do Win32 programming.)
25105      Branch: perl
25106            ! win32/Makefile win32/makefile.mk
25107 ____________________________________________________________________________
25108 [  9335] By: jhi                                   on 2001/03/25  04:03:50
25109         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
25110      Branch: perl
25111            ! t/lib/md5-file.t
25112 ____________________________________________________________________________
25113 [  9334] By: jhi                                   on 2001/03/25  03:58:53
25114         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
25115      Branch: perl
25116            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25117            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
25118            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
25119            + t/lib/mimeb64u.t t/lib/mimeqp.t
25120            ! MANIFEST
25121 ____________________________________________________________________________
25122 [  9333] By: jhi                                   on 2001/03/24  20:14:37
25123         Log: Integrate perlio.
25124      Branch: perl
25125           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
25126 ____________________________________________________________________________
25127 [  9332] By: nick                                  on 2001/03/24  19:40:34
25128         Log: Fix un-init variable leading to spurious "Out of Memory!"
25129      Branch: perlio
25130            ! doio.c
25131 ____________________________________________________________________________
25132 [  9331] By: nick                                  on 2001/03/24  19:09:59
25133         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
25134              and update layers internals doc.
25135      Branch: perlio
25136            ! pod/perlfunc.pod pod/perliol.pod
25137 ____________________________________________________________________________
25138 [  9330] By: jhi                                   on 2001/03/24  18:42:11
25139         Log: The length might be uninitialized garbage if the *svp is the undef.
25140      Branch: perl
25141            ! doio.c
25142 ____________________________________________________________________________
25143 [  9329] By: jhi                                   on 2001/03/24  18:26:57
25144         Log: (Retracted by #9393)
25145
25146              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
25147              From: Simon Cozens <simon@netthink.co.uk>
25148              Date: Sat, 24 Mar 2001 17:13:17 +0000
25149              Message-ID: <20010324171317.A13406@netthink.co.uk>
25150      Branch: perl
25151            ! utils/h2xs.PL
25152 ____________________________________________________________________________
25153 [  9328] By: nick                                  on 2001/03/24  17:22:02
25154         Log: Integrate mainline.
25155      Branch: perlio
25156           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
25157           !> lib/unicode/version
25158 ____________________________________________________________________________
25159 [  9327] By: nick                                  on 2001/03/24  17:16:02
25160         Log: Integrate mainline.
25161      Branch: perlio
25162           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25163           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25164           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
25165           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
25166           +> t/lib/md5-file.t
25167           !> MANIFEST Makefile.SH configure.com djgpp/config.over
25168           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
25169           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
25170           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
25171           !> win32/makefile.mk
25172 ____________________________________________________________________________
25173 [  9326] By: jhi                                   on 2001/03/24  17:00:42
25174         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
25175      Branch: perl
25176            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
25177            ! lib/unicode/version
25178 ____________________________________________________________________________
25179 [  9325] By: jhi                                   on 2001/03/24  16:22:33
25180         Log: Subject: Re: B::Deparse bug (5.6.0)
25181              From: Robin Houston <robin@kitsite.com>
25182              Date: Sat, 24 Mar 2001 14:33:09 +0000
25183              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
25184      Branch: perl
25185            ! op.c pp.c t/lib/b.t t/op/repeat.t
25186 ____________________________________________________________________________
25187 [  9324] By: jhi                                   on 2001/03/24  16:21:56
25188         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
25189              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
25190              these additions may be too optimistic.
25191      Branch: perl
25192            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
25193            ! hints/uwin.sh hints/vmesa.sh
25194 ____________________________________________________________________________
25195 [  9323] By: jhi                                   on 2001/03/24  16:06:01
25196         Log: Integrate perlio.
25197      Branch: perl
25198           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
25199           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25200            ! Makefile.SH
25201           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
25202           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
25203           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
25204           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25205           !> win32/makefile.mk win32/perlhost.h win32/win32.c
25206           !> win32/win32iop.h
25207 ____________________________________________________________________________
25208 [  9322] By: nick                                  on 2001/03/24  14:39:12
25209         Log: Routine Win32 regen_config_h - no real changes.
25210      Branch: perlio
25211            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25212 ____________________________________________________________________________
25213 [  9321] By: nick                                  on 2001/03/24  14:31:49
25214         Log: PerlIO fixups for Win32:
25215              - provide win33_popenlist() - non-functional as yet.
25216              - avoid need for aTHX in PerlIO_debug calls - even if not 
25217              enabled args are still evaluated so Win32 has trouble during fork().
25218              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
25219              - Fixup makedef.pl for latest set of symbols.
25220      Branch: perlio
25221            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
25222            ! win32/perlhost.h win32/win32.c win32/win32iop.h
25223 ____________________________________________________________________________
25224 [  9320] By: nick                                  on 2001/03/24  14:26:58
25225         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
25226              was gibberish - broke it on WIn32 at least.
25227      Branch: perlio
25228            ! ext/POSIX/POSIX.xs
25229 ____________________________________________________________________________
25230 [  9319] By: nick                                  on 2001/03/24  11:29:41
25231         Log: Generated files.
25232      Branch: perlio
25233            ! embed.h global.sym objXSUB.h perlapi.c proto.h
25234 ____________________________________________________________________________
25235 [  9318] By: nick                                  on 2001/03/24  10:29:37
25236         Log: Implement:
25237              1.  open($fh,"+<",undef);  # add test to t/io/open.t
25238              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
25239      Branch: perlio
25240            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
25241            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25242            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
25243            ! t/io/open.t t/io/utf8.t
25244 ____________________________________________________________________________
25245 [  9317] By: jhi                                   on 2001/03/23  23:41:25
25246         Log: AIX does seems to have optimization problems with its C compilers.
25247      Branch: perl
25248            ! hints/aix.sh
25249 ____________________________________________________________________________
25250 [  9316] By: jhi                                   on 2001/03/23  23:40:46
25251         Log: Integrate perlio.
25252      Branch: perl
25253           +> lib/PerlIO.pm
25254           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
25255           !> perliol.h
25256 ____________________________________________________________________________
25257 [  9315] By: jhi                                   on 2001/03/23  22:16:30
25258         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
25259      Branch: perl
25260            ! t/lib/md5-file.t
25261 ____________________________________________________________________________
25262 [  9314] By: nick                                  on 2001/03/23  20:49:02
25263         Log: Perlio internals re-organized.
25264              - open process creates AV of layer/arg pairs
25265              (appends layers from open() or open.pm to default list).
25266              - push arg is now an SV.
25267              - layer ->Open get passed the AV
25268              - open is no longer mandatory method.
25269              - topmost layer that has ->Open method does the open
25270              - any layers above are pushed once that returns.
25271              - vtable re-ordered so dummy layers need only provide push/pop methods.
25272      Branch: perlio
25273            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25274 ____________________________________________________________________________
25275 [  9313] By: nick                                  on 2001/03/23  16:27:41
25276         Log: Check in a stable (working) version before next round of tweaks.
25277              Changes include:
25278              - Move default layers code out of doio.c and into perlio.c
25279              - Single routine for parsing layer specification strings.
25280              - Skeleton support for demand loading of layers
25281              - Core-dump avoidance if PERLIO environment specifies loadable layer
25282              (does not _work_ as need IO to load and need load to do IO ...)
25283      Branch: perlio
25284            + lib/PerlIO.pm
25285            ! MANIFEST doio.c perlio.c
25286 ____________________________________________________________________________
25287 [  9312] By: gsar                                  on 2001/03/23  16:25:25
25288         Log: add execute bit to files with shebang lines in the repository;
25289              avoid clobbering execute bit in Porting/makerel 
25290      Branch: maint-5.6/perl
25291            ! (edit 144 files)
25292 ____________________________________________________________________________
25293 [  9311] By: jhi                                   on 2001/03/23  14:25:35
25294         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
25295      Branch: perl
25296            ! MANIFEST
25297 ____________________________________________________________________________
25298 [  9310] By: jhi                                   on 2001/03/23  13:45:04
25299         Log: Subject: [PATCH] Net::Ping
25300              From: Colin McMillen <mcmi0037@tc.umn.edu>
25301              Date: Thu, 22 Mar 2001 19:30:31 -0600
25302              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
25303      Branch: perl
25304            ! lib/Net/Ping.pm
25305 ____________________________________________________________________________
25306 [  9309] By: jhi                                   on 2001/03/23  13:39:13
25307         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
25308      Branch: perl
25309            ! t/lib/md5-aaa.t t/lib/md5-file.t
25310 ____________________________________________________________________________
25311 [  9308] By: jhi                                   on 2001/03/23  13:20:34
25312         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
25313              - bump the version to 2.14
25314              - drop the base64 tests since they require MIME::Base64
25315              - drop the rfc1321.txt
25316              - drop the hints/dec_osf.pl since it's only needed for
25317              pre-5.005_03 Perls
25318              Todo:
25319              - the U32 alignment testing is now removed; it needs to
25320              be reintroduced as as a Config variable (meaning also
25321              as a Configure test)
25322              - get the new EBCDIC md5sum for MD5.pm
25323              - test in Win32 to see how badly I botched the makefiles
25324      Branch: perl
25325            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25326            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25327            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
25328            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
25329            + t/lib/md5-file.t
25330            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
25331            ! win32/Makefile win32/makefile.mk
25332 ____________________________________________________________________________
25333 [  9307] By: jhi                                   on 2001/03/23  12:56:14
25334         Log: Integrate change #9306 from maintperl into mainline,
25335              AIX dynaloader for AIXes without <load.h>.
25336      Branch: perl
25337           !> ext/DynaLoader/hints/aix.pl
25338 ____________________________________________________________________________
25339 [  9306] By: jhi                                   on 2001/03/23  12:51:36
25340         Log: There are AIXes without /usr/include/load.h,
25341              patch from H.Merijn Brand.
25342      Branch: maint-5.6/perl
25343            ! ext/DynaLoader/hints/aix.pl
25344 ____________________________________________________________________________
25345 [  9305] By: nick                                  on 2001/03/23  11:00:42
25346         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
25347      Branch: perlio
25348            ! ext/Encode/Encode.xs perlio.c perlio.h
25349 ____________________________________________________________________________
25350 [  9304] By: nick                                  on 2001/03/23  10:20:46
25351         Log: Render -Duseperlio functional again.
25352              - this is "quick fix" which calls PerlIO_apply_layers after opening,
25353              which is what old scheme did. New scheme needs to change that
25354              to make open(...,\$scalar) etc. work but this will do for now.
25355      Branch: perlio
25356            ! perlio.c
25357 ____________________________________________________________________________
25358 [  9303] By: nick                                  on 2001/03/23  09:53:20
25359         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
25360              -Uuseperlio now works again.
25361              -Duseperlio is still poorly. Don't merge yet...
25362      Branch: perlio
25363            ! doio.c perlio.h
25364 ____________________________________________________________________________
25365 [  9302] By: nick                                  on 2001/03/22  22:26:51
25366         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
25367              type code.
25368              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
25369              is its main caller. In particular now has access to "extra" args, and
25370              can tell when an open handle is "reopened" (or duped?).
25371              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
25372              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
25373              PerlIO_open() et. al. (i.e. other way round).
25374              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
25375              with args close to PerlIO_openn().
25376      Branch: perlio
25377            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25378 ____________________________________________________________________________
25379 [  9301] By: jhi                                   on 2001/03/22  20:58:04
25380         Log: Integrate perlio.
25381      Branch: perl
25382           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
25383           !> t/io/open.t util.c
25384 ____________________________________________________________________________
25385 [  9300] By: nick                                  on 2001/03/22  17:36:32
25386         Log: Don't include $@ in not ok message.
25387      Branch: perlio
25388            ! t/io/open.t
25389 ____________________________________________________________________________
25390 [  9299] By: gsar                                  on 2001/03/22  16:53:45
25391         Log: back out changes#7532,7521 for now (appears to have problems
25392              on IRIX)
25393      Branch: maint-5.6/perl
25394            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25395            ! ext/POSIX/typemap pod/perlvar.pod
25396 ____________________________________________________________________________
25397 [  9298] By: nick                                  on 2001/03/22  14:35:46
25398         Log: Give a meaning to '&' in n-arg open case:
25399              open($fh,"<&",$scalar);
25400              $scalar can be:
25401              - an integer which does "fdopen"
25402              open($fh,"<&",2); # like open($fh,"<&2")
25403              - something that will yield a file handle via sv_2io()
25404              useful for dup'ing anonymous handles.
25405              e.g.:
25406              open(my $fh,"<&",\*STDIN);
25407              open(my $dup,"<&",$fh);
25408      Branch: perlio
25409            ! doio.c t/io/open.t
25410 ____________________________________________________________________________
25411 [  9297] By: nick                                  on 2001/03/22  13:34:35
25412         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
25413      Branch: perlio
25414            ! util.c
25415 ____________________________________________________________________________
25416 [  9296] By: nick                                  on 2001/03/22  12:51:20
25417         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
25418      Branch: perlio
25419            ! perl.c
25420 ____________________________________________________________________________
25421 [  9295] By: nick                                  on 2001/03/22  11:59:44
25422         Log: If stdin, stdout or stderr get opened in unexpected read/write state
25423              then warn at time of open not at time of use.
25424      Branch: perlio
25425            ! doio.c pp_hot.c pp_sys.c
25426 ____________________________________________________________________________
25427 [  9294] By: nick                                  on 2001/03/22  10:54:35
25428         Log: Die on n-arg open(...,"",xxx,yyy,...)
25429              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
25430              - die on read/write cases so we can decide what it means later.
25431      Branch: perlio
25432            ! doio.c embed.pl iperlsys.h util.c
25433 ____________________________________________________________________________
25434 [  9293] By: nick                                  on 2001/03/22  09:02:45
25435         Log: perlio tweaks (reported by Nick Clark)
25436              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
25437              error check in Pendinf_read().
25438      Branch: perlio
25439            ! perlio.c
25440 ____________________________________________________________________________
25441 [  9292] By: gsar                                  on 2001/03/22  07:12:00
25442         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
25443              fixes)
25444      Branch: maint-5.6/perl
25445           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
25446 ____________________________________________________________________________
25447 [  9291] By: jhi                                   on 2001/03/22  06:06:44
25448         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
25449      Branch: perl
25450            ! t/op/re_tests
25451 ____________________________________________________________________________
25452 [  9290] By: jhi                                   on 2001/03/22  05:57:01
25453         Log: Move MacOS Classic higher in the list of supported platforms.
25454      Branch: maint-5.6/perl
25455            ! pod/perlport.pod
25456 ____________________________________________________________________________
25457 [  9289] By: gsar                                  on 2001/03/22  05:35:04
25458         Log: revert part of change#6438 for compatibility (av_reify()
25459              appears to be needed to implement av_splice()ish things
25460              in XS)
25461      Branch: maint-5.6/perl
25462            ! embed.pl global.sym objXSUB.h perlapi.c
25463 ____________________________________________________________________________
25464 [  9288] By: gsar                                  on 2001/03/22  03:09:19
25465         Log: update copyright year
25466      Branch: maint-5.6/perl
25467            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
25468            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
25469            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
25470            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
25471            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
25472            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
25473            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
25474            ! x2p/walk.c
25475 ____________________________________________________________________________
25476 [  9287] By: jhi                                   on 2001/03/21  20:30:54
25477         Log: Integrate perlio.
25478      Branch: perl
25479           !> ext/Data/Dumper/Dumper.xs
25480 ____________________________________________________________________________
25481 [  9286] By: gsar                                  on 2001/03/21  19:49:54
25482         Log: makefile.mk tweak
25483      Branch: maint-5.6/perl
25484            ! win32/Makefile win32/makefile.mk
25485 ____________________________________________________________________________
25486 [  9285] By: nick                                  on 2001/03/21  19:07:13
25487         Log: Multiplicity fix for Dumper.
25488      Branch: perlio
25489            ! ext/Data/Dumper/Dumper.xs
25490 ____________________________________________________________________________
25491 [  9284] By: nick                                  on 2001/03/21  19:01:07
25492         Log: Integrate mainline - (does not build xTHX issue in Dumper).
25493      Branch: perlio
25494           !> (integrate 27 files)
25495 ____________________________________________________________________________
25496 [  9283] By: jhi                                   on 2001/03/21  17:17:35
25497         Log: Integrate change #9282 from mainline into maintperl,
25498              4-arg UTF-8 substr().
25499      Branch: maint-5.6/perl
25500           !> pp.c
25501 ____________________________________________________________________________
25502 [  9282] By: jhi                                   on 2001/03/21  17:15:43
25503         Log: The #9270 would have leaked a scalar if pp_substr()
25504              returned early.
25505      Branch: perl
25506            ! pp.c
25507 ____________________________________________________________________________
25508 [  9281] By: gsar                                  on 2001/03/21  17:03:14
25509         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
25510      Branch: maint-5.6/perl
25511            ! win32/makefile.mk
25512 ____________________________________________________________________________
25513 [  9280] By: gsar                                  on 2001/03/21  17:01:20
25514         Log: some tweaks to change#9278 (fork() emulation should be enabled
25515              by setting BUILD_FLAVOR instead of changing the defaults)
25516      Branch: maint-5.6/perl
25517            ! win32/makefile.mk
25518 ____________________________________________________________________________
25519 [  9279] By: gsar                                  on 2001/03/21  16:47:19
25520         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
25521      Branch: maint-5.6/perl
25522            ! ext/File/Glob/Glob.pm
25523           !> lib/Cwd.pm
25524 ____________________________________________________________________________
25525 [  9278] By: jhi                                   on 2001/03/21  14:35:10
25526         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
25527              From: "Vadim Konovalov" <watman@inbox.ru>
25528              Date: Wed, 21 Mar 2001 01:53:51 +0300
25529              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
25530      Branch: maint-5.6/perl
25531            ! win32/makefile.mk win32/win32sck.c
25532 ____________________________________________________________________________
25533 [  9277] By: jhi                                   on 2001/03/21  13:58:28
25534         Log: Integrate change #9270 from mainline to maintperl:
25535              continued 4-arg UTF-8 substr() fixing.
25536      Branch: maint-5.6/perl
25537           !> pp.c t/op/substr.t
25538 ____________________________________________________________________________
25539 [  9276] By: jhi                                   on 2001/03/21  13:33:00
25540         Log: More pixie cleaning.
25541      Branch: perl
25542            ! Makefile.SH
25543 ____________________________________________________________________________
25544 [  9275] By: jhi                                   on 2001/03/21  03:54:17
25545         Log: Update Changes.
25546      Branch: perl
25547            ! Changes patchlevel.h
25548 ____________________________________________________________________________
25549 [  9274] By: jhi                                   on 2001/03/21  03:48:24
25550         Log: First stab at making Data::Dumper to grok Unicode.
25551              
25552              TODO: tests, EBCDICify.
25553      Branch: perl
25554            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
25555 ____________________________________________________________________________
25556 [  9273] By: jhi                                   on 2001/03/21  02:23:00
25557         Log: Fix for
25558              
25559              Subject: Memory leak in unquoted print   
25560              From: Benjamin Sugars <bsugars@canoe.ca> 
25561              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
25562              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
25563      Branch: perl
25564            ! perlio.c
25565 ____________________________________________________________________________
25566 [  9272] By: jhi                                   on 2001/03/21  01:33:17
25567         Log: Subject: Re: [PATCH] POSIX::getcwd()
25568              From: Benjamin Sugars <bsugars@canoe.ca> 
25569              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
25570              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
25571      Branch: perl
25572            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25573 ____________________________________________________________________________
25574 [  9271] By: jhi                                   on 2001/03/21  01:22:52
25575         Log: Subject: [PATCH] Cwd.pm docs
25576              From: Benjamin Sugars <bsugars@canoe.ca>
25577              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
25578              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
25579      Branch: perl
25580            ! lib/Cwd.pm
25581 ____________________________________________________________________________
25582 [  9270] By: jhi                                   on 2001/03/21  01:16:29
25583         Log: Continue 4-arg substr() UTF-8 fixage.
25584      Branch: perl
25585            ! pp.c t/op/substr.t
25586 ____________________________________________________________________________
25587 [  9269] By: jhi                                   on 2001/03/21  00:46:14
25588         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
25589              
25590              revert the leak fix in change#9142 (problem needs a more experimental
25591              fix unsuitable for 5.6.1)
25592              
25593              do alphabetical sorting by default (for csh compatibility)
25594              
25595              cut-n-paste goof in change#9264
25596              
25597              VMS piping fixes (from Charles Lane)
25598      Branch: perl
25599           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
25600           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25601           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
25602 ____________________________________________________________________________
25603 [  9268] By: jhi                                   on 2001/03/21  00:37:04
25604         Log: Integrate perlio.
25605      Branch: perl
25606           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
25607           !> utf8.c utf8.h utfebcdic.h
25608 ____________________________________________________________________________
25609 [  9267] By: nick                                  on 2001/03/20  20:04:39
25610         Log: More EBCDIC stuff:
25611              - Loose the extra level of function on ASCII.
25612              - spotted a chr(0) issue in sv.c
25613              - re-work of UTF-X tr/// ranges to work in Unicode
25614              space. Still issues with the "0xff is illegal UTF-8" hack.
25615              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
25616              (why do it once when you can do it all over the place :-(
25617              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
25618              need utf8.pm for swashes.
25619              - Simplified and commented scan_const() in toke.c
25620              Still something wrong regexp and tr (swashes?).
25621      Branch: perlio
25622            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
25623            ! utf8.c utf8.h utfebcdic.h
25624 ____________________________________________________________________________
25625 [  9266] By: gsar                                  on 2001/03/20  19:16:43
25626         Log: VMS piping fixes (from Charles Lane)
25627      Branch: maint-5.6/perl
25628            ! vms/vms.c vms/vmspipe.com
25629 ____________________________________________________________________________
25630 [  9265] By: gsar                                  on 2001/03/20  17:53:52
25631         Log: cut-n-paste goof in change#9264
25632      Branch: maint-5.6/perl
25633            ! ext/File/Glob/Glob.xs
25634 ____________________________________________________________________________
25635 [  9264] By: gsar                                  on 2001/03/20  17:43:47
25636         Log: do alphabetical sorting by default (for csh compatibility);
25637              bsd_glob() does ASCII sort by default as usual, unless
25638              GLOB_ALPHASORT was specified
25639      Branch: maint-5.6/perl
25640            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
25641            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25642            ! ext/File/Glob/bsd_glob.h
25643 ____________________________________________________________________________
25644 [  9263] By: gsar                                  on 2001/03/20  16:40:08
25645         Log: integrate change#9255 from mainline (unicode fix)
25646              
25647              substr($bytestr, i, n, $charstr)
25648      Branch: maint-5.6/perl
25649           !> Todo-5.6 pp.c t/op/substr.t
25650 ____________________________________________________________________________
25651 [  9262] By: gsar                                  on 2001/03/20  15:57:41
25652         Log: revert the leak fix in change#9142 (problem needs a more experimental
25653              fix unsuitable for 5.6.1)
25654      Branch: maint-5.6/perl
25655            ! scope.c
25656 ____________________________________________________________________________
25657 [  9261] By: jhi                                   on 2001/03/20  14:26:25
25658         Log: Integrate changes #9259,9260 from maintperl into mainline.
25659              
25660              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
25661              
25662              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
25663      Branch: perl
25664           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
25665 ____________________________________________________________________________
25666 [  9260] By: jhi                                   on 2001/03/20  14:05:46
25667         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
25668              From: Robin Barker <rmb1@cise.npl.co.uk>
25669              Date: Tue, 20 Mar 2001 10:12:04 GMT
25670              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
25671      Branch: maint-5.6/perl
25672            ! run.c
25673 ____________________________________________________________________________
25674 [  9259] By: jhi                                   on 2001/03/20  14:04:39
25675         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
25676              From: Chris Nandor <pudge@pobox.com>
25677              Date: Tue, 20 Mar 2001 00:40:56 -0500
25678              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
25679      Branch: maint-5.6/perl
25680            ! ext/POSIX/POSIX.xs lib/File/Path.pm
25681 ____________________________________________________________________________
25682 [  9258] By: jhi                                   on 2001/03/20  05:09:34
25683         Log: Update Changes.
25684      Branch: perl
25685            ! Changes patchlevel.h
25686 ____________________________________________________________________________
25687 [  9257] By: jhi                                   on 2001/03/20  05:04:25
25688         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
25689      Branch: perl
25690            ! t/op/tr.t
25691 ____________________________________________________________________________
25692 [  9256] By: jhi                                   on 2001/03/20  04:43:12
25693         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
25694              From: Peter Prymmer <pvhp@forte.com>
25695              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
25696              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
25697      Branch: maint-5.6/perl
25698            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
25699 ____________________________________________________________________________
25700 [  9255] By: jhi                                   on 2001/03/19  23:17:17
25701         Log: substr($bytestr, i, n, $charstr)
25702
25703              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
25704      Branch: perl
25705            ! Todo-5.6 pp.c t/op/substr.t
25706 ____________________________________________________________________________
25707 [  9254] By: jhi                                   on 2001/03/19  22:25:09
25708         Log: Rearrange the make test target prerequisites so that
25709              in a parallel make 'all' is finished before 'test'.
25710      Branch: perl
25711            ! Makefile.SH
25712 ____________________________________________________________________________
25713 [  9253] By: jhi                                   on 2001/03/19  21:48:07
25714         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
25715              From: Robin Houston <robin@kitsite.com>
25716              Date: Mon, 19 Mar 2001 15:48:41 +0000
25717              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
25718      Branch: perl
25719            ! pp_ctl.c
25720 ____________________________________________________________________________
25721 [  9252] By: jhi                                   on 2001/03/19  21:42:27
25722         Log: Integrate perlio.
25723      Branch: perl
25724           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
25725           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
25726           !> utfebcdic.h vms/perly_c.vms
25727 ____________________________________________________________________________
25728 [  9251] By: jhi                                   on 2001/03/19  21:31:28
25729         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
25730              
25731              Dynaloading in 64-bit AIX with vac.
25732      Branch: perl
25733           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25734           !> hints/aix.sh
25735 ____________________________________________________________________________
25736 [  9250] By: jhi                                   on 2001/03/19  21:18:00
25737         Log: A more robust solution for the 64bitall AIX dynaloading
25738              problem, from Jens-Uwe Mager.
25739      Branch: maint-5.6/perl
25740            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
25741 ____________________________________________________________________________
25742 [  9249] By: nick                                  on 2001/03/19  20:59:37
25743         Log: Integrate mainline.
25744      Branch: perlio
25745           !> (integrate 42 files)
25746 ____________________________________________________________________________
25747 [  9248] By: nick                                  on 2001/03/19  20:22:07
25748         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
25749              (Building on OS390 uses native YACC and YYDEBUG has other
25750              side effects.)
25751      Branch: perlio
25752            ! perly.c perly.y vms/perly_c.vms
25753 ____________________________________________________________________________
25754 [  9247] By: jhi                                   on 2001/03/19  19:59:53
25755         Log: 64-bit AIX dynaloading problem (see #9244) idea
25756              from Jens-Uwe Mager.
25757      Branch: maint-5.6/perl
25758            ! ext/DynaLoader/dl_aix.xs
25759 ____________________________________________________________________________
25760 [  9246] By: nick                                  on 2001/03/19  19:27:57
25761         Log: More EBCDIC fixes.
25762      Branch: perlio
25763            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
25764            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
25765 ____________________________________________________________________________
25766 [  9245] By: jhi                                   on 2001/03/19  19:05:19
25767         Log: Integrate change #9243 from mainline into maintperl.
25768              
25769              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
25770      Branch: maint-5.6/perl
25771           !> README.vmesa
25772 ____________________________________________________________________________
25773 [  9244] By: jhi                                   on 2001/03/19  19:03:15
25774         Log: Get 64bitall AIX building, but still does not test okay:
25775              dynaloading anything fails, for example for op/defins:
25776              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
25777              (update: fixed by #9247,9250)
25778      Branch: maint-5.6/perl
25779            ! hints/aix.sh
25780 ____________________________________________________________________________
25781 [  9243] By: jhi                                   on 2001/03/19  19:00:16
25782         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
25783              From: Robin Barker <rmb1@cise.npl.co.uk>
25784              Date: Mon, 19 Mar 2001 18:01:57 GMT
25785              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
25786      Branch: perl
25787            ! README.vmesa
25788 ____________________________________________________________________________
25789 [  9242] By: jhi                                   on 2001/03/19  18:58:43
25790         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
25791              
25792              TODO: tests.
25793      Branch: perl
25794            ! doop.c op.c
25795 ____________________________________________________________________________
25796 [  9241] By: gsar                                  on 2001/03/19  17:34:46
25797         Log: VMSify tests (from Charles Lane)
25798      Branch: maint-5.6/perl
25799            ! t/lib/filehand.t t/lib/texttabs.t
25800 ____________________________________________________________________________
25801 [  9240] By: jhi                                   on 2001/03/19  14:24:26
25802         Log: Integrate change #9233 from maintperl into mainline.
25803              
25804              some refcounts were incorrect in perl_clone()
25805      Branch: perl
25806           !> sv.c
25807 ____________________________________________________________________________
25808 [  9239] By: gsar                                  on 2001/03/19  09:23:17
25809         Log: this is 5.6.1-trial3
25810      Branch: maint-5.6/perl
25811            ! Changes
25812 ____________________________________________________________________________
25813 [  9238] By: gsar                                  on 2001/03/19  08:47:04
25814         Log: some new symbols are only available under ithreads
25815      Branch: maint-5.6/perl
25816            ! makedef.pl
25817 ____________________________________________________________________________
25818 [  9237] By: gsar                                  on 2001/03/19  08:42:28
25819         Log: update patchlevel.h, Changes, &c.
25820      Branch: maint-5.6/perl
25821            ! Changes patchlevel.h pod/perlhist.pod
25822           !> AUTHORS
25823 ____________________________________________________________________________
25824 [  9236] By: gsar                                  on 2001/03/19  08:17:49
25825         Log: integrate changes#8068,8717 from mainline
25826              
25827              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
25828              
25829              [PATCH CPAN 1.59_51] warning message (not!)
25830      Branch: maint-5.6/perl
25831           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
25832           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
25833           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
25834           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
25835           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25836 ____________________________________________________________________________
25837 [  9235] By: gsar                                  on 2001/03/19  08:07:09
25838         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
25839              
25840              [PATCH] Add missing CV flags to dump.c
25841              
25842              Re: [patch] Re: PL_ptr_table
25843              
25844              Fixup non-ithread build after 8713
25845              
25846              Generated files form 8713 etc.
25847              
25848              Correct the correction :-(
25849              
25850              Documenting coderef @INC (Re: CPAN "make this script work" feature)
25851              
25852              Subject: Re: sync sync sync: have I missed any patches?
25853              Replace djSP with dSP.
25854      Branch: maint-5.6/perl
25855           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
25856           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
25857           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
25858           !> sv.c sv.h win32/perlhost.h
25859 ____________________________________________________________________________
25860 [  9234] By: gsar                                  on 2001/03/19  07:22:05
25861         Log: revert the change#9090 integrate for now (change looks somewhat
25862              incomplete in that [ha]v_exists() need something similar; lacks
25863              tests; &c.)
25864      Branch: maint-5.6/perl
25865            ! hv.c
25866 ____________________________________________________________________________
25867 [  9233] By: gsar                                  on 2001/03/19  07:10:01
25868         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
25869              destruction when there are unreferenced scalars (SvREFCNT==0)
25870      Branch: maint-5.6/perl
25871            ! sv.c
25872 ____________________________________________________________________________
25873 [  9232] By: jhi                                   on 2001/03/19  05:11:02
25874         Log: Regen api and toc.
25875      Branch: maint-5.6/perl
25876            ! pod/perlapi.pod pod/perltoc.pod
25877 ____________________________________________________________________________
25878 [  9231] By: jhi                                   on 2001/03/19  04:06:03
25879         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
25880              add a lost line in pp.c:pp_chop(), update to new op/chop.
25881              
25882              Clarify the description differentiating for and while; inspired by
25883              
25884              Subject: [ID 20010306.004] || != named unary operator
25885              
25886              The $Is_MacOS needs to be declared.
25887      Branch: maint-5.6/perl
25888            ! pp.c t/op/chop.t
25889           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
25890 ____________________________________________________________________________
25891 [  9230] By: jhi                                   on 2001/03/19  03:48:16
25892         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
25893              9079,9083,9089,9090,9091 from mainline to maintperl.
25894              
25895              Quieten some noise in Win32 builds
25896              
25897              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
25898              
25899              The perlretut was still talking about the old \p and \P
25900              definitions.
25901              
25902              More tweakage on the Unicode character class descriptions.
25903              
25904              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
25905              
25906              Subject: 'no *POSIX' Patch speeding up make on BS2000 
25907              
25908              Subject: [PATCH] perldata.pod here-doc docs
25909              
25910              Add /sbin and /usr/sbin to the list of directories scanned
25911              for setuid programs.  Takes care of bug id 20010309.003.
25912              
25913              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
25914              
25915              In op/stat #35 better to scan all the potential directories
25916              for setuids, not just the first one.
25917      Branch: maint-5.6/perl
25918            ! Makefile.SH
25919           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
25920           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
25921           !> t/op/stat.t toke.c win32/win32.h
25922 ____________________________________________________________________________
25923 [  9229] By: jhi                                   on 2001/03/19  02:31:50
25924         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
25925              From: Chris Nandor <pudge@pobox.com>
25926              Date: Sat, 10 Mar 2001 14:22:19 -0500
25927              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
25928      Branch: maint-5.6/perl
25929            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25930            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
25931            ! t/lib/b.t t/lib/errno.t
25932 ____________________________________________________________________________
25933 [  9228] By: jhi                                   on 2001/03/19  02:29:59
25934         Log: Integrate changes #9113,9122 from mainline into maintperl.
25935              
25936              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?)
25937      Branch: maint-5.6/perl
25938           !> Configure README.os390 hints/os390.sh
25939 ____________________________________________________________________________
25940 [  9227] By: jhi                                   on 2001/03/19  02:22:35
25941         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
25942              into maintperl.
25943              
25944              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
25945              
25946              Forgot to check-in the larger part of #9120, duh.
25947              
25948              Subject: Another patch for integer.pm POD 
25949              
25950              h2ph strictness and cleanliness from Kurt Starsinic.
25951              
25952              Borland filename case problem.
25953              
25954              h2ph strictness and cleanliness from Kurt Starsinic.
25955              
25956              Subject: [PATCH] the uncontroversial doc patches
25957      Branch: maint-5.6/perl
25958           +> win32/sncfnmcs.pl
25959           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
25960           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
25961           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
25962           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
25963           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
25964           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
25965           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
25966 ____________________________________________________________________________
25967 [  9226] By: jhi                                   on 2001/03/19  02:10:21
25968         Log: Integrate changes #9207,9214 from mainline into maintperl.
25969              
25970              podchecker relaxations: =over has an *optional* number after it,
25971              and whitespace in L<> is okay.
25972      Branch: maint-5.6/perl
25973           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
25974           !> t/pod/poderrs.xr
25975 ____________________________________________________________________________
25976 [  9225] By: jhi                                   on 2001/03/19  02:07:38
25977         Log: Integrate change #9219 from maintperl into mainline.
25978              
25979              remove duplicated tests
25980      Branch: perl
25981           !> t/op/re_tests
25982 ____________________________________________________________________________
25983 [  9224] By: jhi                                   on 2001/03/19  02:06:11
25984         Log: Integrate change #9223 from mainline to maintperl.
25985              
25986              Document -Dmksymlinks.
25987      Branch: maint-5.6/perl
25988           !> INSTALL
25989 ____________________________________________________________________________
25990 [  9223] By: jhi                                   on 2001/03/19  02:01:25
25991         Log: Document -Dmksymlinks.
25992      Branch: perl
25993            ! INSTALL
25994 ____________________________________________________________________________
25995 [  9222] By: jhi                                   on 2001/03/19  01:15:35
25996         Log: The -Dmksymlinks wasn't working for maintperl.
25997      Branch: maint-5.6/perl
25998            ! Configure
25999 ____________________________________________________________________________
26000 [  9221] By: jhi                                   on 2001/03/19  00:49:43
26001         Log: Cleanup pixie residue.
26002      Branch: perl
26003            ! Makefile.SH
26004 ____________________________________________________________________________
26005 [  9220] By: jhi                                   on 2001/03/19  00:44:47
26006         Log: Document the use of pixie/prof; create make targets for it.
26007              
26008              TODO: make t/TEST pixie-aware.
26009      Branch: perl
26010            ! Makefile.SH pod/perlhack.pod
26011 ____________________________________________________________________________
26012 [  9219] By: gsar                                  on 2001/03/19  00:16:55
26013         Log: remove duplicated tests
26014      Branch: maint-5.6/perl
26015            ! t/op/re_tests
26016 ____________________________________________________________________________
26017 [  9218] By: jhi                                   on 2001/03/18  23:59:31
26018         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
26019      Branch: perl
26020            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
26021 ____________________________________________________________________________
26022 [  9217] By: jhi                                   on 2001/03/18  23:25:20
26023         Log: Rewrite the tests section of Makefile to be less redundant
26024              and to allow for more flexible test targets, many recursive
26025              make calls introduced.
26026      Branch: perl
26027            ! Makefile.SH
26028 ____________________________________________________________________________
26029 [  9216] By: jhi                                   on 2001/03/18  22:30:04
26030         Log: Document the use of Third Degree (sparsely).
26031      Branch: perl
26032            ! pod/perlhack.pod t/TEST
26033 ____________________________________________________________________________
26034 [  9215] By: jhi                                   on 2001/03/18  22:10:30
26035         Log: Make targets for testing with Third Degree.
26036      Branch: perl
26037            ! Makefile.SH
26038 ____________________________________________________________________________
26039 [  9214] By: jhi                                   on 2001/03/18  21:08:53
26040         Log: The podchecker relaxations need to mirrored also at the tests.
26041      Branch: perl
26042            ! t/pod/poderrs.xr
26043 ____________________________________________________________________________
26044 [  9213] By: jhi                                   on 2001/03/18  20:56:21
26045         Log: Update Changes.
26046      Branch: perl
26047            ! Changes patchlevel.h
26048 ____________________________________________________________________________
26049 [  9212] By: jhi                                   on 2001/03/18  20:36:59
26050         Log: Looking for config.sh in parent directories isn't
26051              very useful for the toplevel Makefile.
26052      Branch: perl
26053            ! Makefile.SH
26054 ____________________________________________________________________________
26055 [  9211] By: jhi                                   on 2001/03/18  20:33:37
26056         Log: On "make clean" take care of Third Degree droppings.
26057      Branch: perl
26058            ! Makefile.SH
26059 ____________________________________________________________________________
26060 [  9210] By: jhi                                   on 2001/03/18  20:21:34
26061         Log: Add a hook for running the tests under the Third Degree
26062              debugging tool (set $ENV{PERL_3LOG} to non-zero)
26063              
26064              TODO: Document the use of Third Degree.
26065      Branch: perl
26066            ! t/TEST
26067 ____________________________________________________________________________
26068 [  9209] By: jhi                                   on 2001/03/18  20:19:07
26069         Log: Regen toc and api pods.
26070      Branch: perl
26071            ! pod/perlapi.pod pod/perltoc.pod
26072 ____________________________________________________________________________
26073 [  9208] By: jhi                                   on 2001/03/18  20:12:12
26074         Log: Integrate changes #8128,9132 from mainline into maintperl,
26075              Tie::SubstrHash fixes.
26076      Branch: maint-5.6/perl
26077           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
26078 ____________________________________________________________________________
26079 [  9207] By: jhi                                   on 2001/03/18  20:07:43
26080         Log: podchecker relaxations from Michael Stevens.
26081      Branch: perl
26082            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
26083 ____________________________________________________________________________
26084 [  9206] By: jhi                                   on 2001/03/18  20:04:24
26085         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
26086      Branch: perl
26087            ! lib/Locale/Constants.pm lib/Locale/Country.pm
26088            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
26089            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
26090 ____________________________________________________________________________
26091 [  9205] By: jhi                                   on 2001/03/18  19:54:45
26092         Log: Integrate changes #9161,9162 from maintperl to mainline.
26093              
26094              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
26095              results
26096      Branch: perl
26097           !> t/op/magic.t
26098 ____________________________________________________________________________
26099 [  9204] By: jhi                                   on 2001/03/18  19:37:46
26100         Log: Make perl.third checks more understandable to the builder.
26101      Branch: perl
26102            ! Makefile.SH
26103 ____________________________________________________________________________
26104 [  9203] By: jhi                                   on 2001/03/18  19:20:54
26105         Log: Re-integrate #9138 from maintperl to mainline,
26106              the squelching of the unneeded "Scalars leaked" messages.
26107      Branch: perl
26108           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26109           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26110           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26111 ____________________________________________________________________________
26112 [  9202] By: jhi                                   on 2001/03/18  18:48:36
26113         Log: More robust and more paranoid perl.third target.
26114      Branch: perl
26115            ! Makefile.SH
26116 ____________________________________________________________________________
26117 [  9201] By: jhi                                   on 2001/03/18  18:39:21
26118         Log: Integrate change #9197 from maintperl to mainline.
26119              
26120              more thorough cleaning of arenas.
26121      Branch: perl
26122           !> embed.pl perl.c proto.h sv.c t/op/sort.t
26123 ____________________________________________________________________________
26124 [  9200] By: jhi                                   on 2001/03/18  18:25:17
26125         Log: Integrate perlio.
26126      Branch: perl
26127           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
26128           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
26129           !> t/lib/encode.t toke.c universal.c utf8.c
26130 ____________________________________________________________________________
26131 [  9199] By: nick                                  on 2001/03/18  15:23:51
26132         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
26133              is the sense of the test being done. Avoid some magical 127 and 128 values
26134              by using macros.
26135      Branch: perlio
26136            ! doop.c pp_ctl.c sv.c toke.c
26137 ____________________________________________________________________________
26138 [  9198] By: nick                                  on 2001/03/18  14:18:12
26139         Log: UTF-X encoding invariance for Encode:
26140              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
26141              - move the XS code for those to universal.c (so in miniperl)
26142              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
26143              - change ext/Encode/compile to use above.
26144              - Fix t/lib/encode.t for above
26145              - Teach t/lib/b.t to expect -uutf8
26146              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
26147              utf8.pm is needed.
26148      Branch: perlio
26149            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26150            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
26151 ____________________________________________________________________________
26152 [  9197] By: gsar                                  on 2001/03/18  12:15:57
26153         Log: more thorough cleaning of arenas--keep going until no more
26154              SvREFCNT_dec()s occur (this fixes the problem that causes the
26155              pesky "Scalars leaked" warnings)
26156      Branch: maint-5.6/perl
26157            ! embed.pl perl.c proto.h sv.c t/op/sort.t
26158 ____________________________________________________________________________
26159 [  9196] By: nick                                  on 2001/03/18  10:57:29
26160         Log: Fix pragma/utf8.t # 15
26161              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
26162              are SvUTF8 as well.
26163      Branch: perlio
26164            ! toke.c
26165 ____________________________________________________________________________
26166 [  9195] By: nick                                  on 2001/03/18  09:27:06
26167         Log: Integrate mainline
26168      Branch: perlio
26169           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
26170           !> t/op/pat.t
26171 ____________________________________________________________________________
26172 [  9194] By: jhi                                   on 2001/03/18  05:29:59
26173         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
26174              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
26175      Branch: perl
26176            ! op.c op.h t/op/misc.t t/op/pat.t
26177 ____________________________________________________________________________
26178 [  9193] By: jhi                                   on 2001/03/18  05:15:06
26179         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
26180      Branch: perl
26181            ! mg.c t/op/pat.t
26182 ____________________________________________________________________________
26183 [  9192] By: jhi                                   on 2001/03/18  04:22:43
26184         Log: tr/// UTF-8 patches from Inaba Hiroto.
26185      Branch: perl
26186            ! doop.c op.c
26187 ____________________________________________________________________________
26188 [  9191] By: jhi                                   on 2001/03/18  04:21:17
26189         Log: Integrate perlio.
26190      Branch: perl
26191           !> utf8.c utfebcdic.h
26192 ____________________________________________________________________________
26193 [  9190] By: nick                                  on 2001/03/17  20:32:01
26194         Log: Correct #if EBCDIC side typos.
26195              Builds and passes many tests on OS390.
26196      Branch: perlio
26197            ! utf8.c utfebcdic.h
26198 ____________________________________________________________________________
26199 [  9189] By: jhi                                   on 2001/03/17  18:55:49
26200         Log: Add prerequisites for the perl.third target.
26201      Branch: perl
26202            ! Makefile.SH
26203 ____________________________________________________________________________
26204 [  9188] By: jhi                                   on 2001/03/17  18:46:00
26205         Log: Integrate perlio.
26206      Branch: perl
26207           +> utfebcdic.h
26208           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
26209 ____________________________________________________________________________
26210 [  9187] By: jhi                                   on 2001/03/17  18:38:47
26211         Log: Add a make rule for perl.third (the Third Degree memory debugging
26212              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
26213      Branch: perl
26214            ! Makefile.SH
26215 ____________________________________________________________________________
26216 [  9186] By: nick                                  on 2001/03/17  18:34:48
26217         Log: MANIFEST addition :-(
26218      Branch: perlio
26219            ! MANIFEST
26220 ____________________________________________________________________________
26221 [  9185] By: nick                                  on 2001/03/17  18:29:50
26222         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
26223              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
26224              a superset of ASCII are invariant under the encoding. This is EBCDIC
26225              friendly as an encoded string can be looked at as being EBCDIC by lexer
26226              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
26227              ASCII on ASCII machines.
26228              
26229              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
26230              seperate.
26231              - Add some more macros to comprehend different shift amounts and
26232              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
26233              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
26234              and conditionaly #include it.
26235              
26236              EBCDIC build as yet untested.  ASCII still fails the one test.
26237      Branch: perlio
26238            + utfebcdic.h
26239            ! utf8.c utf8.h
26240 ____________________________________________________________________________
26241 [  9184] By: nick                                  on 2001/03/17  17:44:16
26242         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
26243      Branch: perlio
26244            ! doop.c perl.h pp.c utf8.h
26245 ____________________________________________________________________________
26246 [  9183] By: jhi                                   on 2001/03/17  15:55:42
26247         Log: Integrate perlio.
26248      Branch: perl
26249            ! MANIFEST
26250           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
26251 ____________________________________________________________________________
26252 [  9182] By: nick                                  on 2001/03/17  09:16:06
26253         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
26254      Branch: perlio
26255            ! t/op/pat.t
26256 ____________________________________________________________________________
26257 [  9181] By: nick                                  on 2001/03/17  09:15:11
26258         Log: Integrate mainline.
26259      Branch: perlio
26260           +> lib/Locale/Constants.pm lib/Locale/Country.pm
26261           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
26262           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
26263           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
26264           !> (integrate 83 files)
26265 ____________________________________________________________________________
26266 [  9180] By: nick                                  on 2001/03/16  17:23:21
26267         Log: EBCDIC Fixes.
26268      Branch: perlio
26269            ! perl.h sv.c toke.c utf8.c utf8.h
26270 ____________________________________________________________________________
26271 [  9179] By: jhi                                   on 2001/03/16  14:10:12
26272         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
26273              a change needed to work around an AIX compiler bug.
26274      Branch: perl
26275            ! ext/Storable/Storable.xs
26276 ____________________________________________________________________________
26277 [  9178] By: jhi                                   on 2001/03/16  03:19:59
26278         Log: With Damian's approval synchronize damian's modules'
26279              licensing with Perl's standard module licensing.
26280      Branch: perl
26281            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
26282 ____________________________________________________________________________
26283 [  9177] By: jhi                                   on 2001/03/16  03:15:34
26284         Log: Make the Filter::Util:Call files have their own copies
26285              of the Perl standard module licensing, from Paul Marquess.
26286      Branch: perl
26287            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
26288 ____________________________________________________________________________
26289 [  9176] By: jhi                                   on 2001/03/16  02:56:04
26290         Log: Subject: [PATCH] more pod patches
26291              From: Michael Stevens <michael@etla.org>
26292              Date: Thu, 15 Mar 2001 21:25:18 +0000
26293              Message-ID: <20010315212518.A18870@firedrake.org>
26294      Branch: perl
26295            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
26296            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
26297            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
26298            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
26299            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
26300            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
26301            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
26302            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
26303            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
26304            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
26305            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
26306            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
26307            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
26308            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
26309            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
26310            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
26311            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
26312            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
26313            ! lib/Locale/Country.pm lib/Locale/Language.pm
26314            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
26315            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
26316            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
26317            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
26318            ! os2/OS2/Process/Process.pm
26319 ____________________________________________________________________________
26320 [  9175] By: jhi                                   on 2001/03/16  02:53:32
26321         Log: Subject: [PATCH] the uncontroversial doc patches
26322              From: Michael Stevens <michael@etla.org>
26323              Date: Thu, 15 Mar 2001 20:01:12 +0000
26324              Message-ID: <20010315200112.A7636@firedrake.org>
26325      Branch: perl
26326            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
26327            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
26328            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
26329            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
26330            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
26331 ____________________________________________________________________________
26332 [  9174] By: jhi                                   on 2001/03/16  02:50:49
26333         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
26334              From: Paul Lindner <lindner@inuus.com>
26335              Date: Fri, 16 Mar 2001 11:28:03 -0800
26336              Message-ID: <20010316112803.A7577@inuus.com>
26337      Branch: perl
26338            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26339 ____________________________________________________________________________
26340 [  9173] By: nick                                  on 2001/03/15  20:21:03
26341         Log: 1st day's EBCDIC fixes:
26342              - toke.c's parsing of strings needed attention
26343              needed to conditionally e2a if string was already UTF-8
26344              - e2a/a2e tables where wrong way round.
26345              - new macros in utf8.h
26346      Branch: perlio
26347            ! perl.h toke.c utf8.h
26348 ____________________________________________________________________________
26349 [  9172] By: jhi                                   on 2001/03/15  15:17:17
26350         Log: Update Changes.
26351      Branch: perl
26352            ! Changes patchlevel.h
26353 ____________________________________________________________________________
26354 [  9171] By: jhi                                   on 2001/03/15  15:09:32
26355         Log: Subject: Re: Another Borland C++ problem.
26356              From: "Vadim Konovalov" <watman@inbox.ru>
26357              Date: Sat, 10 Mar 2001 19:26:07 +0300
26358              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
26359              
26360              Borland filename case problem.
26361      Branch: perl
26362            + win32/sncfnmcs.pl
26363            ! MANIFEST README.win32
26364 ____________________________________________________________________________
26365 [  9170] By: jhi                                   on 2001/03/15  14:54:23
26366         Log: Add Locale::Codes 1.06, from Neil Bowers.
26367      Branch: perl
26368            + lib/Locale/Constants.pm lib/Locale/Country.pm
26369            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
26370            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
26371            + t/lib/lc-language.t t/lib/lc-uk.t
26372            ! MANIFEST
26373 ____________________________________________________________________________
26374 [  9169] By: jhi                                   on 2001/03/15  14:19:01
26375         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
26376      Branch: perl
26377            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26378            ! ext/Storable/Storable.xs
26379 ____________________________________________________________________________
26380 [  9168] By: jhi                                   on 2001/03/15  14:13:22
26381         Log: Integrate changes #9120,9167 from mainline to maintperl.
26382              
26383              Subject: [PATCH 5.6.1] OS/2 docs
26384              
26385              Subject: [PATCH 5.6.1] perldoc
26386      Branch: maint-5.6/perl
26387           !> os2/Changes utils/perldoc.PL
26388 ____________________________________________________________________________
26389 [  9167] By: jhi                                   on 2001/03/15  14:07:42
26390         Log: Subject: [PATCH 5.6.1] perldoc
26391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26392              Date: Wed, 14 Mar 2001 23:46:52 -0500
26393              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
26394      Branch: perl
26395            ! utils/perldoc.PL
26396 ____________________________________________________________________________
26397 [  9166] By: jhi                                   on 2001/03/15  13:53:15
26398         Log: sigaction test condition tweakage.
26399      Branch: perl
26400            ! t/lib/sigaction.t
26401 ____________________________________________________________________________
26402 [  9165] By: alanbur                               on 2001/03/15  03:49:17
26403         Log: Resynchronised with parent
26404      Branch: maint-5.6/pureperl
26405           +> os2/os2add.sym t/op/anonsub.t
26406           !> (integrate 72 files)
26407 ____________________________________________________________________________
26408 [  9164] By: jhi                                   on 2001/03/15  01:05:01
26409         Log: Avoid stomping off the beginning of an array in tr///.
26410      Branch: perl
26411            ! op.c
26412 ____________________________________________________________________________
26413 [  9163] By: jhi                                   on 2001/03/15  00:58:57
26414         Log: h2ph strictness and cleanliness from Kurt Starsinic.
26415      Branch: perl
26416            ! utils/h2ph.PL
26417 ____________________________________________________________________________
26418 [  9162] By: gsar                                  on 2001/03/15  00:56:53
26419         Log: avoid warnings
26420      Branch: maint-5.6/perl
26421            ! t/op/magic.t
26422 ____________________________________________________________________________
26423 [  9161] By: gsar                                  on 2001/03/15  00:52:09
26424         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
26425              results
26426      Branch: maint-5.6/perl
26427            ! t/op/magic.t
26428 ____________________________________________________________________________
26429 [  9160] By: jhi                                   on 2001/03/14  22:02:10
26430         Log: Do not use the Perl malloc in IRIX, suggested by
26431              Helmus Jarausch.
26432      Branch: perl
26433            ! hints/irix_6.sh
26434 ____________________________________________________________________________
26435 [  9159] By: nick                                  on 2001/03/14  21:45:59
26436         Log: Integrate mainline
26437      Branch: perlio
26438           +> t/op/loopctl.t
26439           !> (integrate 41 files)
26440 ____________________________________________________________________________
26441 [  9158] By: jhi                                   on 2001/03/14  21:10:09
26442         Log: The Day of the Retractions continues: the #9138
26443              (integrated in #9144) doesn't work well in mainline.
26444      Branch: perl
26445            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26446            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26447            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26448 ____________________________________________________________________________
26449 [  9157] By: jhi                                   on 2001/03/14  20:58:12
26450         Log: The #9145 CANNOT be enabled: the clear_pmop code still
26451              dumps core all over in Tru64.
26452      Branch: perl
26453            ! op.c op.h t/op/pat.t
26454 ____________________________________________________________________________
26455 [  9156] By: jhi                                   on 2001/03/14  20:48:06
26456         Log: Integrate change #9154 from maintperl to mainline.
26457              
26458              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
26459              (caused Storable 1.0.10 to break on windows)
26460      Branch: perl
26461           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
26462           !> perlapi.c proto.h
26463 ____________________________________________________________________________
26464 [  9155] By: jhi                                   on 2001/03/14  20:23:53
26465         Log: Retract #9136: breaks threading (and binary compatibility).
26466      Branch: perl
26467            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26468 ____________________________________________________________________________
26469 [  9154] By: gsar                                  on 2001/03/14  17:48:18
26470         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
26471              (caused Storable 1.0.10 to break on windows)
26472      Branch: maint-5.6/perl
26473            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
26474            ! perlapi.c proto.h
26475 ____________________________________________________________________________
26476 [  9153] By: jhi                                   on 2001/03/14  13:35:21
26477         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
26478      Branch: perl
26479            ! t/lib/sigaction.t
26480 ____________________________________________________________________________
26481 [  9152] By: gsar                                  on 2001/03/14  07:29:40
26482         Log: back out changes#9012,9010,9009 and parts of change#9016
26483              (causes ABRs under purify, and some prerequisites don't
26484              seem to be there in 5.6.x)
26485      Branch: maint-5.6/perl
26486            ! doop.c op.c t/op/tr.t toke.c
26487 ____________________________________________________________________________
26488 [  9151] By: gsar                                  on 2001/03/14  07:01:29
26489         Log: reenable change#9145 (the test was busted due to a missing
26490              C<print "ok 27\n">)
26491      Branch: perl
26492            ! op.c op.h t/op/pat.t
26493 ____________________________________________________________________________
26494 [  9150] By: jhi                                   on 2001/03/14  06:38:36
26495         Log: Retract #9145.
26496      Branch: perl
26497            ! op.c op.h t/op/pat.t
26498 ____________________________________________________________________________
26499 [  9149] By: jhi                                   on 2001/03/14  06:14:56
26500         Log: Retract #9143.
26501      Branch: perl
26502            ! op.c
26503 ____________________________________________________________________________
26504 [  9148] By: gsar                                  on 2001/03/14  06:13:02
26505         Log: Uninitialized Memory Read in regexec.c
26506      Branch: perl
26507            ! regexec.c
26508 ____________________________________________________________________________
26509 [  9147] By: jhi                                   on 2001/03/14  04:59:54
26510         Log: Subject: PATCH: make goto work in nested eval ""
26511              From: Robin Houston <robin@kitsite.com>
26512              Date: Wed, 14 Mar 2001 04:16:10 +0000
26513              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
26514      Branch: perl
26515            ! pp_ctl.c t/op/goto.t
26516 ____________________________________________________________________________
26517 [  9146] By: jhi                                   on 2001/03/14  04:42:54
26518         Log: Preserve the #ifdef PERL_CORE in perly.h.
26519      Branch: perl
26520            ! perly.fixer
26521 ____________________________________________________________________________
26522 [  9145] By: jhi                                   on 2001/03/14  03:57:41
26523         Log: (Retracted by #9150.)
26524      Branch: perl
26525            ! op.c op.h t/op/pat.t
26526 ____________________________________________________________________________
26527 [  9144] By: jhi                                   on 2001/03/14  03:50:38
26528         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
26529              
26530              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
26531              
26532              remove squelch controls for "Scalars leaked" messages in most places
26533              (these are now cured)
26534              
26535              fix another memory leak reported by purify (tie callbacks that
26536              croak can leak when wiping out magic)
26537      Branch: perl
26538           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
26539           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
26540           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
26541           !> t/pragma/warnings.t
26542 ____________________________________________________________________________
26543 [  9143] By: jhi                                   on 2001/03/14  03:37:53
26544         Log: (Retracted by #9149.)
26545      Branch: perl
26546            ! op.c
26547 ____________________________________________________________________________
26548 [  9142] By: gsar                                  on 2001/03/14  03:20:48
26549         Log: fix another memory leak reported by purify (tie callbacks that
26550              croak can leak when wiping out magic)
26551      Branch: maint-5.6/perl
26552            ! scope.c
26553 ____________________________________________________________________________
26554 [  9141] By: jhi                                   on 2001/03/14  02:55:00
26555         Log: Subject: PATCH for [ID 20010305.003]
26556              From: Robin Houston <robin@kitsite.com>
26557              Date: Wed, 14 Mar 2001 02:45:51 +0000
26558              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
26559      Branch: perl
26560            ! pp_ctl.c t/op/eval.t
26561 ____________________________________________________________________________
26562 [  9140] By: jhi                                   on 2001/03/14  02:41:54
26563         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26564              Date: Wed, 14 Mar 2001 01:52:51 +0000
26565              From: Robin Houston <robin@kitsite.com>
26566              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
26567              
26568              Fix for 2000313.004.
26569      Branch: perl
26570            ! pp_ctl.c t/op/goto.t
26571 ____________________________________________________________________________
26572 [  9139] By: jhi                                   on 2001/03/14  02:40:50
26573         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26574              From: Robin Houston <robin@kitsite.com>
26575              Date: Wed, 14 Mar 2001 00:43:45 +0000
26576              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
26577      Branch: perl
26578            + t/op/loopctl.t
26579            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
26580            ! vms/perly_c.vms
26581 ____________________________________________________________________________
26582 [  9138] By: gsar                                  on 2001/03/14  01:18:00
26583         Log: remove squelch controls for "Scalars leaked" messages in most places
26584              (these are now cured)
26585      Branch: maint-5.6/perl
26586            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
26587            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
26588            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
26589 ____________________________________________________________________________
26590 [  9137] By: gsar                                  on 2001/03/14  00:57:04
26591         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
26592      Branch: maint-5.6/perl
26593            ! regcomp.c
26594 ____________________________________________________________________________
26595 [  9136] By: jhi                                   on 2001/03/13  23:12:24
26596         Log: (Retracted by #9155)
26597              
26598              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
26599              From: Jens-Uwe Mager <jum@helios.de>
26600              Date: Wed, 21 Feb 2001 21:32:04 +0100
26601              Message-ID: <20010221213203.A18340@ans.helios.de>
26602      Branch: perl
26603            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26604 ____________________________________________________________________________
26605 [  9135] By: jhi                                   on 2001/03/13  22:50:05
26606         Log: Integrate perlio.
26607      Branch: perl
26608           !> pp.c
26609 ____________________________________________________________________________
26610 [  9134] By: jhi                                   on 2001/03/13  22:49:05
26611         Log: Integrate change #9131 from maintperl into mainline.
26612              
26613              make the error text look more consistent in hints/hpux.sh
26614      Branch: perl
26615           !> hints/hpux.sh
26616 ____________________________________________________________________________
26617 [  9133] By: gsar                                  on 2001/03/13  22:46:20
26618         Log: integrate change#9067 from mainline
26619              
26620              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26621      Branch: maint-5.6/perl
26622           !> lib/ExtUtils/MM_Unix.pm
26623 ____________________________________________________________________________
26624 [  9132] By: jhi                                   on 2001/03/13  22:41:21
26625         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
26626              From: "John P. Linderman" <jpl@research.att.com>
26627              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
26628              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
26629              
26630              A more correct prime finder.
26631      Branch: perl
26632            ! lib/Tie/SubstrHash.pm
26633 ____________________________________________________________________________
26634 [  9131] By: gsar                                  on 2001/03/13  22:30:42
26635         Log: make the error text look more consistent in hints/hpux.sh
26636      Branch: maint-5.6/perl
26637            ! hints/hpux.sh
26638 ____________________________________________________________________________
26639 [  9130] By: jhi                                   on 2001/03/13  22:23:44
26640         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
26641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26642              Date: Tue, 13 Mar 2001 18:41:26 +0100
26643              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
26644              
26645              If the test is run non-interactively the default handler
26646              is different.
26647      Branch: perl
26648            ! t/lib/sigaction.t
26649 ____________________________________________________________________________
26650 [  9129] By: jhi                                   on 2001/03/13  22:20:21
26651         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
26652              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26653              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
26654              Date:     Tue, 13 Mar 2001 16:44:32 EST
26655      Branch: perl
26656            ! t/lib/1_compile.t
26657 ____________________________________________________________________________
26658 [  9128] By: jhi                                   on 2001/03/13  22:18:34
26659         Log: Subject: Another patch for integer.pm POD 
26660              From: "John L. Allen" <allen@grumman.com>
26661              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
26662              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
26663      Branch: perl
26664            ! lib/integer.pm
26665 ____________________________________________________________________________
26666 [  9127] By: nick                                  on 2001/03/13  21:26:30
26667         Log: Integrate mainline.
26668      Branch: perlio
26669           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
26670           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
26671           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
26672           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
26673           !> Changes Configure MANIFEST README.os2 README.os390
26674           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
26675           !> os2/Changes patchlevel.h win32/perlhost.h
26676 ____________________________________________________________________________
26677 [  9126] By: nick                                  on 2001/03/13  20:39:51
26678         Log: #ifdef'ed out code to make packed side of pack/unpack
26679              octets. (i.e. pack('U') => encode_utf8).
26680      Branch: perlio
26681            ! pp.c
26682 ____________________________________________________________________________
26683 [  9125] By: jhi                                   on 2001/03/13  15:07:16
26684         Log: Update Changes.
26685      Branch: perl
26686            ! Changes patchlevel.h
26687 ____________________________________________________________________________
26688 [  9124] By: jhi                                   on 2001/03/13  14:22:45
26689         Log: Workaround for the buggy ("internal compiler error")
26690              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
26691              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
26692              of Andreas König.
26693      Branch: perl
26694            ! ext/re/Makefile.PL hints/aix.sh
26695 ____________________________________________________________________________
26696 [  9123] By: jhi                                   on 2001/03/13  03:24:34
26697         Log: Typo in #9114.
26698      Branch: metaconfig
26699            ! U/modified/myhostname.U
26700 ____________________________________________________________________________
26701 [  9122] By: jhi                                   on 2001/03/13  03:24:06
26702         Log: Typo in #9113.
26703      Branch: perl
26704            ! Configure
26705 ____________________________________________________________________________
26706 [  9121] By: jhi                                   on 2001/03/13  01:53:05
26707         Log: Forgot to check-in the larger part of #9120, duh.
26708      Branch: perl
26709            ! README.os2
26710 ____________________________________________________________________________
26711 [  9120] By: jhi                                   on 2001/03/13  01:51:31
26712         Log: Subject: [PATCH 5.6.1] OS/2 docs
26713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26714              Date: Mon, 12 Mar 2001 03:27:32 -0500
26715              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
26716      Branch: perl
26717            ! os2/Changes
26718 ____________________________________________________________________________
26719 [  9119] By: jhi                                   on 2001/03/13  01:49:41
26720         Log: Integrate change #9116 from maintperl into mainline.
26721              
26722              Win32::GetCwd() returns C: instead of C:\ in the root directory
26723              under ithreads
26724      Branch: perl
26725           !> win32/perlhost.h
26726 ____________________________________________________________________________
26727 [  9118] By: jhi                                   on 2001/03/13  01:13:39
26728         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
26729      Branch: perl
26730            + lib/Switch.pm t/lib/switch.t
26731            ! MANIFEST
26732 ____________________________________________________________________________
26733 [  9117] By: jhi                                   on 2001/03/13  01:03:17
26734         Log: Add Text::Balanced 1.83.
26735      Branch: perl
26736            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
26737            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
26738            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
26739            + t/lib/tb-xvari.t
26740            ! MANIFEST
26741 ____________________________________________________________________________
26742 [  9116] By: gsar                                  on 2001/03/13  00:55:53
26743         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
26744              under ithreads
26745      Branch: maint-5.6/perl
26746            ! win32/perlhost.h
26747 ____________________________________________________________________________
26748 [  9115] By: jhi                                   on 2001/03/13  00:54:09
26749         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
26750              From: "John L. Allen" <allen@grumman.com>
26751              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
26752              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
26753              
26754              use integer document clarification.
26755      Branch: perl
26756            ! lib/integer.pm
26757 ____________________________________________________________________________
26758 [  9114] By: jhi                                   on 2001/03/13  00:38:54
26759         Log: Metaconfig unit change for #9113.
26760      Branch: metaconfig
26761            ! U/modified/myhostname.U
26762 ____________________________________________________________________________
26763 [  9113] By: jhi                                   on 2001/03/13  00:38:35
26764         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?)
26765              From: Peter Prymmer <pvhp@forte.com>
26766              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
26767              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
26768      Branch: perl
26769            ! Configure README.os390 hints/os390.sh
26770 ____________________________________________________________________________
26771 [  9112] By: jhi                                   on 2001/03/13  00:29:00
26772         Log: Integrate perlio.
26773      Branch: perl
26774           !> sv.c utf8.h
26775 ____________________________________________________________________________
26776 [  9111] By: nick                                  on 2001/03/12  21:16:33
26777         Log: Integrate mainline.
26778      Branch: perlio
26779           +> t/op/anonsub.t
26780           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
26781           !> proto.h sv.c
26782 ____________________________________________________________________________
26783 [  9110] By: nick                                  on 2001/03/12  21:00:13
26784         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
26785      Branch: perlio
26786            ! sv.c utf8.h
26787 ____________________________________________________________________________
26788 [  9109] By: jhi                                   on 2001/03/12  16:04:47
26789         Log: Integrate change #9108 from maintperl to mainline.
26790              
26791              fix memory leak in C<sub X { sub {} }> arising from a refcount
26792              loop between the outer sub and the inner prototype anonsub
26793              
26794              this also enables closures returned by subroutines that
26795              subsequently get redefined to work without generating coredumps :)
26796              
26797              completely removed the free_closures() hack--it shouldn't be
26798              needed anymore
26799      Branch: perl
26800           +> t/op/anonsub.t
26801           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
26802           !> proto.h sv.c
26803 ____________________________________________________________________________
26804 [  9108] By: gsar                                  on 2001/03/12  10:21:31
26805         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
26806              loop between the outer sub and the inner prototype anonsub
26807              
26808              this also enables closures returned by subroutines that
26809              subsequently get redefined to work without generating coredumps :)
26810              
26811              completely removed the free_closures() hack--it shouldn't be
26812              needed anymore
26813      Branch: maint-5.6/perl
26814            + t/op/anonsub.t
26815            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
26816            ! proto.h sv.c
26817 ____________________________________________________________________________
26818 [  9107] By: jhi                                   on 2001/03/12  05:15:31
26819         Log: Integrate perlio.
26820      Branch: perl
26821           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
26822 ____________________________________________________________________________
26823 [  9106] By: nick                                  on 2001/03/11  20:10:12
26824         Log: regcomp.c is working in native space, not Unicode space (if different)
26825              as it is doing compare against 'W' in \W etc.
26826      Branch: perlio
26827            ! regcomp.c
26828 ____________________________________________________________________________
26829 [  9105] By: nick                                  on 2001/03/11  19:39:34
26830         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
26831              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
26832      Branch: perlio
26833            ! regcomp.c toke.c utf8.c
26834 ____________________________________________________________________________
26835 [  9104] By: nick                                  on 2001/03/11  18:15:44
26836         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
26837      Branch: perlio
26838            ! sv.c
26839 ____________________________________________________________________________
26840 [  9103] By: nick                                  on 2001/03/11  18:03:28
26841         Log: Integrate mainline (for regexp stuff).
26842      Branch: perlio
26843           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26844           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
26845           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
26846           !> t/lib/errno.t t/op/pat.t
26847 ____________________________________________________________________________
26848 [  9102] By: nick                                  on 2001/03/11  17:44:20
26849         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
26850              - exclude layer syms in makedef.pl for sfio
26851              - also inhibit Encode from trying to build ":encode()" layer.
26852      Branch: perlio
26853            ! ext/Encode/Encode.xs makedef.pl
26854 ____________________________________________________________________________
26855 [  9101] By: jhi                                   on 2001/03/10  22:38:13
26856         Log: The $Is_MacOS needs to be declared.
26857      Branch: perl
26858            ! lib/ExtUtils/Manifest.pm
26859 ____________________________________________________________________________
26860 [  9100] By: jhi                                   on 2001/03/10  22:14:29
26861         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
26862              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
26863              pollute the symbolspace if using sfio.
26864      Branch: perl
26865            ! ext/Encode/Encode.xs
26866 ____________________________________________________________________________
26867 [  9099] By: jhi                                   on 2001/03/10  21:58:48
26868         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
26869              Date: Sat, 10 Mar 2001 14:23:55 -0500
26870              From: Chris Nandor <pudge@pobox.com>
26871              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
26872      Branch: perl
26873            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26874            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
26875            ! t/lib/errno.t
26876 ____________________________________________________________________________
26877 [  9098] By: jhi                                   on 2001/03/10  21:38:30
26878         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
26879      Branch: perl
26880            ! regcomp.c regexec.c t/op/pat.t
26881 ____________________________________________________________________________
26882 [  9097] By: jhi                                   on 2001/03/10  14:38:07
26883         Log: Integrate perlio.
26884      Branch: perl
26885           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
26886           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
26887           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
26888 ____________________________________________________________________________
26889 [  9096] By: nick                                  on 2001/03/10  11:55:43
26890         Log: EBCDIC sanity - phase I
26891              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
26892              - use utf8n_xxxx (c.f. pvn) for forms which take length.
26893              - back out vN.N and $^V exceptions to e2a/a2e
26894              - make "locale" isxxx macros be uvchr (may be redundant?)
26895              
26896              Not clear yet that toUPPER_uni et. al. return being handled correctly.
26897              The tr// and rexexp stuff still needs an audit, assumption is they are working
26898              in Unicode space.
26899              
26900              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
26901      Branch: perlio
26902            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
26903            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
26904            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
26905 ____________________________________________________________________________
26906 [  9095] By: jhi                                   on 2001/03/09  22:10:01
26907         Log: Integrate perlio.
26908      Branch: perl
26909           !> dump.c
26910 ____________________________________________________________________________
26911 [  9094] By: nick                                  on 2001/03/09  17:36:38
26912         Log: Builds an passes all tests after integrate and this tweak.
26913      Branch: perlio
26914            ! dump.c
26915 ____________________________________________________________________________
26916 [  9093] By: nick                                  on 2001/03/09  17:16:03
26917         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
26918      Branch: perlio
26919           +> lib/unicode/Scripts.txt t/lib/sigaction.t
26920           !> (integrate 79 files)
26921 ____________________________________________________________________________
26922 [  9092] By: jhi                                   on 2001/03/09  15:28:26
26923         Log: Update Changes.
26924      Branch: perl
26925            ! Changes patchlevel.h
26926 ____________________________________________________________________________
26927 [  9091] By: jhi                                   on 2001/03/09  15:25:05
26928         Log: In op/stat #35 better to scan all the potential directories
26929              for setuids, not just the first one.
26930      Branch: perl
26931            ! t/op/stat.t
26932 ____________________________________________________________________________
26933 [  9090] By: jhi                                   on 2001/03/09  15:01:27
26934         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
26935              From: rspier@pobox.com (Robert Spier)
26936              Date: Fri, 9 Mar 2001 03:30:20 -0500
26937              Message-ID: <15016.38044.381174.160189@rls.cx>
26938              
26939              EXISTS() returning undef mistakenly triggered a FETCH().
26940      Branch: perl
26941            ! hv.c
26942 ____________________________________________________________________________
26943 [  9089] By: jhi                                   on 2001/03/09  14:59:02
26944         Log: Add /sbin and /usr/sbin to the list of directories scanned
26945              for setuid programs.  Takes care of bug id 20010309.003.
26946      Branch: perl
26947            ! t/op/stat.t
26948 ____________________________________________________________________________
26949 [  9088] By: jhi                                   on 2001/03/09  14:48:32
26950         Log: Regen perlapi, perltoc.
26951      Branch: perl
26952            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
26953 ____________________________________________________________________________
26954 [  9087] By: jhi                                   on 2001/03/09  14:38:56
26955         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
26956              From: David Mitchell <davem@fdgroup.co.uk>
26957              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
26958              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
26959      Branch: perl
26960            ! dump.c perl.c perl.h pod/perlrun.pod
26961 ____________________________________________________________________________
26962 [  9086] By: jhi                                   on 2001/03/09  01:47:16
26963         Log: A modified version of
26964              
26965              Subject: [ID 20010307.005] POSIX::sigaction has various problems
26966              From: anders@broadcom.com
26967              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
26968              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
26969              
26970              Currently the sigaction.t test #6 fails (and is fudged to look
26971              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
26972              This may well be a genuine bug in Linux sigaction() (since at
26973              least Tru64, Solaris, and HP-UX disagree with Linux).
26974              Anyone with POSIX / SUSv2 tome handy?  The problem is that
26975              the flags of the oldaction don't match with the flags in
26976              the previously installed disposition.
26977      Branch: perl
26978            + t/lib/sigaction.t
26979            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26980 ____________________________________________________________________________
26981 [  9085] By: jhi                                   on 2001/03/09  01:30:13
26982         Log: Subject: Re: mission impossible for the day
26983              From: Alex Gough <alex@rcon.org>
26984              Date: Thu, 08 Mar 2001 17:18:19 +0000
26985              Message-ID: <3AA7BEDB.8070409@rcon.org>
26986              
26987              If references (are overloaded) and can be directly stringified,
26988              show that instead of "stringified".
26989              
26990              (The problem, infinite mutual recursion caused by overloaded bool
26991              in Switch.pm, tracked by David Mitchell)
26992      Branch: perl
26993            ! lib/Carp/Heavy.pm
26994 ____________________________________________________________________________
26995 [  9084] By: jhi                                   on 2001/03/09  01:20:39
26996         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
26997              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
26998              From: David Mitchell <davem@fdgroup.co.uk>
26999              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
27000      Branch: perl
27001            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
27002            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
27003 ____________________________________________________________________________
27004 [  9083] By: jhi                                   on 2001/03/09  01:16:51
27005         Log: Subject: [PATCH] perldata.pod here-doc docs
27006              From: Jeff Pinyan <jeffp@crusoe.net>
27007              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
27008              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
27009      Branch: perl
27010            ! pod/perldata.pod
27011 ____________________________________________________________________________
27012 [  9082] By: jhi                                   on 2001/03/09  01:01:27
27013         Log: Subject: Re: Unicode/EBCDIC
27014              From: Peter Prymmer <pvhp@forte.com>
27015              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
27016              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
27017      Branch: perl
27018            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
27019 ____________________________________________________________________________
27020 [  9081] By: jhi                                   on 2001/03/08  13:41:30
27021         Log: Subject: Ooops, wrong 'no *POSIX' Patch
27022              From: Dorner Thomas <Thomas.Dorner@start.de>
27023              Date: Thu, 8 Mar 2001 08:43:28 +0100
27024              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
27025      Branch: perl
27026            ! hints/posix-bc.sh
27027 ____________________________________________________________________________
27028 [  9080] By: jhi                                   on 2001/03/08  13:11:42
27029         Log: It's Scripts.txt, not Script.txt.
27030      Branch: perl
27031            ! MANIFEST
27032 ____________________________________________________________________________
27033 [  9079] By: jhi                                   on 2001/03/08  12:59:05
27034         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
27035              From: Dorner Thomas <Thomas.Dorner@start.de>
27036              Date: Wed, 7 Mar 2001 14:13:31 +0100
27037              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
27038      Branch: perl
27039            ! makedepend.SH
27040 ____________________________________________________________________________
27041 [  9078] By: jhi                                   on 2001/03/08  12:57:43
27042         Log: Retract #9069, wrong patch.
27043      Branch: perl
27044            ! Makefile.SH
27045 ____________________________________________________________________________
27046 [  9077] By: jhi                                   on 2001/03/08  01:06:13
27047         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
27048      Branch: perl
27049            + lib/unicode/Scripts.txt
27050            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
27051            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
27052            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
27053            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
27054            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
27055            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
27056            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
27057            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
27058            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
27059            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
27060            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
27061            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
27062            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
27063            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
27064            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
27065            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
27066            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
27067            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
27068            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
27069            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
27070            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
27071            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
27072            ! lib/unicode/version
27073 ____________________________________________________________________________
27074 [  9076] By: jhi                                   on 2001/03/07  22:59:39
27075         Log: Integrate change #7784 from mainline into maintperl.
27076              
27077              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
27078      Branch: maint-5.6/perl
27079           !> pp_ctl.c t/op/pat.t
27080 ____________________________________________________________________________
27081 [  9075] By: jhi                                   on 2001/03/07  22:05:11
27082         Log: More UTF-8 test tweaks.
27083      Branch: perl
27084            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
27085 ____________________________________________________________________________
27086 [  9074] By: nick                                  on 2001/03/07  21:39:29
27087         Log: Integrate mainline.
27088      Branch: perlio
27089           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
27090           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
27091           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
27092           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
27093           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
27094 ____________________________________________________________________________
27095 [  9073] By: jhi                                   on 2001/03/07  16:37:09
27096         Log: Update Changes.
27097      Branch: perl
27098            ! Changes patchlevel.h
27099 ____________________________________________________________________________
27100 [  9072] By: jhi                                   on 2001/03/07  16:32:30
27101         Log: Subject: [ID 20010306.004] || != named unary operator
27102              From: abela@geneanet.org
27103              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
27104              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
27105      Branch: perl
27106            ! pod/perlop.pod
27107 ____________________________________________________________________________
27108 [  9071] By: jhi                                   on 2001/03/07  15:14:11
27109         Log: Subject: downgrading to bytes for common functions
27110              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
27111              Date: Wed, 7 Mar 2001 02:36:55 -0500
27112              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
27113      Branch: perl
27114            ! pp_sys.c
27115 ____________________________________________________________________________
27116 [  9070] By: jhi                                   on 2001/03/07  15:04:58
27117         Log: Clarify the description differentiating for and while; inspired by
27118              
27119              Subject: [ID 20010306.002] for/while difference in for definition
27120              From: abela@geneanet.org
27121              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
27122              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
27123      Branch: perl
27124            ! pod/perlsyn.pod
27125 ____________________________________________________________________________
27126 [  9069] By: jhi                                   on 2001/03/07  14:55:30
27127         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
27128              From: Dorner Thomas <Thomas.Dorner@start.de>
27129              Date: Wed, 7 Mar 2001 14:13:31 +0100
27130              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
27131      Branch: perl
27132            ! Makefile.SH
27133 ____________________________________________________________________________
27134 [  9068] By: jhi                                   on 2001/03/07  14:51:17
27135         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
27136              From: Radu Greab <radu@netsoft.ro>
27137              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
27138              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
27139      Branch: perl
27140            ! pp.c t/op/chop.t
27141 ____________________________________________________________________________
27142 [  9067] By: jhi                                   on 2001/03/07  14:48:57
27143         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27144              From: Simon Cozens <simon@netthink.co.uk>
27145              Date: Wed, 7 Mar 2001 13:59:28 +0000
27146              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
27147              
27148              In order to allow MakeMaker to build correct Makefiles,
27149              you need to change the order of the arguments in MM_Unix.pm
27150              as well. (Unless you have C89_CCMODE set, but we're trying
27151              to be POSIXly correct)
27152              
27153              Thanks to Merijn Broeren for tracking this down.
27154      Branch: perl
27155            ! lib/ExtUtils/MM_Unix.pm
27156 ____________________________________________________________________________
27157 [  9066] By: jhi                                   on 2001/03/07  14:30:02
27158         Log: Floating point too messy.
27159      Branch: perl
27160            ! t/camel-III/vstring.t
27161 ____________________________________________________________________________
27162 [  9065] By: jhi                                   on 2001/03/07  14:17:44
27163         Log: Integrate change #9064 from maintperl into mainline.
27164              
27165              fix memory leak in pack("Bb",...)
27166      Branch: perl
27167           !> perl.c
27168 ____________________________________________________________________________
27169 [  9064] By: gsar                                  on 2001/03/07  06:29:24
27170         Log: fix memory leak in pack("Bb",...)
27171      Branch: maint-5.6/perl
27172            ! perl.c
27173 ____________________________________________________________________________
27174 [  9063] By: jhi                                   on 2001/03/07  00:55:04
27175         Log: Major utf8 test reorganisation and rewrite.
27176              Hopefully no tests were lost in the shuffle.
27177              (The beginning of pragma/utf8 was lost intentionally,
27178              the tests were rather bogus and incomplete.)
27179      Branch: perl
27180            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
27181            ! t/pragma/utf8.t
27182 ____________________________________________________________________________
27183 [  9062] By: jhi                                   on 2001/03/07  00:41:16
27184         Log: More tweakage on the Unicode character class descriptions.
27185      Branch: perl
27186            ! lib/unicode/mktables.PL pod/perlretut.pod
27187 ____________________________________________________________________________
27188 [  9061] By: jhi                                   on 2001/03/06  23:12:38
27189         Log: The perlretut was still talking about the old \p and \P
27190              definitions.
27191      Branch: perl
27192            ! pod/perlretut.pod
27193 ____________________________________________________________________________
27194 [  9060] By: nick                                  on 2001/03/06  20:52:37
27195         Log: Integrate mainline (make test works again now).
27196      Branch: perlio
27197           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
27198 ____________________________________________________________________________
27199 [  9059] By: jhi                                   on 2001/03/06  15:36:14
27200         Log: 0.999... does equal 1.0, doesn't it?
27201      Branch: perl
27202            ! t/camel-III/vstring.t
27203 ____________________________________________________________________________
27204 [  9058] By: jhi                                   on 2001/03/06  15:34:00
27205         Log: Make /x{abcd}/ to work without use utf8.
27206      Branch: perl
27207            ! regcomp.c
27208 ____________________________________________________________________________
27209 [  9057] By: jhi                                   on 2001/03/06  03:02:36
27210         Log: Easier to outcomment all the three reset() tests for now.
27211      Branch: perl
27212            ! t/op/pat.t
27213 ____________________________________________________________________________
27214 [  9056] By: jhi                                   on 2001/03/06  02:30:02
27215         Log: Comment out the deadly reset; until the 20010301.005
27216              is finally fixed.
27217      Branch: perl
27218            ! t/op/pat.t
27219 ____________________________________________________________________________
27220 [  9055] By: jhi                                   on 2001/03/06  02:21:26
27221         Log: Integrate the change #9054 from mainline:
27222              retract the PMOP cleanup patch pending further investigation.
27223      Branch: maint-5.6/perl
27224           !> op.c op.h
27225 ____________________________________________________________________________
27226 [  9054] By: jhi                                   on 2001/03/06  02:19:57
27227         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
27228              with oddly familiar stack traces.
27229      Branch: perl
27230            ! op.c op.h
27231 ____________________________________________________________________________
27232 [  9053] By: jhi                                   on 2001/03/05  23:20:28
27233         Log: Integrate perlio.
27234      Branch: perl
27235           +> ext/Encode/Encode/koi8-r.ucm
27236           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
27237           !> makedef.pl
27238 ____________________________________________________________________________
27239 [  9052] By: nick                                  on 2001/03/05  23:08:17
27240         Log: skipping USE_PERLIO symbols correction.
27241      Branch: perlio
27242            ! makedef.pl
27243 ____________________________________________________________________________
27244 [  9051] By: nick                                  on 2001/03/05  22:35:07
27245         Log: More Encode alias tidying.
27246      Branch: perlio
27247            + ext/Encode/Encode/koi8-r.ucm
27248            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
27249 ____________________________________________________________________________
27250 [  9050] By: jhi                                   on 2001/03/05  21:44:29
27251         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
27252              Sarathy's fix for ID 20010301.005.
27253      Branch: maint-5.6/perl
27254           !> op.c op.h
27255 ____________________________________________________________________________
27256 [  9049] By: nick                                  on 2001/03/05  19:54:04
27257         Log: Integrate Jarkko's Encode.pm tweak.
27258      Branch: perlio
27259           !> ext/Encode/Encode.pm
27260 ____________________________________________________________________________
27261 [  9048] By: nick                                  on 2001/03/05  19:47:57
27262         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
27263      Branch: perlio
27264           +> os2/os2add.sym
27265           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
27266           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
27267           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
27268           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
27269           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
27270 ____________________________________________________________________________
27271 [  9047] By: jhi                                   on 2001/03/05  19:25:26
27272         Log: Regen perlapi.
27273      Branch: perl
27274            ! pod/perlapi.pod
27275 ____________________________________________________________________________
27276 [  9046] By: jhi                                   on 2001/03/05  19:12:14
27277         Log: Integrate perlio.
27278      Branch: perl
27279           +> t/camel-III/vstring.t
27280           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
27281 ____________________________________________________________________________
27282 [  9045] By: jhi                                   on 2001/03/05  19:10:36
27283         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
27284      Branch: perl
27285            ! ext/Encode/Encode.pm
27286 ____________________________________________________________________________
27287 [  9044] By: jhi                                   on 2001/03/05  18:49:12
27288         Log: Forgot the other half of the PMOP patch (#9033).
27289      Branch: perl
27290            ! op.h
27291 ____________________________________________________________________________
27292 [  9043] By: nick                                  on 2001/03/05  18:14:47
27293         Log: Update MANIFEST for new test.
27294      Branch: perlio
27295            ! MANIFEST
27296 ____________________________________________________________________________
27297 [  9042] By: nick                                  on 2001/03/05  18:12:41
27298         Log: Some tests for Camel 3rd edition features.
27299              Make gethostbyaddr() test in above work.
27300      Branch: perlio
27301            + t/camel-III/vstring.t
27302            ! pp.h pp_sys.c t/TEST t/harness
27303 ____________________________________________________________________________
27304 [  9041] By: jhi                                   on 2001/03/05  17:41:48
27305         Log: Add more ISO 8859 encoding aliases.
27306      Branch: perl
27307            ! ext/Encode/Encode.pm
27308 ____________________________________________________________________________
27309 [  9040] By: jhi                                   on 2001/03/05  17:30:43
27310         Log: Integrate perlio.
27311      Branch: perl
27312           !> MANIFEST sv.c
27313 ____________________________________________________________________________
27314 [  9039] By: nick                                  on 2001/03/05  17:11:36
27315         Log: Missed added file.
27316      Branch: perlio
27317            ! MANIFEST
27318 ____________________________________________________________________________
27319 [  9038] By: jhi                                   on 2001/03/05  15:58:01
27320         Log: Add tr tests for EBCDIC, from Karsten Sperling.
27321      Branch: perl
27322            ! t/op/tr.t
27323 ____________________________________________________________________________
27324 [  9037] By: nick                                  on 2001/03/05  15:56:35
27325         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
27326              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
27327              
27328              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
27329              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
27330              - uses SvPV() rather than sv_2pv() in case it isn't a string.
27331      Branch: perlio
27332            ! sv.c
27333 ____________________________________________________________________________
27334 [  9036] By: jhi                                   on 2001/03/05  15:49:15
27335         Log: Add matching tests currently failing in EBCDIC,
27336              suggested by Karsten Sperling.
27337      Branch: perl
27338            ! t/op/pat.t
27339 ____________________________________________________________________________
27340 [  9035] By: jhi                                   on 2001/03/05  15:36:55
27341         Log: The #9034 needs a MANIFESTation.
27342      Branch: perl
27343            ! MANIFEST
27344 ____________________________________________________________________________
27345 [  9034] By: jhi                                   on 2001/03/05  15:35:14
27346         Log: Integrate perlio.
27347      Branch: perl
27348           +> ext/Encode/Encode/Tcl.pm
27349           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27350           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
27351           !> ext/Encode/Encode/iso8859-1.ucm
27352           !> ext/Encode/Encode/iso8859-10.ucm
27353           !> ext/Encode/Encode/iso8859-13.ucm
27354           !> ext/Encode/Encode/iso8859-14.ucm
27355           !> ext/Encode/Encode/iso8859-15.ucm
27356           !> ext/Encode/Encode/iso8859-16.ucm
27357           !> ext/Encode/Encode/iso8859-2.ucm
27358           !> ext/Encode/Encode/iso8859-3.ucm
27359           !> ext/Encode/Encode/iso8859-4.ucm
27360           !> ext/Encode/Encode/iso8859-5.ucm
27361           !> ext/Encode/Encode/iso8859-6.ucm
27362           !> ext/Encode/Encode/iso8859-7.ucm
27363           !> ext/Encode/Encode/iso8859-8.ucm
27364           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
27365           !> t/lib/encode.t
27366 ____________________________________________________________________________
27367 [  9033] By: jhi                                   on 2001/03/05  15:33:18
27368         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
27369              From: Gurusamy Sarathy <gsar@ActiveState.com>
27370              Date: Sun, 04 Mar 2001 22:33:15 -0800
27371              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
27372              
27373              PMOPs need to remember their own stash so that they can
27374              gracefully remove themselves from their linked list.
27375      Branch: perl
27376            ! op.c
27377 ____________________________________________________________________________
27378 [  9032] By: nick                                  on 2001/03/05  14:51:50
27379         Log: Encode implementation "completion"
27380              Implement and document define_encoding()
27381              Implement and document encoding aliases including define_alias()
27382              Make Encode::XS use define_encoding() rather than back-door.
27383              Move run-time *.enc to separate Encode::Tcl module.
27384              Make 'compile' honour <codeset_name>
27385              Change canonical names of to iso-8859-* and US-ascii.
27386      Branch: perlio
27387            + ext/Encode/Encode/Tcl.pm
27388            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27389            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
27390            ! ext/Encode/Encode/iso8859-1.ucm
27391            ! ext/Encode/Encode/iso8859-10.ucm
27392            ! ext/Encode/Encode/iso8859-13.ucm
27393            ! ext/Encode/Encode/iso8859-14.ucm
27394            ! ext/Encode/Encode/iso8859-15.ucm
27395            ! ext/Encode/Encode/iso8859-16.ucm
27396            ! ext/Encode/Encode/iso8859-2.ucm
27397            ! ext/Encode/Encode/iso8859-3.ucm
27398            ! ext/Encode/Encode/iso8859-4.ucm
27399            ! ext/Encode/Encode/iso8859-5.ucm
27400            ! ext/Encode/Encode/iso8859-6.ucm
27401            ! ext/Encode/Encode/iso8859-7.ucm
27402            ! ext/Encode/Encode/iso8859-8.ucm
27403            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
27404            ! t/lib/encode.t
27405 ____________________________________________________________________________
27406 [  9031] By: jhi                                   on 2001/03/05  13:51:17
27407         Log: Integrate change #9030 from maintperl into mainline.
27408              
27409              Subject: [PATCH 5.6.1] OS/2 cleanup
27410      Branch: perl
27411           +> os2/os2add.sym
27412           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27413           !> makedef.pl os2/Changes os2/Makefile.SHs
27414           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
27415           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
27416           !> os2/os2.sym os2/os2ish.h
27417 ____________________________________________________________________________
27418 [  9030] By: jhi                                   on 2001/03/05  13:46:49
27419         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
27420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27421              Date: Mon, 5 Mar 2001 02:29:44 -0500
27422              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
27423      Branch: maint-5.6/perl
27424            + os2/os2add.sym
27425            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27426            ! makedef.pl os2/Changes os2/Makefile.SHs
27427            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
27428            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
27429            ! os2/os2.sym os2/os2ish.h
27430 ____________________________________________________________________________
27431 [  9029] By: jhi                                   on 2001/03/05  13:40:35
27432         Log: Integrate change #9028 from maintperl into mainline.
27433              
27434              various nits in MM_Unix.pm found by disabling SelfLoader
27435      Branch: perl
27436           !> lib/ExtUtils/MM_Unix.pm
27437 ____________________________________________________________________________
27438 [  9028] By: gsar                                  on 2001/03/05  09:58:38
27439         Log: various nits in MM_Unix.pm found by disabling SelfLoader
27440      Branch: maint-5.6/perl
27441            ! lib/ExtUtils/MM_Unix.pm
27442 ____________________________________________________________________________
27443 [  9027] By: nick                                  on 2001/03/05  08:35:22
27444         Log: Integrate mainline
27445      Branch: perlio
27446           !> (integrate 28 files)
27447 ____________________________________________________________________________
27448 [  9026] By: jhi                                   on 2001/03/05  02:14:59
27449         Log: Integrate change #9025 from mainline to maintperl,
27450              retract \N{U+HHHH}.
27451      Branch: maint-5.6/perl
27452           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27453           !> t/lib/charnames.t toke.c
27454 ____________________________________________________________________________
27455 [  9025] By: jhi                                   on 2001/03/05  02:13:09
27456         Log: Retracting \N{U+HHHH}.
27457      Branch: perl
27458            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27459            ! t/lib/charnames.t toke.c
27460 ____________________________________________________________________________
27461 [  9024] By: jhi                                   on 2001/03/04  20:51:07
27462         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
27463              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27464              Date: Fri, 02 Mar 2001 18:25:26 +0100
27465              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
27466              
27467              Casting problem.
27468      Branch: perl
27469            ! ext/Storable/Storable.xs
27470 ____________________________________________________________________________
27471 [  9023] By: jhi                                   on 2001/03/04  19:46:45
27472         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
27473              From: nick@talking.bollo.cx
27474              Date: Sat, 03 Mar 2001 21:41:33 +0000
27475              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
27476              
27477              Revert the workaround.
27478      Branch: perl
27479            ! perlio.c
27480 ____________________________________________________________________________
27481 [  9022] By: jhi                                   on 2001/03/04  19:36:28
27482         Log: Update Changes.
27483      Branch: perl
27484            ! Changes patchlevel.h
27485 ____________________________________________________________________________
27486 [  9021] By: jhi                                   on 2001/03/04  18:41:00
27487         Log: makedef.pl updates suggested by Chris Nandor; double-checking
27488              the changes in AIX, OS/2 Win32 would be nice.
27489      Branch: perl
27490            ! makedef.pl
27491 ____________________________________________________________________________
27492 [  9020] By: jhi                                   on 2001/03/04  18:23:58
27493         Log: Integrate change #9012 from maintperl into mainline,
27494              quench a compiler warning.
27495      Branch: perl
27496           !> toke.c
27497 ____________________________________________________________________________
27498 [  9019] By: jhi                                   on 2001/03/04  18:18:43
27499         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
27500              
27501              \N{U+HHHH} fix.
27502              
27503              pattern in G_ARRAY context
27504      Branch: maint-5.6/perl
27505           !> pp_hot.c t/op/pat.t toke.c
27506 ____________________________________________________________________________
27507 [  9018] By: jhi                                   on 2001/03/04  18:07:48
27508         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
27509              From: Jeff Pinyan <jeffp@crusoe.net>
27510              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
27511              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
27512      Branch: perl
27513            ! pp_hot.c t/op/pat.t
27514 ____________________________________________________________________________
27515 [  9017] By: jhi                                   on 2001/03/04  18:06:21
27516         Log: I thought I tested the #9014.
27517      Branch: perl
27518            ! toke.c
27519 ____________________________________________________________________________
27520 [  9016] By: jhi                                   on 2001/03/04  17:41:22
27521         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
27522              
27523              Tweak the get*ent() OS/2 prototypes.
27524              
27525              Add the \N{U+HHHH} syntax.
27526              
27527              More tr/// UTF-8 fixes from Inaba Hiroto.
27528      Branch: maint-5.6/perl
27529           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
27530           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
27531 ____________________________________________________________________________
27532 [  9015] By: jhi                                   on 2001/03/04  17:36:04
27533         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
27534      Branch: perl
27535            ! doop.c t/op/tr.t
27536 ____________________________________________________________________________
27537 [  9014] By: jhi                                   on 2001/03/04  17:24:49
27538         Log: Add the \N{U+HHHH} syntax.
27539      Branch: perl
27540            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
27541            ! t/lib/charnames.t toke.c
27542 ____________________________________________________________________________
27543 [  9013] By: jhi                                   on 2001/03/04  17:20:45
27544         Log: Tweak the get*ent() OS/2 prototypes.
27545      Branch: perl
27546            ! os2/os2.c
27547 ____________________________________________________________________________
27548 [  9012] By: gsar                                  on 2001/03/04  06:26:14
27549         Log: avoid warning (nit in change#9009)
27550      Branch: maint-5.6/perl
27551            ! toke.c
27552 ____________________________________________________________________________
27553 [  9011] By: gsar                                  on 2001/03/04  06:15:24
27554         Log: lib/charnames.t fails in 5.6.x because of older Unicode
27555              data
27556              
27557              TODO: need to revisit this after updating lib/unicode/...
27558      Branch: maint-5.6/perl
27559            ! t/lib/charnames.t
27560 ____________________________________________________________________________
27561 [  9010] By: gsar                                  on 2001/03/04  06:08:36
27562         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
27563      Branch: maint-5.6/perl
27564            ! toke.c
27565 ____________________________________________________________________________
27566 [  9009] By: jhi                                   on 2001/03/03  19:27:20
27567         Log: Integrate change #9008 from mainline to maintperl,
27568              UTF-8 tr/// fixes from Inaba Hiroto.
27569      Branch: maint-5.6/perl
27570           !> doop.c op.c t/op/tr.t toke.c
27571 ____________________________________________________________________________
27572 [  9008] By: jhi                                   on 2001/03/03  19:19:42
27573         Log: UTF8 tr/// fixes from Inaba Hiroto.
27574      Branch: perl
27575            ! doop.c op.c t/op/tr.t toke.c
27576 ____________________________________________________________________________
27577 [  9007] By: jhi                                   on 2001/03/03  19:00:30
27578         Log: Integrate change #9006 from maintperl to mainline,
27579              more robust quest for the infinite.
27580      Branch: perl
27581           !> lib/Math/Complex.pm
27582 ____________________________________________________________________________
27583 [  9006] By: jhi                                   on 2001/03/03  18:58:06
27584         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
27585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27586              Date: Sat, 3 Mar 2001 12:51:50 -0500
27587              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
27588              
27589              Be more robust in our quest for the infinite.
27590      Branch: maint-5.6/perl
27591            ! lib/Math/Complex.pm
27592 ____________________________________________________________________________
27593 [  9005] By: jhi                                   on 2001/03/03  17:55:50
27594         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
27595      Branch: maint-5.6/perl
27596            ! doio.c
27597 ____________________________________________________________________________
27598 [  9004] By: jhi                                   on 2001/03/03  17:40:14
27599         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
27600              so that picky compilers like IRIX won't get huffy about
27601              "statements without effect" (like 1;).
27602      Branch: perl
27603            ! toke.c
27604 ____________________________________________________________________________
27605 [  9003] By: jhi                                   on 2001/03/03  17:15:52
27606         Log: Integrate change #9002 from mainline to maintperl.
27607              
27608              Subject: [perl-5.6.x, perl-current] accept for EPOC
27609      Branch: maint-5.6/perl
27610           !> pp_sys.c
27611 ____________________________________________________________________________
27612 [  9002] By: jhi                                   on 2001/03/03  17:14:30
27613         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
27614              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27615              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
27616              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
27617      Branch: perl
27618            ! pp_sys.c
27619 ____________________________________________________________________________
27620 [  9001] By: jhi                                   on 2001/03/03  17:13:13
27621         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
27622              From: "Craig A. Berry" <craigberry@mac.com>
27623              Date: Fri, 02 Mar 2001 17:44:40 -0600
27624              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
27625      Branch: perl
27626            ! t/pod/find.t
27627 ____________________________________________________________________________
27628 [  9000] By: jhi                                   on 2001/03/03  17:11:55
27629         Log: Integrate changes #8997,8999 from maintperl.
27630              
27631              Subject: [PATCH 5.6.1] compiling on OS/2
27632              (Better error message from hints/os2.sh)
27633              
27634              Subject: [PATCH 5.6.1] syslog.t
27635      Branch: perl
27636           !> hints/os2.sh t/lib/syslog.t
27637 ____________________________________________________________________________
27638 [  8999] By: jhi                                   on 2001/03/03  17:09:28
27639         Log: Subject: [PATCH 5.6.1] syslog.t
27640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27641              Date: Sat, 3 Mar 2001 02:11:17 -0500
27642              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
27643      Branch: maint-5.6/perl
27644            ! t/lib/syslog.t
27645 ____________________________________________________________________________
27646 [  8998] By: jhi                                   on 2001/03/03  17:07:50
27647         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
27648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27649              Date: Sat, 3 Mar 2001 01:53:52 -0500
27650              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
27651      Branch: maint-5.6/perl
27652            ! opcode.pl os2/os2.c
27653 ____________________________________________________________________________
27654 [  8997] By: jhi                                   on 2001/03/03  17:03:30
27655         Log: Subject: [PATCH 5.6.1] compiling on OS/2
27656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27657              Date: Sat, 3 Mar 2001 01:59:59 -0500
27658              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
27659      Branch: maint-5.6/perl
27660            ! hints/os2.sh
27661 ____________________________________________________________________________
27662 [  8996] By: jhi                                   on 2001/03/03  00:55:58
27663         Log: Regen files for mainline.
27664      Branch: perl
27665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27666            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
27667 ____________________________________________________________________________
27668 [  8995] By: jhi                                   on 2001/03/03  00:35:22
27669         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
27670              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
27671              to maintperl.
27672              
27673              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
27674              
27675              Add Configure option -Dmksymlinks which will create a symlink
27676              forest if the current/build differs from the source directory.
27677              (8218,8220,8221,8317,8318,8971)
27678              
27679              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
27680              (Document APPLLIB_EXP in INSTALL.)
27681              
27682              If running byacc write-enable also perly.h.
27683              
27684              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
27685              
27686              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
27687              
27688              Sanity check for conflicting thread flavours.
27689              
27690              Fix the sys/fcntl.h problem reported by Peter Prymmer.
27691              
27692              Add few CPUs/architectures to the Cppsym scan,
27693              add -perlio to archname if so selected (modified 8890)
27694              
27695              Be more helpful for devel builders, suggested by John L. Allen.
27696              (admittedly pointless change for maintperl, but the usedevel
27697              code is there already)
27698      Branch: maint-5.6/perl
27699           !> Configure INSTALL Makefile.SH Porting/Glossary
27700           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
27701           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
27702           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
27703           !> win32/config.bc win32/config.gc win32/config.vc
27704 ____________________________________________________________________________
27705 [  8994] By: jhi                                   on 2001/03/02  23:31:41
27706         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
27707      Branch: metaconfig/U/perl
27708            ! gccvers.U
27709 ____________________________________________________________________________
27710 [  8993] By: jhi                                   on 2001/03/02  23:22:12
27711         Log: Regenerate various files for maint.
27712      Branch: maint-5.6/perl
27713            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
27714            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
27715 ____________________________________________________________________________
27716 [  8992] By: alanbur                               on 2001/03/02  22:48:34
27717         Log: Resync wuth parent
27718      Branch: maint-5.6/pureperl
27719           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
27720           !> (integrate 60 files)
27721 ____________________________________________________________________________
27722 [  8991] By: jhi                                   on 2001/03/02  21:00:08
27723         Log: Retract the #8742 part of #8986, backward compat.
27724      Branch: maint-5.6/perl
27725            ! embed.pl
27726 ____________________________________________________________________________
27727 [  8990] By: jhi                                   on 2001/03/02  20:40:07
27728         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
27729      Branch: maint-5.6/perl
27730            ! hv.c
27731 ____________________________________________________________________________
27732 [  8989] By: jhi                                   on 2001/03/02  19:59:56
27733         Log: Update Changes.
27734      Branch: perl
27735            ! Changes patchlevel.h
27736 ____________________________________________________________________________
27737 [  8988] By: jhi                                   on 2001/03/02  19:57:08
27738         Log: Integrate perlio.
27739      Branch: perl
27740           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
27741           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
27742           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
27743           !> ext/Encode/Encode/iso8859-10.ucm
27744           !> ext/Encode/Encode/iso8859-13.ucm
27745           !> ext/Encode/Encode/iso8859-14.ucm
27746           !> ext/Encode/Encode/iso8859-15.ucm
27747           !> ext/Encode/Encode/iso8859-16.ucm
27748           !> ext/Encode/Encode/iso8859-2.ucm
27749           !> ext/Encode/Encode/iso8859-3.ucm
27750           !> ext/Encode/Encode/iso8859-4.ucm
27751           !> ext/Encode/Encode/iso8859-5.ucm
27752           !> ext/Encode/Encode/iso8859-6.ucm
27753           !> ext/Encode/Encode/iso8859-7.ucm
27754           !> ext/Encode/Encode/iso8859-8.ucm
27755           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
27756           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
27757 ____________________________________________________________________________
27758 [  8987] By: jhi                                   on 2001/03/02  19:43:40
27759         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
27760              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
27761              8950,8952,8955 from mainline to maintperl.
27762              
27763              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
27764              
27765              Put to rest the 20010205.001, the email address checking (not) regex.
27766              
27767              fork() not everywhere, cleanup temp files.
27768              
27769              The #8843 wasn't quite right: %Config needs to imported.
27770              
27771              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
27772              (#8849: the glob-basic hunk needed massaging as it depended
27773              on Schwern's large-scale (unintegrated) patches)
27774              
27775              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
27776              
27777              Upgrade to CGI.pm 2.752, from Lincoln Stein.
27778              (Note: there were some conflicts due to EBCDIC and EPOC
27779              patches, in general I preferred the repository code.)
27780              (When 2.753 comes out, we need to synchronize.)
27781              
27782              Subject: [PATCH] fix for charnames above FFFF
27783              
27784              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
27785              
27786              If no sfio, no -lsfio.
27787              
27788              Run run/*.t also in minitest.
27789              
27790              Subject:  [PATCH perl 5.7.0] malloc message address offset
27791              
27792              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
27793              
27794              Subject: fix for parameter -Dm (for perl@8867)
27795              
27796              Subject: [PATCH: perl@8892] was Re: hashing order difference?
27797              (make the test more portable)
27798              
27799              Subject: Re: [PATCH] fix for charnames above FFFF
27800              
27801              Subject: Re: I'm losing the war...
27802              (hv_store() not working correctly in ENV_IS_CASELESS case.)
27803              
27804              Subject: Modified README.bs2000 
27805              
27806              Subject: [PATCH: perl@8935] -Dt padsv($var)
27807              
27808              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
27809              
27810              Subject: PATCH: extra tests to check on negative float to unsigned cast
27811              
27812              Subject: [PATCH] XPUSH[insp] was Re: progress
27813              
27814              Subject: Re: Compile with perlcc..
27815      Branch: maint-5.6/perl
27816           !> (integrate 36 files)
27817 ____________________________________________________________________________
27818 [  8986] By: jhi                                   on 2001/03/02  18:51:25
27819         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
27820              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
27821              to maintperl.
27822              
27823              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
27824              
27825              Subject: [DOC PATCH] overload.pm nits
27826              
27827              Add header for LIB$ prototypes (C. Berry)
27828              
27829              Convert fwrite()s to sockets to write()s, since some socket stacks
27830              don't take kindly to stdio.
27831              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27832              (for often optional LNMs)
27833              Correct a few typos
27834              (C. Bailey)
27835              
27836              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
27837              
27838              De-cut-and-pasto.
27839              
27840              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
27841              
27842              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
27843              
27844              Upgrade to CPAN 1.59_54, from Andreas König.
27845              
27846              Bogus shebang.
27847              
27848              Subject: [PATCH] Document makepatch in Porting/patching
27849              
27850              UTF-8 documentation.
27851              
27852              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
27853              
27854              Sort the MANIFEST.
27855              
27856              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
27857              
27858              Subject: [PATCH @8807] toke.c cleanup: scan_str()
27859              
27860              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
27861              
27862              Add run/*.t to testables.
27863              
27864              TODO: integrate #8784.
27865      Branch: maint-5.6/perl
27866           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
27867           !> (integrate 28 files)
27868 ____________________________________________________________________________
27869 [  8985] By: nick                                  on 2001/03/02  18:15:45
27870         Log: Integrate mainline
27871      Branch: perlio
27872           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
27873           !> vms/vms.c
27874 ____________________________________________________________________________
27875 [  8984] By: jhi                                   on 2001/03/02  16:00:17
27876         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
27877              
27878              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
27879              5.004_05, and mention the suidperl August 2000 security problem.
27880              (#8978,#8981)
27881              
27882              Subject: [ID 20010301.004] Technically speaking in perldata
27883              
27884              Subject: [PATCH] File::Copy for bleadperl, maintperl
27885              
27886              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
27887              
27888              (The #8982, fix for 20010221.005 and 20010221.008,
27889              would be nice too but it didn't integrate cleanly.)
27890      Branch: maint-5.6/perl
27891           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
27892 ____________________________________________________________________________
27893 [  8983] By: jhi                                   on 2001/03/02  15:51:16
27894         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
27895              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27896              Date:     Thu, 1 Mar 2001 15:54:09 EST
27897              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
27898      Branch: perl
27899            ! vms/vms.c
27900 ____________________________________________________________________________
27901 [  8982] By: jhi                                   on 2001/03/02  15:43:31
27902         Log: Subject: Re: sync sync sync: have I missed any patches?
27903              From: Radu Greab <radu@netsoft.ro> 
27904              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
27905              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
27906              
27907              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
27908              was checking argv[0] regardless of whether a different pathname
27909              will actually be executed."  Test case not supplied because 
27910              drafting that, ironically enough, revealed another bug
27911              (or a feature).
27912      Branch: perl
27913            ! doio.c
27914 ____________________________________________________________________________
27915 [  8981] By: jhi                                   on 2001/03/02  15:28:03
27916         Log: Misdate in #8978.
27917      Branch: perl
27918            ! pod/perlfaq1.pod
27919 ____________________________________________________________________________
27920 [  8980] By: jhi                                   on 2001/03/02  15:24:20
27921         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
27922              From: Chris Nandor <pudge@pobox.com>
27923              Date: Wed, 28 Feb 2001 22:10:15 -0500
27924              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
27925      Branch: perl
27926            ! lib/File/Copy.pm
27927 ____________________________________________________________________________
27928 [  8979] By: jhi                                   on 2001/03/02  15:17:16
27929         Log: Subject: [ID 20010301.004] Technically speaking in perldata
27930              From: abela@geneanet.org
27931              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
27932              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
27933      Branch: perl
27934            ! pod/perldata.pod
27935 ____________________________________________________________________________
27936 [  8978] By: jhi                                   on 2001/03/02  15:15:27
27937         Log: Subject: [ID 20010301.003] ref to 5.004
27938              From: abela@geneanet.org
27939              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
27940              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
27941              
27942              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
27943              and mention the suidperl August 2000 security problem.
27944      Branch: perl
27945            ! pod/perlfaq1.pod
27946 ____________________________________________________________________________
27947 [  8977] By: alanbur                               on 2001/03/02  14:17:45
27948         Log: Resynchronised with parent
27949      Branch: maint-5.6/pureperl
27950           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
27951           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
27952           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
27953           !> vms/descrip_mms.template win32/win32.c win32/win32.h
27954           !> win32/win32iop.h
27955 ____________________________________________________________________________
27956 [  8976] By: nick                                  on 2001/03/01  23:25:30
27957         Log: Integrate mainline.
27958      Branch: perlio
27959            - t/op/qu.t
27960           !> (integrate 55 files)
27961 ____________________________________________________________________________
27962 [  8975] By: jhi                                   on 2001/03/01  16:51:34
27963         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
27964      Branch: perl
27965           !> toke.c
27966 ____________________________________________________________________________
27967 [  8974] By: gsar                                  on 2001/03/01  16:28:21
27968         Log: fix for bugid 20010226.008
27969              
27970              the problem was that some of the pointers (PL_last_lop and
27971              PL_last_uni specifically) into the lex buffers weren't correctly
27972              being invalidated when the buffer changed; this would leave the
27973              pointers pointing at an arbitrary location in the buffer if
27974              the buffer didn't need to be reallocated, or point into freed
27975              memory if the buffer had to be realloced
27976              
27977              TODO item for bugdb maintainers: check other seemingly random
27978              parser-related bugs--they might be cured by this
27979      Branch: maint-5.6/perl
27980            ! toke.c
27981 ____________________________________________________________________________
27982 [  8973] By: jhi                                   on 2001/03/01  02:23:25
27983         Log: Retract #8970 because of a completely mysterious core dump:
27984              adding the tests 241..244 causes op/pat dump core at test #25.
27985              The test needs a lot of whittling down before the bug can be solved.
27986      Branch: perl
27987            ! t/op/pat.t
27988 ____________________________________________________________________________
27989 [  8972] By: jhi                                   on 2001/03/01  01:58:38
27990         Log: Regen perlapi.
27991      Branch: perl
27992            ! pod/perlapi.pod
27993 ____________________________________________________________________________
27994 [  8971] By: jhi                                   on 2001/03/01  01:34:09
27995         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))
27996              From: Nicholas Clark <nick@ccl4.org>
27997              Date: Wed, 28 Feb 2001 23:28:49 +0000
27998              Message-ID: <20010228232849.A55187@plum.flirble.org>
27999              
28000              Allow a completely write protected source code tree
28001              when using the Configure -Dmksymlinks.
28002      Branch: perl
28003            ! embed.pl warnings.pl
28004 ____________________________________________________________________________
28005 [  8970] By: jhi                                   on 2001/03/01  01:32:04
28006         Log: Add back the EBCDIC character range tests (for matching).
28007      Branch: perl
28008            ! t/op/pat.t
28009 ____________________________________________________________________________
28010 [  8969] By: nick                                  on 2001/02/28  18:18:01
28011         Log: Add charname comments to .ucm files writen by 'compile',
28012              also order charmaps in those files by source encoding.
28013              regenerate distrubuted .ucm files
28014      Branch: perlio
28015            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28016            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28017            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28018            ! ext/Encode/Encode/iso8859-10.ucm
28019            ! ext/Encode/Encode/iso8859-13.ucm
28020            ! ext/Encode/Encode/iso8859-14.ucm
28021            ! ext/Encode/Encode/iso8859-15.ucm
28022            ! ext/Encode/Encode/iso8859-16.ucm
28023            ! ext/Encode/Encode/iso8859-2.ucm
28024            ! ext/Encode/Encode/iso8859-3.ucm
28025            ! ext/Encode/Encode/iso8859-4.ucm
28026            ! ext/Encode/Encode/iso8859-5.ucm
28027            ! ext/Encode/Encode/iso8859-6.ucm
28028            ! ext/Encode/Encode/iso8859-7.ucm
28029            ! ext/Encode/Encode/iso8859-8.ucm
28030            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28031            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
28032 ____________________________________________________________________________
28033 [  8968] By: jhi                                   on 2001/02/28  16:26:37
28034         Log: Expand usemorebits early if d_casti32 needs to be undefined.
28035      Branch: perl
28036            ! hints/hpux.sh hints/irix_6.sh
28037 ____________________________________________________________________________
28038 [  8967] By: jhi                                   on 2001/02/28  16:22:26
28039         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
28040              retract toke.c/qu parts of #8583, retract #8485, retract
28041              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
28042              op/length.t, and MANIFEST, and delete t/op/qu.t.
28043      Branch: perl
28044            - t/op/qu.t
28045            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
28046            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
28047            ! t/op/length.t toke.c
28048 ____________________________________________________________________________
28049 [  8966] By: jhi                                   on 2001/02/28  15:00:27
28050         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
28051              by not changing from pre-Unicode days into being Unicode-aware.
28052              Sniff.
28053      Branch: perl
28054            ! pp.c t/op/pack.t t/op/qu.t
28055 ____________________________________________________________________________
28056 [  8965] By: jhi                                   on 2001/02/28  14:37:55
28057         Log: Subject: Re: Errors in core PODs
28058              From: Michael Stevens <michael@etla.org> 
28059              Date: Fri, 23 Feb 2001 15:47:56 +0000
28060              Message-ID: <20010223154756.A7723@firedrake.org> 
28061      Branch: perl
28062            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
28063            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
28064            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
28065            ! x2p/a2p.pod
28066 ____________________________________________________________________________
28067 [  8964] By: jhi                                   on 2001/02/28  14:35:35
28068         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
28069              (The #8961 was too bold.)
28070      Branch: perl
28071            ! hints/hpux.sh hints/irix_6.sh
28072 ____________________________________________________________________________
28073 [  8963] By: jhi                                   on 2001/02/28  14:33:39
28074         Log: Subject: Re: sync sync sync: have I missed any patches?
28075              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28076              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
28077              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
28078              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
28079              
28080              Replace djSP with dSP.
28081      Branch: perl
28082            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
28083            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
28084            ! win32/perlhost.h
28085 ____________________________________________________________________________
28086 [  8962] By: jhi                                   on 2001/02/27  23:21:14
28087         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
28088      Branch: perl
28089            ! lib/Filter/Simple.pm
28090 ____________________________________________________________________________
28091 [  8961] By: jhi                                   on 2001/02/27  22:55:26
28092         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
28093              and this would be it.
28094      Branch: perl
28095            ! hints/hpux.sh hints/irix_6.sh
28096 ____________________________________________________________________________
28097 [  8960] By: jhi                                   on 2001/02/27  22:51:33
28098         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
28099              From: "Craig A. Berry" <craigberry@mac.com>
28100              Date: Tue, 27 Feb 2001 16:11:44 -0600
28101              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
28102      Branch: maint-5.6/perl
28103            ! configure.com vms/descrip_mms.template
28104 ____________________________________________________________________________
28105 [  8959] By: jhi                                   on 2001/02/27  22:47:23
28106         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
28107              From: "Craig A. Berry" <craigberry@mac.com>
28108              Date: Tue, 27 Feb 2001 16:11:44 -0600
28109              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
28110      Branch: perl
28111            ! configure.com vms/descrip_mms.template
28112 ____________________________________________________________________________
28113 [  8958] By: jhi                                   on 2001/02/27  15:16:42
28114         Log: Update Changes.
28115      Branch: perl
28116            ! Changes patchlevel.h
28117 ____________________________________________________________________________
28118 [  8957] By: jhi                                   on 2001/02/27  06:15:07
28119         Log: Subject: [5.6.x] EPOC additions
28120              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28121              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
28122              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
28123      Branch: maint-5.6/perl
28124            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
28125 ____________________________________________________________________________
28126 [  8956] By: jhi                                   on 2001/02/27  06:12:11
28127         Log: Subject: [perl-current] EPOC 
28128              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28129              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
28130              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
28131      Branch: perl
28132            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
28133            ! epoc/epocish.c epoc/epocish.h pp_sys.c
28134 ____________________________________________________________________________
28135 [  8955] By: jhi                                   on 2001/02/27  05:59:50
28136         Log: Subject: Re: Compile with perlcc..
28137              From: Edward Peschko <edwardp@excitehome.net>
28138              Date: Mon, 26 Feb 2001 18:51:58 -0800
28139              Message-ID: <20010226185158.A9871@excitehome.net>
28140              
28141              plus add a simple usage message if no arguments given.
28142      Branch: perl
28143            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
28144            ! utils/Makefile utils/perlcc.PL win32/pod.mak
28145 ____________________________________________________________________________
28146 [  8954] By: nick                                  on 2001/02/26  21:02:59
28147         Log: Integrate mainline
28148      Branch: perlio
28149           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
28150           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
28151           !> t/op/sprintf.t
28152 ____________________________________________________________________________
28153 [  8953] By: jhi                                   on 2001/02/26  14:43:54
28154         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
28155              From: Nicholas Clark <nick@ccl4.org>
28156              Date: Mon, 26 Feb 2001 00:42:07 +0000
28157              Message-ID: <20010226004207.F23333@plum.flirble.org>
28158      Branch: perl
28159            ! pp_ctl.c
28160 ____________________________________________________________________________
28161 [  8952] By: jhi                                   on 2001/02/26  14:42:13
28162         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
28163              From: Simon Cozens <simon@netthink.co.uk>
28164              Date: Mon, 26 Feb 2001 12:23:48 +0000
28165              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
28166      Branch: perl
28167            ! pod/perlguts.pod
28168 ____________________________________________________________________________
28169 [  8951] By: jhi                                   on 2001/02/26  14:39:15
28170         Log: Subject: [PATCH] perlio - unknown layer
28171              From: Nicholas Clark <nick@ccl4.org>
28172              Date: Mon, 26 Feb 2001 00:27:19 +0000
28173              Message-ID: <20010226002719.E23333@plum.flirble.org>
28174      Branch: perl
28175            ! perlio.c
28176 ____________________________________________________________________________
28177 [  8950] By: jhi                                   on 2001/02/26  14:38:04
28178         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
28179              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
28180              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
28181              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
28182      Branch: perl
28183            ! t/op/bop.t
28184 ____________________________________________________________________________
28185 [  8949] By: jhi                                   on 2001/02/26  14:37:07
28186         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
28187              From: Peter Prymmer <pvhp@forte.com>
28188              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
28189              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
28190      Branch: perl
28191            ! lib/Test.pm
28192 ____________________________________________________________________________
28193 [  8948] By: jhi                                   on 2001/02/26  14:35:53
28194         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
28195              From: Radu Greab <radu@netsoft.ro>
28196              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
28197              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
28198      Branch: perl
28199            ! pod/perlop.pod
28200 ____________________________________________________________________________
28201 [  8947] By: jhi                                   on 2001/02/26  14:34:46
28202         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
28203              From: David Mitchell <davem@fdgroup.co.uk>
28204              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
28205              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
28206      Branch: perl
28207            ! run.c
28208 ____________________________________________________________________________
28209 [  8946] By: jhi                                   on 2001/02/26  14:32:37
28210         Log: Subject: Modified README.bs2000 
28211              From: Dorner Thomas <Thomas.Dorner@start.de>
28212              Date: Mon, 26 Feb 2001 09:22:17 +0100
28213              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
28214      Branch: perl
28215            ! README.bs2000
28216 ____________________________________________________________________________
28217 [  8945] By: jhi                                   on 2001/02/26  14:19:53
28218         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
28219              to maintperl, listing the known failures on the tests 129 and 130.
28220      Branch: maint-5.6/perl
28221           !> t/op/sprintf.t
28222 ____________________________________________________________________________
28223 [  8944] By: jhi                                   on 2001/02/26  14:14:15
28224         Log: Add more known sprintf failures.
28225      Branch: perl
28226            ! t/op/sprintf.t
28227 ____________________________________________________________________________
28228 [  8943] By: jhi                                   on 2001/02/26  13:56:22
28229         Log: perlglob.exe needs to be found in Win32, patch from
28230              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
28231              which needs external glob at mini-perl time."
28232      Branch: perl
28233            ! ext/Encode/compile
28234 ____________________________________________________________________________
28235 [  8942] By: jhi                                   on 2001/02/26  13:52:19
28236         Log: A missing dTHX from Vadim Konovalov.
28237      Branch: perl
28238            ! perlio.c
28239 ____________________________________________________________________________
28240 [  8941] By: jhi                                   on 2001/02/26  13:37:05
28241         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
28242      Branch: perl
28243            ! op.c
28244 ____________________________________________________________________________
28245 [  8940] By: jhi                                   on 2001/02/26  13:35:40
28246         Log: Integrate perlio.
28247      Branch: perl
28248           !> ext/Encode/Encode.pm
28249 ____________________________________________________________________________
28250 [  8939] By: nick                                  on 2001/02/25  23:47:09
28251         Log: Integrate mainline.
28252      Branch: perlio
28253           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
28254           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
28255 ____________________________________________________________________________
28256 [  8938] By: nick                                  on 2001/02/25  19:36:28
28257         Log: Encode implementations docs.
28258      Branch: perlio
28259            ! ext/Encode/Encode.pm
28260 ____________________________________________________________________________
28261 [  8937] By: jhi                                   on 2001/02/25  19:26:16
28262         Log: Script wasn't aligned with reality.
28263      Branch: perl
28264            ! t/pod/find.t
28265 ____________________________________________________________________________
28266 [  8936] By: jhi                                   on 2001/02/25  18:54:55
28267         Log: Update Changes.
28268      Branch: perl
28269            ! Changes patchlevel.h
28270 ____________________________________________________________________________
28271 [  8935] By: jhi                                   on 2001/02/25  18:46:36
28272         Log: Retract #8929,8930,8932,8933 for now.
28273      Branch: perl
28274            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
28275 ____________________________________________________________________________
28276 [  8934] By: jhi                                   on 2001/02/25  17:34:35
28277         Log: Integrate perlio.
28278      Branch: perl
28279           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
28280           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
28281           !> t/lib/encode.t
28282 ____________________________________________________________________________
28283 [  8933] By: jhi                                   on 2001/02/25  17:33:12
28284         Log: (Retracted by #8395.)
28285              
28286              Slight tweaks in scan_const(), not fixes yet, it seems like
28287              lots of work remains to be done...
28288      Branch: perl
28289            ! toke.c
28290 ____________________________________________________________________________
28291 [  8932] By: jhi                                   on 2001/02/25  17:27:11
28292         Log: (Retracted by #8395.)
28293              
28294              Missing from #8930.
28295      Branch: perl
28296            ! perl.h
28297 ____________________________________________________________________________
28298 [  8931] By: jhi                                   on 2001/02/25  17:26:19
28299         Log: A comment tweak.
28300      Branch: perl
28301            ! utf8.c
28302 ____________________________________________________________________________
28303 [  8930] By: jhi                                   on 2001/02/25  17:25:47
28304         Log: (Retracted by #8395.)
28305              
28306              Attempt to fix the EBCDIC character range problwm with //.
28307      Branch: perl
28308            ! regcomp.c
28309 ____________________________________________________________________________
28310 [  8929] By: jhi                                   on 2001/02/25  17:23:45
28311         Log: (Retracted by #8395.)
28312              
28313              Expand the EBCDIC character range tests, and add few nasty
28314              tr tests from Karsten Sperling.
28315      Branch: perl
28316            ! t/op/pat.t t/op/tr.t
28317 ____________________________________________________________________________
28318 [  8928] By: jhi                                   on 2001/02/25  17:18:49
28319         Log: Missing check-in.
28320      Branch: perl
28321            ! lib/Pod/Find.pm
28322 ____________________________________________________________________________
28323 [  8927] By: nick                                  on 2001/02/25  11:30:22
28324         Log: Change method names in Encode implementation classes to something
28325              less confusing (preparing to "go public").
28326      Branch: perlio
28327            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
28328 ____________________________________________________________________________
28329 [  8926] By: nick                                  on 2001/02/25  10:53:24
28330         Log: GCC __atribute__ / printf fix
28331      Branch: perlio
28332            ! perl.h
28333 ____________________________________________________________________________
28334 [  8925] By: nick                                  on 2001/02/25  10:52:25
28335         Log: Checked in the wrong one ...
28336      Branch: perlio
28337            ! ext/Encode/Encode.pm
28338 ____________________________________________________________________________
28339 [  8924] By: nick                                  on 2001/02/24  18:46:51
28340         Log: Integrate mainline - to see what Jarkko has in ...
28341      Branch: perlio
28342           +> t/pod/testpods/lib/Pod/Stuff.pm
28343           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
28344 ____________________________________________________________________________
28345 [  8923] By: nick                                  on 2001/02/24  17:05:23
28346         Log: Encode API documentation nd tidy up.
28347              Minor additions to test.
28348              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
28349              Adds STRLEN to standard typemap.
28350      Branch: perlio
28351            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
28352            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
28353 ____________________________________________________________________________
28354 [  8922] By: jhi                                   on 2001/02/24  16:38:12
28355         Log: Add a test for the "character range should match in EBCDIC
28356              if specified using explicit numerics" bug found by Karsten
28357              Sperling.
28358      Branch: perl
28359            ! t/op/pat.t
28360 ____________________________________________________________________________
28361 [  8921] By: jhi                                   on 2001/02/24  16:30:16
28362         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
28363              From: schwern@pobox.com
28364              Date: Fri, 23 Feb 2001 03:21:37 -0500
28365              Message-ID: <20010223032137.A26022@magnonel.guild.net>
28366              
28367              plus Charles Lane's fixes, plus tweaks.
28368      Branch: perl
28369            + t/pod/testpods/lib/Pod/Stuff.pm
28370            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
28371 ____________________________________________________________________________
28372 [  8920] By: nick                                  on 2001/02/24  10:30:11
28373         Log: Integrate mainline
28374      Branch: perlio
28375           !> (integrate 33 files)
28376 ____________________________________________________________________________
28377 [  8919] By: jhi                                   on 2001/02/24  00:23:35
28378         Log: Subject: Re: I'm losing the war...
28379              From: "Vadim Konovalov" <watman@inbox.ru>
28380              Date: Sat, 24 Feb 2001 00:10:14 +0300
28381              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
28382              
28383              hv_store() not working correctly in ENV_IS_CASELESS case.
28384      Branch: perl
28385            ! hv.c
28386 ____________________________________________________________________________
28387 [  8918] By: jhi                                   on 2001/02/24  00:20:09
28388         Log: Subject: Re: [PATCH] fix for charnames above FFFF
28389              From: andreas.koenig@anima.de (Andreas J. Koenig)
28390              Date: 23 Feb 2001 02:39:03 +0100
28391              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
28392              
28393              A further efficiency tweak.
28394      Branch: perl
28395            ! lib/charnames.pm
28396 ____________________________________________________________________________
28397 [  8917] By: jhi                                   on 2001/02/23  20:27:51
28398         Log: Integrate change #8916 from mainline,
28399              do away with USE_WIN32_RTL_ENV.
28400      Branch: maint-5.6/perl
28401           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
28402 ____________________________________________________________________________
28403 [  8916] By: jhi                                   on 2001/02/23  20:02:25
28404         Log: Abolish USE_WIN32_RTL_ENV.
28405      Branch: perl
28406            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
28407 ____________________________________________________________________________
28408 [  8915] By: jhi                                   on 2001/02/23  19:36:00
28409         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
28410              later protected by some #define.
28411      Branch: perl
28412            ! gv.c
28413 ____________________________________________________________________________
28414 [  8914] By: jhi                                   on 2001/02/23  19:31:38
28415         Log: Retract #8902 for now, requested by Charles Lane, the correct
28416              fix will be something else.
28417      Branch: perl
28418            ! op.c
28419 ____________________________________________________________________________
28420 [  8913] By: jhi                                   on 2001/02/23  19:11:36
28421         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
28422              From: Peter Prymmer <pvhp@forte.com>
28423              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
28424              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
28425      Branch: perl
28426            ! t/op/lex_assign.t
28427 ____________________________________________________________________________
28428 [  8912] By: jhi                                   on 2001/02/23  18:38:20
28429         Log: Subject: [patch] perlio + useithreads
28430              From: Doug MacEachern <dougm@covalent.net>
28431              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
28432              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
28433              
28434              Gets things running but not complete.
28435      Branch: perl
28436            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
28437 ____________________________________________________________________________
28438 [  8911] By: jhi                                   on 2001/02/23  04:20:02
28439         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
28440              
28441              Duplicated environment freeing, File::Temp 0.12,
28442              op/append portability (EBCDIC) tweak.
28443      Branch: maint-5.6/perl
28444           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28445           !> t/op/append.t
28446 ____________________________________________________________________________
28447 [  8910] By: jhi                                   on 2001/02/23  02:07:33
28448         Log: Integrate change #8909 from mainline, a better Borland
28449              putenv() workaround.
28450      Branch: maint-5.6/perl
28451           !> perl.c
28452 ____________________________________________________________________________
28453 [  8909] By: jhi                                   on 2001/02/23  02:05:46
28454         Log: A better workaround for Borland putenv() brokenness from Sarathy.
28455      Branch: perl
28456            ! perl.c
28457 ____________________________________________________________________________
28458 [  8908] By: jhi                                   on 2001/02/23  02:04:14
28459         Log: Subject: fix for parameter -Dm (for perl@8867)
28460              From: "Vadim Konovalov" <watman@inbox.ru>
28461              Date: Thu, 22 Feb 2001 17:30:12 +0300
28462              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
28463      Branch: perl
28464            ! perl.h
28465 ____________________________________________________________________________
28466 [  8907] By: jhi                                   on 2001/02/23  01:58:20
28467         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
28468              From: Peter Prymmer <pvhp@forte.com>
28469              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
28470              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
28471      Branch: perl
28472            ! t/op/append.t
28473 ____________________________________________________________________________
28474 [  8906] By: jhi                                   on 2001/02/23  01:48:34
28475         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
28476      Branch: perl
28477            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28478 ____________________________________________________________________________
28479 [  8905] By: jhi                                   on 2001/02/23  01:43:30
28480         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
28481              From: Peter Prymmer <pvhp@forte.com>
28482              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
28483              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
28484      Branch: perl
28485            ! t/lib/st-06compat.t
28486 ____________________________________________________________________________
28487 [  8904] By: jhi                                   on 2001/02/23  01:42:39
28488         Log: Metaconfig unit change for #8903.
28489      Branch: metaconfig/U/perl
28490            ! Devel.U
28491 ____________________________________________________________________________
28492 [  8903] By: jhi                                   on 2001/02/23  01:42:12
28493         Log: Be more helpful for devel builders, suggested by John L. Allen.
28494      Branch: perl
28495            ! Configure
28496 ____________________________________________________________________________
28497 [  8902] By: jhi                                   on 2001/02/23  01:37:41
28498         Log: (Retracted by #8914)
28499              (Wrongly, reinstated by #8941)             
28500
28501              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
28502              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28503              Date:     Thu, 22 Feb 2001 09:43:57 EST
28504              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
28505      Branch: perl
28506            ! op.c
28507 ____________________________________________________________________________
28508 [  8901] By: jhi                                   on 2001/02/23  01:20:32
28509         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
28510              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28511              Date:     Thu, 22 Feb 2001 08:01:35 EST
28512              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
28513      Branch: perl
28514            ! malloc.c
28515 ____________________________________________________________________________
28516 [  8900] By: jhi                                   on 2001/02/23  01:18:02
28517         Log: Integrate changes #8898,8899 from mainline, environ handling.
28518      Branch: maint-5.6/perl
28519           !> perl.c
28520 ____________________________________________________________________________
28521 [  8899] By: jhi                                   on 2001/02/23  01:16:25
28522         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
28523              putenv() is not to be relied on, they are either broken or leaky
28524              or both.)
28525      Branch: perl
28526            ! perl.c
28527 ____________________________________________________________________________
28528 [  8898] By: jhi                                   on 2001/02/22  23:36:59
28529         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
28530              and safesysfree() must be used.
28531      Branch: perl
28532            ! perl.c
28533 ____________________________________________________________________________
28534 [  8897] By: jhi                                   on 2001/02/22  23:25:45
28535         Log: With environ one must use safesysmalloc()/safesysfree().
28536      Branch: perl
28537            ! perl.c
28538 ____________________________________________________________________________
28539 [  8896] By: jhi                                   on 2001/02/22  22:13:18
28540         Log: If we have a duplicated environment free it
28541              if PERL_DESTRUCT_LEVEL.
28542      Branch: perl
28543            ! perl.c
28544 ____________________________________________________________________________
28545 [  8895] By: alanbur                               on 2001/02/22  19:31:57
28546         Log: Synchronised with parent
28547      Branch: maint-5.6/pureperl
28548           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
28549 ____________________________________________________________________________
28550 [  8894] By: gsar                                  on 2001/02/22  19:06:18
28551         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
28552              
28553              fix memory leak in method call optimization (change#3768);
28554              made C<eval "$x->foo()"> leak
28555              
28556              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
28557      Branch: maint-5.6/perl
28558           !> op.c
28559 ____________________________________________________________________________
28560 [  8893] By: jhi                                   on 2001/02/22  18:35:27
28561         Log: (Retracted by #8915.)
28562              
28563              Third Degree finding:
28564              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
28565      Branch: perl
28566            ! gv.c
28567 ____________________________________________________________________________
28568 [  8892] By: jhi                                   on 2001/02/22  14:28:32
28569         Log: Update Changes.
28570      Branch: perl
28571            ! Changes patchlevel.h
28572 ____________________________________________________________________________
28573 [  8891] By: jhi                                   on 2001/02/22  13:22:45
28574         Log: Metaconfig unit changes for #8890.
28575      Branch: metaconfig
28576            ! U/modified/Cppsym.U U/threads/archname.U
28577 ____________________________________________________________________________
28578 [  8890] By: jhi                                   on 2001/02/22  13:22:12
28579         Log: Add -stdio to the archname if no perlio selected,
28580              no -perlio added since that is now the default.
28581              
28582              Add few CPUs/architectures to the Cppsym scan.
28583      Branch: perl
28584            ! Configure config_h.SH
28585 ____________________________________________________________________________
28586 [  8889] By: jhi                                   on 2001/02/22  13:05:59
28587         Log: Metaconfig unit change for #8888.
28588      Branch: metaconfig/U/perl
28589            ! useperlio.U
28590 ____________________________________________________________________________
28591 [  8888] By: jhi                                   on 2001/02/22  13:05:28
28592         Log: *drum roll*  Make perlio the default.
28593      Branch: perl
28594            ! Configure config_h.SH
28595 ____________________________________________________________________________
28596 [  8887] By: jhi                                   on 2001/02/22  12:50:52
28597         Log: Integrate change #8665 from maintperl to mainline,
28598              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
28599      Branch: perl
28600           !> ext/POSIX/POSIX.xs
28601 ____________________________________________________________________________
28602 [  8886] By: jhi                                   on 2001/02/22  12:49:24
28603         Log: Integrate changes #8883,8884 from mainline to maintperl.
28604              
28605              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
28606              Subject: Re: File::Temp::_gettemp warning
28607      Branch: maint-5.6/perl
28608           !> embed.h embed.pl lib/File/Temp.pm
28609 ____________________________________________________________________________
28610 [  8885] By: jhi                                   on 2001/02/22  12:43:59
28611         Log: Based on
28612              
28613              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
28614              From: schwab@suse.de
28615              Date: Thu, 22 Feb 2001 13:08:09 +0100
28616              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
28617              
28618              but the fix done slightly differently because the other
28619              half was already done in #8664.
28620      Branch: maint-5.6/perl
28621            ! ext/POSIX/POSIX.xs
28622 ____________________________________________________________________________
28623 [  8884] By: jhi                                   on 2001/02/22  12:37:15
28624         Log: Subject: Re: File::Temp::_gettemp warning
28625              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28626              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
28627              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
28628              
28629              This patch to File::Temp does two things:
28630              
28631              1. Fixes the problem with CGI::Carp when determining
28632              the Fcntl constants
28633              
28634              2. Removes most of the carps and consolidates them so that all the
28635              reasons are included in a single die that is caught by the test. This
28636              means that the correct skipping behaviour is displayed by the test.
28637      Branch: perl
28638            ! lib/File/Temp.pm
28639 ____________________________________________________________________________
28640 [  8883] By: jhi                                   on 2001/02/22  12:29:19
28641         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
28642              From: Peter Prymmer <pvhp@forte.com>
28643              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
28644              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
28645      Branch: perl
28646            ! embed.h embed.pl
28647 ____________________________________________________________________________
28648 [  8882] By: jhi                                   on 2001/02/21  19:41:33
28649         Log: Integrate change #8881 from mainlin to maintperl.
28650              
28651              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
28652      Branch: maint-5.6/perl
28653           !> op.c
28654 ____________________________________________________________________________
28655 [  8881] By: jhi                                   on 2001/02/21  19:38:57
28656         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
28657              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28658              Date:     Wed, 21 Feb 2001 13:08:03 EST
28659              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
28660      Branch: perl
28661            ! op.c
28662 ____________________________________________________________________________
28663 [  8880] By: jhi                                   on 2001/02/21  19:34:34
28664         Log: Retract #8875, cannot let go of the old semantics of unpack U
28665              without rethinking utf8decode.t.
28666      Branch: perl
28667            ! pp.c t/op/pack.t
28668 ____________________________________________________________________________
28669 [  8879] By: jhi                                   on 2001/02/21  19:08:02
28670         Log: Run run/*.t also in minitest.
28671      Branch: perl
28672            ! Makefile.SH
28673 ____________________________________________________________________________
28674 [  8878] By: nick                                  on 2001/02/21  18:55:37
28675         Log: Integrate mainline
28676      Branch: perlio
28677           !> (integrate 76 files)
28678 ____________________________________________________________________________
28679 [  8877] By: jhi                                   on 2001/02/21  15:09:33
28680         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
28681      Branch: metaconfig
28682            ! U/compline/nblock_io.U
28683      Branch: perl
28684            ! Configure config_h.SH
28685 ____________________________________________________________________________
28686 [  8876] By: jhi                                   on 2001/02/21  14:54:45
28687         Log: If no sfio, no -lsfio.
28688      Branch: metaconfig/U/perl
28689            ! d_sfio.U
28690      Branch: perl
28691            ! Configure config_h.SH
28692 ____________________________________________________________________________
28693 [  8875] By: jhi                                   on 2001/02/21  14:54:00
28694         Log: Make unpack C and unpack C truly equivalent.
28695      Branch: perl
28696            ! pp.c t/op/pack.t
28697 ____________________________________________________________________________
28698 [  8874] By: jhi                                   on 2001/02/21  14:26:02
28699         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
28700              From: Peter Prymmer <pvhp@forte.com>
28701              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
28702              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
28703      Branch: perl
28704            ! pod/perlport.pod
28705 ____________________________________________________________________________
28706 [  8873] By: jhi                                   on 2001/02/21  14:24:31
28707         Log: Subject: [PATCH] fix for charnames above FFFF
28708              From: andreas.koenig@anima.de (Andreas J. Koenig)
28709              Date: 21 Feb 2001 07:05:45 +0100
28710              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
28711      Branch: perl
28712            ! lib/charnames.pm t/lib/charnames.t
28713 ____________________________________________________________________________
28714 [  8872] By: jhi                                   on 2001/02/21  14:15:25
28715         Log: Integrate change #8868 from pureperl to mainline.
28716              
28717              Fixed reference count loop caused by sv_magic.
28718      Branch: perl
28719           !> sv.c
28720 ____________________________________________________________________________
28721 [  8871] By: jhi                                   on 2001/02/21  14:07:29
28722         Log: Integrate change #8868 from pureperl to maintperl.
28723              
28724              Fixed reference count loop caused by sv_magic.
28725      Branch: maint-5.6/perl
28726           !> sv.c
28727 ____________________________________________________________________________
28728 [  8870] By: jhi                                   on 2001/02/21  14:04:41
28729         Log: Put back the #8840, it was innocent.
28730      Branch: perl
28731            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28732            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
28733 ____________________________________________________________________________
28734 [  8869] By: jhi                                   on 2001/02/21  14:00:03
28735         Log: unpack("C", ...) was left slightly unfinished by #8865.
28736      Branch: perl
28737            ! pp.c t/op/pack.t
28738 ____________________________________________________________________________
28739 [  8868] By: alanbur                               on 2001/02/21  01:33:45
28740         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
28741              from gv_fetchpv to create single-character magic variables (e.g. $!),
28742              and it is passed a sv and the gv that contains the sv as the mg_obj
28743              value.  When sv_magic stores the mg_obj pointer it increments the gv
28744              refcount, thus causing a sv-gv pair that can't be freed.  There is
28745              already a check for sv == obj which is used to prevent such reference
28746              loops.  This change extends the check to cover the case described above.
28747      Branch: maint-5.6/pureperl
28748            ! sv.c
28749 ____________________________________________________________________________
28750 [  8867] By: jhi                                   on 2001/02/21  00:52:39
28751         Log: Update Changes.
28752      Branch: perl
28753            ! Changes patchlevel.h
28754 ____________________________________________________________________________
28755 [  8866] By: jhi                                   on 2001/02/21  00:34:20
28756         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
28757              (Note: there were some conflicts due to EBCDIC and EPOC
28758              patches, in general I preferred the repository code.)
28759              (When 2.753 comes out, we need to synchronize.)
28760      Branch: perl
28761            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
28762            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
28763            ! t/lib/cgi-html.t
28764 ____________________________________________________________________________
28765 [  8865] By: jhi                                   on 2001/02/21  00:24:22
28766         Log: Make pack("C", 0x100) to create Unicode, unless under the
28767              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
28768              will understand Unicode, unless you under know what.
28769      Branch: perl
28770            ! pp.c t/op/pack.t t/op/qu.t
28771 ____________________________________________________________________________
28772 [  8864] By: alanbur                               on 2001/02/20  22:35:34
28773         Log: Resynchronised with parent
28774      Branch: maint-5.6/pureperl
28775           !> README.win32 ext/GDBM_File/GDBM_File.pm
28776           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
28777           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
28778           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
28779           !> t/lib/sdbm.t util.c
28780 ____________________________________________________________________________
28781 [  8863] By: jhi                                   on 2001/02/20  20:55:11
28782         Log: Integrate change #8860,8861 from mainline into maintperl.
28783              
28784              "pseudo-literal j"
28785              
28786              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
28787      Branch: maint-5.6/perl
28788           !> lib/Test.pm pod/perlop.pod
28789 ____________________________________________________________________________
28790 [  8862] By: jhi                                   on 2001/02/20  20:30:07
28791         Log: Don't do casting between pointers pointing to differently sized
28792              integers.
28793      Branch: perl
28794            ! hv.c sv.c
28795 ____________________________________________________________________________
28796 [  8861] By: jhi                                   on 2001/02/20  19:53:44
28797         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
28798              From: Peter Prymmer <pvhp@forte.com>
28799              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
28800              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
28801      Branch: perl
28802            ! lib/Test.pm
28803 ____________________________________________________________________________
28804 [  8860] By: jhi                                   on 2001/02/20  19:48:02
28805         Log: "pseudo-literal j", a documentation glitch reported to Debian.
28806              The text recovered from Perl 5.005_03, and pseudo-literal replaced
28807              by "backtick string".
28808      Branch: perl
28809            ! pod/perlop.pod
28810 ____________________________________________________________________________
28811 [  8859] By: jhi                                   on 2001/02/20  19:15:46
28812         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
28813              from Chris Nandor.
28814      Branch: perl
28815            ! makedef.pl
28816 ____________________________________________________________________________
28817 [  8858] By: jhi                                   on 2001/02/20  17:36:53
28818         Log: Integrate pureperl changes #8844,8845,8850 to mainline
28819              (via maintperl #8855).
28820              
28821              Fixed %^H scoping bug
28822              
28823              Removed GV <-> CV refcount loop
28824              
28825              Removed %ENV refcount loop
28826      Branch: perl
28827           !> gv.c op.c perl.c pp.c scope.c
28828 ____________________________________________________________________________
28829 [  8857] By: jhi                                   on 2001/02/20  17:34:32
28830         Log: Integrate changes #8853,8854 from maintperl to mainline.
28831              
28832              EBDIC fixes, README.win32 Borland update.
28833      Branch: perl
28834           !> README.win32 handy.h util.c
28835 ____________________________________________________________________________
28836 [  8856] By: jhi                                   on 2001/02/20  17:33:16
28837         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
28838      Branch: maint-5.6/perl
28839           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
28840           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
28841           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28842 ____________________________________________________________________________
28843 [  8855] By: jhi                                   on 2001/02/20  17:32:13
28844         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
28845              
28846              Fixed %^H scoping bug
28847              
28848              Removed GV <-> CV refcount loop
28849              
28850              Removed %ENV refcount loop
28851      Branch: maint-5.6/perl
28852           !> gv.c op.c perl.c pp.c scope.c
28853 ____________________________________________________________________________
28854 [  8854] By: jhi                                   on 2001/02/20  17:25:06
28855         Log: Subject: Addition to readme.win32 for Borland C++ compilers
28856              Date: Tue, 20 Feb 2001 02:15:25 +0300
28857              From: "Vadim Konovalov" <watman@inbox.ru>
28858              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
28859              
28860              Document Borland compiler misbehaviour.
28861      Branch: maint-5.6/perl
28862            ! README.win32
28863 ____________________________________________________________________________
28864 [  8853] By: jhi                                   on 2001/02/20  17:22:25
28865         Log: The assimilation of ebcdic.c didn't quite work at the first try,
28866              patches from Thomas Dorner.
28867      Branch: maint-5.6/perl
28868            ! handy.h util.c
28869 ____________________________________________________________________________
28870 [  8852] By: jhi                                   on 2001/02/20  17:20:15
28871         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
28872              From: Chris Nandor <pudge@pobox.com>
28873              Date: Tue, 20 Feb 2001 08:32:45 -0500
28874              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
28875      Branch: maint-5.6/perl
28876            ! makedef.pl mg.c
28877 ____________________________________________________________________________
28878 [  8851] By: jhi                                   on 2001/02/20  17:15:52
28879         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
28880      Branch: perl
28881            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
28882            ! t/lib/filter-util.t
28883 ____________________________________________________________________________
28884 [  8850] By: alanbur                               on 2001/02/20  17:12:40
28885         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
28886              and the magic pointer points back to the GV that contains the
28887              %ENV hash.  This creates a refcount loop that prevents members
28888              of %ENV from being freed correctly.  This change removes the
28889              refcount loop - the magic pointer was never used anyway, the
28890              only use of the magic was to check the type ('E') so that the
28891              appropriate environment manipulation code is called when %ENV
28892              is modified.
28893      Branch: maint-5.6/pureperl
28894            ! perl.c
28895 ____________________________________________________________________________
28896 [  8849] By: jhi                                   on 2001/02/20  17:12:20
28897         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
28898              From: "Craig A. Berry" <craigberry@mac.com>
28899              Date: Mon, 19 Feb 2001 23:36:12 -0600
28900              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
28901              
28902              Case-forgiving systems match TestInit.pm with TES*.
28903      Branch: perl
28904            ! t/lib/glob-basic.t
28905 ____________________________________________________________________________
28906 [  8848] By: jhi                                   on 2001/02/20  17:10:02
28907         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
28908      Branch: perl
28909            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
28910            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
28911            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28912 ____________________________________________________________________________
28913 [  8847] By: jhi                                   on 2001/02/20  15:34:41
28914         Log: The #8843 wasn't quite right: %Config needs to imported.
28915      Branch: perl
28916            ! t/run/runenv.t
28917 ____________________________________________________________________________
28918 [  8846] By: jhi                                   on 2001/02/20  15:31:50
28919         Log: Retract the #8838 and #8840 for now because of
28920              the DB_File tie problem.
28921      Branch: perl
28922            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
28923            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
28924            ! proto.h sv.c
28925 ____________________________________________________________________________
28926 [  8845] By: alanbur                               on 2001/02/20  14:25:41
28927         Log: Removed GV <-> CV refcount loop
28928              CvGV(mycv) points to the parent GV of the CV, and was previously
28929              refcounted.  The pointer remains, but the refcounting has been removed
28930              as it causes a refcount loop between the CV and GV that means the CV
28931              can't ever be deleted.
28932      Branch: maint-5.6/pureperl
28933            ! gv.c op.c pp.c
28934 ____________________________________________________________________________
28935 [  8844] By: alanbur                               on 2001/02/20  14:23:13
28936         Log: Fixed %^H scoping bug
28937      Branch: maint-5.6/pureperl
28938            ! scope.c
28939 ____________________________________________________________________________
28940 [  8843] By: jhi                                   on 2001/02/19  13:38:08
28941         Log: fork() not everywhere, cleanup temp files.
28942      Branch: perl
28943            ! t/run/runenv.t
28944 ____________________________________________________________________________
28945 [  8842] By: alanbur                               on 2001/02/19  12:42:07
28946         Log: Resynchronised with parent
28947      Branch: maint-5.6/pureperl
28948           !> pod/perlfaq4.pod sv.c utf8.c
28949 ____________________________________________________________________________
28950 [  8841] By: jhi                                   on 2001/02/19  03:35:51
28951         Log: Update Changes.
28952      Branch: perl
28953            ! Changes patchlevel.h
28954 ____________________________________________________________________________
28955 [  8840] By: jhi                                   on 2001/02/19  00:23:41
28956         Log: Subject: [patch] add sv_setref_uv
28957              From: Doug MacEachern <dougm@covalent.net>
28958              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
28959              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
28960      Branch: perl
28961            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28962            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
28963 ____________________________________________________________________________
28964 [  8839] By: jhi                                   on 2001/02/19  00:01:38
28965         Log: Put to rest the 20010205.001, the email address checking (not) regex.
28966      Branch: perl
28967            ! pod/perlfaq9.pod
28968 ____________________________________________________________________________
28969 [  8838] By: jhi                                   on 2001/02/18  22:17:54
28970         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
28971              From: Doug MacEachern <dougm@covalent.net>
28972              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
28973              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
28974      Branch: perl
28975            ! lib/ExtUtils/xsubpp
28976 ____________________________________________________________________________
28977 [  8837] By: jhi                                   on 2001/02/18  22:16:50
28978         Log: Subject: [patch] -Wall cleanup round 2
28979              From: Doug MacEachern <dougm@covalent.net>
28980              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
28981              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
28982      Branch: perl
28983            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
28984            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
28985            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
28986            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
28987            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
28988            ! ext/SDBM_File/SDBM_File.xs
28989 ____________________________________________________________________________
28990 [  8836] By: jhi                                   on 2001/02/18  22:11:20
28991         Log: Misapplied regex optimizations when \C is present.
28992              Fixes 20001230.002.
28993              
28994              What still remains broken is that the submatches that
28995              have \C in them get their UTF8 flag on because their
28996              parent SV has it on.  This will result in malformed
28997              UTF8 if a \C happened to match a non-ASCII byte.
28998      Branch: perl
28999            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
29000            ! t/pragma/utf8.t
29001 ____________________________________________________________________________
29002 [  8835] By: jhi                                   on 2001/02/18  20:12:02
29003         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
29004              
29005              The hash key got wrongly UTF8fied.
29006      Branch: perl
29007            ! pod/perlapi.pod toke.c utf8.c
29008 ____________________________________________________________________________
29009 [  8834] By: jhi                                   on 2001/02/18  19:44:25
29010         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
29011              don't warn on magical or overloaded things.
29012      Branch: perl
29013            ! pp_hot.c
29014 ____________________________________________________________________________
29015 [  8833] By: nick                                  on 2001/02/18  19:31:22
29016         Log: Integrate mainline
29017      Branch: perlio
29018           +> t/TestInit.pm t/run/runenv.t
29019            - t/UTEST
29020           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
29021           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
29022           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
29023           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
29024           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
29025           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
29026           !> utf8.c
29027 ____________________________________________________________________________
29028 [  8832] By: jhi                                   on 2001/02/18  19:21:18
29029         Log: Integrate perlio.
29030      Branch: perl
29031           !> perlio.c pod/perldiag.pod
29032 ____________________________________________________________________________
29033 [  8831] By: jhi                                   on 2001/02/18  19:14:20
29034         Log: Integrate change #8827 from mainline.
29035              
29036              UTF8 tweaks.
29037      Branch: maint-5.6/perl
29038           !> sv.c utf8.c
29039 ____________________________________________________________________________
29040 [  8830] By: nick                                  on 2001/02/18  19:10:34
29041         Log: Apply the spirit of patch from Nick Clark:
29042              Subject: [PATCH] Re: extensions that provide layers
29043              From: Nicholas Clark <nick@ccl4.org>
29044              Date: Mon, 12 Feb 2001 16:43:51 +0000
29045              Message-Id: <20010212164350.Q3652@plum.flirble.org>
29046      Branch: perlio
29047            ! perlio.c pod/perldiag.pod
29048 ____________________________________________________________________________
29049 [  8829] By: jhi                                   on 2001/02/18  19:03:25
29050         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
29051              From: schwern@pobox.com 
29052              Date: Sun, 18 Feb 2001 13:44:35 -0500
29053              Message-ID: <20010218134435.A17544@magnonel.guild.net>
29054              
29055              Applied, but as t/TestInit.pm.
29056      Branch: perl
29057            + t/TestInit.pm
29058            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
29059            ! t/op/subst_wamp.t
29060 ____________________________________________________________________________
29061 [  8828] By: jhi                                   on 2001/02/18  18:43:52
29062         Log: Integrate perlio.
29063      Branch: perl
29064           !> perlio.c
29065 ____________________________________________________________________________
29066 [  8827] By: jhi                                   on 2001/02/18  18:41:33
29067         Log: UTF-8 tweaks.
29068      Branch: perl
29069            ! sv.c utf8.c
29070 ____________________________________________________________________________
29071 [  8826] By: nick                                  on 2001/02/18  17:40:59
29072         Log: Fix [ID 20010217.002]
29073              open FOO, "<:raw:perlio", ...
29074              :raw now inserts default base layer below itself.
29075              Also
29076              open FOO, "<:unix", ...
29077              works as well - but leaves buffer layer on stack under the unix layer.
29078      Branch: perlio
29079            ! perlio.c
29080 ____________________________________________________________________________
29081 [  8825] By: jhi                                   on 2001/02/18  17:15:39
29082         Log: Integrate perlio.
29083      Branch: perl
29084           !> perlio.c perliol.h
29085 ____________________________________________________________________________
29086 [  8824] By: jhi                                   on 2001/02/18  17:10:53
29087         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
29088              From: schwern@pobox.com
29089              Date: Sun, 18 Feb 2001 01:48:50 -0500
29090              Message-ID: <20010218014850.C19957@magnonel.guild.net>
29091      Branch: perl
29092            ! lib/Test/Harness.pm t/TEST t/op/chop.t
29093 ____________________________________________________________________________
29094 [  8823] By: jhi                                   on 2001/02/18  17:01:06
29095         Log: Add run/*.t to testables.
29096      Branch: perl
29097            ! t/TEST
29098 ____________________________________________________________________________
29099 [  8822] By: jhi                                   on 2001/02/18  16:58:58
29100         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
29101              From: schwern@pobox.com
29102              Date: Sun, 18 Feb 2001 01:11:35 -0500
29103              Message-ID: <20010218011135.A19957@magnonel.guild.net>
29104              
29105              Revive mjd's and Simon's PERL5OPT fix.
29106      Branch: perl
29107            + t/run/runenv.t
29108            ! MANIFEST perl.c
29109 ____________________________________________________________________________
29110 [  8821] By: jhi                                   on 2001/02/18  16:53:46
29111         Log: Subject: Re: Why t/TEST and not Test::Harness?
29112              From: schwern@pobox.com
29113              Date: Sat, 17 Feb 2001 22:44:44 -0500
29114              Message-ID: <20010217224444.A6679@magnonel.guild.net>
29115              
29116              Replace UTEST with TEST -utf8.
29117      Branch: perl
29118            - t/UTEST
29119            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
29120            ! t/lib/glob-basic.t
29121 ____________________________________________________________________________
29122 [  8820] By: nick                                  on 2001/02/18  13:06:16
29123         Log: Clean up a few core dumps when layers are used in unexpected ways.
29124              (Still not "right"...)
29125      Branch: perlio
29126            ! perlio.c perliol.h
29127 ____________________________________________________________________________
29128 [  8819] By: jhi                                   on 2001/02/18  02:25:55
29129         Log: Integrate change #8818 from maintperl, a FAQ nit.
29130      Branch: perl
29131           !> pod/perlfaq4.pod
29132 ____________________________________________________________________________
29133 [  8818] By: jhi                                   on 2001/02/18  02:24:50
29134         Log: FAQ nit from Chris Fedde.
29135      Branch: maint-5.6/perl
29136            ! pod/perlfaq4.pod
29137 ____________________________________________________________________________
29138 [  8817] By: nick                                  on 2001/02/17  18:20:14
29139         Log: Integrate mainline
29140      Branch: perlio
29141           +> lib/unicode/UCD.html lib/unicode/Unicode.html
29142           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
29143           +> pod/perlclib.pod
29144            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29145            - lib/unicode/Unicode.301
29146           !> (integrate 324 files)
29147 ____________________________________________________________________________
29148 [  8816] By: jhi                                   on 2001/02/17  16:56:58
29149         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
29150      Branch: perl
29151            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29152            ! ext/Storable/Storable.xs t/lib/st-06compat.t
29153            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
29154 ____________________________________________________________________________
29155 [  8815] By: jhi                                   on 2001/02/17  16:40:07
29156         Log: Subject: [patch] -Wall
29157              From: Doug MacEachern <dougm@covalent.net>
29158              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
29159              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
29160      Branch: perl
29161            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
29162            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
29163 ____________________________________________________________________________
29164 [  8814] By: jhi                                   on 2001/02/16  19:27:18
29165         Log: Document qu better.
29166      Branch: perl
29167            ! pod/perlop.pod
29168 ____________________________________________________________________________
29169 [  8813] By: jhi                                   on 2001/02/15  13:54:37
29170         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
29171              From: Hugo <hv@crypt.compulink.co.uk>
29172              Date: Thu, 15 Feb 2001 13:39:49 +0000
29173              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
29174      Branch: perl
29175            ! toke.c
29176 ____________________________________________________________________________
29177 [  8812] By: alanbur                               on 2001/02/15  13:52:16
29178         Log: Resynchronised with parent
29179      Branch: maint-5.6/pureperl
29180            - ebcdic.c
29181           !> (integrate 36 files)
29182 ____________________________________________________________________________
29183 [  8811] By: jhi                                   on 2001/02/15  13:51:16
29184         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
29185              
29186              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
29187              From: Jan Dubois <JanD@ActiveState.com>
29188              Date: Wed, 31 Jan 2001 21:17:03 -0800
29189              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
29190              
29191              tweak change#8659 to keep it simple
29192              
29193              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
29194              From: Russ Allbery <rra@stanford.edu>
29195              Date: 14 Feb 2001 10:15:41 -0800
29196              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
29197              
29198              (8809 empty)
29199
29200              Upgrade to podlators 1.08, from Russ Allbery.
29201      Branch: perl
29202           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
29203           !> utils/perldoc.PL
29204 ____________________________________________________________________________
29205 [  8810] By: jhi                                   on 2001/02/15  13:35:08
29206         Log: Upgrade to podlators 1.08, from Russ Allbery.
29207      Branch: maint-5.6/perl
29208            ! lib/Pod/Man.pm lib/Pod/Text.pm
29209 ____________________________________________________________________________
29210 [  8809] By: jhi                                   on 2001/02/15  13:26:38
29211         Log: (accidentally empty check-in)
29212      Branch: maint-5.6/perl
29213            ! lib/Test/Harness.pm
29214 ____________________________________________________________________________
29215 [  8808] By: jhi                                   on 2001/02/15  13:23:47
29216         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
29217              From: Russ Allbery <rra@stanford.edu>
29218              Date: 14 Feb 2001 10:15:41 -0800
29219              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
29220              
29221              perldoc was hardcoding $Config{installscript}, which breaks
29222              when install* isn't where Perl ends up (such as with AFS).
29223              
29224              Use $Config{scriptdir} instead.
29225      Branch: maint-5.6/perl
29226            ! utils/perldoc.PL
29227 ____________________________________________________________________________
29228 [  8807] By: jhi                                   on 2001/02/14  14:37:27
29229         Log: Update Changes.
29230      Branch: perl
29231            ! Changes patchlevel.h
29232 ____________________________________________________________________________
29233 [  8806] By: jhi                                   on 2001/02/14  14:25:31
29234         Log: Integrate changes #8803,8804,8805 from mainline.
29235              
29236              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
29237              
29238              Don't skip too much of the locale error message if no environ array,
29239              from Chris Nandor.
29240              
29241              More MacOS Classic fixes from Chris Nandor.
29242      Branch: maint-5.6/perl
29243           !> doop.c lib/Cwd.pm perl.c perl.h util.c
29244 ____________________________________________________________________________
29245 [  8805] By: jhi                                   on 2001/02/14  03:29:01
29246         Log: More MacOS Classic fixes from Chris Nandor.
29247      Branch: perl
29248            ! doop.c lib/Cwd.pm
29249 ____________________________________________________________________________
29250 [  8804] By: jhi                                   on 2001/02/14  03:18:35
29251         Log: Don't skip too much of the locale error message if no environ array,
29252              from Chris Nandor.
29253      Branch: perl
29254            ! util.c
29255 ____________________________________________________________________________
29256 [  8803] By: jhi                                   on 2001/02/14  03:14:14
29257         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
29258      Branch: perl
29259            ! perl.c perl.h
29260 ____________________________________________________________________________
29261 [  8802] By: jhi                                   on 2001/02/13  18:31:33
29262         Log: AUTHORS update.
29263      Branch: perl
29264            ! AUTHORS
29265 ____________________________________________________________________________
29266 [  8801] By: jhi                                   on 2001/02/13  17:55:19
29267         Log: Integrate change #8792 from mainline.
29268              
29269              Subject: buncha MacPerl patches for bleadperl
29270              From: Chris Nandor <pudge@pobox.com>
29271              Date: Tue, 13 Feb 2001 00:02:43 -0500
29272              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
29273      Branch: maint-5.6/perl
29274           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29275           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
29276           !> t/lib/basename.t toke.c util.h
29277 ____________________________________________________________________________
29278 [  8800] By: jhi                                   on 2001/02/13  17:46:43
29279         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
29280              to be forced to Off_t.
29281              
29282              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
29283              From: nick@ccl4.org
29284              Date: Thu, 1 Feb 2001 12:01:04 +0000
29285              Message-Id: <20010201120103.E11401@plum.flirble.org>
29286      Branch: maint-5.6/perl
29287            ! iperlsys.h perlio.c
29288 ____________________________________________________________________________
29289 [  8799] By: jhi                                   on 2001/02/13  16:52:51
29290         Log: Duplex duplex hunk hunk.
29291      Branch: maint-5.6/perl
29292            ! Makefile.SH
29293 ____________________________________________________________________________
29294 [  8797] By: jhi                                   on 2001/02/13  14:52:04
29295         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
29296              From: "Craig A. Berry" <craigberry@mac.com>
29297              Date: Mon, 12 Feb 2001 11:05:25 -0600
29298              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
29299      Branch: perl
29300            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
29301 ____________________________________________________________________________
29302 [  8796] By: jhi                                   on 2001/02/13  14:36:47
29303         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
29304              From: simon.cozens@pembroke.oxford.ac.uk 
29305              Date: Sat, 10 Feb 2001 17:57:02 +0000
29306              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
29307              
29308              Now it does include.
29309      Branch: perl
29310            ! pod/perldiag.pod
29311 ____________________________________________________________________________
29312 [  8795] By: jhi                                   on 2001/02/13  14:30:11
29313         Log: Sort the MANIFEST.
29314      Branch: perl
29315            ! MANIFEST
29316 ____________________________________________________________________________
29317 [  8794] By: jhi                                   on 2001/02/13  14:26:51
29318         Log: Integrate change #8793 from mainline, FAQ updates.
29319      Branch: maint-5.6/perl
29320           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
29321 ____________________________________________________________________________
29322 [  8793] By: jhi                                   on 2001/02/13  14:25:13
29323         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
29324      Branch: perl
29325            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
29326 ____________________________________________________________________________
29327 [  8792] By: jhi                                   on 2001/02/13  14:22:50
29328         Log: Subject: buncha MacPerl patches for bleadperl
29329              From: Chris Nandor <pudge@pobox.com>
29330              Date: Tue, 13 Feb 2001 00:02:43 -0500
29331              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
29332      Branch: perl
29333            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29334            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
29335            ! t/lib/basename.t toke.c util.h
29336 ____________________________________________________________________________
29337 [  8791] By: jhi                                   on 2001/02/13  14:10:39
29338         Log: Integrate change #8790 from mainline.
29339              
29340              environ array wrongly assumed in Perl_init_i18nl10n(),
29341      Branch: maint-5.6/perl
29342           !> util.c
29343 ____________________________________________________________________________
29344 [  8790] By: jhi                                   on 2001/02/13  14:06:15
29345         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
29346              noticed by Chris Nandor in MacOS Classic.
29347      Branch: perl
29348            ! util.c
29349 ____________________________________________________________________________
29350 [  8789] By: jhi                                   on 2001/02/13  13:58:07
29351         Log: Integrate changes #8373,8487,8544,8783 from mainline.
29352              
29353              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
29354              hints files, the dynaloading, assimilate ebcdic into util.c.
29355      Branch: maint-5.6/perl
29356            - ebcdic.c
29357            ! MANIFEST hints/posix-bc.sh
29358           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
29359           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
29360           !> perlapi.c proto.h util.c
29361 ____________________________________________________________________________
29362 [  8788] By: alanbur                               on 2001/02/13  10:33:13
29363         Log: Integrated changes from maint-5.6
29364      Branch: maint-5.6/pureperl
29365           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
29366           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
29367           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29368           !> vos/config.ga.h vos/configure_perl.cm
29369 ____________________________________________________________________________
29370 [  8787] By: jhi                                   on 2001/02/13  05:56:36
29371         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
29372      Branch: perl
29373           !> Makefile.SH
29374 ____________________________________________________________________________
29375 [  8786] By: jhi                                   on 2001/02/13  05:54:34
29376         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
29377              From: Dorner Thomas <Thomas.Dorner@start.de>
29378              Date: Mon, 12 Feb 2001 15:06:26 +0100
29379              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
29380      Branch: maint-5.6/perl
29381            ! Makefile.SH
29382 ____________________________________________________________________________
29383 [  8785] By: jhi                                   on 2001/02/13  05:29:04
29384         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
29385      Branch: perl
29386           !> hints/openbsd.sh
29387 ____________________________________________________________________________
29388 [  8784] By: jhi                                   on 2001/02/13  02:25:24
29389         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
29390              From: Peter Prymmer <pvhp@forte.com>
29391              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
29392              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
29393      Branch: perl
29394            ! pod/perlclib.pod
29395 ____________________________________________________________________________
29396 [  8783] By: jhi                                   on 2001/02/13  02:22:36
29397         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
29398      Branch: perl
29399            - ebcdic.c
29400            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
29401            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
29402            ! util.c
29403 ____________________________________________________________________________
29404 [  8782] By: jhi                                   on 2001/02/13  02:00:07
29405         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
29406      Branch: maint-5.6/perl
29407            ! pod/perlport.pod
29408 ____________________________________________________________________________
29409 [  8781] By: jhi                                   on 2001/02/13  01:58:44
29410         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
29411      Branch: maint-5.6/perl
29412            ! hints/openbsd.sh
29413 ____________________________________________________________________________
29414 [  8780] By: jhi                                   on 2001/02/13  01:57:33
29415         Log: Synchronize the regexp tests between maintperl and mainline.
29416      Branch: maint-5.6/perl
29417           !> t/op/re_tests
29418 ____________________________________________________________________________
29419 [  8779] By: jhi                                   on 2001/02/13  01:49:35
29420         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
29421              From: Hugo <hv@crypt.compulink.co.uk>
29422              Date: Tue, 13 Feb 2001 00:11:11 +0000
29423              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
29424      Branch: perl
29425            ! regcomp.c t/op/re_tests
29426 ____________________________________________________________________________
29427 [  8778] By: jhi                                   on 2001/02/13  00:23:10
29428         Log: Comments do not nest.
29429      Branch: perl
29430            ! perl.h
29431 ____________________________________________________________________________
29432 [  8777] By: jhi                                   on 2001/02/13  00:17:54
29433         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
29434              From: Hugo <hv@crypt.compulink.co.uk>
29435              Date: Tue, 13 Feb 2001 00:11:11 +0000
29436              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
29437      Branch: maint-5.6/perl
29438            ! regcomp.c t/op/re_tests
29439 ____________________________________________________________________________
29440 [  8776] By: jhi                                   on 2001/02/12  23:25:52
29441         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
29442      Branch: maint-5.6/perl
29443            ! pod/perlport.pod
29444 ____________________________________________________________________________
29445 [  8775] By: jhi                                   on 2001/02/12  23:04:28
29446         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
29447      Branch: maint-5.6/perl
29448            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
29449            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29450            ! vos/configure_perl.cm
29451 ____________________________________________________________________________
29452 [  8774] By: jhi                                   on 2001/02/12  22:59:11
29453         Log: Subject: Re: [patch] context for 'U' magic functions
29454              From: Doug MacEachern <dougm@covalent.net>
29455              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
29456              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
29457              
29458              plus the suggestion by Nick Ing-Simmons to name the macro
29459              as PERL_MG_UFUNC to avoid namespace pollution, plus add
29460              the advice by Doug for XS writers to perl.h
29461      Branch: perl
29462            ! mg.c perl.h
29463 ____________________________________________________________________________
29464 [  8773] By: jhi                                   on 2001/02/11  20:14:12
29465         Log: Update Changes.
29466      Branch: perl
29467            ! Changes patchlevel.h
29468 ____________________________________________________________________________
29469 [  8772] By: jhi                                   on 2001/02/11  18:47:52
29470         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
29471              From: Simon Cozens <simon@cozens.net>
29472              Date: Wed, 31 Jan 2001 16:31:43 +0000
29473              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
29474      Branch: perl
29475            + pod/perlclib.pod
29476            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
29477            ! pod/perltoc.pod
29478 ____________________________________________________________________________
29479 [  8771] By: jhi                                   on 2001/02/11  18:36:48
29480         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
29481              
29482              Blocks-4d3.beta.txt
29483              CaseFolding-3d4.beta.txt
29484              CompositionExclusions-3d6.beta.txt
29485              EastAsianWidth-4d4.beta.txt
29486              LineBreak-6d3.beta.txt
29487              NamesList-3.1.0d1.beta.txt
29488              PropList-3.1.0d4.beta.txt
29489              SpecialCasing-4d1.beta.txt
29490              UnicodeData-3.1.0d6.beta.txt
29491      Branch: perl
29492            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
29493           +> lib/unicode/UCD.html lib/unicode/Unicode.html
29494            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29495            - lib/unicode/Unicode.301
29496            ! (edit 257 files)
29497 ____________________________________________________________________________
29498 [  8770] By: jhi                                   on 2001/02/11  17:26:22
29499         Log: UTF-8 documentation.
29500      Branch: perl
29501            ! utf8.h
29502 ____________________________________________________________________________
29503 [  8769] By: jhi                                   on 2001/02/11  17:12:49
29504         Log: Retract #8762.
29505      Branch: perl
29506            ! regexec.c
29507 ____________________________________________________________________________
29508 [  8768] By: jhi                                   on 2001/02/11  16:54:45
29509         Log: Subject: [PATCH] Test::Harness
29510              From: andreas.koenig@anima.de (Andreas J. Koenig)
29511              Date: 11 Feb 2001 14:37:00 +0100
29512              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
29513      Branch: perl
29514            ! lib/Test/Harness.pm
29515 ____________________________________________________________________________
29516 [  8767] By: jhi                                   on 2001/02/11  16:53:52
29517         Log: Subject: [PATCH] Document makepatch in Porting/patching
29518              From: andreas.koenig@anima.de (Andreas J. Koenig)
29519              Date: 11 Feb 2001 16:46:28 +0100
29520              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
29521      Branch: perl
29522            ! Porting/patching.pod
29523 ____________________________________________________________________________
29524 [  8766] By: jhi                                   on 2001/02/11  06:30:23
29525         Log: Subject: Re: [patch] GvSHARED
29526              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
29527              From: Doug MacEachern <dougm@covalent.net>
29528              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
29529              
29530              Subject: Re: [patch] GvSHARED
29531              From: Doug MacEachern <dougm@covalent.net>
29532              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
29533              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
29534              
29535              Subject: [patch] attributes.pm support for `shared'
29536              From: Doug MacEachern <dougm@covalent.net>
29537              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
29538              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
29539              
29540              our() attributes were ignored, our :shared pieces missing,
29541              allow attributes.pm to turn on shared.
29542      Branch: perl
29543            ! op.c t/op/attrs.t toke.c xsutils.c
29544 ____________________________________________________________________________
29545 [  8765] By: alanbur                               on 2001/02/10  23:11:19
29546         Log: Resync with parent (hopefully sucessfully this time)
29547      Branch: maint-5.6/pureperl
29548           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
29549           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
29550           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29551           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29552           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29553           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29554           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
29555 ____________________________________________________________________________
29556 [  8764] By: jhi                                   on 2001/02/10  22:54:38
29557         Log: Make TEST and UTEST more verbose in case something goes
29558              wrong in running/compiling a script, suggested by Doug
29559              MacEachern.
29560      Branch: perl
29561            ! t/TEST t/UTEST
29562 ____________________________________________________________________________
29563 [  8763] By: jhi                                   on 2001/02/10  22:11:34
29564         Log: Bogus shebang.
29565      Branch: perl
29566            ! t/lib/texttabs.t
29567 ____________________________________________________________________________
29568 [  8762] By: jhi                                   on 2001/02/10  21:56:02
29569         Log: (Retracted by #8769)
29570      Branch: perl
29571            ! regexec.c
29572 ____________________________________________________________________________
29573 [  8761] By: jhi                                   on 2001/02/10  21:26:15
29574         Log: Subject: Re: [patch] GvSHARED 
29575              From: Doug MacEachern <dougm@covalent.net>
29576              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
29577              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
29578              
29579              our @EXPORT : shared = (...);
29580      Branch: perl
29581            ! toke.c
29582 ____________________________________________________________________________
29583 [  8760] By: jhi                                   on 2001/02/10  21:25:07
29584         Log: Subject: [patch] GvSHARED
29585              From: Doug MacEachern <dougm@covalent.net>
29586              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
29587              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
29588      Branch: perl
29589            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
29590 ____________________________________________________________________________
29591 [  8759] By: alanbur                               on 2001/02/10  21:24:27
29592         Log: Backed out mismerge.
29593      Branch: maint-5.6/pureperl
29594            ! MANIFEST README.hpux README.vmesa gv.c installhtml
29595            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
29596            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29597            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29598            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29599            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29600            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
29601 ____________________________________________________________________________
29602 [  8758] By: jhi                                   on 2001/02/10  18:01:17
29603         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
29604              
29605              Fixed UMRs and leak in Perl_pmtrans()
29606              
29607              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29608              associated UTFied tr/// code.  Also fixed scoping leak of
29609              PL_reg_start_tmp.
29610              
29611              newATTRSUB leaks when an attempt to redefine the active sort sub is
29612              made.
29613      Branch: maint-5.6/perl
29614           !> op.c regcomp.c
29615 ____________________________________________________________________________
29616 [  8757] By: alanbur                               on 2001/02/10  17:56:46
29617         Log: Resynchronised with parent
29618      Branch: maint-5.6/pureperl
29619           +> README.bs2000
29620            - README.posix-bc
29621            ! gv.c perl.c sv.c
29622           !> MANIFEST README.hpux README.vmesa installhtml
29623           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
29624           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29625           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
29626           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
29627           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
29628           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
29629 ____________________________________________________________________________
29630 [  8756] By: alanbur                               on 2001/02/10  17:51:15
29631         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
29632              made.
29633      Branch: maint-5.6/pureperl
29634            ! op.c
29635 ____________________________________________________________________________
29636 [  8755] By: jhi                                   on 2001/02/09  22:41:35
29637         Log: Upgrade to CPAN 1.59_54, from Andreas König.
29638      Branch: perl
29639            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29640 ____________________________________________________________________________
29641 [  8754] By: jhi                                   on 2001/02/09  22:29:20
29642         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
29643              
29644              Didn't upgrade the fill.t since it has a dependency to File::Slurp
29645              purely for debugging purposes, the actual test hasn't changed.
29646      Branch: perl
29647            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
29648            ! t/lib/textwrap.t
29649 ____________________________________________________________________________
29650 [  8753] By: jhi                                   on 2001/02/09  20:17:50
29651         Log: Integrate change #8682 from maintperl.
29652              
29653              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
29654              to work correctly.
29655      Branch: perl
29656           !> hints/irix_6.sh
29657 ____________________________________________________________________________
29658 [  8752] By: jhi                                   on 2001/02/09  20:00:46
29659         Log: Update Changes.
29660      Branch: perl
29661            ! Changes patchlevel.h
29662 ____________________________________________________________________________
29663 [  8751] By: nick                                  on 2001/02/09  19:48:37
29664         Log: Integrate mainline
29665      Branch: perlio
29666           +> README.bs2000 t/lib/cgi-esc.t
29667            - README.posix-bc
29668           !> (integrate 53 files)
29669 ____________________________________________________________________________
29670 [  8750] By: nick                                  on 2001/02/09  19:25:16
29671         Log: Subject: RE: Biannual Competition to Improve Hashing Function
29672              From: Fisher Mark <fisherm@tce.com>
29673              Date: Thu, 8 Feb 2001 10:44:00 -0500
29674              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
29675              Date: Thu, 8 Feb 2001 15:02:47 -0500
29676              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
29677      Branch: perl
29678            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
29679 ____________________________________________________________________________
29680 [  8749] By: jhi                                   on 2001/02/09  19:02:35
29681         Log: Forgotten fragment.
29682      Branch: perl
29683            ! pod/perlapi.pod
29684 ____________________________________________________________________________
29685 [  8748] By: jhi                                   on 2001/02/09  18:31:34
29686         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
29687              plus manual tweakage.
29688              
29689              Sync the perlfaq2 between mainline and maintperl.
29690      Branch: maint-5.6/perl
29691            ! pod/perlfaq2.pod
29692      Branch: perl
29693           !> pod/perlfaq2.pod
29694 ____________________________________________________________________________
29695 [  8747] By: jhi                                   on 2001/02/09  18:12:04
29696         Log: Subject: versiononly and installperl
29697              From: abigail@foad.org
29698              Date: Wed, 7 Feb 2001 22:43:12 +0100
29699              Message-ID: <20010207214312.7045.qmail@foad.org>    
29700              
29701              Add +v flag to force a normal install of the perl binary
29702              and the utilities.
29703              
29704              Subject: [PATCH] installperl
29705              From: Nicholas Clark <nick@ccl4.org>
29706              Date: Fri, 9 Feb 2001 16:28:57 +0000
29707              Message-ID: <20010209162857.B10931@plum.flirble.org>
29708              
29709              Add -A flag which also hardlinks the binary with
29710              the full architecture name.
29711      Branch: perl
29712            ! installperl
29713 ____________________________________________________________________________
29714 [  8746] By: jhi                                   on 2001/02/09  18:03:43
29715         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
29716              
29717              Subject: perlfaq2, re: perlmongers
29718              
29719              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
29720              
29721              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
29722              
29723              Subject: [ID 20010205.001] typo in perlfaq9
29724              
29725              Subject: [ID 20010208.002] unordered explanation in perlcall
29726      Branch: maint-5.6/perl
29727           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
29728           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
29729           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
29730 ____________________________________________________________________________
29731 [  8745] By: jhi                                   on 2001/02/09  17:59:09
29732         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
29733              From: abela@geneanet.org
29734              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
29735              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
29736      Branch: perl
29737            ! pod/perlcall.pod
29738 ____________________________________________________________________________
29739 [  8744] By: jhi                                   on 2001/02/09  17:48:16
29740         Log: Subject: [ID 20010205.001] typo in perlfaq9
29741              From: eserte@vran.herceg.de
29742              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
29743              Message-Id: <200102042244.XAA21926@vran.herceg.de>
29744      Branch: perl
29745            ! pod/perlfaq9.pod
29746 ____________________________________________________________________________
29747 [  8743] By: jhi                                   on 2001/02/09  17:25:12
29748         Log: Integrate change #8695 from maintperl.
29749              
29750              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
29751      Branch: perl
29752           !> thread.h
29753 ____________________________________________________________________________
29754 [  8742] By: jhi                                   on 2001/02/09  17:21:22
29755         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
29756              From: Andy Dougherty <doughera@lafayette.edu>
29757              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
29758              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
29759      Branch: perl
29760            ! embed.pl
29761 ____________________________________________________________________________
29762 [  8741] By: jhi                                   on 2001/02/09  17:05:19
29763         Log: Integrate changes #8738,8739,8740 from maintperl.
29764              
29765              Html files will be installed in a more logical and easier to
29766              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
29767              
29768              Html files will be generated with a header to make them look
29769              a little less bare.
29770              
29771              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
29772      Branch: perl
29773           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
29774 ____________________________________________________________________________
29775 [  8740] By: jhi                                   on 2001/02/09  17:03:46
29776         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
29777              From: "Brendan O'Dea" <bod@compusol.com.au>
29778              Date: Sun, 4 Feb 2001 11:17:56 +1100
29779              Message-ID: <20010204111756.A16301@compusol.com.au>
29780      Branch: maint-5.6/perl
29781            ! pod/perlfaq3.pod
29782 ____________________________________________________________________________
29783 [  8739] By: jhi                                   on 2001/02/09  17:01:59
29784         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
29785              From: "Indy Singh" <indy@nusphere.com>
29786              Date: Fri, 2 Feb 2001 15:09:59 -0500
29787              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
29788              
29789              Html files will be generated with a header to make them look
29790              a little less bare.
29791      Branch: maint-5.6/perl
29792            ! installhtml
29793 ____________________________________________________________________________
29794 [  8738] By: jhi                                   on 2001/02/09  16:58:48
29795         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
29796              From: "Indy Singh" <indy@nusphere.com>
29797              Date: Fri, 2 Feb 2001 15:08:23 -0500
29798              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
29799              
29800              Html files will be installed in a more logical and easier to
29801              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
29802      Branch: maint-5.6/perl
29803            ! win32/Makefile win32/makefile.mk
29804 ____________________________________________________________________________
29805 [  8737] By: jhi                                   on 2001/02/09  16:46:54
29806         Log: Integrate changes #8687,8736 from maintperl.
29807              
29808              HP-UX thread patches from Merijn H. Brand.
29809              
29810              Latin nit from Philip Newton.
29811      Branch: perl
29812           !> README.hpux hints/hpux.sh
29813 ____________________________________________________________________________
29814 [  8736] By: jhi                                   on 2001/02/09  16:42:31
29815         Log: Latin nit from Philip Newton.
29816      Branch: maint-5.6/perl
29817            ! README.hpux
29818 ____________________________________________________________________________
29819 [  8735] By: jhi                                   on 2001/02/09  16:24:03
29820         Log: Integrate changes #8704,8710 from pureperl.
29821              
29822              Fixed UMRs and leak in Perl_pmtrans()
29823              
29824              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29825              associated UTFied tr/// code.  Also fixed scoping leak of
29826              PL_reg_start_tmp.
29827      Branch: perl
29828           !> op.c regcomp.c
29829 ____________________________________________________________________________
29830 [  8734] By: jhi                                   on 2001/02/09  15:40:21
29831         Log: Integrate change #8733 from maintperl.
29832              
29833              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
29834      Branch: perl
29835           !> pod/perlre.pod
29836 ____________________________________________________________________________
29837 [  8733] By: jhi                                   on 2001/02/09  15:35:47
29838         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
29839              From: Prymmer/Kahn <pvhp@best.com>
29840              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
29841              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
29842      Branch: maint-5.6/perl
29843            ! pod/perlre.pod
29844 ____________________________________________________________________________
29845 [  8732] By: jhi                                   on 2001/02/09  15:26:17
29846         Log: Rename README.posix-bc to README.bs2000 (to avoid the
29847              confusion of a "perlposix-bc.pod"), add a few missing
29848              arch pods, regen toc.
29849      Branch: maint-5.6/perl
29850           +> README.bs2000
29851            - README.posix-bc
29852            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29853            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29854 ____________________________________________________________________________
29855 [  8731] By: jhi                                   on 2001/02/09  15:23:39
29856         Log: De-cut-and-pasto.
29857      Branch: perl
29858            ! pod/perl.pod
29859 ____________________________________________________________________________
29860 [  8730] By: jhi                                   on 2001/02/09  15:11:13
29861         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
29862              when people think that perlposix-bc.pod tells anything about
29863              Perl and POSIX.  Regen toc.
29864      Branch: perl
29865           +> README.bs2000
29866            - README.posix-bc
29867            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29868            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29869 ____________________________________________________________________________
29870 [  8729] By: jhi                                   on 2001/02/09  14:52:28
29871         Log: The README.vmesa part of #8712 from maintperl.
29872      Branch: perl
29873            ! README.vmesa
29874 ____________________________________________________________________________
29875 [  8728] By: jhi                                   on 2001/02/09  14:46:06
29876         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
29877              From: Peter Prymmer <pvhp@forte.com>
29878              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
29879              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
29880      Branch: maint-5.6/perl
29881            ! README.vmesa win32/Makefile win32/makefile.mk
29882 ____________________________________________________________________________
29883 [  8727] By: jhi                                   on 2001/02/09  14:33:25
29884         Log: Integrate change #8712 from mainline.
29885              
29886              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
29887      Branch: maint-5.6/perl
29888           !> lib/Pod/Find.pm
29889 ____________________________________________________________________________
29890 [  8726] By: jhi                                   on 2001/02/09  14:30:28
29891         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
29892              From: Peter Prymmer <pvhp@forte.com>
29893              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
29894              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
29895      Branch: perl
29896            + t/lib/cgi-esc.t
29897            ! MANIFEST lib/CGI/Util.pm
29898 ____________________________________________________________________________
29899 [  8725] By: jhi                                   on 2001/02/09  04:56:47
29900         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
29901      Branch: maint-5.6/perl
29902            ! pod/perlport.pod
29903 ____________________________________________________________________________
29904 [  8724] By: jhi                                   on 2001/02/09  04:40:59
29905         Log: Integrate changes 7819,7820 from vmsperl into mainline.
29906              
29907              Add header for LIB$ prototypes (C. Berry)
29908              
29909              Convert fwrite()s to sockets to write()s, since some socket stacks
29910              don't take kindly to stdio.
29911              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29912              (for often optional LNMs)
29913              Correct a few typos
29914              (C. Bailey)
29915      Branch: perl
29916           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
29917 ____________________________________________________________________________
29918 [  8723] By: jhi                                   on 2001/02/09  03:29:29
29919         Log: Integrate change #8722 from mainline.
29920              
29921              The Im() function wasn't returning zero for non-Math::Complex
29922              arguments.  The bug reported by John Gamble.
29923      Branch: maint-5.6/perl
29924           !> lib/Math/Complex.pm
29925 ____________________________________________________________________________
29926 [  8722] By: jhi                                   on 2001/02/09  03:28:33
29927         Log: The Im() function wasn't returning zero for non-Math::Complex
29928              arguments.  The bug reported by John Gamble.
29929      Branch: perl
29930            ! lib/Math/Complex.pm
29931 ____________________________________________________________________________
29932 [  8721] By: nick                                  on 2001/02/08  22:11:35
29933         Log: Correct the correction :-(
29934      Branch: perl
29935            ! perl.c
29936 ____________________________________________________________________________
29937 [  8720] By: bailey                                on 2001/02/08  20:59:22
29938         Log: Convert frwite()s to sockets to write()s, since some socket stacks
29939              don't take kindly to stdio.
29940              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29941              (for often optional LNMs)
29942              Correct a few typos
29943              (C. Bailey)
29944      Branch: vmsperl
29945            ! vms/vms.c vms/vmsish.h
29946 ____________________________________________________________________________
29947 [  8719] By: bailey                                on 2001/02/08  20:51:02
29948         Log: Add header for LIB$ prototypes (C. Berry)
29949      Branch: vmsperl
29950            ! ext/Devel/DProf/DProf.xs
29951 ____________________________________________________________________________
29952 [  8718] By: bailey                                on 2001/02/08  20:49:00
29953         Log: SYN SYN
29954      Branch: vmsperl
29955           +> pod/perliol.pod t/lib/sample-tests/bailout
29956           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
29957           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
29958           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
29959           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
29960           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
29961           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
29962            - lib/unicode/Is/DCinital.pl
29963           !> (integrate 101 files)
29964 ____________________________________________________________________________
29965 [  8717] By: nick                                  on 2001/02/08  19:38:48
29966         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
29967              From: Robin Barker <rmb1@cise.npl.co.uk>
29968              Date: Thu, 8 Feb 2001 14:38:07 GMT
29969              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
29970      Branch: perl
29971            ! lib/CPAN.pm
29972 ____________________________________________________________________________
29973 [  8716] By: nick                                  on 2001/02/08  19:29:07
29974         Log: Generated files form 8713 etc.
29975      Branch: perl
29976            ! embed.h global.sym objXSUB.h perlapi.c proto.h
29977 ____________________________________________________________________________
29978 [  8715] By: nick                                  on 2001/02/08  19:26:08
29979         Log: Fixup non-ithread build after 8713
29980      Branch: perl
29981            ! perl.c
29982 ____________________________________________________________________________
29983 [  8714] By: nick                                  on 2001/02/08  19:17:45
29984         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
29985              From: nick@ccl4.org
29986              Date: Wed, 7 Feb 2001 00:27:47 +0000
29987              Message-Id: <20010207002747.B63724@plum.flirble.org>
29988      Branch: perl
29989            ! sv.c toke.c
29990 ____________________________________________________________________________
29991 [  8713] By: nick                                  on 2001/02/08  19:15:58
29992         Log: Subject: Re: [patch] Re: PL_ptr_table
29993              From: Doug Maceachern <dougm@covalent.net>
29994              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
29995              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
29996      Branch: perl
29997            ! embed.pl perl.c sv.c sv.h
29998 ____________________________________________________________________________
29999 [  8712] By: nick                                  on 2001/02/08  19:12:47
30000         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
30001              From: Peter Prymmer <pvhp@forte.com>
30002              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
30003              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
30004      Branch: perl
30005            ! lib/Pod/Find.pm
30006 ____________________________________________________________________________
30007 [  8711] By: nick                                  on 2001/02/07  21:06:11
30008         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
30009              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
30010              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30011              Date: Tue, 06 Feb 2001 23:37:01 +0000
30012              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
30013      Branch: perl
30014            ! regcomp.c
30015 ____________________________________________________________________________
30016 [  8710] By: alanbur                               on 2001/02/07  00:22:04
30017         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
30018              associated UTFied tr/// code.  Also fixed scoping leak of
30019              PL_reg_start_tmp.
30020      Branch: maint-5.6/pureperl
30021            ! op.c regcomp.c
30022 ____________________________________________________________________________
30023 [  8709] By: nick                                  on 2001/02/06  21:16:49
30024         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
30025              From: Michael G Schwern <schwern@pobox.com>
30026              Date: Sun, 4 Feb 2001 19:47:14 -0500
30027              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
30028      Branch: perl
30029            ! pod/perlapi.pod pod/perlmodlib.PL
30030 ____________________________________________________________________________
30031 [  8708] By: nick                                  on 2001/02/06  20:41:20
30032         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
30033              From: Michael G Schwern <schwern@pobox.com>
30034              Date: Sun, 4 Feb 2001 21:17:49 -0500
30035              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
30036      Branch: perl
30037            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
30038            ! pod/perltootc.pod
30039 ____________________________________________________________________________
30040 [  8707] By: nick                                  on 2001/02/06  20:29:11
30041         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
30042              From: Michael G Schwern <schwern@pobox.com>
30043              Date: Tue, 6 Feb 2001 05:54:30 -0500
30044              Message-Id: <20010206055430.A951@blackrider.aocn.com>
30045      Branch: perl
30046            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
30047 ____________________________________________________________________________
30048 [  8706] By: nick                                  on 2001/02/06  20:21:40
30049         Log: Subject: RE: some win32 fixes
30050              Date: Tue, 6 Feb 2001 09:23:20 +0300
30051              From: Vadim Konovalov <vkonovalov@lucent.com>
30052              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
30053      Branch: perl
30054            ! toke.c win32/Makefile win32/config.bc win32/config.gc
30055            ! win32/config.vc win32/config_H.bc win32/makefile.mk
30056 ____________________________________________________________________________
30057 [  8705] By: alanbur                               on 2001/02/06  15:00:03
30058         Log: Synchronised with parent
30059      Branch: maint-5.6/pureperl
30060            ! regexec.c
30061           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
30062           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
30063 ____________________________________________________________________________
30064 [  8704] By: alanbur                               on 2001/02/06  14:55:24
30065         Log: Fixed UMRs and leak in Perl_pmtrans()
30066      Branch: maint-5.6/pureperl
30067            ! op.c
30068 ____________________________________________________________________________
30069 [  8703] By: gsar                                  on 2001/02/06  02:29:37
30070         Log: $(MAKE) distclean doesn't clean up properly on windows
30071      Branch: maint-5.6/perl
30072            ! win32/Makefile win32/makefile.mk
30073 ____________________________________________________________________________
30074 [  8702] By: gsar                                  on 2001/02/06  01:00:46
30075         Log: tweak change#8659 to keep it simple
30076      Branch: maint-5.6/perl
30077            ! utils/perldoc.PL
30078 ____________________________________________________________________________
30079 [  8701] By: gsar                                  on 2001/02/05  22:45:41
30080         Log: change#8693 was missing testsuite changes
30081      Branch: maint-5.6/perl
30082           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
30083 ____________________________________________________________________________
30084 [  8700] By: nick                                  on 2001/02/05  20:32:52
30085         Log: Integrate mainline
30086      Branch: perlio
30087           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
30088           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
30089           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
30090           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
30091           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
30092           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
30093           +> t/lib/test-harness.t
30094           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
30095           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
30096           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
30097           !> pod/perlutil.pod t/TEST utils/h2xs.PL
30098 ____________________________________________________________________________
30099 [  8699] By: nick                                  on 2001/02/05  19:41:07
30100         Log: Subject: perlfaq2, re: perlmongers
30101              From: David H. Adler <dha@panix.com>
30102              Date: Sun, 4 Feb 2001 23:48:23 -0500
30103              Message-Id: <20010204234823.A13429@panix.com>
30104      Branch: perl
30105            ! pod/perlfaq2.pod
30106 ____________________________________________________________________________
30107 [  8698] By: nick                                  on 2001/02/05  19:39:31
30108         Log: Missed file f#rom the testharness mess.
30109      Branch: perl
30110            + t/lib/test-harness.t
30111 ____________________________________________________________________________
30112 [  8697] By: nick                                  on 2001/02/05  19:37:21
30113         Log: Subject: [DOC PATCH] overload.pm nits
30114              From: John Tobey <jtobey@john-edwin-tobey.org>
30115              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
30116              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
30117      Branch: perl
30118            ! lib/overload.pm
30119 ____________________________________________________________________________
30120 [  8696] By: alanbur                               on 2001/02/05  11:56:00
30121         Log: Sync with parent
30122      Branch: maint-5.6/pureperl
30123           !> thread.h
30124 ____________________________________________________________________________
30125 [  8695] By: gsar                                  on 2001/02/05  03:27:34
30126         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
30127      Branch: maint-5.6/perl
30128            ! thread.h
30129 ____________________________________________________________________________
30130 [  8694] By: alanbur                               on 2001/02/05  00:07:47
30131         Log: Initial branch creation from //depot/maint-5.6/perl
30132      Branch: maint-5.6/pureperl
30133           +> (branch 1719 files)
30134 ____________________________________________________________________________
30135 [  8693] By: gsar                                  on 2001/02/04  22:38:49
30136         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
30137              changes)
30138      Branch: maint-5.6/perl
30139           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
30140           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
30141           !> ext/DB_File/version.c
30142 ____________________________________________________________________________
30143 [  8692] By: nick                                  on 2001/02/04  18:15:57
30144         Log: The missed t/TEST part of the grand testharness upgrade.
30145      Branch: perl
30146            ! t/TEST
30147 ____________________________________________________________________________
30148 [  8691] By: nick                                  on 2001/02/04  18:05:17
30149         Log: New improved test harness
30150              Subject: Re: [PATCH Test::Harness] Third time's a charm?
30151              From: Michael G Schwern <schwern@pobox.com>
30152              Date: Sun, 4 Feb 2001 08:01:20 -0500
30153              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
30154      Branch: perl
30155            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
30156            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
30157            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
30158            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
30159            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
30160            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
30161            ! MANIFEST lib/Test/Harness.pm
30162 ____________________________________________________________________________
30163 [  8690] By: nick                                  on 2001/02/04  17:57:51
30164         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
30165              From: Jonathan Stowe <gellyfish@gellyfish.com>
30166              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
30167              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
30168      Branch: perl
30169            ! utils/h2xs.PL
30170 ____________________________________________________________________________
30171 [  8689] By: nick                                  on 2001/02/04  17:55:24
30172         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
30173              From: Michael G Schwern <schwern@pobox.com>
30174              Date: Sat, 3 Feb 2001 22:46:38 -0500
30175              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
30176      Branch: perl
30177            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
30178            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
30179 ____________________________________________________________________________
30180 [  8688] By: nick                                  on 2001/02/04  17:43:55
30181         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
30182              length byfailing to spot lack of closing )
30183              From: nick@talking.bollo.cx
30184              Date: Sat, 03 Feb 2001 23:53:16 +0000
30185              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
30186      Branch: perl
30187            ! perlio.c pod/perldiag.pod
30188 ____________________________________________________________________________
30189 [  8687] By: jhi                                   on 2001/02/03  17:11:42
30190         Log: HP-UX thread patches from Merijn H. Brand.
30191      Branch: maint-5.6/perl
30192            ! README.hpux hints/hpux.sh
30193 ____________________________________________________________________________
30194 [  8686] By: jhi                                   on 2001/02/03  16:40:12
30195         Log: Metaconfig changes for #8685.
30196      Branch: metaconfig
30197            ! U/installdirs/instubperl.U
30198      Branch: metaconfig/U/perl
30199            ! Devel.U versiononly.U
30200 ____________________________________________________________________________
30201 [  8685] By: jhi                                   on 2001/02/03  16:39:49
30202         Log: For -Dusedevel builds turn off installusrbinperl and turn on
30203              versiononly, a combined idea of Richard Soderberg and Merijn
30204              H. Brand.  You can still override both of these from the command
30205              line if you need to, -Dinstallusrbinperl and -Uversiononly.
30206      Branch: perl
30207            ! Configure
30208 ____________________________________________________________________________
30209 [  8684] By: jhi                                   on 2001/02/03  16:16:34
30210         Log: Metaconfig unit fix for #8683.
30211      Branch: metaconfig
30212            ! U/compline/nblock_io.U
30213 ____________________________________________________________________________
30214 [  8683] By: jhi                                   on 2001/02/03  16:16:12
30215         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
30216              reported by Peter Prymmer for 5.6-TRIAL1.
30217      Branch: perl
30218            ! Configure
30219 ____________________________________________________________________________
30220 [  8682] By: jhi                                   on 2001/02/03  05:52:11
30221         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
30222              to work correctly.
30223      Branch: maint-5.6/perl
30224            ! hints/irix_6.sh
30225 ____________________________________________________________________________
30226 [  8681] By: jhi                                   on 2001/02/03  05:47:33
30227         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
30228      Branch: maint-5.6/perl
30229            ! pod/perlport.pod
30230 ____________________________________________________________________________
30231 [  8680] By: jhi                                   on 2001/02/02  21:39:49
30232         Log: perlport update from Peter Prymmer.
30233      Branch: maint-5.6/perl
30234            ! pod/perlport.pod
30235 ____________________________________________________________________________
30236 [  8679] By: nick                                  on 2001/02/02  20:50:48
30237         Log: Integrate mainline
30238      Branch: perlio
30239           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
30240           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
30241           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
30242 ____________________________________________________________________________
30243 [  8678] By: gsar                                  on 2001/02/02  16:02:12
30244         Log: note about bincompat, slightly modified (from Lupe Christoph)
30245      Branch: maint-5.6/perl
30246            ! README.solaris
30247 ____________________________________________________________________________
30248 [  8677] By: jhi                                   on 2001/02/02  15:46:20
30249         Log: Supported platforms updates.
30250      Branch: maint-5.6/perl
30251            ! pod/perlport.pod
30252 ____________________________________________________________________________
30253 [  8676] By: jhi                                   on 2001/02/02  03:41:26
30254         Log: A couple more perlfaq2 tweaks.
30255      Branch: maint-5.6/perl
30256            ! pod/perlfaq2.pod
30257 ____________________________________________________________________________
30258 [  8675] By: jhi                                   on 2001/02/02  03:17:44
30259         Log: Misedit in #8661.
30260      Branch: maint-5.6/perl
30261            ! Configure
30262 ____________________________________________________________________________
30263 [  8674] By: jhi                                   on 2001/02/02  03:14:38
30264         Log: Damien again.
30265      Branch: maint-5.6/perl
30266            ! pod/perlfaq2.pod
30267 ____________________________________________________________________________
30268 [  8673] By: jhi                                   on 2001/02/02  03:12:40
30269         Log: perlfaq update from Elaine Ashton.
30270      Branch: maint-5.6/perl
30271            ! pod/perlfaq2.pod
30272 ____________________________________________________________________________
30273 [  8672] By: jhi                                   on 2001/02/02  03:07:08
30274         Log: UTF-8 s/// patch from Inaba Hiroto.
30275      Branch: maint-5.6/perl
30276            ! pp_ctl.c pp_hot.c
30277 ____________________________________________________________________________
30278 [  8671] By: jhi                                   on 2001/02/01  22:34:31
30279         Log: Update Changes.
30280      Branch: perl
30281            ! Changes patchlevel.h
30282 ____________________________________________________________________________
30283 [  8670] By: jhi                                   on 2001/02/01  22:15:29
30284         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
30285              from maintperl.
30286              
30287              Upgrade to Getopt::Long 2.25, from Johan Vromans.
30288              
30289              more files need to be writable in the source distribution
30290              
30291              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
30292              
30293              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
30294              
30295              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30296              
30297              Allow the float to be fuzzier.
30298              
30299              need to use INT2PTR instead of a straight cast or ia64 fails
30300              
30301              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
30302              
30303              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
30304      Branch: perl
30305           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
30306           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
30307           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
30308 ____________________________________________________________________________
30309 [  8669] By: jhi                                   on 2001/02/01  21:57:02
30310         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30311              From: Robin Barker <rmb1@cise.npl.co.uk>
30312              Date: Thu, 1 Feb 2001 16:59:05 GMT
30313              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
30314      Branch: maint-5.6/perl
30315            ! pod/perlmodlib.PL
30316 ____________________________________________________________________________
30317 [  8668] By: nick                                  on 2001/02/01  19:41:40
30318         Log: Integrate mainline
30319      Branch: perlio
30320           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
30321           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
30322           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
30323 ____________________________________________________________________________
30324 [  8667] By: gsar                                  on 2001/02/01  16:59:11
30325         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
30326      Branch: maint-5.6/perl
30327            ! embed.pl embedvar.h
30328 ____________________________________________________________________________
30329 [  8666] By: gsar                                  on 2001/02/01  16:34:51
30330         Log: add missing entries to win32/config.?c
30331      Branch: maint-5.6/perl
30332            ! win32/config.bc win32/config.gc win32/config.vc
30333            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30334 ____________________________________________________________________________
30335 [  8665] By: jhi                                   on 2001/02/01  14:58:51
30336         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
30337              From: "Stephen P. Potter" <spp@spotter.yi.org>
30338              Date: Thu, 01 Feb 2001 10:45:46 -0500
30339              Message-Id: <200102011545.KAA31479@spotter.yi.org>
30340      Branch: maint-5.6/perl
30341            ! pod/perlfunc.pod
30342 ____________________________________________________________________________
30343 [  8664] By: gsar                                  on 2001/02/01  14:52:37
30344         Log: need to use INT2PTR instead of a straight cast or ia64 fails
30345              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
30346      Branch: maint-5.6/perl
30347            ! ext/POSIX/POSIX.xs
30348 ____________________________________________________________________________
30349 [  8663] By: jhi                                   on 2001/02/01  14:09:13
30350         Log: Allow the float to be fuzzier.
30351      Branch: maint-5.6/perl
30352            ! t/lib/peek.t
30353 ____________________________________________________________________________
30354 [  8662] By: jhi                                   on 2001/02/01  13:59:00
30355         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
30356              From: Robin Barker <rmb1@cise.npl.co.uk>
30357              Date: Thu, 1 Feb 2001 13:05:39 GMT
30358              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
30359      Branch: maint-5.6/perl
30360            ! pod/perlmodlib.pod
30361 ____________________________________________________________________________
30362 [  8661] By: jhi                                   on 2001/02/01  13:57:38
30363         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
30364              Date: Thu, 01 Feb 2001 14:15:41 +0100
30365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30366              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
30367              
30368              Have the $ccflags in the gcc version test (strange, this change
30369              is claimed to be have been integrated already)
30370      Branch: maint-5.6/perl
30371            ! Configure
30372 ____________________________________________________________________________
30373 [  8660] By: jhi                                   on 2001/02/01  13:44:10
30374         Log: Integrate changes #7950,7964,7962 from mainline.
30375              
30376              Find the stdchar signedness using cpp, should fix some of
30377              the Solaris compiler warnings reported by Alan Burlison.
30378      Branch: maint-5.6/perl
30379           !> Configure config_h.SH
30380 ____________________________________________________________________________
30381 [  8659] By: jhi                                   on 2001/02/01  05:35:32
30382         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
30383              From: Jan Dubois <JanD@ActiveState.com>
30384              Date: Wed, 31 Jan 2001 21:17:03 -0800
30385              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
30386      Branch: maint-5.6/perl
30387            ! utils/perldoc.PL
30388 ____________________________________________________________________________
30389 [  8658] By: jhi                                   on 2001/02/01  04:33:17
30390         Log: Integrate the README.os390 and README.posix-bc parts of mainline
30391              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
30392              installperl parts were taken care of by #8657.)
30393      Branch: maint-5.6/perl
30394           !> README.os390 README.posix-bc
30395 ____________________________________________________________________________
30396 [  8657] By: jhi                                   on 2001/02/01  04:29:21
30397         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
30398              From: Peter Prymmer <pvhp@forte.com>
30399              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
30400              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
30401      Branch: maint-5.6/perl
30402            + ext/DynaLoader/dl_dllload.xs
30403            ! MANIFEST Makefile.SH hints/os390.sh installperl
30404 ____________________________________________________________________________
30405 [  8656] By: jhi                                   on 2001/02/01  04:25:45
30406         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
30407              From: Peter Prymmer <pvhp@forte.com>
30408              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
30409              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
30410      Branch: maint-5.6/perl
30411            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
30412 ____________________________________________________________________________
30413 [  8655] By: jhi                                   on 2001/02/01  04:14:47
30414         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
30415              From: troc@netrus.net
30416              Date: Wed, 31 Jan 2001 22:31:26 -0500
30417              Message-Id: <200102010331.WAA117.85@rocco.homenet>
30418      Branch: maint-5.6/perl
30419            ! os2/os2.c
30420 ____________________________________________________________________________
30421 [  8654] By: jhi                                   on 2001/02/01  04:12:52
30422         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
30423              as reported by Alan Burlison.
30424      Branch: maint-5.6/perl
30425            ! pp.h
30426 ____________________________________________________________________________
30427 [  8653] By: jhi                                   on 2001/02/01  04:05:12
30428         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
30429              From: dsugalski@northernlight.com
30430              Date: Wed, 31 Jan 2001 18:54:11 -0500
30431              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
30432      Branch: maint-5.6/perl
30433            ! configure.com
30434 ____________________________________________________________________________
30435 [  8652] By: jhi                                   on 2001/02/01  04:03:11
30436         Log: Misplaced #endif.
30437              
30438              Subject: [perl-5-6-1-trial2] patches for EPOC
30439              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30440              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30441              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30442      Branch: maint-5.6/perl
30443            ! epoc/epocish.c
30444 ____________________________________________________________________________
30445 [  8651] By: jhi                                   on 2001/02/01  04:00:25
30446         Log: Integrate changes #8647,8648,8650 from mainline.
30447              
30448              Macrofy a magic UTF-8 test.
30449              
30450              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
30451              
30452              Watch out for cross compiling for EPOC (usually done on linux).
30453      Branch: maint-5.6/perl
30454           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
30455 ____________________________________________________________________________
30456 [  8650] By: jhi                                   on 2001/02/01  03:56:20
30457         Log: Watch out for cross compiling for EPOC (usually done on linux)
30458              
30459              Subject: [perl-5-6-1-trial2] patches for EPOC
30460              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30461              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30462              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30463      Branch: perl
30464            ! ext/Errno/Errno_pm.PL
30465 ____________________________________________________________________________
30466 [  8649] By: gsar                                  on 2001/02/01  00:46:00
30467         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
30468      Branch: maint-5.6/perl
30469            ! sv.c
30470 ____________________________________________________________________________
30471 [  8648] By: jhi                                   on 2001/01/31  23:35:36
30472         Log: All the uses of PL_numeric_radix must be protected by
30473              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
30474              
30475              Subject: [perl-5-6-1-trial2] patches for EPOC
30476              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30477              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
30478              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
30479      Branch: perl
30480            ! sv.c
30481 ____________________________________________________________________________
30482 [  8647] By: jhi                                   on 2001/01/31  22:56:16
30483         Log: Macrofy a magic UTF-8 test.
30484      Branch: perl
30485            ! utf8.c utf8.h
30486 ____________________________________________________________________________
30487 [  8646] By: gsar                                  on 2001/01/31  15:55:12
30488         Log: update Changes
30489      Branch: maint-5.6/perl
30490            ! Changes
30491 ____________________________________________________________________________
30492 [  8645] By: gsar                                  on 2001/01/31  15:10:14
30493         Log: Configure tweak suggested by Peter Prymmer
30494      Branch: maint-5.6/perl
30495            ! Configure
30496 ____________________________________________________________________________
30497 [  8644] By: gsar                                  on 2001/01/31  15:06:32
30498         Log: more files need to be writable in the source distribution
30499      Branch: maint-5.6/perl
30500            ! Porting/makerel
30501 ____________________________________________________________________________
30502 [  8643] By: jhi                                   on 2001/01/31  14:59:46
30503         Log: Integrate changes #8258,8278,8279 from mainline.
30504              
30505              Make the large file tests more robust/talkative.
30506      Branch: maint-5.6/perl
30507           !> t/lib/syslfs.t t/op/lfs.t
30508 ____________________________________________________________________________
30509 [  8642] By: gsar                                  on 2001/01/31  14:53:48
30510         Log: integrate changes#8311,8334 from mainline
30511              
30512              Add a new MakeMaker variable PM_FILTER that defines a Unix
30513              filter to be run on each .pm during the pm_to_blib() phase,
30514              a fixed version of
30515              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
30516              
30517              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
30518              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
30519              accurate reading of the "atime".  
30520      Branch: maint-5.6/perl
30521           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
30522           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30523           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
30524 ____________________________________________________________________________
30525 [  8641] By: jhi                                   on 2001/01/31  14:46:37
30526         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
30527      Branch: maint-5.6/perl
30528            ! lib/Getopt/Long.pm
30529 ____________________________________________________________________________
30530 [  8640] By: gsar                                  on 2001/01/31  14:40:24
30531         Log: make regen_all
30532      Branch: maint-5.6/perl
30533            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
30534 ____________________________________________________________________________
30535 [  8639] By: gsar                                  on 2001/01/31  14:37:25
30536         Log: refresh windows config files
30537      Branch: maint-5.6/perl
30538            ! win32/Makefile win32/config_H.bc win32/config_H.gc
30539            ! win32/config_H.vc win32/makefile.mk
30540 ____________________________________________________________________________
30541 [  8638] By: gsar                                  on 2001/01/31  14:28:10
30542         Log: makefile tweaks for windows: introduce a bulk-switch to enable
30543              same options as ActivePerl; sync changes with makefile.mk
30544      Branch: maint-5.6/perl
30545            ! win32/Makefile win32/makefile.mk
30546 ____________________________________________________________________________
30547 [  8637] By: jhi                                   on 2001/01/31  04:41:30
30548         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
30549              From: Nicholas Clark <nick@ccl4.org>
30550              Date: Tue, 30 Jan 2001 19:51:05 +0000
30551              Message-ID: <20010130195105.R76607@plum.flirble.org> 
30552              
30553              op/inc cure.
30554      Branch: perl
30555            ! pp.c pp.h pp_hot.c t/op/arith.t
30556 ____________________________________________________________________________
30557 [  8636] By: jhi                                   on 2001/01/31  02:38:32
30558         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
30559              no perlio],8257,8380,8479,8515 from mainline.
30560              
30561              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
30562              
30563              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
30564              Subject: [PATCH perl@8133] fix-up for VMS extensions
30565              
30566              In VMS embedded perls couldn't access the statically built Socket.
30567              
30568              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
30569              
30570              Further VMS piping fixes from Charles Lane.
30571              
30572              Subject:  [PATCH] make t/op/misc.t work on VMS
30573              
30574              Add tracing for debugging extensions builds in VMS.
30575              
30576              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
30577      Branch: maint-5.6/perl
30578           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
30579           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
30580           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
30581 ____________________________________________________________________________
30582 [  8635] By: jhi                                   on 2001/01/31  01:46:41
30583         Log: Integrate change #7732 from mainline.
30584              
30585              Sparc 64-bit pack() fix from Jens Hamisch.
30586      Branch: maint-5.6/perl
30587           !> pp.c
30588 ____________________________________________________________________________
30589 [  8634] By: jhi                                   on 2001/01/31  01:41:16
30590         Log: One spot missing from #8626.
30591      Branch: maint-5.6/perl
30592            ! sv.c
30593 ____________________________________________________________________________
30594 [  8633] By: jhi                                   on 2001/01/31  00:49:17
30595         Log: Integrate change #7495 from mainline.
30596              
30597              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
30598      Branch: maint-5.6/perl
30599           !> MANIFEST ext/re/Makefile.PL
30600 ____________________________________________________________________________
30601 [  8632] By: jhi                                   on 2001/01/30  23:38:49
30602         Log: Integrate change #8396 from mainline.
30603              
30604              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
30605              better multicast support (resend)
30606      Branch: maint-5.6/perl
30607           !> ext/Socket/Socket.pm
30608 ____________________________________________________________________________
30609 [  8631] By: jhi                                   on 2001/01/30  23:28:03
30610         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
30611              
30612              More AIX lore. (7514, ext/re/hints/aix.pl)
30613              
30614              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
30615              
30616              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)
30617              
30618              Subject: [ID 20001214.002] Net::Ping patch
30619              
30620              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
30621              
30622              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
30623              
30624              Add ReuseAddr as a (preferred) alias for Reuse as we now
30625              also have ReusePort.
30626              
30627              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
30628      Branch: maint-5.6/perl
30629           +> ext/re/hints/aix.pl
30630           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
30631           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
30632 ____________________________________________________________________________
30633 [  8630] By: jhi                                   on 2001/01/30  23:03:59
30634         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
30635              
30636              read() documentation tweak for 20001121.004.
30637              
30638              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
30639      Branch: maint-5.6/perl
30640           !> pod/perlfunc.pod pod/perlre.pod
30641 ____________________________________________________________________________
30642 [  8629] By: jhi                                   on 2001/01/30  22:41:57
30643         Log: Integrate change #8098 from mainline.
30644              
30645              fastgetcwd is defined using a glob alias on a $^O dependent basis
30646              and there was no default assignment or perl subroutine.
30647      Branch: maint-5.6/perl
30648           !> lib/Cwd.pm
30649 ____________________________________________________________________________
30650 [  8628] By: jhi                                   on 2001/01/30  21:58:52
30651         Log: Integrate change #7866 from mainline.
30652              
30653              File::Temp 0.11.
30654      Branch: maint-5.6/perl
30655           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
30656 ____________________________________________________________________________
30657 [  8627] By: jhi                                   on 2001/01/30  21:39:44
30658         Log: Integrate changes #8075,8086,8228 from mainline.  
30659              
30660              Darwin is not Windows. (8075,8086)
30661              
30662              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
30663      Branch: maint-5.6/perl
30664           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
30665           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
30666           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
30667           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
30668 ____________________________________________________________________________
30669 [  8626] By: jhi                                   on 2001/01/30  21:22:11
30670         Log: Integrate with tweakery the change #8625 from mainline,
30671              the multibyte decimal separator fix ("fa_IR locale failure").
30672      Branch: maint-5.6/perl
30673            ! embedvar.h perlapi.h
30674           !> intrpvar.h perl.c perl.h sv.c util.c
30675 ____________________________________________________________________________
30676 [  8625] By: jhi                                   on 2001/01/30  20:26:33
30677         Log: Fix for the fa_IR locale failure.  The reason for the failure
30678              was that Perl was assuming the decimal separator aka the radix
30679              separator is one character.  The Farsi-Iranian locale crushed
30680              that bad assumption since there the separator is 'Momayyez',
30681              glyphwise looking somewhat like a slash, and in Unicode UTF-8
30682              encoded in two bytes, 0xd9 0xab.
30683      Branch: perl
30684            ! intrpvar.h perl.c perl.h sv.c util.c
30685 ____________________________________________________________________________
30686 [  8624] By: gsar                                  on 2001/01/30  20:17:03
30687         Log: regen_headers
30688      Branch: maint-5.6/perl
30689            ! Makefile.SH pod/perlintern.pod
30690 ____________________________________________________________________________
30691 [  8623] By: gsar                                  on 2001/01/30  19:42:34
30692         Log: backout change#7431 and its dependents (causes spurious rebuilds
30693              of autogenerated files)
30694              
30695              fix benign b.t failure
30696      Branch: maint-5.6/perl
30697            ! Makefile.SH t/lib/b.t
30698 ____________________________________________________________________________
30699 [  8622] By: jhi                                   on 2001/01/30  19:41:41
30700         Log: Microperl sync.
30701      Branch: perl
30702            ! mg.c perl.h
30703 ____________________________________________________________________________
30704 [  8621] By: gsar                                  on 2001/01/30  19:24:47
30705         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
30706              from mainline
30707              
30708              Subject: podlators 1.06 released
30709              
30710              Subject: [PATCH @8436] Eliminate op_children
30711              
30712              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
30713              
30714              (Replaced by #8448)  More op_children traces (cleanup of #8442).
30715              
30716              Subject: [PATCH #3 @8436] Re: Eliminate op_children
30717              Replace #8444 and #8445.
30718              
30719              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
30720              at the setting of the ofs_sv in new_struct_thread() as the
30721              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
30722              uninitialized fields are, uh, initialized with),
30723              SvREFCNT_inc()ing that invited a core dump.
30724              
30725              podlators 1.07, from Russ Allbery.
30726              
30727              Subject: [PATCH] regcomp.c old feature removal
30728              From: mjd@plover.com
30729              Date: 16 Jan 2001 14:43:18 -0000 
30730              Message-ID: <20010116144318.7140.qmail@plover.com> 
30731      Branch: maint-5.6/perl
30732           +> lib/Pod/Text/Overstrike.pm
30733           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
30734           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
30735           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
30736           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
30737           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
30738           !> util.c
30739 ____________________________________________________________________________
30740 [  8620] By: gsar                                  on 2001/01/30  18:48:32
30741         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
30742              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
30743              now fails one test)
30744              
30745              Subject: [PATCH] lvalue AUTOLOAD. No, really.
30746              
30747              Subject: [PATCH] Interesting syntax idea
30748              Make opens + bareword assigns do typeglob assigns.
30749              
30750              Tests for #8254.
30751              
30752              Subject: [PATCH @8269] Continue blocks and B::Deparse
30753              Make the peephole optimizer to bypass more null ops and
30754              and rewrite the deparse handling of continue blocks.
30755              
30756              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
30757              Doc tweak on #8313.
30758              
30759              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
30760              
30761              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
30762              
30763              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
30764              
30765              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
30766              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
30767              according to the platform.
30768              
30769              Subject: [PATCH @8404] Consolidated lvalue sub changes
30770              
30771              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
30772              
30773              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
30774              
30775              Subject: B::Concise -- an improved replacement for B::Terse 
30776              
30777              The B::Terse drop-in replacement wasn't quite drop-in.
30778              
30779              The LVRET macro needed an aTHX.
30780              
30781              Use the /^Perl_/-less form of is_lvalue_sub().
30782              
30783              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
30784      Branch: maint-5.6/perl
30785           +> ext/B/B/Concise.pm
30786           !> (integrate 27 files)
30787 ____________________________________________________________________________
30788 [  8619] By: nick                                  on 2001/01/30  18:40:28
30789         Log: Integrate mainline
30790      Branch: perlio
30791           !> (integrate 40 files)
30792 ____________________________________________________________________________
30793 [  8618] By: jhi                                   on 2001/01/30  18:37:18
30794         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
30795              Date: Mon, 29 Jan 2001 22:51:29 -0600
30796              From: "Craig A. Berry" <craigberry@mac.com>
30797              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
30798      Branch: perl
30799            ! vms/test.com
30800 ____________________________________________________________________________
30801 [  8617] By: jhi                                   on 2001/01/30  18:34:53
30802         Log: Subject: [PATCH] Add missing CV flags to dump.c
30803              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30804              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
30805              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
30806      Branch: perl
30807            ! dump.c
30808 ____________________________________________________________________________
30809 [  8616] By: jhi                                   on 2001/01/30  18:20:58
30810         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
30811              part isn't applicable to maintperl.
30812              
30813              UTF-8 nit from Inaba Hiroto.
30814      Branch: maint-5.6/perl
30815           !> pod/perlapi.pod utf8.c
30816 ____________________________________________________________________________
30817 [  8615] By: jhi                                   on 2001/01/30  18:18:51
30818         Log: UTF-8 nit from Inaba Hiroto.
30819      Branch: perl
30820            ! pod/perlapi.pod t/op/each.t utf8.c
30821 ____________________________________________________________________________
30822 [  8614] By: jhi                                   on 2001/01/30  18:13:38
30823         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
30824              
30825              perl's internal variables are not for public consumption,
30826              move their docs from perlapi.pod to perlintern.pod
30827              
30828              support for -Dusethreads build under HP-UX 10.20 and DCE threads
30829              library (11.0 and later have pthreads but 10.x don't)
30830              
30831              avoid uninitialized value warnings
30832              
30833              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
30834              gets weird results)
30835              
30836              perldoc nit on windows
30837              
30838              make it possible to run the tests outside the source tree
30839              (there's still a dependency on ../lib being the library
30840              location)
30841      Branch: perl
30842           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
30843           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
30844           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
30845           !> win32/bin/search.pl win32/vdir.h
30846 ____________________________________________________________________________
30847 [  8613] By: gsar                                  on 2001/01/30  16:39:59
30848         Log: make it possible to run the tests outside the source tree
30849              (there's still a dependency on ../lib being the library
30850              location)
30851      Branch: maint-5.6/perl
30852            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
30853 ____________________________________________________________________________
30854 [  8612] By: gsar                                  on 2001/01/30  16:31:12
30855         Log: perldoc nit on windows
30856      Branch: maint-5.6/perl
30857            ! utils/perldoc.PL
30858 ____________________________________________________________________________
30859 [  8611] By: gsar                                  on 2001/01/30  16:22:54
30860         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
30861              gets weird results)
30862      Branch: maint-5.6/perl
30863            ! win32/vdir.h
30864 ____________________________________________________________________________
30865 [  8610] By: gsar                                  on 2001/01/30  16:12:45
30866         Log: avoid uninitialized value warnings
30867      Branch: maint-5.6/perl
30868            ! win32/bin/search.pl
30869 ____________________________________________________________________________
30870 [  8609] By: gsar                                  on 2001/01/30  16:08:01
30871         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
30872              library (11.0 and later have pthreads but 10.x don't)
30873      Branch: maint-5.6/perl
30874            ! hints/hpux.sh thread.h
30875 ____________________________________________________________________________
30876 [  8608] By: gsar                                  on 2001/01/30  15:48:55
30877         Log: perl's internal variables are not for public consumption,
30878              move their docs from perlapi.pod to perlintern.pod
30879      Branch: maint-5.6/perl
30880            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
30881            ! thrdvar.h
30882 ____________________________________________________________________________
30883 [  8607] By: gsar                                  on 2001/01/30  15:44:27
30884         Log: mistakenly branched perl56delta.pod, revert
30885      Branch: maint-5.6/perl
30886            - pod/perl56delta.pod
30887           !> pod/perldelta.pod
30888 ____________________________________________________________________________
30889 [  8606] By: gsar                                  on 2001/01/30  14:20:24
30890         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
30891              dTHR which has been a noop for a while now, except for the
30892              compatibility definition in thread.h)
30893      Branch: maint-5.6/perl
30894           !> (integrate 45 files)
30895 ____________________________________________________________________________
30896 [  8605] By: jhi                                   on 2001/01/30  05:43:58
30897         Log: Mark the UTF-8 APIs as experimental.
30898      Branch: maint-5.6/perl
30899            ! embed.pl pod/perlapi.pod
30900 ____________________________________________________________________________
30901 [  8604] By: jhi                                   on 2001/01/30  05:38:40
30902         Log: Nits from earlier integrates.
30903      Branch: maint-5.6/perl
30904            ! lib/Carp/Heavy.pm
30905           !> sv.c
30906 ____________________________________________________________________________
30907 [  8603] By: jhi                                   on 2001/01/30  05:27:26
30908         Log: Regenerate Porting files.
30909      Branch: maint-5.6/perl
30910            ! Porting/Glossary Porting/config.sh Porting/config_H
30911 ____________________________________________________________________________
30912 [  8602] By: jhi                                   on 2001/01/30  05:14:59
30913         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
30914              8310,8339,8447,8492,8493,8505,8525: documentation changes.
30915              
30916              Subject: Re: perlfaq style changes
30917              
30918              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
30919              
30920              Subject: [PATCH] docs on NaN
30921              
30922              Subject: [patch] perlfaq7
30923              
30924              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
30925              
30926              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
30927              
30928              Subject: [PATCH] open() example in perlfunc.pod
30929              
30930              Podify README.mpeix (a new version from the web)
30931              
30932              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30933              
30934              Subject: [PATCH] format and rewording in perlfaq.pod
30935              
30936              Subject: [PATCH] API Variable documentation   
30937              
30938              Memory management calls documentation.
30939              
30940              Subject: [PATCH: perl@8482] README.vms URL updates
30941              
30942              Subject: Minor typos in perlfaq2.pod
30943              
30944              Subject: [PATCH] pod/perlvar.pod
30945      Branch: maint-5.6/perl
30946           +> pod/perl56delta.pod
30947            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30948           !> README.amiga README.epoc README.mpeix README.vms
30949           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
30950           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
30951           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
30952           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
30953           !> pod/perlvar.pod thrdvar.h
30954 ____________________________________________________________________________
30955 [  8601] By: jhi                                   on 2001/01/30  04:38:35
30956         Log: Integrate changes #8036,8096,8253 from mainline:
30957              hints changes.
30958              
30959              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30960              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
30961              
30962              Output the (apparent) version of gcc in Tru64.
30963      Branch: maint-5.6/perl
30964           +> ext/POSIX/hints/svr4.pl
30965           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
30966           !> hints/svr4.sh t/lib/bigfltpm.t
30967 ____________________________________________________________________________
30968 [  8600] By: jhi                                   on 2001/01/30  04:04:01
30969         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
30970              locale fixes.
30971              
30972              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
30973              
30974              Debian allows /usr/bin/locale to exist without any locales. (7868)
30975              
30976              Allow the locale test needing POSIX and the taint test
30977              needing IPC::SysV to run under 'minitest' (basically,
30978              bail out if loading the extension fails). (8384)
30979              
30980              Cleanup the locale.t output  (8480)
30981      Branch: maint-5.6/perl
30982           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
30983           !> t/pragma/locale.t
30984 ____________________________________________________________________________
30985 [  8599] By: jhi                                   on 2001/01/30  03:51:04
30986         Log: Missing generated files from #8598.
30987      Branch: maint-5.6/perl
30988            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30989 ____________________________________________________________________________
30990 [  8598] By: jhi                                   on 2001/01/30  03:41:54
30991         Log: Integrate change #8555 from mainline, manually integrate parts
30992              of changes 8452 and 8583.
30993              
30994              Subject: [PATCH] utf8.c documentation (8452)
30995              
30996              No point in checking the length if the pointer is bogus. (8555)
30997              
30998              Introduce bytes_from_utf8() and implement sv_eq() using it,
30999              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
31000              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
31001              was malformed. (8583)
31002      Branch: maint-5.6/perl
31003            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
31004           !> pod/perlapi.pod sv.c utf8.c
31005 ____________________________________________________________________________
31006 [  8597] By: gsar                                  on 2001/01/30  02:37:26
31007         Log: get PERL_OBJECT build going again on windows
31008      Branch: maint-5.6/perl
31009            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31010            ! pod/perlapi.pod proto.h sv.c
31011 ____________________________________________________________________________
31012 [  8596] By: jhi                                   on 2001/01/30  02:16:17
31013         Log: Signedness nit.
31014      Branch: perl
31015            ! sv.c
31016 ____________________________________________________________________________
31017 [  8595] By: jhi                                   on 2001/01/30  02:11:07
31018         Log: EBCDIC patch for Storable, from Peter Prymmer.
31019      Branch: perl
31020            ! t/lib/st-06compat.t
31021 ____________________________________________________________________________
31022 [  8594] By: jhi                                   on 2001/01/30  01:04:48
31023         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
31024              From: Peter Prymmer <pvhp@forte.com>
31025              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
31026              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
31027      Branch: perl
31028            ! t/lib/b.t
31029 ____________________________________________________________________________
31030 [  8593] By: jhi                                   on 2001/01/30  00:56:47
31031         Log: Subject: [PATCH: perl@8585] pod problems in io
31032              From: Peter Prymmer <pvhp@forte.com>
31033              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
31034              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
31035      Branch: perl
31036            ! pod/perlapio.pod pod/perliol.pod
31037 ____________________________________________________________________________
31038 [  8592] By: jhi                                   on 2001/01/30  00:48:20
31039         Log: Integrate perlio.
31040      Branch: perl
31041           !> pod/perlapio.pod pod/perliol.pod
31042 ____________________________________________________________________________
31043 [  8591] By: nick                                  on 2001/01/29  22:02:28
31044         Log: GNU 'merge' Simon's copy of perliol.pod with version
31045              patched by Craig's patch.
31046      Branch: perlio
31047            ! pod/perliol.pod
31048 ____________________________________________________________________________
31049 [  8590] By: nick                                  on 2001/01/29  21:55:10
31050         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
31051      Branch: perlio
31052            ! pod/perlapio.pod pod/perliol.pod
31053 ____________________________________________________________________________
31054 [  8589] By: jhi                                   on 2001/01/29  15:35:33
31055         Log: Integrate change #8586 from maint-5.6/perl.
31056              
31057              make the BOM detection code not call tell() until it has to
31058              (meant to fix esoteric compatibility issues where PL_rsfp
31059              is overridden)
31060      Branch: perl
31061           !> toke.c
31062 ____________________________________________________________________________
31063 [  8588] By: jhi                                   on 2001/01/29  15:29:11
31064         Log: Subject: MAking Solaris malloc() the default
31065              From: Lupe Christoph <lupe@lupe-christoph.de>
31066              Date: Mon, 29 Jan 2001 12:59:36 +0100
31067              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
31068              
31069              The README.solaris part slightly tweaked.
31070      Branch: perl
31071            ! README.solaris hints/solaris_2.sh
31072 ____________________________________________________________________________
31073 [  8587] By: jhi                                   on 2001/01/29  15:17:34
31074         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
31075              From: root@ak-75.mind.de
31076              Date: Sun, 28 Jan 2001 20:32:29 +0100
31077              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
31078      Branch: perl
31079            ! pod/perlre.pod
31080 ____________________________________________________________________________
31081 [  8586] By: gsar                                  on 2001/01/29  13:43:44
31082         Log: make the BOM detection code not call tell() until it has to
31083              (meant to fix esoteric compatibility issues where PL_rsfp
31084              is overridden)
31085      Branch: maint-5.6/perl
31086            ! toke.c
31087 ____________________________________________________________________________
31088 [  8585] By: jhi                                   on 2001/01/28  20:05:45
31089         Log: Update Changes.
31090      Branch: perl
31091            ! Changes patchlevel.h
31092 ____________________________________________________________________________
31093 [  8584] By: jhi                                   on 2001/01/28  19:30:02
31094         Log: Integrate perlio.
31095      Branch: perl
31096           +> pod/perliol.pod
31097           !> MANIFEST pod/perlapio.pod
31098 ____________________________________________________________________________
31099 [  8583] By: jhi                                   on 2001/01/28  19:28:40
31100         Log: Patch from Inaba Hiroto:
31101              - canonical UTF-8 hash keys: if a key string for a hash is
31102              UTF8-on, try downgrade the string and use it if
31103              unicode::distinct is not in effect.
31104              For the task, I added a function bytes_from_utf8() to utf8.c.
31105              It might resemble utf8_to_bytes() but it is not convenient
31106              to the task.
31107              Made a test for it and added to t/op/each.t
31108              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
31109              the mortal copy of the argument SV.
31110              And changed t/io/utf8.t test 18 which expects print() to
31111              upgrade its argument.
31112              - re-implement sv_eq with bytes_from_utf8()
31113              - some bug fixes
31114              - tr/// does not handle UTF8 range (\x{}-\x{})
31115              - \ before raw UTF8 character produced
31116              "Malformed UTF-8 character" warning.
31117              - "\x{100}\N{CENT SIGN}" is Malformed.
31118              Added tests for these 3.
31119              - and one silly bug (by me) with qu operator.
31120      Branch: perl
31121            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
31122            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
31123            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
31124 ____________________________________________________________________________
31125 [  8582] By: nick                                  on 2001/01/28  19:25:04
31126         Log: Add pod/perliol.pod to MANIFEST :-(
31127      Branch: perlio
31128            ! MANIFEST
31129 ____________________________________________________________________________
31130 [  8581] By: nick                                  on 2001/01/28  19:22:40
31131         Log: PerlIO documentation. Proofing and sub-editing requested.
31132      Branch: perlio
31133            + pod/perliol.pod
31134            ! pod/perlapio.pod
31135 ____________________________________________________________________________
31136 [  8580] By: jhi                                   on 2001/01/28  05:16:25
31137         Log: Revert the change to sv_2pv() done by #8054: Someone who
31138              did SvNV_set() on a scalar that also happened to be POK,
31139              followed by sv_2pv() won't get the right coercion anymore.
31140              [Sarathy]
31141      Branch: maint-5.6/perl
31142            ! sv.c
31143 ____________________________________________________________________________
31144 [  8579] By: jhi                                   on 2001/01/28  05:15:04
31145         Log: Remove the #8084 effect: do not allow -Q to be interpreted
31146              as -&Q(), this is too much wiggle room.
31147      Branch: maint-5.6/perl
31148            ! toke.c
31149 ____________________________________________________________________________
31150 [  8578] By: jhi                                   on 2001/01/28  05:12:45
31151         Log: Needed bits of #8439 (should have been in #8576),
31152              mainly for lval substr().
31153      Branch: maint-5.6/perl
31154            ! mg.c pp.c pp_hot.c
31155 ____________________________________________________________________________
31156 [  8577] By: jhi                                   on 2001/01/28  05:02:46
31157         Log: A missing check-in.
31158      Branch: maint-5.6/perl
31159            ! utf8.c
31160 ____________________________________________________________________________
31161 [  8576] By: jhi                                   on 2001/01/28  04:26:18
31162         Log: Integrate changes #8425,8436,8439,8517 from mainline.
31163              The 8439 was not truly integrated because it had too many
31164              dependencies on the development branch and because it introduced
31165              concepts too bold for a maintenance branch (such as the qu operator).
31166              
31167              Subject: [PATCH perl@8342] -Wformat
31168              
31169              Tighten some of the UTF-8 tests a bit.
31170              
31171              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
31172              - The substr lval was still not okay.
31173              - Now pp_stringify and sv_setsv copies source's UTF8 flag
31174              even if IN_BYTE.  pp_stringify is called from fold_constants
31175              at optimization phase and "\x{100}" was made SvUTF8_off under
31176              use bytes (the bytes pragma is for "byte semantics" and not
31177              for "do not produce UTF8 data")
31178      Branch: maint-5.6/perl
31179            ! t/lib/charnames.t t/op/substr.t toke.c
31180           !> sv.c t/pragma/utf8.t
31181 ____________________________________________________________________________
31182 [  8575] By: jhi                                   on 2001/01/28  04:01:51
31183         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
31184              
31185              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
31186              
31187              Subject: [ID 20001230.003] UTF-8 tr still hurts
31188              
31189              Test cases for #8385 (from Simon's "torture.pl")
31190              
31191              Start fixing UTF-8 lval substr() (8405)
31192      Branch: maint-5.6/perl
31193           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
31194           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
31195 ____________________________________________________________________________
31196 [  8574] By: jhi                                   on 2001/01/28  03:09:06
31197         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
31198              from mainline.
31199              
31200              UTF-8 cleanup.
31201              
31202              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
31203              
31204              "\x{FF}\xFF" was broken.
31205              
31206              Tests for #8329 and #8330.
31207              
31208              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
31209              
31210              IRIX compiler noticed that the bof initialization might be
31211              bypassed by control flow.
31212              
31213              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
31214      Branch: maint-5.6/perl
31215           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31216           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
31217 ____________________________________________________________________________
31218 [  8573] By: jhi                                   on 2001/01/28  02:06:12
31219         Log: Retract #8552.
31220      Branch: perl
31221            ! lib/Text/Wrap.pm t/lib/textwrap.t
31222 ____________________________________________________________________________
31223 [  8572] By: jhi                                   on 2001/01/28  02:04:49
31224         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
31225              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
31226              not really integrated but instead salvaged by hand
31227              (they had too many dependencies on the development release
31228              to be cleanly integratable).
31229              
31230              Subject: more UTF8 test suites and an UTF8 patch
31231              
31232              Tweak for MULTIPLICITY/USE_PERLIO
31233              
31234              Signedness nit.
31235              
31236              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
31237              
31238              Use the UTF8_XXX macros in is_utf8_char().
31239              
31240              Rewrite pp_concat() in terms of sv_catsv().  The . operator
31241              should now be UTF-8-proof.
31242              
31243              Subject: [PATCH perl@8269] scanning two hex-constants
31244              fails on EBCDIC environment (script length.t)
31245              
31246              Add some Unicode chop() tests.
31247      Branch: maint-5.6/perl
31248            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
31249           !> sv.c t/op/chop.t utf8.h
31250 ____________________________________________________________________________
31251 [  8571] By: jhi                                   on 2001/01/28  00:35:59
31252         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
31253              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
31254              
31255              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
31256              
31257              The maxiters upper limit sanity check (guarding against
31258              non-progress) assumed bytes instead of characters in s///
31259              and split().
31260              
31261              Signedness nit.
31262              
31263              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
31264              join() should now be UTF-8-proof.
31265              
31266              More split // UTF-8 tests. (8250)
31267      Branch: maint-5.6/perl
31268           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
31269           !> util.c
31270 ____________________________________________________________________________
31271 [  8570] By: jhi                                   on 2001/01/27  22:15:46
31272         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
31273              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
31274              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
31275              8084,8204,8244,8333 from mainline.
31276              
31277              For -Q where Q might be a one-letter sub name one does no more
31278              get a warning about an unknown filetest (7941,7943,7944,8084).
31279              
31280              Subject: Re: [ID 20001130.011] expression parsing bug ?
31281              
31282              Make uv_to_utf8() to zero-terminate its output buffer.
31283              
31284              Split off t/op/length.t (7995)
31285              
31286              Split off t/op/utf8decode.t (7996)
31287              
31288              Remove an unnecessary 'use utf8' from the utf8.t (7998)
31289              
31290              Split off t/op/concat.t (8004)
31291              
31292              Split off t/op/ver.t (8005)
31293              
31294              Document utf8_length(), utf8_distance(), and utf8_hop().
31295              
31296              Document utf8_to_uv() better.
31297              
31298              Introduce macros for UTF8 decoding (8028,8033).
31299              
31300              Add test for reverse() (8030,8031).
31301              
31302              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
31303              
31304              Do not return the Unicode replacement character    on UTF-8
31305              decoding failure.
31306              
31307              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
31308              not this_utf8 i.e. the output string has one, but don't mess
31309              with source assumption. (8052,8053)
31310              
31311              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
31312              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
31313              was not expecting to be called with something that was already
31314              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
31315              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
31316              (8054)
31317              
31318              Recode the naughty binary bytes in utf8decode.t using the \xHH.
31319              
31320              Make some panic messages a bit more logical.
31321      Branch: maint-5.6/perl
31322           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
31323           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
31324           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
31325           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
31326           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
31327           !> utf8.c utf8.h
31328 ____________________________________________________________________________
31329 [  8569] By: jhi                                   on 2001/01/27  19:16:43
31330         Log: Integrate changes #7750 from perlio and #8566 from mainline.
31331      Branch: maint-5.6/perl
31332           !> regexec.c sv.c
31333 ____________________________________________________________________________
31334 [  8568] By: jhi                                   on 2001/01/27  18:06:51
31335         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
31336              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
31337              7935[-perlio.c],7936,7959,7965 from mainline.
31338              
31339              Change the "big byte" error message to "Wide character".
31340              (7355, the croak-if-wide-chars-in-print part ignored)
31341              
31342              Use UINT64_C().
31343              
31344              Introduce Perl_utf8_length().
31345              
31346              diff -se shows these as different (7753, forgotten check-ins)
31347              
31348              Subject: [PATCH] doop.c - UTF8 tr///
31349              
31350              If we use (aTHX_ ...) then put Perl_ on the front.
31351              
31352              Make utf8_length() and utf8_distance() to be less forgiving
31353              about bad UTF-8.
31354              
31355              Test line numbers are different with utf8.
31356              
31357              No need to scan till infinity, 13 is enough. (7872,7911)
31358              
31359              Subject: [PATCH] Tokeniser debugging
31360              
31361              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
31362              
31363              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
31364              
31365              Be more careful in Perl_sv_utf8_downgrade().
31366              
31367              Use DO_UTF8().
31368              
31369              Raw zero bytes in text files confuse at least GNU patch 2.1.
31370      Branch: maint-5.6/perl
31371           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
31372           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
31373           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
31374           !> t/pragma/utf8.t toke.c utf8.c utf8.h
31375 ____________________________________________________________________________
31376 [  8567] By: nick                                  on 2001/01/27  11:10:38
31377         Log: Integrate mainline
31378      Branch: perlio
31379           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
31380           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
31381           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
31382           !> toke.c
31383 ____________________________________________________________________________
31384 [  8566] By: jhi                                   on 2001/01/27  06:22:48
31385         Log: More documentation for the regexp context stack.
31386      Branch: perl
31387            ! regexec.c
31388 ____________________________________________________________________________
31389 [  8565] By: jhi                                   on 2001/01/27  05:21:57
31390         Log: Update Changes.
31391      Branch: perl
31392            ! Changes patchlevel.h
31393 ____________________________________________________________________________
31394 [  8564] By: jhi                                   on 2001/01/27  04:44:04
31395         Log: Threadedness patch for #8562 from Doug MacEachern.
31396      Branch: perl
31397            ! toke.c
31398 ____________________________________________________________________________
31399 [  8563] By: jhi                                   on 2001/01/27  04:26:24
31400         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
31401              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31402              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
31403              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
31404      Branch: perl
31405            ! op.c
31406 ____________________________________________________________________________
31407 [  8562] By: jhi                                   on 2001/01/27  04:20:30
31408         Log: Subject: Re: Announce : Tokener reporting patch
31409              From: Simon Cozens <simon@cozens.net>
31410              Date: Mon, 22 Jan 2001 02:17:22 +0000
31411              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
31412      Branch: perl
31413            ! embed.h embed.pl proto.h toke.c
31414 ____________________________________________________________________________
31415 [  8561] By: jhi                                   on 2001/01/27  04:17:24
31416         Log: Forgot from #8545.  Oops.
31417      Branch: perl
31418            ! pp.c t/pragma/overload.t
31419 ____________________________________________________________________________
31420 [  8560] By: jhi                                   on 2001/01/27  03:01:47
31421         Log: A better module compilation test, use MANIFEST as suggested
31422              by Spider.
31423      Branch: perl
31424            ! t/lib/1_compile.t
31425 ____________________________________________________________________________
31426 [  8559] By: jhi                                   on 2001/01/27  02:50:48
31427         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
31428              From: Peter Prymmer <pvhp@forte.com>
31429              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
31430              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
31431      Branch: perl
31432            ! t/lib/b.t
31433 ____________________________________________________________________________
31434 [  8558] By: jhi                                   on 2001/01/27  02:27:05
31435         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
31436              From: Peter Prymmer <pvhp@forte.com>
31437              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
31438              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
31439      Branch: perl
31440            ! t/pragma/sub_lval.t
31441 ____________________________________________________________________________
31442 [  8557] By: jhi                                   on 2001/01/27  02:26:03
31443         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
31444              From: Peter Prymmer <pvhp@forte.com>
31445              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
31446              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
31447      Branch: perl
31448            ! t/lib/st-06compat.t
31449 ____________________________________________________________________________
31450 [  8556] By: jhi                                   on 2001/01/27  02:24:33
31451         Log: Subject: [PATCH: perl@8531] minor update to README.os390
31452              From: Peter Prymmer <pvhp@forte.com>
31453              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
31454              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
31455      Branch: perl
31456            ! README.os390
31457 ____________________________________________________________________________
31458 [  8555] By: jhi                                   on 2001/01/27  00:35:47
31459         Log: No point in checking the length before we know whether the pointer
31460              is bogus or not, fixes Abigail's odbm failures in Linux.
31461      Branch: perl
31462            ! sv.c
31463 ____________________________________________________________________________
31464 [  8554] By: nick                                  on 2001/01/26  19:01:31
31465         Log: Integrate mainline
31466      Branch: perlio
31467           !> lib/Text/Wrap.pm t/lib/textwrap.t
31468 ____________________________________________________________________________
31469 [  8553] By: jhi                                   on 2001/01/26  15:19:39
31470         Log: Integrate change #7792 from perlio (multiplicity fix),
31471              fix the AV leak in regex DEBUGGING (tiny part of the
31472              polymorphic regexp patch #8143).
31473      Branch: maint-5.6/perl
31474            ! regcomp.c
31475           !> scope.h
31476 ____________________________________________________________________________
31477 [  8552] By: jhi                                   on 2001/01/26  15:03:23
31478         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
31479              From: Michael G Schwern <schwern@pobox.com>
31480              Date: Fri, 26 Jan 2001 09:28:31 -0500
31481              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
31482      Branch: perl
31483            ! lib/Text/Wrap.pm t/lib/textwrap.t
31484 ____________________________________________________________________________
31485 [  8551] By: jhi                                   on 2001/01/26  02:33:19
31486         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
31487              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
31488              
31489              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
31490              
31491              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
31492              
31493              Message nit.
31494              
31495              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
31496              
31497              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
31498              
31499              (the cleanup of unused submatches in regtry() and regcppop())
31500              
31501              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
31502              stored and restored, and thusly was trounced by the utf8 swash
31503              routines.
31504              
31505              use utf8 not required to use \x{}.
31506              
31507              Removed two more tests that make no sense in UTF-8 since the test
31508              data is not in UTF-8.
31509              
31510              Get the three different space character classes right under utf8.
31511              
31512              Implement ANYOFUTF8 regprop() dumping.
31513              
31514              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
31515              
31516              Document the regex context pushing/popping a bit better.
31517      Branch: maint-5.6/perl
31518           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
31519           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
31520           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
31521           !> t/op/regmesg.t utf8.c
31522 ____________________________________________________________________________
31523 [  8550] By: nick                                  on 2001/01/25  19:42:30
31524         Log: Integrate mainline
31525      Branch: perlio
31526           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
31527           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
31528           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
31529           !> t/lib/bigint.t t/lib/bigintpm.t
31530 ____________________________________________________________________________
31531 [  8549] By: jhi                                   on 2001/01/25  15:22:28
31532         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
31533      Branch: maint-5.6/perl
31534            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
31535 ____________________________________________________________________________
31536 [  8548] By: jhi                                   on 2001/01/25  15:02:55
31537         Log: Integrate changes #7997,8063,8492,8547 from mainline.
31538              
31539              Subject: Re: STRLEN - what?
31540              
31541              Subject: [PATCH] perlguts.pod
31542              
31543              Memory management calls documentation.
31544              
31545              Layout using tabulator is not a good idea in a pod.
31546      Branch: maint-5.6/perl
31547           !> pod/perlguts.pod
31548 ____________________________________________________________________________
31549 [  8547] By: jhi                                   on 2001/01/25  14:49:05
31550         Log: Layout using tabulator is not a good idea in a pod.
31551      Branch: perl
31552            ! pod/perlguts.pod
31553 ____________________________________________________________________________
31554 [  8546] By: jhi                                   on 2001/01/25  14:31:12
31555         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
31556              from mainline.
31557              
31558              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31559              
31560              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
31561              
31562              More Win32 editor/IDE/shell hints.
31563              
31564              More Win32 Perling.
31565              
31566              Yet another editor edit.
31567              
31568              Edit edit edit.
31569              
31570              IDE/editor section tweaking.
31571              
31572              Few more IDE/editor nits from p5p.
31573      Branch: maint-5.6/perl
31574           !> pod/perlfaq3.pod
31575 ____________________________________________________________________________
31576 [  8545] By: jhi                                   on 2001/01/25  04:16:32
31577         Log: Subject: [PATCH 5.7.0] overload int()
31578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31579              Date: Wed, 24 Jan 2001 19:06:57 -0500
31580              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
31581      Branch: perl
31582            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
31583            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
31584            ! t/lib/bigintpm.t
31585 ____________________________________________________________________________
31586 [  8544] By: jhi                                   on 2001/01/25  04:15:11
31587         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
31588              From: Peter Prymmer <pvhp@forte.com>
31589              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
31590              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
31591      Branch: perl
31592            ! Makefile.SH README.os390 hints/os390.sh installperl
31593 ____________________________________________________________________________
31594 [  8543] By: jhi                                   on 2001/01/25  03:52:08
31595         Log: Integrate change #8462,8469 from mainline.
31596              
31597              In VMS Perl subversion (perl -V) is undef.
31598      Branch: maint-5.6/perl
31599           !> configure.com
31600 ____________________________________________________________________________
31601 [  8542] By: jhi                                   on 2001/01/25  03:44:55
31602         Log: Integrate changes #7835,7850,8315,8316 from mainline.
31603              
31604              Solaris hints.
31605      Branch: maint-5.6/perl
31606           !> hints/solaris_2.sh
31607 ____________________________________________________________________________
31608 [  8541] By: jhi                                   on 2001/01/25  03:39:28
31609         Log: Integrate #8336 from mainline.
31610      Branch: maint-5.6/perl
31611           !> hv.c
31612 ____________________________________________________________________________
31613 [  8540] By: jhi                                   on 2001/01/25  03:23:50
31614         Log: Retract #8539.
31615      Branch: maint-5.6/perl
31616            ! pod/perlfaq3.pod
31617 ____________________________________________________________________________
31618 [  8539] By: jhi                                   on 2001/01/25  03:21:55
31619         Log: (Retracted by #5940.)
31620      Branch: maint-5.6/perl
31621            ! pod/perlfaq3.pod
31622 ____________________________________________________________________________
31623 [  8538] By: jhi                                   on 2001/01/25  03:14:07
31624         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
31625              From: Peter Prymmer <pvhp@forte.com>
31626              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
31627              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
31628              
31629              The VMS bits.
31630      Branch: maint-5.6/perl
31631            ! configure.com vms/descrip_mms.template
31632 ____________________________________________________________________________
31633 [  8537] By: jhi                                   on 2001/01/25  03:06:09
31634         Log: Integrate #7710,7824,7973 from mainline.
31635      Branch: maint-5.6/perl
31636           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31637           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
31638           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
31639           !> vos/config.ga.def vos/config.ga.h win32/config.bc
31640           !> win32/config.gc win32/config.vc
31641 ____________________________________________________________________________
31642 [  8536] By: jhi                                   on 2001/01/24  13:50:20
31643         Log: Revert the edits made by me so far to the 5.6 branch since
31644              the TRIAL1 since I did edits when I should have been using
31645              integrates.  Bad programmer.   (Will integrate them properly later.)
31646              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
31647              The #8353 will not be reapplied at least for now since
31648              the UTF-8 hash keys need more thinking.
31649              (The patches #8347, #8354, #8454, #8473 were okay since they
31650              were original edits made specifically for the 5.6.1-TRIAL1.)
31651      Branch: maint-5.6/perl
31652            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31653            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
31654            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
31655            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
31656            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
31657            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31658            ! win32/config.bc win32/config.gc win32/config.vc
31659 ____________________________________________________________________________
31660 [  8535] By: bailey                                on 2001/01/24  06:37:02
31661         Log: SYN SYN
31662      Branch: vmsperl
31663           +> (branch 26 files)
31664           !> (integrate 130 files)
31665 ____________________________________________________________________________
31666 [  8534] By: nick                                  on 2001/01/23  19:30:57
31667         Log: Integrate mainline.
31668      Branch: perlio
31669           !> Changes Configure Porting/Glossary Porting/config.sh
31670           !> Porting/config_H embed.h embed.pl ext/Encode/compile
31671           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
31672           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
31673           !> pod/perlvar.pod proto.h t/lib/1_compile.t
31674 ____________________________________________________________________________
31675 [  8533] By: jhi                                   on 2001/01/23  16:15:46
31676         Log: Forgotten from #8501.
31677      Branch: perl
31678            ! Porting/Glossary Porting/config.sh Porting/config_H
31679 ____________________________________________________________________________
31680 [  8532] By: jhi                                   on 2001/01/23  16:13:27
31681         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
31682              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31683              Date: Mon, 22 Jan 2001 17:51:58 +0100
31684              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
31685      Branch: perl
31686            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
31687 ____________________________________________________________________________
31688 [  8531] By: jhi                                   on 2001/01/23  15:46:01
31689         Log: Update Changes.
31690      Branch: perl
31691            ! Changes patchlevel.h
31692 ____________________________________________________________________________
31693 [  8530] By: jhi                                   on 2001/01/23  15:38:39
31694         Log: De-cut-and-pasto.
31695      Branch: perl
31696            ! t/lib/1_compile.t
31697 ____________________________________________________________________________
31698 [  8529] By: jhi                                   on 2001/01/23  15:11:04
31699         Log: Document the mkdir trailing slashes case.
31700      Branch: perl
31701            ! pod/perlfunc.pod
31702 ____________________________________________________________________________
31703 [  8528] By: jhi                                   on 2001/01/23  15:08:28
31704         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
31705              get installed:
31706              
31707              Subject: lib/lib.pm
31708              From: <abigail@foad.org>
31709              Date: Mon, 28 Aug 2000 20:35:08 -0400
31710              Message-ID: <20000829003508.21281.qmail@foad.org>
31711      Branch: perl
31712            ! installperl
31713 ____________________________________________________________________________
31714 [  8527] By: jhi                                   on 2001/01/23  14:44:04
31715         Log: Metaconfig unit change for #8526.
31716      Branch: metaconfig
31717            ! U/threads/archname.U
31718 ____________________________________________________________________________
31719 [  8526] By: jhi                                   on 2001/01/23  14:43:19
31720         Log: Attach -perlio to the archname if so selected.
31721      Branch: perl
31722            ! Configure
31723 ____________________________________________________________________________
31724 [  8525] By: jhi                                   on 2001/01/23  14:24:01
31725         Log: Subject: [PATCH] pod/perlvar.pod
31726              From: abigail@foad.org
31727              Date: Tue, 23 Jan 2001 01:41:10 +0100
31728              Message-ID: <20010123004110.22259.qmail@foad.org>
31729      Branch: perl
31730            ! pod/perlvar.pod
31731 ____________________________________________________________________________
31732 [  8524] By: jhi                                   on 2001/01/23  14:22:32
31733         Log: A bug introduced in #8217 (the undefined variable in the
31734              lib/safe1_t #3) fixed, by Charles Lane:
31735              
31736              The earlier patch made it so that stuff running in Safe
31737              compartments could do a "caller" and see "main".  That
31738              little change in name is done right before the code in
31739              the compartment is run, and apparantly the parser
31740              was picking up the stash name before it got changed.
31741              
31742              (why it was threaded vs. unthreaded Perl that was sensitive to this
31743              I still don't know...and it probably doesn't matter).
31744              
31745              I tryed removing the stash name-change and saw that threaded Perl
31746              did indeed pass the lib/safe1.t tests.
31747              
31748              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
31749              do the name change (and to connect _ in the compartment to the global
31750              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
31751              to call _safe_pkg_prep when creating a new compartment.
31752              
31753              Passes all tests with threaded perl on linux; passes all tests
31754              with unthreaded perl on VMS.
31755              
31756              At some point I'll probably want to revisit Safe and Opcode to
31757              provide more sensible handling of global variables...and to get
31758              formats working in Safe compartments, which they don't do currently.
31759      Branch: perl
31760            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
31761 ____________________________________________________________________________
31762 [  8523] By: jhi                                   on 2001/01/23  14:11:58
31763         Log: Also the lib/Thread.pm itself needs to be ignored if
31764              the Thread extension hasn't been built.
31765      Branch: perl
31766            ! t/lib/1_compile.t
31767 ____________________________________________________________________________
31768 [  8522] By: jhi                                   on 2001/01/23  13:51:28
31769         Log: print() instead of warn() so that stderr doesn't get
31770              unncessarily polluted.
31771      Branch: perl
31772            ! ext/Encode/compile
31773 ____________________________________________________________________________
31774 [  8521] By: jhi                                   on 2001/01/23  13:49:48
31775         Log: Integrate perlio.
31776      Branch: perl
31777           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
31778           !> ext/Encode/encode.h
31779 ____________________________________________________________________________
31780 [  8520] By: nick                                  on 2001/01/22  21:44:00
31781         Log: More messing with Encode:
31782              Extra fields in header to allow multiple names and to record
31783              other things "compile" knows.
31784              Re-organise compile to factor out common output routines.
31785      Branch: perlio
31786            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
31787 ____________________________________________________________________________
31788 [  8519] By: nick                                  on 2001/01/22  20:33:50
31789         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
31790      Branch: perlio
31791            ! ext/Encode/Makefile.PL ext/Encode/compile
31792 ____________________________________________________________________________
31793 [  8518] By: nick                                  on 2001/01/22  20:28:13
31794         Log: Integrate mainline
31795      Branch: perlio
31796           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
31797           !> vos/config.alpha.def vos/config.alpha.h
31798 ____________________________________________________________________________
31799 [  8517] By: jhi                                   on 2001/01/22  15:37:17
31800         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
31801              by Inaba Hiroto.
31802      Branch: perl
31803            ! sv.c
31804 ____________________________________________________________________________
31805 [  8516] By: jhi                                   on 2001/01/22  14:55:15
31806         Log: More SIG_SIZE fixes.
31807      Branch: perl
31808            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
31809 ____________________________________________________________________________
31810 [  8515] By: jhi                                   on 2001/01/22  14:50:27
31811         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
31812              From: "Craig A. Berry" <craigberry@mac.com>
31813              Date: Mon, 22 Jan 2001 00:42:24 -0600
31814              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
31815      Branch: perl
31816            ! configure.com
31817 ____________________________________________________________________________
31818 [  8514] By: jhi                                   on 2001/01/22  14:31:17
31819         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
31820              From: "Craig A. Berry" <craigberry@mac.com>
31821              Date: Sun, 21 Jan 2001 23:03:25 -0600
31822              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
31823      Branch: perl
31824            ! configure.com
31825 ____________________________________________________________________________
31826 [  8513] By: jhi                                   on 2001/01/22  14:14:00
31827         Log: Add the .ucm encoding tables to the MANIFEST.
31828      Branch: perl
31829            ! MANIFEST
31830 ____________________________________________________________________________
31831 [  8512] By: jhi                                   on 2001/01/22  13:43:33
31832         Log: Integrate perlio.
31833      Branch: perl
31834           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31835           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31836           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31837           +> ext/Encode/Encode/iso8859-10.ucm
31838           +> ext/Encode/Encode/iso8859-13.ucm
31839           +> ext/Encode/Encode/iso8859-14.ucm
31840           +> ext/Encode/Encode/iso8859-15.ucm
31841           +> ext/Encode/Encode/iso8859-16.ucm
31842           +> ext/Encode/Encode/iso8859-2.ucm
31843           +> ext/Encode/Encode/iso8859-3.ucm
31844           +> ext/Encode/Encode/iso8859-4.ucm
31845           +> ext/Encode/Encode/iso8859-5.ucm
31846           +> ext/Encode/Encode/iso8859-6.ucm
31847           +> ext/Encode/Encode/iso8859-7.ucm
31848           +> ext/Encode/Encode/iso8859-8.ucm
31849           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31850           +> ext/Encode/Encode/symbol.ucm
31851           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
31852           !> perliol.h
31853 ____________________________________________________________________________
31854 [  8511] By: nick                                  on 2001/01/21  23:44:47
31855         Log: Make "real" layers of ":utf8" and ":raw".
31856              So now PERLIO=utf8 perl ...
31857              does what Andreas wanted.
31858              Fix arg passing in open.pm (still have a Carp issue).
31859      Branch: perlio
31860            ! lib/open.pm perlio.c perliol.h
31861 ____________________________________________________________________________
31862 [  8510] By: jhi                                   on 2001/01/21  22:56:53
31863         Log: Document the regex context pushing/popping a bit better.
31864      Branch: perl
31865            ! regexec.c
31866 ____________________________________________________________________________
31867 [  8509] By: jhi                                   on 2001/01/21  22:55:44
31868         Log: Tweak the mkdir trailing slash code some more.
31869              
31870              TO DO: the same handling should probably be done for
31871              all the other filesystem functions that can have directories
31872              as their arguments.
31873      Branch: perl
31874            ! pp_sys.c
31875 ____________________________________________________________________________
31876 [  8508] By: nick                                  on 2001/01/21  21:37:43
31877         Log: Switch "compiled in" encodings to .ucm format.
31878              (Leave others as .enc till we can run-time load .ucm,
31879              or find some other way to load them.)
31880      Branch: perlio
31881            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31882            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31883            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31884            + ext/Encode/Encode/iso8859-10.ucm
31885            + ext/Encode/Encode/iso8859-13.ucm
31886            + ext/Encode/Encode/iso8859-14.ucm
31887            + ext/Encode/Encode/iso8859-15.ucm
31888            + ext/Encode/Encode/iso8859-16.ucm
31889            + ext/Encode/Encode/iso8859-2.ucm
31890            + ext/Encode/Encode/iso8859-3.ucm
31891            + ext/Encode/Encode/iso8859-4.ucm
31892            + ext/Encode/Encode/iso8859-5.ucm
31893            + ext/Encode/Encode/iso8859-6.ucm
31894            + ext/Encode/Encode/iso8859-7.ucm
31895            + ext/Encode/Encode/iso8859-8.ucm
31896            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31897            + ext/Encode/Encode/symbol.ucm
31898            ! ext/Encode/Makefile.PL ext/Encode/compile
31899 ____________________________________________________________________________
31900 [  8507] By: nick                                  on 2001/01/21  21:02:03
31901         Log: Integrate (partial) mainline.
31902      Branch: perlio
31903           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
31904           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
31905           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31906 ____________________________________________________________________________
31907 [  8506] By: jhi                                   on 2001/01/21  20:09:30
31908         Log: Update Changes.
31909      Branch: perl
31910            ! Changes patchlevel.h
31911 ____________________________________________________________________________
31912 [  8505] By: jhi                                   on 2001/01/21  19:39:59
31913         Log: Subject: Minor typos in perlfaq2.pod
31914              From: "Stephen P. Potter" <spp@spotter.yi.org>
31915              Message-Id: <200101192101.QAA11911@spotter.yi.org>
31916              Date: Fri, 19 Jan 2001 16:01:13 -0500
31917              
31918              with a nit from Philip Netwon.
31919      Branch: perl
31920            ! pod/perlfaq2.pod
31921 ____________________________________________________________________________
31922 [  8504] By: jhi                                   on 2001/01/21  19:33:05
31923         Log: Metaconfig change for #8503.
31924      Branch: metaconfig
31925            ! U/threads/usethreads.U
31926 ____________________________________________________________________________
31927 [  8503] By: jhi                                   on 2001/01/21  19:32:21
31928         Log: Sanity check for conflicting thread flavours.
31929      Branch: perl
31930            ! Configure config_h.SH
31931 ____________________________________________________________________________
31932 [  8502] By: jhi                                   on 2001/01/21  19:23:00
31933         Log: Metaconfig change for #8501.
31934      Branch: metaconfig
31935            ! U/modified/sig_name.U
31936 ____________________________________________________________________________
31937 [  8501] By: jhi                                   on 2001/01/21  19:22:26
31938         Log: The SIG_SIZE is the number of the elements *excluding*
31939              the terminating NULL.
31940      Branch: perl
31941            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
31942            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
31943            ! win32/config_H.vc
31944 ____________________________________________________________________________
31945 [  8500] By: jhi                                   on 2001/01/21  18:31:31
31946         Log: Integrate perlio.
31947      Branch: perl
31948           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
31949           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
31950           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
31951           !> pp_sys.c proto.h sv.c
31952 ____________________________________________________________________________
31953 [  8499] By: jhi                                   on 2001/01/21  17:43:57
31954         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
31955              From: Hugo <hv@crypt.compulink.co.uk>
31956              Date: Sun, 21 Jan 2001 13:34:05 +0000
31957              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
31958              
31959              In sprintf UTF8ize only if necessary.
31960      Branch: perl
31961            ! sv.c
31962 ____________________________________________________________________________
31963 [  8498] By: nick                                  on 2001/01/21  16:25:32
31964         Log: Encode cleanup.
31965              Add command line control over "compile" so that Makefile.PL
31966              needs can be combined with other uses.
31967              Use command line options in Makefile.PL.
31968              Fix multi-byte parsing in .ucm files.
31969      Branch: perlio
31970            ! ext/Encode/Makefile.PL ext/Encode/compile
31971 ____________________________________________________________________________
31972 [  8497] By: nick                                  on 2001/01/21  12:56:27
31973         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
31974      Branch: perlio
31975            ! ext/Encode/Encode.xs
31976 ____________________________________________________________________________
31977 [  8496] By: nick                                  on 2001/01/21  12:18:45
31978         Log: Fixup after integrate:
31979              missed the .sym files that are changed by regen_headers
31980              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
31981      Branch: perlio
31982            ! global.sym pp.sym sv.c
31983 ____________________________________________________________________________
31984 [  8495] By: nick                                  on 2001/01/21  11:51:07
31985         Log: Integrate mainline.
31986      Branch: perlio
31987           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
31988           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
31989           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
31990           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
31991           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
31992           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
31993           !> win32/Makefile win32/makefile.mk
31994 ____________________________________________________________________________
31995 [  8494] By: jhi                                   on 2001/01/20  23:12:11
31996         Log: Forgot the expect_number() prototype.
31997      Branch: perl
31998            ! embed.h embed.pl proto.h
31999 ____________________________________________________________________________
32000 [  8493] By: jhi                                   on 2001/01/20  22:56:39
32001         Log: Subject: [PATCH: perl@8482] README.vms URL updates
32002              From: Peter Prymmer <pvhp@forte.com>
32003              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
32004              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
32005              
32006              Plus Craig A. Berry's suggestion to use compaq.com instead
32007              of digital.com.
32008      Branch: perl
32009            ! README.vms
32010 ____________________________________________________________________________
32011 [  8492] By: jhi                                   on 2001/01/20  22:50:05
32012         Log: Memory management calls documentation.
32013      Branch: perl
32014            ! pod/perlguts.pod
32015 ____________________________________________________________________________
32016 [  8491] By: jhi                                   on 2001/01/20  22:38:33
32017         Log: Signedness nit plus few memcpy/Copy nits.
32018      Branch: perl
32019            ! sv.c
32020 ____________________________________________________________________________
32021 [  8490] By: jhi                                   on 2001/01/20  22:25:53
32022         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
32023              From: Peter Prymmer <pvhp@forte.com>
32024              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
32025              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
32026      Branch: perl
32027            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
32028 ____________________________________________________________________________
32029 [  8489] By: jhi                                   on 2001/01/20  22:24:41
32030         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
32031              From: Peter Prymmer <pvhp@forte.com>
32032              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
32033              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
32034      Branch: perl
32035            ! win32/Makefile win32/makefile.mk
32036 ____________________________________________________________________________
32037 [  8488] By: jhi                                   on 2001/01/20  22:22:27
32038         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
32039              From: Peter Prymmer <pvhp@forte.com>
32040              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
32041              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
32042      Branch: perl
32043            ! Makefile.SH
32044 ____________________________________________________________________________
32045 [  8487] By: jhi                                   on 2001/01/20  22:21:18
32046         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
32047              From: Peter Prymmer <pvhp@forte.com>
32048              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
32049              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
32050      Branch: perl
32051            + ext/DynaLoader/dl_dllload.xs
32052            ! MANIFEST Makefile.SH hints/os390.sh
32053 ____________________________________________________________________________
32054 [  8486] By: jhi                                   on 2001/01/20  22:17:53
32055         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
32056              From: Peter Prymmer <pvhp@forte.com>
32057              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
32058              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
32059      Branch: perl
32060            ! README.os390 README.posix-bc
32061 ____________________________________________________________________________
32062 [  8485] By: jhi                                   on 2001/01/20  20:15:30
32063         Log: Document and test the new qu operator.
32064      Branch: perl
32065            + t/op/qu.t
32066            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
32067            ! pod/perlretut.pod pod/perlunicode.pod
32068 ____________________________________________________________________________
32069 [  8484] By: nick                                  on 2001/01/20  19:42:30
32070         Log: Infrastructure to allow:
32071              open($fh,"|-",@array);
32072              to be implemented
32073              i.e. mark pp_open as needing a stack mark, and make pp_open
32074              process its args in that style (and pass them _all_ to tied handles OPEN).
32075              Invent do_openn() which takes SV ** at allow it to see multiple args.
32076              Note this does not _do_ anything yet.
32077      Branch: perlio
32078            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
32079            ! perlapi.c pp_proto.h pp_sys.c proto.h
32080 ____________________________________________________________________________
32081 [  8483] By: nick                                  on 2001/01/20  17:23:14
32082         Log: Integrate mainline.
32083      Branch: perlio
32084           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
32085           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
32086 ____________________________________________________________________________
32087 [  8482] By: jhi                                   on 2001/01/19  15:37:49
32088         Log: Update Changes.
32089      Branch: perl
32090            ! Changes patchlevel.h
32091 ____________________________________________________________________________
32092 [  8481] By: jhi                                   on 2001/01/19  14:41:24
32093         Log: Subject: Re: new feature: s?printf parameter reordering 
32094              From: Hugo <hv@crypt.compulink.co.uk>
32095              Date: Thu, 11 Jan 2001 17:09:03 +0000
32096              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
32097              
32098              - support reordering for all parameters: %, *v, *, .*
32099              - lay down that the reordering specification must immediately
32100              follow that parameter: %3$, *v3$, *3$, .*3$
32101              - fix vectorisation of a zero-length string
32102              - factor out the code choosing the argument to format
32103              
32104              Possibly unwanted side-effects:
32105              - the special format specifiers ' +-0' must now precede any
32106              vectorisation specifier. Tests in op/sprintf and op/ver
32107              have been changed to reflect this.
32108              - sprintf.t test #214 changed its expectations because in many
32109              cases, the next parameter has already been consumed when an
32110              invalid type letter is detected.
32111              
32112              Probably wanted side-effects:
32113              - attempts to format a non-existent parameter will warn as if C<undef>
32114              - attempt to write to non-existent parameter with '%n' will complain
32115              of "attempt to modify read-only value" instead of being silent
32116      Branch: perl
32117            ! sv.c t/op/sprintf.t t/op/ver.t
32118 ____________________________________________________________________________
32119 [  8480] By: jhi                                   on 2001/01/19  14:08:37
32120         Log: Subject: PATCH pragma/locale.t
32121              From: andreas.koenig@anima.de (Andreas J. Koenig)
32122              Date: 18 Jan 2001 09:45:37 +0100
32123              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
32124      Branch: perl
32125            ! t/pragma/locale.t
32126 ____________________________________________________________________________
32127 [  8479] By: jhi                                   on 2001/01/19  13:19:58
32128         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
32129      Branch: perl
32130            ! configure.com
32131 ____________________________________________________________________________
32132 [  8478] By: jhi                                   on 2001/01/19  02:12:35
32133         Log: Automate 1_compile.t.
32134      Branch: perl
32135            ! t/lib/1_compile.t
32136 ____________________________________________________________________________
32137 [  8477] By: jhi                                   on 2001/01/19  01:49:56
32138         Log: Integrate perlio.
32139      Branch: perl
32140           !> sv.c win32/config.bc win32/config.gc win32/config.vc
32141           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32142 ____________________________________________________________________________
32143 [  8476] By: nick                                  on 2001/01/18  21:51:52
32144         Log: Integrate mainline
32145      Branch: perlio
32146           +> t/lib/1_compile.t t/lib/compmod.pl
32147           !> MANIFEST configure.com lib/unicode/distinct.pm
32148 ____________________________________________________________________________
32149 [  8475] By: nick                                  on 2001/01/18  21:48:02
32150         Log: Win32 "safe signals" co-existance fix.
32151              Fix SIG_SIZE value.
32152              Clear PL_sig_pending when cloning (fork).
32153      Branch: perlio
32154            ! sv.c win32/config.bc win32/config.gc win32/config.vc
32155            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32156 ____________________________________________________________________________
32157 [  8474] By: jhi                                   on 2001/01/18  14:40:57
32158         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
32159      Branch: perl
32160            ! t/lib/1_compile.t
32161 ____________________________________________________________________________
32162 [  8473] By: gsar                                  on 2001/01/18  11:42:31
32163         Log: unsubmitted trial1 change
32164      Branch: maint-5.6/perl
32165            ! Changes
32166 ____________________________________________________________________________
32167 [  8472] By: jhi                                   on 2001/01/18  04:30:24
32168         Log: The first bug found by 1_compile.t.
32169      Branch: perl
32170            ! lib/unicode/distinct.pm
32171 ____________________________________________________________________________
32172 [  8471] By: jhi                                   on 2001/01/18  04:29:42
32173         Log: Add Schwern's 1_compile test.  The compile_module script renamed
32174              to be a bit shorter for the 8.3 people.
32175      Branch: perl
32176            + t/lib/1_compile.t t/lib/compmod.pl
32177            ! MANIFEST
32178 ____________________________________________________________________________
32179 [  8470] By: jhi                                   on 2001/01/18  04:16:00
32180         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)
32181              From: Peter Prymmer <pvhp@forte.com>
32182              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
32183              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
32184              Replace #8463.
32185      Branch: maint-5.6/perl
32186            ! configure.com
32187 ____________________________________________________________________________
32188 [  8469] By: jhi                                   on 2001/01/18  04:13:02
32189         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)
32190              From: Peter Prymmer <pvhp@forte.com>
32191              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
32192              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
32193              Replace #8462.
32194      Branch: perl
32195            ! configure.com
32196 ____________________________________________________________________________
32197 [  8468] By: jhi                                   on 2001/01/18  03:42:08
32198         Log: Integrate perlio.
32199      Branch: perl
32200           !> gv.c mg.c perlio.c util.c
32201 ____________________________________________________________________________
32202 [  8467] By: nick                                  on 2001/01/17  22:41:10
32203         Log: "Safe" signals - trial implementation.
32204              gv.c tweaked to zero PL_sig_pend array
32205              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
32206              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
32207              Odd thing is that it "works" with PERLIO=stdio as well (linux).
32208      Branch: perlio
32209            ! gv.c mg.c perlio.c util.c
32210 ____________________________________________________________________________
32211 [  8466] By: nick                                  on 2001/01/17  20:40:20
32212         Log: Integrate mainline.
32213      Branch: perlio
32214           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32215           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
32216           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
32217           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32218           !> vos/config.ga.h win32/config.bc win32/config.gc
32219           !> win32/config.vc
32220 ____________________________________________________________________________
32221 [  8465] By: jhi                                   on 2001/01/17  18:37:13
32222         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
32223              From: Nicholas Clark <nick@ccl4.org>
32224              Date: Wed, 17 Jan 2001 17:31:33 +0000
32225              Message-ID: <20010117173133.I2633@plum.flirble.org>
32226      Branch: perl
32227            ! t/op/int.t
32228 ____________________________________________________________________________
32229 [  8464] By: jhi                                   on 2001/01/17  14:43:17
32230         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
32231              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32232              Date: Wed, 17 Jan 2001 15:16:43 +0100
32233              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
32234              
32235              pp_int() was dropping an NV to the floor,
32236              int(279964589018079/59) either returned not an integer
32237              4745162525730.15, or one got "Attempt to free unreferenced scalar."
32238      Branch: perl
32239            ! pp.c
32240 ____________________________________________________________________________
32241 [  8463] By: jhi                                   on 2001/01/17  06:12:42
32242         Log: (Replaced by #8470)
32243              
32244              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)
32245              From: "Craig A. Berry" <craigberry@mac.com>
32246              Date: Tue, 16 Jan 2001 23:38:46 -0600
32247              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
32248      Branch: maint-5.6/perl
32249            ! configure.com
32250 ____________________________________________________________________________
32251 [  8462] By: jhi                                   on 2001/01/17  06:11:31
32252         Log: (Replaced by #8469)
32253              
32254              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)
32255              From: "Craig A. Berry" <craigberry@mac.com>
32256              Date: Tue, 16 Jan 2001 23:38:46 -0600
32257              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
32258      Branch: perl
32259            ! configure.com
32260 ____________________________________________________________________________
32261 [  8461] By: jhi                                   on 2001/01/17  05:56:12
32262         Log: Allow for one trailing slash in the directory of mkdir().
32263      Branch: perl
32264            ! pp_sys.c
32265 ____________________________________________________________________________
32266 [  8460] By: jhi                                   on 2001/01/17  03:26:01
32267         Log: Metaconfig unit changes for #8459.
32268      Branch: metaconfig
32269            ! U/modified/Loc.U U/modified/sig_name.U
32270 ____________________________________________________________________________
32271 [  8459] By: jhi                                   on 2001/01/17  03:24:48
32272         Log: Define SIG_SIZE, the number of elements in the sig_name and
32273              sig_num arrays, including the final NULL entry.
32274      Branch: perl
32275            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32276            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
32277            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
32278            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32279            ! win32/config.bc win32/config.gc win32/config.vc
32280 ____________________________________________________________________________
32281 [  8458] By: jhi                                   on 2001/01/17  01:41:33
32282         Log: Integrate perlio.
32283      Branch: perl
32284           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
32285           !> perlapi.h proto.h sv.c
32286 ____________________________________________________________________________
32287 [  8457] By: nick                                  on 2001/01/16  22:07:26
32288         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
32289              Provides all the "cost" but no benefit yet - it is to allow cost
32290              to be measured, and implementation experiments (just in mg.c?).
32291      Branch: perlio
32292            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
32293            ! perlapi.h proto.h sv.c
32294 ____________________________________________________________________________
32295 [  8456] By: nick                                  on 2001/01/16  21:07:07
32296         Log: Integrate mainline.
32297      Branch: perlio
32298           !> (integrate 51 files)
32299 ____________________________________________________________________________
32300 [  8455] By: jhi                                   on 2001/01/16  18:13:43
32301         Log: Subject: [PATCH] regcomp.c old feature removal
32302              From: mjd@plover.com
32303              Date: 16 Jan 2001 14:43:18 -0000 
32304              Message-ID: <20010116144318.7140.qmail@plover.com> 
32305      Branch: perl
32306            ! regcomp.c
32307 ____________________________________________________________________________
32308 [  8454] By: jhi                                   on 2001/01/16  16:12:39
32309         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
32310              From: "Indy Singh" <indy@nusphere.com>
32311              Date: Wed, 10 Jan 2001 20:17:49 -0500
32312              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
32313      Branch: maint-5.6/perl
32314            ! win32/Makefile
32315 ____________________________________________________________________________
32316 [  8453] By: jhi                                   on 2001/01/16  16:09:33
32317         Log: Update Changes.
32318      Branch: perl
32319            ! Changes patchlevel.h
32320 ____________________________________________________________________________
32321 [  8452] By: jhi                                   on 2001/01/16  15:42:04
32322         Log: Subject: Re: API Cleanup
32323              To: perl5-porters@perl.org
32324              Date: Tue, 16 Jan 2001 13:42:30 +0000
32325              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
32326              
32327              Subject: [PATCH] utf8.c documentation
32328              From: Simon Cozens <simon@cozens.net>
32329              Date: Tue, 16 Jan 2001 13:52:48 +0000
32330              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
32331              
32332              Subject: Re: API Cleanup
32333              From: Simon Cozens <simon@cozens.net>
32334              Date: Tue, 16 Jan 2001 14:58:55 +0000
32335              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
32336              
32337              UTF-8 doc patches.
32338      Branch: perl
32339            ! embed.pl pod/perlapi.pod utf8.c
32340 ____________________________________________________________________________
32341 [  8451] By: jhi                                   on 2001/01/16  14:41:39
32342         Log: podlators 1.07, from Russ Allbery.
32343      Branch: perl
32344            ! lib/Pod/Man.pm
32345 ____________________________________________________________________________
32346 [  8450] By: jhi                                   on 2001/01/16  14:24:19
32347         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
32348              From: "Indy Singh" <indy@nusphere.com>
32349              Date: Mon, 15 Jan 2001 20:59:40 -0500
32350              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
32351      Branch: perl
32352            ! win32/Makefile
32353 ____________________________________________________________________________
32354 [  8449] By: jhi                                   on 2001/01/16  03:42:55
32355         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
32356              at the setting of the ofs_sv in new_struct_thread() as the
32357              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
32358              that invited a core dump.
32359      Branch: perl
32360            ! util.c
32361 ____________________________________________________________________________
32362 [  8448] By: jhi                                   on 2001/01/16  01:49:07
32363         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
32364              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32365              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
32366              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
32367              
32368              Replace #8444 and #8445.
32369      Branch: perl
32370            ! ext/B/B.xs ext/B/B/Debug.pm
32371 ____________________________________________________________________________
32372 [  8447] By: jhi                                   on 2001/01/15  21:05:35
32373         Log: Subject: [PATCH] API Variable documentation   
32374              From: Simon Cozens <simon@cozens.net>
32375              Date: Mon, 15 Jan 2001 19:35:54 +0000
32376              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
32377      Branch: perl
32378            ! pod/perlapi.pod thrdvar.h
32379 ____________________________________________________________________________
32380 [  8446] By: jhi                                   on 2001/01/15  20:49:20
32381         Log: Signedness nit.
32382      Branch: perl
32383            ! pp_ctl.c
32384 ____________________________________________________________________________
32385 [  8445] By: jhi                                   on 2001/01/15  20:28:48
32386         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
32387      Branch: perl
32388            ! ext/B/B/Debug.pm
32389 ____________________________________________________________________________
32390 [  8444] By: jhi                                   on 2001/01/15  13:09:10
32391         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
32392      Branch: perl
32393            ! ext/B/B.xs
32394 ____________________________________________________________________________
32395 [  8443] By: jhi                                   on 2001/01/15  13:06:26
32396         Log: Missing from #8439.
32397      Branch: perl
32398            ! keywords.h mg.c
32399 ____________________________________________________________________________
32400 [  8442] By: jhi                                   on 2001/01/15  13:02:38
32401         Log: Subject: [PATCH @8436] Eliminate op_children
32402              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32403              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
32404              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
32405              
32406              Subject: [PATCH @8436] Re: Eliminate op_children
32407              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32408              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
32409              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
32410      Branch: perl
32411            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
32412            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
32413            ! op.c op.h
32414 ____________________________________________________________________________
32415 [  8441] By: jhi                                   on 2001/01/15  12:57:08
32416         Log: Use the /^Perl_/-less form of is_lvalue_sub().
32417      Branch: perl
32418            ! pp.h
32419 ____________________________________________________________________________
32420 [  8440] By: jhi                                   on 2001/01/15  05:13:09
32421         Log: Revert #8437 and #8438, the Linux large files story is more complex.
32422      Branch: metaconfig/U/perl
32423            ! d_fpos64_t.U d_off64_t.U
32424      Branch: perl
32425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32426            ! config_h.SH configure.com epoc/config.sh perl.h
32427            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32428            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32429            ! win32/config.bc win32/config.gc win32/config.vc
32430 ____________________________________________________________________________
32431 [  8439] By: jhi                                   on 2001/01/15  05:02:24
32432         Log: More UTF-8 patches from Inaba Hiroto.
32433              - The substr lval was still not okay.
32434              - Now pp_stringify and sv_setsv copies source's UTF8 flag
32435              even if IN_BYTE.  pp_stringify is called from fold_constants
32436              at optimization phase and "\x{100}" was made SvUTF8_off under
32437              use bytes (the bytes pragma is for "byte semantics" and not
32438              for "do not produce UTF8 data")
32439              - New `qu' operator to generate UTF8 string explicitly.
32440              Though I agree with the policy "0x00-0xff always produce bytes",
32441              sometimes want to such a string to be coded in UTF8.
32442              I can use pack"U0a*" but it requires more typing and has
32443              runtime overhead.
32444              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
32445              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
32446              string is not UTF8_on and has char 0x80-0xff.
32447              
32448              TODO: document and test qu.
32449      Branch: perl
32450            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
32451            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
32452            ! toke.c
32453 ____________________________________________________________________________
32454 [  8438] By: jhi                                   on 2001/01/14  05:10:23
32455         Log: Metaconfig unit changes for #8437.
32456      Branch: metaconfig/U/perl
32457            ! d_fpos64_t.U d_off64_t.U
32458 ____________________________________________________________________________
32459 [  8437] By: jhi                                   on 2001/01/14  04:55:34
32460         Log: Add <features.h> probing, seems to be needed for (some?)
32461              Linux largefileness.
32462      Branch: perl
32463            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32464            ! config_h.SH configure.com epoc/config.sh perl.h
32465            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32466            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32467            ! win32/config.bc win32/config.gc win32/config.vc
32468 ____________________________________________________________________________
32469 [  8436] By: jhi                                   on 2001/01/13  17:47:21
32470         Log: Tighten some of the tests a bit.
32471      Branch: perl
32472            ! t/pragma/utf8.t
32473 ____________________________________________________________________________
32474 [  8435] By: jhi                                   on 2001/01/13  17:31:54
32475         Log: Integrate perlio.
32476      Branch: perl
32477           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
32478           !> win32/config_H.gc win32/config_H.vc
32479 ____________________________________________________________________________
32480 [  8434] By: nick                                  on 2001/01/13  11:36:53
32481         Log: Run dmake regen_config_h for Win32
32482      Branch: perlio
32483            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32484 ____________________________________________________________________________
32485 [  8433] By: nick                                  on 2001/01/13  11:31:55
32486         Log: VMS friendly patch to Encode compile process
32487      Branch: perlio
32488            ! ext/Encode/Makefile.PL ext/Encode/compile
32489 ____________________________________________________________________________
32490 [  8432] By: nick                                  on 2001/01/13  11:06:44
32491         Log: Integrate mainline
32492      Branch: perlio
32493           +> ext/B/B/Concise.pm
32494           !> (integrate 52 files)
32495 ____________________________________________________________________________
32496 [  8431] By: jhi                                   on 2001/01/13  05:55:55
32497         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
32498              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32499              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
32500              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
32501      Branch: perl
32502            ! ext/B/B/Concise.pm
32503 ____________________________________________________________________________
32504 [  8430] By: jhi                                   on 2001/01/13  04:24:18
32505         Log: The LVRET macro needed an aTHX.
32506      Branch: perl
32507            ! pp.h
32508 ____________________________________________________________________________
32509 [  8429] By: jhi                                   on 2001/01/13  02:12:42
32510         Log: Update Changes.
32511      Branch: perl
32512            ! Changes patchlevel.h
32513 ____________________________________________________________________________
32514 [  8428] By: jhi                                   on 2001/01/13  02:08:50
32515         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
32516              From: Peter Prymmer <pvhp@forte.com>
32517              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
32518              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
32519              
32520              Add a BEGIN guard for sloppy floating point division.
32521      Branch: perl
32522            ! lib/Math/BigInt.pm lib/bigint.pl
32523 ____________________________________________________________________________
32524 [  8427] By: jhi                                   on 2001/01/13  01:47:16
32525         Log: The B::Terse drop-in replacement wasn't quite drop-in.
32526      Branch: perl
32527            ! ext/B/B/Terse.pm
32528 ____________________________________________________________________________
32529 [  8426] By: jhi                                   on 2001/01/12  21:20:43
32530         Log: Use UVXf.
32531      Branch: perl
32532            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32533            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
32534            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32535            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32536            ! win32/config.gc win32/config.vc
32537 ____________________________________________________________________________
32538 [  8425] By: jhi                                   on 2001/01/12  20:20:14
32539         Log: Subject: [PATCH perl@8342] -Wformat
32540              From: Robin Barker <rmb1@cise.npl.co.uk>
32541              Date: Fri, 12 Jan 2001 20:03:14 GMT
32542              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
32543      Branch: perl
32544            ! ext/Encode/Encode.xs mg.c sv.c toke.c
32545 ____________________________________________________________________________
32546 [  8424] By: jhi                                   on 2001/01/12  20:01:48
32547         Log: Subject: B::Concise -- an improved replacement for B::Terse 
32548              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32549              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
32550              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
32551      Branch: perl
32552            + ext/B/B/Concise.pm
32553            ! MANIFEST ext/B/B/Terse.pm
32554 ____________________________________________________________________________
32555 [  8423] By: jhi                                   on 2001/01/12  19:24:02
32556         Log: The new metaconfig unit from the #8421.
32557      Branch: metaconfig/U/perl
32558            + d_sigprocmask.U
32559 ____________________________________________________________________________
32560 [  8422] By: jhi                                   on 2001/01/12  19:23:43
32561         Log: Forgot the microperl config from the #8421.
32562      Branch: perl
32563            ! uconfig.h uconfig.sh
32564 ____________________________________________________________________________
32565 [  8421] By: jhi                                   on 2001/01/12  19:05:27
32566         Log: Add sigprocmask() probe, regen Configure, regen toc.
32567      Branch: perl
32568            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32569            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
32570            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32571            ! vos/config.ga.h win32/config.bc win32/config.gc
32572            ! win32/config.vc
32573 ____________________________________________________________________________
32574 [  8420] By: jhi                                   on 2001/01/12  18:34:31
32575         Log: Add sockatmark() to the todo list.
32576      Branch: perl
32577            ! Todo-5.6
32578 ____________________________________________________________________________
32579 [  8419] By: jhi                                   on 2001/01/12  18:09:46
32580         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
32581      Branch: perl
32582            ! op.c
32583 ____________________________________________________________________________
32584 [  8418] By: jhi                                   on 2001/01/12  18:05:30
32585         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
32586              From: Radu Greab <radu@netsoft.ro>
32587              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
32588              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
32589      Branch: perl
32590            ! op.c t/pragma/sub_lval.t
32591 ____________________________________________________________________________
32592 [  8417] By: jhi                                   on 2001/01/12  16:09:09
32593         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
32594              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
32595              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
32596              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
32597      Branch: perl
32598            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
32599            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
32600            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
32601            ! t/pragma/sub_lval.t toke.c
32602 ____________________________________________________________________________
32603 [  8416] By: jhi                                   on 2001/01/12  15:42:06
32604         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
32605              From: "Richard Soderberg" <rs@crystalflame.net>
32606              Date: Fri, 12 Jan 2001 04:49:35 -0800
32607              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
32608              
32609              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
32610              according to the platform.
32611      Branch: perl
32612            ! op.c
32613 ____________________________________________________________________________
32614 [  8415] By: jhi                                   on 2001/01/12  15:33:41
32615         Log: One more UTF-8 fix from Inaba Hiroto.
32616      Branch: perl
32617            ! pp.c regexec.c t/pragma/utf8.t
32618 ____________________________________________________________________________
32619 [  8414] By: jhi                                   on 2001/01/12  15:30:18
32620         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
32621      Branch: perl
32622            ! regexec.c
32623 ____________________________________________________________________________
32624 [  8413] By: jhi                                   on 2001/01/12  15:22:10
32625         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
32626              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32627              Date: Thu, 11 Jan 2001 12:53:36 +0100
32628              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
32629      Branch: perl
32630            ! toke.c
32631 ____________________________________________________________________________
32632 [  8412] By: jhi                                   on 2001/01/12  15:20:25
32633         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
32634              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32635              Date: Fri, 12 Jan 2001 14:37:55 +0100
32636              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
32637      Branch: perl
32638            ! hints/posix-bc.sh
32639 ____________________________________________________________________________
32640 [  8411] By: jhi                                   on 2001/01/12  15:14:14
32641         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
32642              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32643              Date: Fri, 12 Jan 2001 10:42:21 +0100
32644              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
32645      Branch: perl
32646            ! t/op/regmesg.t
32647 ____________________________________________________________________________
32648 [  8410] By: jhi                                   on 2001/01/12  05:48:55
32649         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
32650              From: Nicholas Clark <nick@ccl4.org> 
32651              Date: Sun, 7 Jan 2001 19:47:14 +0000
32652              Message-ID: <20010107194714.B1048@plum.flirble.org>
32653      Branch: perl
32654            ! t/op/numconvert.t
32655 ____________________________________________________________________________
32656 [  8409] By: jhi                                   on 2001/01/12  05:41:28
32657         Log: Integrate perlio.
32658      Branch: perl
32659           !> mg.c scope.h
32660 ____________________________________________________________________________
32661 [  8408] By: nick                                  on 2001/01/11  22:43:28
32662         Log: Remove variables that were used in experiments.
32663      Branch: perlio
32664            ! mg.c
32665 ____________________________________________________________________________
32666 [  8407] By: nick                                  on 2001/01/11  20:57:44
32667         Log: Catch die in %SIG handler and unblock the signal before re-dying.
32668              This make Linux work _without_ sigsetjmp().
32669              Turn off sigsetjmp() to see what else it does.
32670              May need Configure probe for sigprocmask() if anything has sigaction()
32671              but not sigprocmask().
32672      Branch: perlio
32673            ! mg.c scope.h
32674 ____________________________________________________________________________
32675 [  8406] By: nick                                  on 2001/01/11  19:32:07
32676         Log: Integrate mainline
32677      Branch: perlio
32678           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
32679           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
32680           !> t/op/substr.t
32681 ____________________________________________________________________________
32682 [  8405] By: jhi                                   on 2001/01/11  17:11:01
32683         Log: Fix UTF-8 lval substr().
32684      Branch: perl
32685            ! mg.c t/op/substr.t
32686 ____________________________________________________________________________
32687 [  8404] By: jhi                                   on 2001/01/11  05:13:58
32688         Log: Update Changes.
32689      Branch: perl
32690            ! Changes patchlevel.h
32691 ____________________________________________________________________________
32692 [  8403] By: jhi                                   on 2001/01/11  04:38:24
32693         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
32694              From: Hugo <hv@crypt.compulink.co.uk>
32695              Date: Mon, 30 Oct 2000 01:33:26 +0000
32696              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
32697      Branch: perl
32698            ! regexec.c t/op/re_tests
32699 ____________________________________________________________________________
32700 [  8402] By: jhi                                   on 2001/01/11  04:26:12
32701         Log: Integrate perlio.
32702      Branch: perl
32703           !> scope.h util.c
32704 ____________________________________________________________________________
32705 [  8401] By: nick                                  on 2001/01/10  22:52:55
32706         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
32707              (So Alan and Ilya can try setting via hints.)
32708              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
32709              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
32710              doing the save everywhere seems to restart read() correctly, but just
32711              doing it once "round" the handler does not.
32712      Branch: perlio
32713            ! scope.h
32714 ____________________________________________________________________________
32715 [  8400] By: jhi                                   on 2001/01/10  21:57:54
32716         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
32717              of IRIX, HP-UX is unaffected.
32718      Branch: perl
32719            ! perl.h
32720 ____________________________________________________________________________
32721 [  8399] By: nick                                  on 2001/01/10  21:29:19
32722         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
32723      Branch: perlio
32724            ! util.c
32725 ____________________________________________________________________________
32726 [  8398] By: jhi                                   on 2001/01/10  20:55:31
32727         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
32728              also have ReusePort.
32729      Branch: perl
32730            ! ext/IO/lib/IO/Socket/INET.pm
32731 ____________________________________________________________________________
32732 [  8397] By: jhi                                   on 2001/01/10  20:50:57
32733         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
32734              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
32735              Date: Wed, 10 Jan 2001 01:38:13 -0800
32736              Message-ID: <20010110013813.B41744@yahoo-inc.com>
32737      Branch: perl
32738            ! ext/IO/lib/IO/Socket/INET.pm
32739 ____________________________________________________________________________
32740 [  8396] By: jhi                                   on 2001/01/10  20:49:30
32741         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
32742              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
32743              Date: Wed, 10 Jan 2001 01:37:32 -0800
32744              Message-ID: <20010110013732.A41744@yahoo-inc.com>
32745      Branch: perl
32746            ! ext/Socket/Socket.pm
32747 ____________________________________________________________________________
32748 [  8395] By: jhi                                   on 2001/01/10  20:41:37
32749         Log: Test for bug id 20010105.016 (fixed by #8378).
32750      Branch: perl
32751            ! t/op/split.t
32752 ____________________________________________________________________________
32753 [  8394] By: jhi                                   on 2001/01/10  20:26:32
32754         Log: Integrate perlio.
32755      Branch: perl
32756            ! util.c
32757 ____________________________________________________________________________
32758 [  8393] By: nick                                  on 2001/01/10  19:34:30
32759         Log: Back out Simon's pid hackery for now.
32760      Branch: perlio
32761            ! util.c
32762 ____________________________________________________________________________
32763 [  8392] By: nick                                  on 2001/01/10  19:23:13
32764         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
32765      Branch: perlio
32766           !> (integrate 29 files)
32767 ____________________________________________________________________________
32768 [  8391] By: jhi                                   on 2001/01/10  18:43:15
32769         Log: Subject: [PATCH] Fix my_pclose segfault
32770              From: Simon Cozens <simon@cozens.net>
32771              Date: Wed, 10 Jan 2001 18:39:35 +0000
32772              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
32773      Branch: perl
32774            ! util.c
32775 ____________________________________________________________________________
32776 [  8390] By: jhi                                   on 2001/01/10  18:42:08
32777         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
32778              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32779              Date:     Wed, 10 Jan 2001 13:23:02 EST
32780              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
32781      Branch: perl
32782            ! ext/Opcode/Opcode.xs
32783 ____________________________________________________________________________
32784 [  8389] By: jhi                                   on 2001/01/10  15:16:07
32785         Log: Turn off the integer preservation for now.
32786      Branch: perl
32787            ! perl.h
32788 ____________________________________________________________________________
32789 [  8388] By: jhi                                   on 2001/01/10  15:01:25
32790         Log: Few more IDE/editor nits from p5p.
32791      Branch: perl
32792            ! pod/perlfaq3.pod
32793 ____________________________________________________________________________
32794 [  8387] By: jhi                                   on 2001/01/10  06:53:16
32795         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
32796              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
32797              Date: Tue, 9 Jan 2001 23:16:02 +0000
32798              Message-ID: <20010109231602.A81101@plum.flirble.org>
32799      Branch: perl
32800            ! sv.c
32801 ____________________________________________________________________________
32802 [  8386] By: jhi                                   on 2001/01/10  03:17:54
32803         Log: Test cases for #8385 (from Simon's "torture.pl")
32804      Branch: perl
32805            ! t/op/tr.t
32806 ____________________________________________________________________________
32807 [  8385] By: jhi                                   on 2001/01/10  03:17:11
32808         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
32809              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
32810              Date: Wed, 10 Jan 2001 11:39:39 +0900
32811              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
32812              
32813              Some more UTF-8 tr cases fixed.
32814      Branch: perl
32815            ! doop.c
32816 ____________________________________________________________________________
32817 [  8384] By: jhi                                   on 2001/01/09  22:45:40
32818         Log: Allow the locale test needing POSIX and the taint test
32819              needing IPC::SysV to run under 'minitest' (basically,
32820              bail out if loading the extension fails)
32821      Branch: perl
32822            ! t/op/misc.t t/op/taint.t
32823 ____________________________________________________________________________
32824 [  8383] By: jhi                                   on 2001/01/09  21:36:04
32825         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
32826              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32827              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
32828              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
32829      Branch: perl
32830            ! t/io/openpid.t
32831 ____________________________________________________________________________
32832 [  8382] By: jhi                                   on 2001/01/09  21:06:08
32833         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
32834              Should finish up the bug id 20001205.022.
32835      Branch: perl
32836            ! pp.c pp_hot.c scope.c
32837 ____________________________________________________________________________
32838 [  8381] By: jhi                                   on 2001/01/09  18:27:43
32839         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
32840              From: Andy Dougherty <doughera@lafayette.edu>
32841              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
32842              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
32843              
32844              More robust yacc/bison error detection.
32845      Branch: perl
32846            ! t/comp/proto.t
32847 ____________________________________________________________________________
32848 [  8380] By: jhi                                   on 2001/01/09  15:21:38
32849         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
32850              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32851              Date:     Tue, 9 Jan 2001 07:53:55 EST
32852              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
32853      Branch: perl
32854            ! t/op/misc.t vms/test.com
32855 ____________________________________________________________________________
32856 [  8379] By: jhi                                   on 2001/01/09  15:20:38
32857         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
32858              From: jhi@cc.hut.fi
32859              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
32860              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
32861              
32862              The #8378 fixed this.
32863      Branch: perl
32864            ! t/op/tr.t
32865 ____________________________________________________________________________
32866 [  8378] By: jhi                                   on 2001/01/09  15:05:32
32867         Log: Subject: One more patch for UTF8 
32868              From: Inaba Hiroto <inaba@st.rim.or.jp>
32869              Date: Tue, 09 Jan 2001 01:04:32 +0900
32870              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
32871              
32872              UTF-8 fixes for 'x' and tr///.
32873      Branch: perl
32874            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
32875            ! regcomp.c regexec.c toke.c utf8.c
32876 ____________________________________________________________________________
32877 [  8377] By: jhi                                   on 2001/01/09  14:32:17
32878         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
32879      Branch: perl
32880            ! t/op/length.t
32881 ____________________________________________________________________________
32882 [  8376] By: jhi                                   on 2001/01/09  04:32:32
32883         Log: integrate changes #7775, #8316, #8316 from mainline
32884      Branch: maint-5.6/perl
32885            ! hints/solaris_2.sh
32886 ____________________________________________________________________________
32887 [  8375] By: jhi                                   on 2001/01/09  04:26:43
32888         Log: Update Changes.
32889      Branch: perl
32890            ! Changes patchlevel.h
32891 ____________________________________________________________________________
32892 [  8374] By: jhi                                   on 2001/01/09  04:14:32
32893         Log: IDE/editor section tweaking.
32894      Branch: perl
32895            ! pod/perlfaq3.pod
32896 ____________________________________________________________________________
32897 [  8373] By: jhi                                   on 2001/01/09  02:38:26
32898         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
32899              From: Peter Prymmer <pvhp@forte.com>
32900              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
32901              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
32902              
32903              In preparation os OS/390 dynamic loading.
32904      Branch: perl
32905            ! README.os390 hints/os390.sh
32906 ____________________________________________________________________________
32907 [  8372] By: jhi                                   on 2001/01/09  00:24:30
32908         Log: Integrate with perlio.
32909      Branch: perl
32910           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
32911 ____________________________________________________________________________
32912 [  8371] By: nick                                  on 2001/01/08  23:54:33
32913         Log: Fix "scalars leaked" bugs caused by overload magic
32914              (Highlighted by Ilya's DESTROY optimization.)
32915      Branch: perlio
32916            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
32917 ____________________________________________________________________________
32918 [  8370] By: nick                                  on 2001/01/08  20:19:41
32919         Log: Integrate mainline
32920      Branch: perlio
32921           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
32922           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
32923           !> t/op/64bitint.t
32924 ____________________________________________________________________________
32925 [  8369] By: jhi                                   on 2001/01/08  17:30:52
32926         Log: save_delete() Safefree() doesn't (anymore?) work with shared
32927              strings, one test failure in op/misc and almost all of lib/b.
32928              (Outcomments #8369.)
32929      Branch: perl
32930            ! scope.c
32931 ____________________________________________________________________________
32932 [  8368] By: jhi                                   on 2001/01/08  14:47:10
32933         Log: (Outcommented by #8369.)
32934              
32935              Subject: Re: Perl BugID 20001205.022 ---- save_delete
32936              From: Simon Cozens <simon@cozens.net>
32937              Date: Sat, 6 Jan 2001 11:48:40 +0000
32938              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
32939              
32940              The save_delete() does need the Safefree.
32941      Branch: perl
32942            ! scope.c
32943 ____________________________________________________________________________
32944 [  8367] By: bailey                                on 2001/01/08  08:53:52
32945         Log: Once again syncing after too long an absence
32946      Branch: vmsperl
32947           +> (branch 55 files)
32948            - MAINTAIN fix_pl vos/config.def vos/config.h
32949            - vos/config_h.SH_orig
32950           !> (integrate 498 files)
32951 ____________________________________________________________________________
32952 [  8366] By: jhi                                   on 2001/01/08  02:42:59
32953         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
32954              From: nick@ccl4.org
32955              Date: Sun, 7 Jan 2001 21:07:18 +0000
32956              Message-Id: <20010107210717.D1048@plum.flirble.org>
32957      Branch: perl
32958            ! sv.c t/op/64bitint.t
32959 ____________________________________________________________________________
32960 [  8365] By: jhi                                   on 2001/01/08  02:35:16
32961         Log: Subject: [PATCH] environ nit
32962              From: Simon Cozens <simon@cozens.net>
32963              Date: Sun, 7 Jan 2001 17:57:07 +0000
32964              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
32965              
32966              Use environ only if we have it.
32967      Branch: perl
32968            ! mg.c
32969 ____________________________________________________________________________
32970 [  8364] By: jhi                                   on 2001/01/08  02:24:51
32971         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
32972      Branch: perl
32973            ! ext/GDBM_File/GDBM_File.xs
32974 ____________________________________________________________________________
32975 [  8363] By: jhi                                   on 2001/01/08  02:19:24
32976         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
32977              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32978              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
32979              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
32980      Branch: perl
32981            ! dump.c op.c
32982 ____________________________________________________________________________
32983 [  8362] By: jhi                                   on 2001/01/08  02:17:43
32984         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
32985              From: Doug MacEachern <dougm@covalent.net>
32986              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
32987              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
32988              
32989              Allow AUTOLOAD to be an xsub and allow such xsubs
32990              to avoid use of $AUTOLOAD.
32991      Branch: perl
32992            ! gv.c
32993 ____________________________________________________________________________
32994 [  8361] By: jhi                                   on 2001/01/08  02:16:07
32995         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32996              From: Radu Greab <radu@netsoft.ro>
32997              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
32998              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
32999              
33000              No need for the potentially unportable $SIG{CHLD}.
33001      Branch: perl
33002            ! t/io/pipe.t
33003 ____________________________________________________________________________
33004 [  8360] By: jhi                                   on 2001/01/08  01:58:23
33005         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
33006      Branch: perl
33007            ! lib/Getopt/Long.pm
33008 ____________________________________________________________________________
33009 [  8359] By: jhi                                   on 2001/01/08  01:55:44
33010         Log: Integrate perlio.
33011      Branch: perl
33012           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
33013           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
33014           !> utf8.c win32/Makefile
33015 ____________________________________________________________________________
33016 [  8358] By: jhi                                   on 2001/01/07  21:16:50
33017         Log: Update the EPOC cross SDK URL.
33018      Branch: perl
33019            ! README.epoc
33020 ____________________________________________________________________________
33021 [  8357] By: jhi                                   on 2001/01/07  21:16:09
33022         Log: Update the EPOC cross SDK URL.
33023      Branch: maint-5.6/perl
33024            ! README.epoc
33025 ____________________________________________________________________________
33026 [  8356] By: nick                                  on 2001/01/06  21:47:52
33027         Log: FILE * in XS code for PerlIO world:
33028              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
33029              - Add FILE * T_STDIO typemap.
33030              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
33031      Branch: perlio
33032            ! lib/ExtUtils/typemap perlio.c perlio.h
33033 ____________________________________________________________________________
33034 [  8355] By: jhi                                   on 2001/01/06  20:27:15
33035         Log: integrate change #8336 from mainline
33036              
33037              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
33038      Branch: maint-5.6/perl
33039            ! hv.c
33040 ____________________________________________________________________________
33041 [  8354] By: jhi                                   on 2001/01/06  20:24:29
33042         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33043              From: Robin Barker <rmb1@cise.npl.co.uk>
33044              Date: Fri, 22 Dec 2000 12:17:38 GMT
33045              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
33046              
33047              The patch reformats some long =item lines so they give
33048              correct output via pod2man | nroff -man
33049              
33050              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33051              From: Robin Barker <rmb1@cise.npl.co.uk>
33052              Date: Tue, 2 Jan 2001 15:35:03 GMT
33053              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
33054              
33055              Here is a _further_ patch which corrects a few more errors:
33056              * an empty C<=item> in CPAN.pm
33057              * patching the wrong file (pod/perlamiga.pod not README.amiga)
33058              * leaving empty C<=item>s which formatted incorrectly
33059              * over long C<=item>s revealed by latest patch to Pod::Man
33060      Branch: maint-5.6/perl
33061            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
33062            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
33063            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
33064            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
33065            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
33066            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
33067 ____________________________________________________________________________
33068 [  8353] By: jhi                                   on 2001/01/06  20:21:10
33069         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
33070              
33071              UTF-8 hash keys.
33072      Branch: maint-5.6/perl
33073            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
33074 ____________________________________________________________________________
33075 [  8352] By: jhi                                   on 2001/01/06  20:18:44
33076         Log: Forgotten from #8438.
33077      Branch: maint-5.6/perl
33078            ! epoc/epocish.h
33079 ____________________________________________________________________________
33080 [  8351] By: jhi                                   on 2001/01/06  20:18:12
33081         Log: Forgotten from #8347.
33082      Branch: maint-5.6/perl
33083            ! config_h.SH
33084 ____________________________________________________________________________
33085 [  8350] By: jhi                                   on 2001/01/06  20:00:19
33086         Log: Thinko in #8347.
33087      Branch: maint-5.6/perl
33088            ! regcomp.c
33089 ____________________________________________________________________________
33090 [  8349] By: jhi                                   on 2001/01/06  18:05:30
33091         Log: Copy the FAQ3 IDE section from the development branch,
33092              changes originally by Peter Prymmer.
33093      Branch: maint-5.6/perl
33094            ! pod/perlfaq3.pod
33095 ____________________________________________________________________________
33096 [  8348] By: jhi                                   on 2001/01/06  18:03:02
33097         Log: EPOC updates for TRIAL1.
33098              
33099              Subject: [5.6.1 trial1] EPOC update
33100              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33101              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
33102              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
33103              
33104              Subject: epoc patch2 for perl-5.6.1-trial1
33105              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33106              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
33107              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
33108      Branch: maint-5.6/perl
33109            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
33110            ! epoc/epocish.c
33111 ____________________________________________________________________________
33112 [  8347] By: jhi                                   on 2001/01/06  17:29:10
33113         Log: integrate changes #7710,7824,7973 from mainline,
33114              plus VMS nits from Peter Prymmer and Dan Sugalski.
33115              
33116              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
33117              library (getprotobyname and getprotobynumber are outversioned by
33118              the same calls in libc, at least for xlc version 3.
33119              
33120              Add HAS_SBRK_PROTO.
33121              
33122              Fixes for signedness warnings noticed by VMSperlers.
33123      Branch: maint-5.6/perl
33124            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33125            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
33126            ! sv.c vms/descrip_mms.template vos/config.alpha.def
33127            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33128            ! win32/config.bc win32/config.gc win32/config.vc
33129 ____________________________________________________________________________
33130 [  8346] By: nick                                  on 2001/01/06  14:36:01
33131         Log: Fixup accumulated integrate muddles (perlio == devperl again)
33132      Branch: perlio
33133            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
33134 ____________________________________________________________________________
33135 [  8345] By: nick                                  on 2001/01/06  14:24:58
33136         Log: Integrate mainline
33137      Branch: perlio
33138           !> (integrate 55 files)
33139 ____________________________________________________________________________
33140 [  8344] By: jhi                                   on 2001/01/06  02:24:02
33141         Log: Subject: [patch] PerlIO_cleanup() prototype
33142              From: Doug MacEachern <dougm@covalent.net>
33143              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
33144              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
33145      Branch: perl
33146            ! perlio.h
33147 ____________________________________________________________________________
33148 [  8343] By: jhi                                   on 2001/01/06  01:04:09
33149         Log: IRIX compiler noticed that the bof initialization might be
33150              bypassed by control flow.
33151      Branch: perl
33152            ! toke.c
33153 ____________________________________________________________________________
33154 [  8342] By: jhi                                   on 2001/01/06  00:10:48
33155         Log: Update Changes.
33156      Branch: perl
33157            ! Changes patchlevel.h
33158 ____________________________________________________________________________
33159 [  8341] By: jhi                                   on 2001/01/05  23:52:33
33160         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
33161      Branch: perl
33162            ! toke.c
33163 ____________________________________________________________________________
33164 [  8340] By: jhi                                   on 2001/01/05  22:44:08
33165         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
33166              From: Radu Greab <radu@netsoft.ro>
33167              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
33168              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
33169      Branch: perl
33170            ! t/io/pipe.t util.c
33171 ____________________________________________________________________________
33172 [  8339] By: jhi                                   on 2001/01/05  22:35:17
33173         Log: Subject: [PATCH] format and rewording in perlfaq.pod
33174              From: Robin Barker <rmb1@cise.npl.co.uk>
33175              Date: Fri, 5 Jan 2001 18:51:20 GMT
33176              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
33177      Branch: perl
33178            ! pod/perlfaq.pod
33179 ____________________________________________________________________________
33180 [  8338] By: jhi                                   on 2001/01/05  22:31:17
33181         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
33182              From: Peter Prymmer <pvhp@forte.com>
33183              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
33184              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
33185      Branch: perl
33186            ! utils/perlbug.PL
33187 ____________________________________________________________________________
33188 [  8337] By: jhi                                   on 2001/01/05  18:15:11
33189         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
33190              From: Robin Barker <rmb1@cise.npl.co.uk>
33191              Date: Tue, 2 Jan 2001 15:24:07 GMT
33192              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
33193              
33194              If you call configure as C<./Configure> or C<sh ./Configure>,
33195              $src is set to the absolute path name, not '.'.
33196              
33197              This, in turn, means -Dmksymlink tries to do its stuff because
33198              it does not think it is in the src directory.
33199              
33200              (plus a metaconfig nitfix)
33201      Branch: metaconfig
33202            ! U/compline/ccflags.U U/modified/src.U
33203      Branch: perl
33204            ! Configure config_h.SH
33205 ____________________________________________________________________________
33206 [  8336] By: jhi                                   on 2001/01/05  17:48:32
33207         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
33208              From: Alan Burlison <Alan.Burlison@uk.sun.com>
33209              Message-ID: <3A5606C4.473D2226@uk.sun.com>
33210              Date: Fri, 05 Jan 2001 17:39:16 +0000
33211      Branch: perl
33212            ! hv.c
33213 ____________________________________________________________________________
33214 [  8335] By: jhi                                   on 2001/01/05  16:05:44
33215         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
33216      Branch: perl
33217            ! lib/Getopt/Long.pm
33218 ____________________________________________________________________________
33219 [  8334] By: jhi                                   on 2001/01/05  16:00:51
33220         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
33221              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33222              Date: Fri, 05 Jan 2001 13:46:51 +0100
33223              Message-ID: <13693.978698811@nice.ram.loc>
33224              
33225              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
33226              accurate reading of the "atime".  
33227      Branch: perl
33228            ! t/io/fs.t
33229 ____________________________________________________________________________
33230 [  8333] By: jhi                                   on 2001/01/05  15:57:37
33231         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
33232              From: Simon Cozens <simon@cozens.net>
33233              Date: Fri, 8 Dec 2000 13:33:31 +0000
33234              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
33235              
33236              A lost patch fragment.
33237      Branch: perl
33238            ! doop.c
33239 ____________________________________________________________________________
33240 [  8332] By: jhi                                   on 2001/01/05  15:40:42
33241         Log: Do away with strncpy() and a fixed length buffer.
33242      Branch: perl
33243            ! utf8.c
33244 ____________________________________________________________________________
33245 [  8331] By: jhi                                   on 2001/01/05  15:03:07
33246         Log: Tests for #8329 and #8330.
33247      Branch: perl
33248            ! t/op/bop.t
33249 ____________________________________________________________________________
33250 [  8330] By: jhi                                   on 2001/01/05  15:02:38
33251         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
33252              raw 8-bit form to the UTF-8 string.
33253      Branch: perl
33254            ! toke.c
33255 ____________________________________________________________________________
33256 [  8329] By: jhi                                   on 2001/01/05  14:55:13
33257         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
33258              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33259              Date: Fri, 5 Jan 2001 12:28:52 +0100
33260              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
33261              
33262              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
33263              no effect.  (changed the strncpy() to Copy())
33264      Branch: perl
33265            ! toke.c
33266 ____________________________________________________________________________
33267 [  8328] By: jhi                                   on 2001/01/05  06:44:27
33268         Log: UTF-8 cleanup.
33269      Branch: perl
33270            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33271            ! regexec.c sv.c toke.c
33272 ____________________________________________________________________________
33273 [  8327] By: jhi                                   on 2001/01/05  01:11:29
33274         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')
33275              From: Radu Greab <radu@netsoft.ro>
33276              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
33277              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
33278              
33279              Cleans up Harness to not use FileHandle, which uses IO.
33280      Branch: perl
33281            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33282 ____________________________________________________________________________
33283 [  8326] By: jhi                                   on 2001/01/05  00:56:37
33284         Log: Update Changes.
33285      Branch: perl
33286            ! Changes patchlevel.h
33287 ____________________________________________________________________________
33288 [  8325] By: jhi                                   on 2001/01/05  00:53:18
33289         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
33290              From: Peter Prymmer <pvhp@forte.com>
33291              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
33292              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
33293              
33294              plus a couple more tailing whitespace removals.
33295      Branch: perl
33296            ! win32/Makefile
33297 ____________________________________________________________________________
33298 [  8324] By: jhi                                   on 2001/01/05  00:47:39
33299         Log: Add some Unicode chop() tests.
33300      Branch: perl
33301            ! t/op/chop.t
33302 ____________________________________________________________________________
33303 [  8323] By: jhi                                   on 2001/01/05  00:47:23
33304         Log: Unify UTF-8 malformedness handling.
33305      Branch: perl
33306            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
33307 ____________________________________________________________________________
33308 [  8322] By: jhi                                   on 2001/01/04  22:21:54
33309         Log: The new $issymlink was unknown to Mksymlinks.
33310      Branch: metaconfig/U/perl
33311            ! Mksymlinks.U issymlink.U
33312      Branch: perl
33313            ! Configure config_h.SH
33314 ____________________________________________________________________________
33315 [  8321] By: jhi                                   on 2001/01/04  21:51:05
33316         Log: The test didn't work under the core test framework.
33317      Branch: perl
33318            ! t/lib/st-lock.t
33319 ____________________________________________________________________________
33320 [  8320] By: jhi                                   on 2001/01/04  21:14:22
33321         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
33322      Branch: perl
33323            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
33324 ____________________________________________________________________________
33325 [  8319] By: jhi                                   on 2001/01/04  20:46:17
33326         Log: Typo in #8312 when manually appying a problematic patch fragment.
33327      Branch: perl
33328            ! ext/Storable/Storable.xs
33329 ____________________________________________________________________________
33330 [  8318] By: jhi                                   on 2001/01/04  20:43:01
33331         Log: The $sh_c didn't fly.
33332      Branch: metaconfig
33333            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
33334            ! U/modified/Loc.U U/modified/myhostname.U
33335            ! U/modified/spitshell.U
33336      Branch: metaconfig/U/perl
33337            ! issymlink.U
33338      Branch: perl
33339            ! Configure config_h.SH
33340 ____________________________________________________________________________
33341 [  8317] By: jhi                                   on 2001/01/04  19:58:01
33342         Log: AIX builtin test -h is broken, changes based on
33343              
33344              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
33345              Date: Tue, 02 Jan 2001 11:24:39 +0100
33346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33347              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
33348      Branch: metaconfig
33349            + U/modified/spitshell.U
33350            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
33351            ! U/modified/Loc.U U/modified/myhostname.U
33352      Branch: metaconfig/U/perl
33353            ! Mksymlinks.U issymlink.U
33354      Branch: perl
33355            ! Configure
33356 ____________________________________________________________________________
33357 [  8316] By: jhi                                   on 2001/01/04  19:02:22
33358         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
33359              From: Andy Dougherty <doughera@lafayette.edu>
33360              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
33361              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
33362              
33363              Beware of GNU ld.
33364      Branch: perl
33365            ! hints/solaris_2.sh
33366 ____________________________________________________________________________
33367 [  8315] By: jhi                                   on 2001/01/04  18:56:48
33368         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
33369              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
33370              Date: Wed, 3 Jan 2001 07:58:51 +0100
33371              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
33372      Branch: perl
33373            ! hints/solaris_2.sh
33374 ____________________________________________________________________________
33375 [  8314] By: jhi                                   on 2001/01/04  18:54:07
33376         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
33377              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33378              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
33379              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
33380              
33381              Doc tweak on #8313.
33382      Branch: perl
33383            ! ext/B/B/Deparse.pm
33384 ____________________________________________________________________________
33385 [  8313] By: jhi                                   on 2001/01/04  18:52:27
33386         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
33387              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
33388              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33389              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
33390              
33391              Make the peephole optimizer to bypass more null ops and
33392              and rewrite the deparse handling of continue blocks.
33393      Branch: perl
33394            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
33395 ____________________________________________________________________________
33396 [  8312] By: jhi                                   on 2001/01/04  18:47:39
33397         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
33398      Branch: perl
33399            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
33400            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
33401            ! t/lib/st-lock.t
33402 ____________________________________________________________________________
33403 [  8311] By: jhi                                   on 2001/01/04  18:36:08
33404         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
33405              filter to be run on each .pm during the pm_to_blib() phase,
33406              a fixed version of
33407              
33408              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
33409              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33410              Date: Wed, 03 Jan 2001 22:01:30 +0100
33411              Message-ID: <5296.978555690@nice.ram.loc>
33412      Branch: perl
33413            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
33414            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
33415            ! lib/ExtUtils/MakeMaker.pm
33416 ____________________________________________________________________________
33417 [  8310] By: jhi                                   on 2001/01/04  18:32:54
33418         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33419              From: Robin Barker <rmb1@cise.npl.co.uk>
33420              Date: Tue, 2 Jan 2001 15:35:03 GMT
33421              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
33422      Branch: perl
33423            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
33424            ! pod/perlrequick.pod
33425 ____________________________________________________________________________
33426 [  8309] By: jhi                                   on 2001/01/04  18:29:07
33427         Log: Subject: Re: [patch] static-ize XS()
33428              From: Doug MacEachern <dougm@covalent.net>
33429              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
33430              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
33431              
33432              Provide prototypes for the XS functions.
33433      Branch: perl
33434            ! lib/ExtUtils/xsubpp
33435 ____________________________________________________________________________
33436 [  8308] By: jhi                                   on 2001/01/04  18:27:44
33437         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
33438              From: Doug MacEachern <dougm@covalent.net>
33439              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
33440              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
33441      Branch: perl
33442            ! lib/ExtUtils/typemap
33443 ____________________________________________________________________________
33444 [  8307] By: jhi                                   on 2001/01/04  18:25:25
33445         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
33446              From: Doug MacEachern <dougm@covalent.net>
33447              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
33448              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
33449              
33450              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
33451      Branch: perl
33452            ! lib/ExtUtils/MM_Unix.pm
33453 ____________________________________________________________________________
33454 [  8306] By: jhi                                   on 2001/01/04  18:23:00
33455         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
33456              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33457              Date: Thu, 4 Jan 2001 12:47:10 +0100 
33458              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
33459              
33460              The toke.c part only, patching embed.h and proto.h is futile.
33461      Branch: perl
33462            ! toke.c
33463 ____________________________________________________________________________
33464 [  8305] By: jhi                                   on 2001/01/04  18:05:51
33465         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
33466              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33467              Date: Thu, 4 Jan 2001 17:50:12 +0100 
33468              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
33469      Branch: perl
33470            ! toke.c
33471 ____________________________________________________________________________
33472 [  8304] By: jhi                                   on 2001/01/04  18:03:26
33473         Log: Subject: [PATCH perl@8269]
33474              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33475              Date: Thu, 4 Jan 2001 12:53:39 +0100 
33476              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
33477              
33478              If running byacc write-enable also perly.h.
33479      Branch: perl
33480            ! Makefile.SH
33481 ____________________________________________________________________________
33482 [  8303] By: jhi                                   on 2001/01/04  15:40:49
33483         Log: Rewrite pp_concat() in terms of sv_catsv().
33484      Branch: perl
33485            ! pp_hot.c
33486 ____________________________________________________________________________
33487 [  8302] By: nick                                  on 2001/01/03  22:43:22
33488         Log: Integrate mainline.
33489      Branch: perlio
33490           !> ext/Encode/Encode.xs sv.c utf8.c
33491 ____________________________________________________________________________
33492 [  8301] By: jhi                                   on 2001/01/02  23:40:26
33493         Log: Variable naming tweak.
33494      Branch: perl
33495            ! sv.c
33496 ____________________________________________________________________________
33497 [  8300] By: jhi                                   on 2001/01/02  23:40:02
33498         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
33499              in is_utf8_string().
33500      Branch: perl
33501            ! utf8.c
33502 ____________________________________________________________________________
33503 [  8299] By: jhi                                   on 2001/01/02  22:14:40
33504         Log: Integrate perlio.
33505      Branch: perl
33506           !> pp.c pp_hot.c win32/Makefile
33507 ____________________________________________________________________________
33508 [  8298] By: nick                                  on 2001/01/02  22:03:06
33509         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
33510      Branch: perlio
33511            ! pp.c pp_hot.c
33512 ____________________________________________________________________________
33513 [  8297] By: jhi                                   on 2001/01/02  04:26:28
33514         Log: Signedness nit.
33515      Branch: perl
33516            ! ext/Encode/Encode.xs
33517 ____________________________________________________________________________
33518 [  8296] By: nick                                  on 2001/01/01  23:49:36
33519         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
33520      Branch: perlio
33521            ! win32/Makefile
33522 ____________________________________________________________________________
33523 [  8295] By: jhi                                   on 2001/01/01  23:05:48
33524         Log: Integrate perlio.
33525      Branch: perl
33526           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
33527           !> t/lib/encode.t
33528 ____________________________________________________________________________
33529 [  8294] By: nick                                  on 2001/01/01  22:48:34
33530         Log: Integrate mainline
33531      Branch: perlio
33532            ! pp_hot.c t/lib/encode.t
33533           !> (integrate 65 files)
33534 ____________________________________________________________________________
33535 [  8293] By: nick                                  on 2001/01/01  21:58:50
33536         Log: More rigor in UTF-8-ness of Encode's toUnicode
33537              XS export some of the utf8 internal functions.
33538              Test some of the functions.
33539              Fix pp_concat() bug shown by said tests.
33540      Branch: perlio
33541            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
33542            ! t/lib/encode.t
33543 ____________________________________________________________________________
33544 [  8292] By: jhi                                   on 2001/01/01  18:11:44
33545         Log: Integrate perlio.
33546      Branch: perl
33547           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33548           !> ext/Encode/encengine.c ext/Encode/encode.h
33549 ____________________________________________________________________________
33550 [  8291] By: jhi                                   on 2001/01/01  18:10:58
33551         Log: Podify README.mpeix (a new version from the web),
33552              add a dummy NAME to Carp::Heavy, regen toc.
33553      Branch: perl
33554            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
33555            ! pod/perltoc.pod
33556 ____________________________________________________________________________
33557 [  8290] By: nick                                  on 2001/01/01  17:43:47
33558         Log: Loose the "Loading..." warning.
33559              Another bug in fallback support
33560      Branch: perlio
33561            ! ext/Encode/Encode.pm ext/Encode/encengine.c
33562 ____________________________________________________________________________
33563 [  8289] By: jhi                                   on 2001/01/01  00:01:57
33564         Log: Bump up Larry's copyright.
33565      Branch: perl
33566            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
33567            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
33568            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
33569            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
33570            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
33571            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
33572            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
33573            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
33574 ____________________________________________________________________________
33575 [  8288] By: nick                                  on 2000/12/31  21:27:53
33576         Log: Fix .ucm reading - forgot a chr()
33577              Start of .ucm write (for .enc to .ucm)
33578      Branch: perlio
33579            ! ext/Encode/compile
33580 ____________________________________________________________________________
33581 [  8287] By: jhi                                   on 2000/12/31  18:15:56
33582         Log: Comment away a diagnostic message as noted by Craig A. Berry
33583              (the unexpected message was confusing testing)
33584      Branch: perl
33585            ! ext/Encode/Encode.pm
33586 ____________________________________________________________________________
33587 [  8286] By: jhi                                   on 2000/12/31  18:14:51
33588         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
33589              Date: Sun, 31 Dec 2000 11:17:37 -0600
33590              From: "Craig A. Berry" <craigberry@mac.com>
33591              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
33592      Branch: perl
33593            ! ext/Encode/Makefile.PL
33594 ____________________________________________________________________________
33595 [  8285] By: nick                                  on 2000/12/31  18:11:54
33596         Log: Start of support of ICU-style .ucm files:
33597              - teach compile how to read a .ucm file
33598              - first guess at how to represent fallbacks in "tries".
33599              - use fallbacks if check == 0
33600              - new return code to indicate we used one.
33601      Branch: perlio
33602            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33603            ! ext/Encode/encengine.c ext/Encode/encode.h
33604 ____________________________________________________________________________
33605 [  8284] By: jhi                                   on 2000/12/31  18:04:41
33606         Log: Pacify picky VMS compiler.
33607              
33608              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
33609              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33610              Date: Sat, 30 Dec 2000 18:10:02 -0600
33611              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
33612      Branch: perl
33613            ! sv.c
33614 ____________________________________________________________________________
33615 [  8283] By: jhi                                   on 2000/12/31  16:11:47
33616         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
33617      Branch: perl
33618            ! t/lib/glob-basic.t
33619 ____________________________________________________________________________
33620 [  8282] By: jhi                                   on 2000/12/31  15:26:11
33621         Log: Integrate perlio.
33622      Branch: perl
33623           !> makedef.pl opcode.pl os2/os2.c perlio.c
33624 ____________________________________________________________________________
33625 [  8281] By: nick                                  on 2000/12/31  10:06:15
33626         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
33627              is available to be exported
33628      Branch: perlio
33629            ! makedef.pl perlio.c
33630 ____________________________________________________________________________
33631 [  8280] By: nick                                  on 2000/12/31  09:41:26
33632         Log: Ilya's OS2 patch (testing for damage on Win32)
33633      Branch: perlio
33634            ! makedef.pl opcode.pl os2/os2.c
33635 ____________________________________________________________________________
33636 [  8279] By: jhi                                   on 2000/12/30  21:52:07
33637         Log: Test nits.
33638      Branch: perl
33639            ! t/lib/syslfs.t t/op/lfs.t
33640 ____________________________________________________________________________
33641 [  8278] By: jhi                                   on 2000/12/30  21:47:49
33642         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
33643              From: andreas.koenig@anima.de (Andreas J. Koenig)
33644              Date: 30 Dec 2000 22:35:37 +0100
33645              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
33646              
33647              The 32-bit wraparound test wasn't quite right.
33648      Branch: perl
33649            ! t/lib/syslfs.t t/op/lfs.t
33650 ____________________________________________________________________________
33651 [  8277] By: jhi                                   on 2000/12/30  21:33:44
33652         Log: Subject: [PATCH] open() example in perlfunc.pod 
33653              From: Karsten Sperling <s_sperli@ira.uka.de>
33654              Date: Sat, 30 Dec 2000 22:27:09 +0100
33655              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
33656      Branch: perl
33657            ! pod/perlfunc.pod
33658 ____________________________________________________________________________
33659 [  8276] By: jhi                                   on 2000/12/30  20:32:40
33660         Log: Not quite that many tests yet.
33661      Branch: perl
33662            ! t/op/pat.t
33663 ____________________________________________________________________________
33664 [  8275] By: jhi                                   on 2000/12/30  20:26:58
33665         Log: Integrate perlio.
33666      Branch: perl
33667           !> toke.c
33668 ____________________________________________________________________________
33669 [  8274] By: jhi                                   on 2000/12/30  20:24:56
33670         Log: Signedness nit.
33671      Branch: perl
33672            ! utf8.c
33673 ____________________________________________________________________________
33674 [  8273] By: jhi                                   on 2000/12/30  20:15:46
33675         Log: Add a test case for 20000731.001 which was fixed by the #8267.
33676      Branch: perl
33677            ! t/op/pat.t
33678 ____________________________________________________________________________
33679 [  8272] By: nick                                  on 2000/12/30  19:47:51
33680         Log: Tweak for MULTIPLICITY/USE_PERLIO
33681      Branch: perlio
33682            ! toke.c
33683 ____________________________________________________________________________
33684 [  8271] By: nick                                  on 2000/12/30  19:46:45
33685         Log: Integrate mainline
33686      Branch: perlio
33687           +> lib/unicode/distinct.pm
33688           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
33689           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
33690           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
33691 ____________________________________________________________________________
33692 [  8270] By: jhi                                   on 2000/12/30  19:39:50
33693         Log: Subject: RE: perl@8269
33694              From: "Richard Soderberg" <rs@crystalflame.net>
33695              Date: Sat, 30 Dec 2000 11:36:27 -0800
33696              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
33697              
33698              A missing aTHX_.
33699      Branch: perl
33700            ! toke.c
33701 ____________________________________________________________________________
33702 [  8269] By: jhi                                   on 2000/12/30  18:55:48
33703         Log: Update Changes.
33704      Branch: perl
33705            ! Changes patchlevel.h
33706 ____________________________________________________________________________
33707 [  8268] By: jhi                                   on 2000/12/30  17:18:40
33708         Log: Add a test for Unicode split //.  The #8267 was the cure.
33709      Branch: perl
33710            ! t/op/split.t
33711 ____________________________________________________________________________
33712 [  8267] By: jhi                                   on 2000/12/30  17:14:19
33713         Log: Subject: more UTF8 test suites and an UTF8 patch
33714              From: Inaba Hiroto <inaba@st.rim.or.jp>
33715              Date: Sat, 30 Dec 2000 14:27:10 +0900
33716              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
33717              
33718              Just the patch part for now, and the pragma renamed
33719              as unicode::distinct.
33720      Branch: perl
33721            + lib/unicode/distinct.pm
33722            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
33723            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
33724            ! regcomp.h regexec.c sv.c toke.c utf8.c
33725 ____________________________________________________________________________
33726 [  8266] By: nick                                  on 2000/12/30  16:40:49
33727         Log: Integrate mainline
33728      Branch: perlio
33729           +> lib/Pod/Text/Overstrike.pm
33730           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
33731           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
33732           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
33733           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
33734           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
33735 ____________________________________________________________________________
33736 [  8265] By: jhi                                   on 2000/12/30  07:28:55
33737         Log: The sv_catsv() fix, take two.
33738      Branch: perl
33739            ! sv.c t/op/join.t
33740 ____________________________________________________________________________
33741 [  8264] By: jhi                                   on 2000/12/30  06:19:18
33742         Log: Undo all the join-related changes since #8248: relevant
33743              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
33744              The new sv_catsv() doesn't fly so it must go back to
33745              the drawing board.
33746      Branch: perl
33747            ! sv.c t/op/join.t t/pragma/utf8.t
33748 ____________________________________________________________________________
33749 [  8263] By: jhi                                   on 2000/12/30  01:08:32
33750         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
33751      Branch: perl
33752            ! sv.c
33753 ____________________________________________________________________________
33754 [  8262] By: jhi                                   on 2000/12/30  00:45:14
33755         Log: Retract #8261.
33756      Branch: perl
33757            ! hv.c util.c
33758 ____________________________________________________________________________
33759 [  8261] By: jhi                                   on 2000/12/30  00:38:32
33760         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
33761      Branch: perl
33762            ! hv.c util.c
33763 ____________________________________________________________________________
33764 [  8260] By: jhi                                   on 2000/12/29  22:51:33
33765         Log: (Retracted by #8264)  More fixing for #8251.
33766      Branch: perl
33767            ! sv.c
33768 ____________________________________________________________________________
33769 [  8259] By: jhi                                   on 2000/12/29  18:27:30
33770         Log: Subject: podlators 1.06 released
33771              From: Russ Allbery <rra@stanford.edu>
33772              Date: 25 Dec 2000 05:09:30 -0800
33773              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
33774      Branch: perl
33775            + lib/Pod/Text/Overstrike.pm
33776            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
33777            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
33778 ____________________________________________________________________________
33779 [  8258] By: jhi                                   on 2000/12/29  18:20:45
33780         Log: Make the large file tests more robust/talkative as suggested by
33781              
33782              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
33783              From: andreas.koenig@anima.de (Andreas J. Koenig)
33784              Date: 29 Dec 2000 14:23:01 +0100
33785              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
33786      Branch: perl
33787            ! t/lib/syslfs.t t/op/lfs.t
33788 ____________________________________________________________________________
33789 [  8257] By: jhi                                   on 2000/12/29  17:48:04
33790         Log: Further VMS piping fixes from Charles Lane:
33791              
33792              In summary, error messages produced when a subprocess terminated
33793              abnormally were being sent not just to the parent process, but to
33794              grandparents, because of default values for error output that were
33795              not completely overridden when the subprocess was started.
33796              
33797              This patch fixes this behavior by defining user-mode (i.e., temporary
33798              for the duration of the program) logical names for SYS$OUTPUT and
33799              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
33800              changes to make it so that the user-mode logicals are the ones that
33801              control where Perl's error messages go if it terminates abnormally.
33802              
33803              I also added some gratuitous fixes to the indentation of braces in
33804              the piping code.  It just looked ugly, before.
33805      Branch: perl
33806            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
33807 ____________________________________________________________________________
33808 [  8256] By: jhi                                   on 2000/12/29  17:45:12
33809         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
33810              From: "Casey R. Tweten" <crt@kiski.net>
33811              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
33812              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
33813              
33814              Tests for for #8240.
33815      Branch: perl
33816            ! t/pragma/constant.t
33817 ____________________________________________________________________________
33818 [  8255] By: jhi                                   on 2000/12/29  17:43:07
33819         Log: Subject: Re: [PATCH] Interesting syntax idea
33820              From: Simon Cozens <simon@cozens.net>
33821              Date: Fri, 29 Dec 2000 14:34:04 +0000
33822              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
33823              
33824              Tests for #8254.
33825      Branch: perl
33826            ! t/pragma/sub_lval.t
33827 ____________________________________________________________________________
33828 [  8254] By: jhi                                   on 2000/12/29  17:42:11
33829         Log: Subject: [PATCH] Interesting syntax idea
33830              From: Simon Cozens <simon@cozens.net>
33831              Date: Wed, 27 Dec 2000 05:08:57 +0000
33832              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
33833              
33834              Make opens + bareword assigns do typeglob assigns.
33835      Branch: perl
33836            ! op.c
33837 ____________________________________________________________________________
33838 [  8253] By: jhi                                   on 2000/12/29  17:36:45
33839         Log: Output the (apparent) version of gcc, as suggested by
33840              
33841              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
33842              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
33843              Date: 26 Dec 2000 04:29:17 -0500
33844              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
33845              
33846              (The patch as such didn't any more apply as the misparsing had
33847              already been addressed in #6474.)  Also change the wording about
33848              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
33849      Branch: perl
33850            ! hints/dec_osf.sh
33851 ____________________________________________________________________________
33852 [  8252] By: nick                                  on 2000/12/29  12:14:31
33853         Log: Integrate mainline
33854      Branch: perlio
33855           !> (integrate 27 files)
33856 ____________________________________________________________________________
33857 [  8251] By: jhi                                   on 2000/12/29  08:45:46
33858         Log: (Retracted by #8264)
33859              
33860              (Fixed by #8260.)
33861              
33862              sv_catsv() needs one more byte space than seems reasonable.
33863              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
33864              Curiouser and curiouser.
33865      Branch: perl
33866            ! sv.c
33867 ____________________________________________________________________________
33868 [  8250] By: jhi                                   on 2000/12/29  07:57:52
33869         Log: More split // UTF-8 tests.
33870      Branch: perl
33871            ! t/pragma/utf8.t
33872 ____________________________________________________________________________
33873 [  8249] By: jhi                                   on 2000/12/29  07:54:51
33874         Log: (Retracted by #8264)  More join() testing which was good because
33875              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
33876      Branch: perl
33877            ! pp.c t/op/join.t utf8.c utf8.h
33878 ____________________________________________________________________________
33879 [  8248] By: jhi                                   on 2000/12/29  07:08:32
33880         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
33881              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
33882              that the only cases to care about are byte+byte and byte+character.
33883              
33884              TODO: See how well pp_concat() could be implemented in terms
33885              of sv_catsv().
33886      Branch: perl
33887            ! doop.c sv.c t/op/join.t utf8.h
33888 ____________________________________________________________________________
33889 [  8247] By: jhi                                   on 2000/12/29  06:35:23
33890         Log: Signedness nit.
33891      Branch: perl
33892            ! pp_hot.c
33893 ____________________________________________________________________________
33894 [  8246] By: jhi                                   on 2000/12/29  01:23:31
33895         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
33896              From: Lupe Christoph <lupe@lupe-christoph.de>
33897              Date: Thu, 28 Dec 2000 23:00:00 +0100
33898              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
33899              
33900              Suggest rsync --delete --dry-run.
33901      Branch: perl
33902            ! pod/perlhack.pod
33903 ____________________________________________________________________________
33904 [  8245] By: jhi                                   on 2000/12/28  23:57:05
33905         Log: The maxiters upper limit sanity check (guarding against
33906              non-progress) assumed bytes instead of characters in s///
33907              and split().
33908      Branch: perl
33909            ! pp.c pp_hot.c
33910 ____________________________________________________________________________
33911 [  8244] By: jhi                                   on 2000/12/28  23:34:08
33912         Log: Make some panic messages a bit more logical.
33913      Branch: perl
33914            ! doop.c pod/perldiag.pod pp.c pp_hot.c
33915 ____________________________________________________________________________
33916 [  8243] By: jhi                                   on 2000/12/28  22:59:16
33917         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
33918              From: Simon Cozens <simon@cozens.net>
33919              Date: Wed, 27 Dec 2000 02:30:03 +0000
33920              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
33921      Branch: perl
33922            ! pp.c t/pragma/sub_lval.t
33923 ____________________________________________________________________________
33924 [  8242] By: jhi                                   on 2000/12/28  22:56:53
33925         Log: Subject: [PATCH blead] Fix B::Terse indentation
33926              From: Daniel Chetlin <daniel@chetlin.com>
33927              Date: Wed, 27 Dec 2000 06:43:30 -0800
33928              Message-ID: <20001227064329.B9573@darkstar>
33929      Branch: perl
33930            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
33931 ____________________________________________________________________________
33932 [  8241] By: jhi                                   on 2000/12/28  22:48:59
33933         Log: The latter patch from the
33934              
33935              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
33936              From: Peter Prymmer <pvhp@forte.com> 
33937              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
33938              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
33939              
33940              (the former patch from the above should have been
33941              taken care of by Nick I-S)
33942      Branch: perl
33943            ! win32/Makefile
33944 ____________________________________________________________________________
33945 [  8240] By: jhi                                   on 2000/12/28  22:45:22
33946         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
33947              From: "Casey R. Tweten" <crt@kiski.net>
33948              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
33949              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
33950      Branch: perl
33951            ! lib/constant.pm
33952 ____________________________________________________________________________
33953 [  8239] By: jhi                                   on 2000/12/28  22:37:45
33954         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
33955              From: Simon Cozens <simon@cozens.net>
33956              Date: Wed, 27 Dec 2000 14:12:44 +0000
33957              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
33958      Branch: perl
33959            ! t/op/method.t t/op/sort.t toke.c
33960 ____________________________________________________________________________
33961 [  8238] By: jhi                                   on 2000/12/28  22:30:32
33962         Log: Subject: [PATCH perl@8229] Call.pm
33963              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33964              Date: Mon, 25 Dec 2000 10:47:15 -0000
33965              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
33966      Branch: perl
33967            ! ext/Filter/Util/Call/Call.pm
33968 ____________________________________________________________________________
33969 [  8237] By: jhi                                   on 2000/12/28  22:19:21
33970         Log: Subject: [PATCH blead] Fix problem with `&' prototype
33971              From: Daniel Chetlin <daniel@chetlin.com>
33972              Date: Wed, 27 Dec 2000 15:55:32 -0800
33973              Message-ID: <20001227155532.D9573@darkstar>
33974      Branch: perl
33975            ! op.c t/comp/proto.t
33976 ____________________________________________________________________________
33977 [  8236] By: jhi                                   on 2000/12/28  22:09:25
33978         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
33979              From: Daniel Chetlin <daniel@chetlin.com>
33980              Date: Sun, 24 Dec 2000 04:09:49 -0800
33981              Message-ID: <20001224040949.B3090@darkstar>
33982      Branch: perl
33983            ! gv.c mg.c t/op/attrs.t
33984 ____________________________________________________________________________
33985 [  8235] By: jhi                                   on 2000/12/28  22:07:11
33986         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
33987              From: Jan Dubois <jand@ActiveState.com>
33988              Date: Tue, 26 Dec 2000 20:57:31 -0800
33989              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
33990      Branch: perl
33991            ! win32/win32.c
33992 ____________________________________________________________________________
33993 [  8234] By: jhi                                   on 2000/12/28  21:52:42
33994         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
33995              From: Simon Cozens <simon@cozens.net>
33996              Date: Thu, 28 Dec 2000 20:33:13 +0000
33997              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
33998      Branch: perl
33999            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
34000 ____________________________________________________________________________
34001 [  8233] By: jhi                                   on 2000/12/28  19:40:49
34002         Log: Integrate perlio.
34003      Branch: perl
34004           !> ext/Encode/Makefile.PL ext/Encode/compile
34005 ____________________________________________________________________________
34006 [  8232] By: nick                                  on 2000/12/23  16:06:00
34007         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
34008              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
34009      Branch: perlio
34010            ! ext/Encode/Makefile.PL
34011 ____________________________________________________________________________
34012 [  8231] By: nick                                  on 2000/12/23  14:30:34
34013         Log: "Compiled" encode build cleanup
34014              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
34015              - .c files do not export sub-tables
34016      Branch: perlio
34017            ! ext/Encode/Makefile.PL ext/Encode/compile
34018 ____________________________________________________________________________
34019 [  8230] By: nick                                  on 2000/12/23  12:50:37
34020         Log: Integrate mainline
34021      Branch: perlio
34022           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34023           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34024           !> pod/perl5004delta.pod pod/perl5005delta.pod
34025           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
34026           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
34027           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
34028           !> pod/perlsub.pod
34029 ____________________________________________________________________________
34030 [  8229] By: jhi                                   on 2000/12/22  15:32:12
34031         Log: Integrate perlio.
34032      Branch: perl
34033           +> win32/distclean.bat
34034           !> MANIFEST t/io/utf8.t
34035 ____________________________________________________________________________
34036 [  8228] By: jhi                                   on 2000/12/22  15:29:40
34037         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
34038              From: Robin Barker <rmb1@cise.npl.co.uk>
34039              Date: Fri, 22 Dec 2000 12:17:38 GMT
34040              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
34041      Branch: perl
34042            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
34043            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
34044            ! pod/perl5004delta.pod pod/perl5005delta.pod
34045            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
34046            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
34047            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
34048            ! pod/perlsub.pod
34049 ____________________________________________________________________________
34050 [  8227] By: jhi                                   on 2000/12/22  15:24:28
34051         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
34052              From: "John L. Allen" <allen@grumman.com>
34053              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
34054              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
34055              
34056              Document APPLLIB_EXP.
34057      Branch: perl
34058            ! INSTALL
34059 ____________________________________________________________________________
34060 [  8226] By: nick                                  on 2000/12/21  22:11:50
34061         Log: Handy script for when one forgets to "dmake clean" 
34062      Branch: perlio
34063            + win32/distclean.bat
34064            ! MANIFEST
34065 ____________________________________________________________________________
34066 [  8225] By: nick                                  on 2000/12/21  21:54:04
34067         Log: CRLF platform issue with io/utf8 fix.
34068      Branch: perlio
34069            ! t/io/utf8.t
34070 ____________________________________________________________________________
34071 [  8224] By: nick                                  on 2000/12/21  21:02:20
34072         Log: Integrate mainline
34073      Branch: perlio
34074           !> Changes Configure Makefile.SH Porting/Glossary
34075           !> Porting/config.sh Porting/config_H configure.com
34076           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
34077           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
34078           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
34079           !> win32/config.bc win32/config.gc win32/config.vc
34080 ____________________________________________________________________________
34081 [  8223] By: jhi                                   on 2000/12/21  17:09:16
34082         Log: Update Changes.
34083      Branch: perl
34084            ! Changes patchlevel.h
34085 ____________________________________________________________________________
34086 [  8222] By: jhi                                   on 2000/12/21  16:24:01
34087         Log: Metaconfig unit changes for #8221.
34088      Branch: metaconfig/U/perl
34089           +> issymlink.U
34090            - testsyml.U
34091            ! Mksymlinks.U
34092 ____________________________________________________________________________
34093 [  8221] By: jhi                                   on 2000/12/21  16:23:48
34094         Log: Rename testsyml to issymlink.
34095      Branch: perl
34096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34097            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
34098            ! win32/config.vc
34099 ____________________________________________________________________________
34100 [  8220] By: jhi                                   on 2000/12/21  15:47:26
34101         Log: Robustness support for #8218 (symlink forest) since the GNU
34102              tools seem to be overly picky about symlinkage depths.
34103      Branch: perl
34104            ! Makefile.SH t/io/fs.t
34105 ____________________________________________________________________________
34106 [  8219] By: jhi                                   on 2000/12/21  15:38:27
34107         Log: Metaconfig changes for #8218.
34108      Branch: metaconfig
34109            ! U/modified/Oldconfig.U
34110      Branch: metaconfig/U/perl
34111            + Mksymlinks.U
34112            ! testsyml.U
34113 ____________________________________________________________________________
34114 [  8218] By: jhi                                   on 2000/12/21  15:37:57
34115         Log: Add Configure option -Dmksymlinks which will create a symlink
34116              forest if the current/build differs from the source directory.
34117              TODO: mkdir -p is not portable.
34118      Branch: perl
34119            ! Configure
34120 ____________________________________________________________________________
34121 [  8217] By: jhi                                   on 2000/12/21  14:39:12
34122         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
34123              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
34124              Date: Thu, 21 Dec 2000 09:38:18 GMT
34125              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
34126              
34127              The ofs became an SV.
34128      Branch: perl
34129            ! ext/Thread/Thread.xs
34130 ____________________________________________________________________________
34131 [  8216] By: jhi                                   on 2000/12/21  05:40:21
34132         Log: The polymorphism seems to have fixed 20000517.001.
34133      Branch: perl
34134            ! t/pragma/utf8.t
34135 ____________________________________________________________________________
34136 [  8215] By: jhi                                   on 2000/12/21  04:44:52
34137         Log: read() documentation tweak for 20001121.004.
34138      Branch: perl
34139            ! pod/perlfunc.pod
34140 ____________________________________________________________________________
34141 [  8214] By: jhi                                   on 2000/12/21  03:54:11
34142         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
34143      Branch: perl
34144            ! pp_sys.c t/op/misc.t
34145 ____________________________________________________________________________
34146 [  8213] By: jhi                                   on 2000/12/21  00:28:10
34147         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
34148              From: Peter Prymmer <pvhp@forte.com>
34149              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
34150              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
34151      Branch: perl
34152            ! configure.com
34153 ____________________________________________________________________________
34154 [  8212] By: jhi                                   on 2000/12/21  00:26:21
34155         Log: Edit edit edit.
34156      Branch: perl
34157            ! pod/perlfaq3.pod
34158 ____________________________________________________________________________
34159 [  8211] By: jhi                                   on 2000/12/20  18:52:46
34160         Log: Update Changes.
34161      Branch: perl
34162            ! Changes patchlevel.h
34163 ____________________________________________________________________________
34164 [  8210] By: jhi                                   on 2000/12/20  18:34:47
34165         Log: Yet another editor edit.
34166      Branch: perl
34167            ! pod/perlfaq3.pod
34168 ____________________________________________________________________________
34169 [  8209] By: jhi                                   on 2000/12/20  15:33:28
34170         Log: More Win32 Perling.
34171      Branch: perl
34172            ! pod/perlfaq3.pod
34173 ____________________________________________________________________________
34174 [  8208] By: jhi                                   on 2000/12/20  15:07:46
34175         Log: More Win32 editor/IDE/shell hints.
34176      Branch: perl
34177            ! pod/perlfaq3.pod
34178 ____________________________________________________________________________
34179 [  8207] By: jhi                                   on 2000/12/20  03:54:08
34180         Log: Subject: [PATCH] obscure timing knowledge
34181              From: Nicholas Clark <nick@ccl4.org>
34182              Date: Tue, 19 Dec 2000 19:22:31 +0000
34183              Message-ID: <20001219192231.F2827@plum.flirble.org>
34184      Branch: perl
34185            ! sv.c
34186 ____________________________________________________________________________
34187 [  8206] By: jhi                                   on 2000/12/20  03:45:57
34188         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
34189              From: Spider Boardman <spider@leggy.zk3.dec.com>
34190              Date: Tue, 19 Dec 2000 21:30:16 -0500
34191              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
34192      Branch: perl
34193            ! sv.c
34194 ____________________________________________________________________________
34195 [  8205] By: jhi                                   on 2000/12/19  23:02:01
34196         Log: Update Changes.
34197      Branch: perl
34198            ! Changes patchlevel.h
34199 ____________________________________________________________________________
34200 [  8204] By: jhi                                   on 2000/12/19  22:58:18
34201         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
34202              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
34203              on editors and diffing/patching.
34204      Branch: perl
34205            ! t/op/utf8decode.t
34206 ____________________________________________________________________________
34207 [  8203] By: nick                                  on 2000/12/19  21:36:16
34208         Log: Integrate mainline (forgot my own change...)
34209      Branch: perlio
34210           !> ext/Encode/compile
34211 ____________________________________________________________________________
34212 [  8202] By: nick                                  on 2000/12/19  21:34:42
34213         Log: Integrate mainline.
34214      Branch: perlio
34215           !> (integrate 61 files)
34216 ____________________________________________________________________________
34217 [  8201] By: nick                                  on 2000/12/19  21:34:06
34218         Log: Avoid looking for File::Glob when we don't need it.
34219      Branch: perl
34220            ! ext/Encode/compile
34221 ____________________________________________________________________________
34222 [  8200] By: jhi                                   on 2000/12/19  18:35:49
34223         Log: Update Changes.
34224      Branch: perl
34225            ! Changes patchlevel.h
34226 ____________________________________________________________________________
34227 [  8199] By: jhi                                   on 2000/12/19  18:35:07
34228         Log: Microperl tweaks.
34229      Branch: perl
34230            ! sv.c uconfig.h uconfig.sh
34231 ____________________________________________________________________________
34232 [  8198] By: jhi                                   on 2000/12/19  18:29:59
34233         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
34234      Branch: perl
34235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34236            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
34237 ____________________________________________________________________________
34238 [  8197] By: jhi                                   on 2000/12/19  17:55:29
34239         Log: In VMS embedded perls couldn't access the statically built Socket,
34240              from Charles Lane.
34241      Branch: perl
34242            ! configure.com
34243 ____________________________________________________________________________
34244 [  8196] By: jhi                                   on 2000/12/19  17:49:50
34245         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
34246              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
34247              Date: Sun, 17 Dec 2000 19:11:44 -0000
34248              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
34249      Branch: perl
34250            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34251            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
34252 ____________________________________________________________________________
34253 [  8195] By: jhi                                   on 2000/12/19  17:47:53
34254         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
34255              From: Jonathan Stowe <gellyfish@gellyfish.com>
34256              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
34257              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
34258      Branch: perl
34259            ! utils/h2xs.PL
34260 ____________________________________________________________________________
34261 [  8194] By: jhi                                   on 2000/12/19  17:46:28
34262         Log: Subject: Re: useless use of void context work-around
34263              From: andreas.koenig@anima.de (Andreas J. Koenig)
34264              Date: 16 Dec 2000 15:13:36 +0100
34265              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
34266              
34267              Document (comment) the q(di ds ig) trick in the code.
34268      Branch: perl
34269            ! op.c
34270 ____________________________________________________________________________
34271 [  8193] By: jhi                                   on 2000/12/19  17:10:57
34272         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
34273              From: "Mark J. Reed" <mreed@strange.turner.com>
34274              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
34275              Message-Id: <200012160222.VAA13986@strange.turner.com>
34276      Branch: perl
34277            ! ext/Sys/Syslog/Syslog.pm
34278 ____________________________________________________________________________
34279 [  8192] By: jhi                                   on 2000/12/19  17:07:45
34280         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
34281              From: Nicholas Clark <nick@ccl4.org>
34282              Date: Sat, 16 Dec 2000 19:03:13 +0000
34283              Message-ID: <20001216190313.D68304@plum.flirble.org>
34284      Branch: perl
34285            ! t/op/64bitint.t
34286 ____________________________________________________________________________
34287 [  8191] By: jhi                                   on 2000/12/19  17:06:13
34288         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
34289              From: Dominic Dunlop <domo@computer.org>
34290              Date: Mon, 18 Dec 2000 12:00:15 +0100
34291              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
34292              
34293              This patchlet is needed in order that perl can be statically linked.  
34294      Branch: perl
34295            ! regexec.c
34296 ____________________________________________________________________________
34297 [  8190] By: jhi                                   on 2000/12/19  17:03:08
34298         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
34299              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34300              Date: Sun, 17 Dec 2000 00:18:35 -0600
34301              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
34302      Branch: perl
34303            ! perlio.h vms/gen_shrfls.pl
34304 ____________________________________________________________________________
34305 [  8189] By: jhi                                   on 2000/12/19  16:20:28
34306         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
34307              From: Prymmer/Kahn <pvhp@best.com>
34308              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
34309              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
34310              
34311              A better version of #8188.
34312      Branch: perl
34313            ! pod/perlfaq3.pod
34314 ____________________________________________________________________________
34315 [  8188] By: jhi                                   on 2000/12/19  15:57:06
34316         Log: (Replaced by #8189)
34317              
34318              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34319              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
34320              From: Prymmer/Kahn <pvhp@best.com>
34321              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
34322              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34323              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
34324              Date: Mon, 18 Dec 2000 11:10:45 -0500
34325              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
34326      Branch: perl
34327            ! pod/perlfaq3.pod
34328 ____________________________________________________________________________
34329 [  8187] By: jhi                                   on 2000/12/19  15:54:19
34330         Log: Email address fix for Anton Berezin.
34331      Branch: perl
34332            ! AUTHORS
34333 ____________________________________________________________________________
34334 [  8186] By: jhi                                   on 2000/12/19  15:38:54
34335         Log: Subject: [PATCH perl@8102] cygwin port
34336              From: "Eric Fifer" <efifer@dircon.co.uk> 
34337              Date: Thu, 14 Dec 2000 13:41:29 -0000
34338              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
34339              
34340              When compiling modules the data item that is being imported
34341              from libperl.dll needs to be tagged as imported/shared data:
34342              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
34343      Branch: perl
34344            ! perliol.h
34345 ____________________________________________________________________________
34346 [  8185] By: jhi                                   on 2000/12/19  14:53:24
34347         Log: Regen uconfig.h and uconfig.sh.
34348      Branch: perl
34349            ! uconfig.h uconfig.sh
34350 ____________________________________________________________________________
34351 [  8184] By: jhi                                   on 2000/12/18  20:43:49
34352         Log: Comments work so much better when they are closed.
34353      Branch: perl
34354            ! regcomp.c
34355 ____________________________________________________________________________
34356 [  8183] By: jhi                                   on 2000/12/18  18:04:02
34357         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
34358              Fixes the bug 20001218.016.
34359      Branch: perl
34360            ! regcomp.c
34361 ____________________________________________________________________________
34362 [  8182] By: gsar                                  on 2000/12/18  09:53:47
34363         Log: delete spurious files
34364      Branch: maint-5.6/perl
34365            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
34366            - vos/config.h vos/config_h.SH_orig
34367 ____________________________________________________________________________
34368 [  8181] By: gsar                                  on 2000/12/18  09:46:08
34369         Log: regen perltoc
34370      Branch: maint-5.6/perl
34371            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
34372 ____________________________________________________________________________
34373 [  8180] By: gsar                                  on 2000/12/18  09:20:27
34374         Log: integrate changes#7924..7926,7946,7952 from mainline
34375      Branch: maint-5.6/perl
34376           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
34377           !> lib/File/stat.pm t/lib/class-struct.t
34378 ____________________________________________________________________________
34379 [  8179] By: gsar                                  on 2000/12/18  08:55:54
34380         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
34381              7918,7919,7988,8907 from mainline (various)
34382      Branch: maint-5.6/perl
34383           +> t/lib/class-struct.t
34384           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
34385           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
34386           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
34387 ____________________________________________________________________________
34388 [  8178] By: gsar                                  on 2000/12/18  08:16:30
34389         Log: avoid redefinition warnings on windows due to sys/socket.h getting
34390              #included before win32.h
34391      Branch: maint-5.6/perl
34392            ! win32/include/sys/socket.h
34393 ____________________________________________________________________________
34394 [  8177] By: gsar                                  on 2000/12/18  05:24:04
34395         Log: make regen_headers; fix POSIX.xs problems; remove outdated
34396              code from sys/socket.h that makes build fail now
34397      Branch: maint-5.6/perl
34398            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
34399            ! pod/perlapi.pod
34400           !> win32/include/sys/socket.h
34401 ____________________________________________________________________________
34402 [  8176] By: gsar                                  on 2000/12/18  05:20:17
34403         Log: update Changes
34404      Branch: maint-5.6/perl
34405            ! Changes patchlevel.h
34406 ____________________________________________________________________________
34407 [  8175] By: gsar                                  on 2000/12/18  04:57:48
34408         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
34409              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
34410              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
34411              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
34412              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
34413              7823,7825,7838
34414      Branch: maint-5.6/perl
34415           +> lib/File/Spec/Epoc.pm
34416           !> (integrate 88 files)
34417 ____________________________________________________________________________
34418 [  8174] By: gsar                                  on 2000/12/18  03:53:09
34419         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
34420              7625..7629,7631..7634,7637,7639,7642 from mainline
34421      Branch: maint-5.6/perl
34422           +> README.solaris
34423           !> (integrate 26 files)
34424 ____________________________________________________________________________
34425 [  8173] By: gsar                                  on 2000/12/18  03:37:02
34426         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
34427              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
34428              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
34429              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
34430      Branch: maint-5.6/perl
34431           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
34432            - MAINTAIN
34433           !> (integrate 111 files)
34434 ____________________________________________________________________________
34435 [  8172] By: jhi                                   on 2000/12/18  02:49:27
34436         Log: Regen pods.
34437      Branch: perl
34438            ! pod/perlmodlib.pod pod/perltoc.pod
34439 ____________________________________________________________________________
34440 [  8171] By: gsar                                  on 2000/12/18  02:49:24
34441         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
34442              7465..7471 from mainline
34443              
34444              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
34445              in platforms that strictly require all the symbols being present
34446              at link time.
34447              
34448              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
34449              
34450              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
34451              
34452              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
34453              
34454              Subject: [PATCH] todo
34455              
34456              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
34457              
34458              Use $sort, $uniq (and $tr) consistently as wondered
34459              by Nicholas Clark.
34460              
34461              Too enthusiastic editing in #7460.
34462              
34463              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
34464              
34465              Upgrade to CPAN 1.58_55.
34466              Subject: CPAN.pm status
34467              
34468              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
34469              
34470              Make target reordering to avoid pointless re-makes.
34471              Subject: Re: Total re-make of 'make okfile' after 7451 ?
34472              
34473              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
34474              
34475              Subject: DOC PATCH 5.6.0
34476              
34477              Add the repository doc by Malcolm, Sarathy, and by Simon,
34478              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
34479      Branch: maint-5.6/perl
34480           +> Porting/repository.pod
34481           !> Configure MANIFEST Makefile.SH README.dos README.os2
34482           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
34483           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
34484           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
34485 ____________________________________________________________________________
34486 [  8169] By: gsar                                  on 2000/12/18  02:33:34
34487         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
34488              7435..7441,7445 from mainline
34489              
34490              Make the UTF-8 decoding stricter and more verbose when
34491              malformation happens.  This involved adding an argument
34492              to utf8_to_uv_chk(), which involved changing its prototype,
34493              and prefer STRLEN over I32 for the UTF-8 length, which as
34494              a domino effect necessitated changing the prototypes of
34495              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
34496              The stricter UTF-8 decoding checking uses Markus Kuhn's
34497              UTF-8 Decode Stress Tester from
34498              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
34499              
34500              Run vms/vms_yfix.pl, should have done that after changing
34501              perly.c in #7382.
34502              
34503              Subject: [PATCH 5.7.0] static linking with uninstalled perl
34504              
34505              (Replaced by #7440.)
34506              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34507              
34508              Fix the bug ID 20001024.005, the bug introduced by #7416.
34509              
34510              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
34511              
34512              Fix the bug reported in
34513              From: andreas.koenig@anima.de (Andreas J. Koenig)
34514              Also make is_utf8_char() stricter.
34515              
34516              Missed the header file changes from #7425.
34517              
34518              Check if stdio supports tweaking lval and cnt simultaneously.
34519              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34520              
34521              Stratus VOS updates from Paul Green.
34522              
34523              Podify README.epoc and README.vos.
34524              
34525              Add targets to Makefile.SH, most importantly
34526              'regen_all' which also remembers to update vms/perly*.
34527              
34528              Subject: Minor update to find2perl, for portability
34529              
34530              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
34531              
34532              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
34533              
34534              Rename UTF8LEN() to be UNISKIP(), too confusing to have
34535              UTF8LEN() and UTF8SKIP(). 
34536              
34537              Allow poking holes at the UTF-8 decoding strictness.
34538              
34539              Continue the internal UTF-8 API tweaking.
34540              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
34541              used much more than the simpler API, now called utf8_to_uv_simple().
34542              Still not quite happy with API, too much partial duplication
34543              of functionality.
34544              
34545              A new version of making the syslog test more robust.
34546              (Replaces #7421.)
34547              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34548              
34549              buildtoc target tweaks.
34550              
34551              Integrate with vmsperl #7430 by Charles Bailey:
34552              
34553              Cleanup from prior patch (Charles Lane?):
34554              - improve handling of MFDs in Basename and Path
34555              - default to no xsubpp line # munging when building debug images
34556      Branch: maint-5.6/perl
34557           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34558           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
34559           !> (integrate 67 files)
34560 ____________________________________________________________________________
34561 [  8168] By: gsar                                  on 2000/12/18  02:05:49
34562         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
34563              
34564              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
34565              From: Martin Husemann <martin@duskware.de>
34566              
34567              Subject: [PATCH 5.7.0] restore match data on backtracing
34568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34569      Branch: maint-5.6/perl
34570           !> regcomp.c regexec.c t/op/re_tests
34571 ____________________________________________________________________________
34572 [  8167] By: gsar                                  on 2000/12/18  01:55:22
34573         Log: integrate changes#7858,7986 from mainline
34574              
34575              C<foreach my $x ...> in pseudo-fork()ed process may diddle
34576              parent's memory; fix it by keeping track of the actual pad
34577              offset rather than a raw pointer (this change is probably also
34578              relevant to non-ithreads case to avoid fallout from reallocs of
34579              the pad array, but is currently only enabled for the ithreads
34580              case in the interests of minimal disruption to existing "well
34581              tested" code)
34582              
34583              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
34584              due to the notorious GetFileType() bug in Windows 9x, which fstat()
34585              tickles)
34586      Branch: maint-5.6/perl
34587           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
34588           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
34589           !> win32/win32.c win32/win32.h win32/win32sck.c
34590 ____________________________________________________________________________
34591 [  8166] By: gsar                                  on 2000/12/18  01:52:59
34592         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
34593              from mainline (xsubpp and ExtUtils::LibList fixups, various
34594              other small items)
34595      Branch: maint-5.6/perl
34596           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
34597           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
34598           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
34599           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
34600           !> win32/bin/search.pl
34601 ____________________________________________________________________________
34602 [  8165] By: gsar                                  on 2000/12/18  01:28:45
34603         Log: integrate changes#7533,7563,7611,7623 from mainline (various
34604              malloc.c embellishments)
34605      Branch: maint-5.6/perl
34606           !> malloc.c pod/perldiag.pod
34607 ____________________________________________________________________________
34608 [  8164] By: gsar                                  on 2000/12/18  01:23:33
34609         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
34610              fixups)
34611      Branch: maint-5.6/perl
34612           !> utils/h2xs.PL
34613 ____________________________________________________________________________
34614 [  8163] By: gsar                                  on 2000/12/18  01:17:50
34615         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
34616              fixups)
34617      Branch: maint-5.6/perl
34618           !> Makefile.SH utils/perlbug.PL
34619 ____________________________________________________________________________
34620 [  8162] By: gsar                                  on 2000/12/18  00:25:43
34621         Log: always export Perl_deb() (it is required by re.xs whether
34622              Perl is built with or without -DDEBUGGING)
34623      Branch: maint-5.6/perl
34624            ! makedef.pl
34625 ____________________________________________________________________________
34626 [  8161] By: gsar                                  on 2000/12/18  00:23:38
34627         Log: integrate change#7414 from mainline
34628              
34629              Undo the basename() part of #7412 since the lib/basename
34630              tests would need upgrading too.
34631              
34632              squelch two tests in tr.t that rely on tr/// paranoia change
34633              that's not in 5.6.x
34634      Branch: maint-5.6/perl
34635            ! t/op/tr.t
34636           !> lib/File/Basename.pm
34637 ____________________________________________________________________________
34638 [  8160] By: gsar                                  on 2000/12/18  00:05:30
34639         Log: missing change in previous integrate
34640      Branch: maint-5.6/perl
34641           !> README.aix
34642 ____________________________________________________________________________
34643 [  8159] By: gsar                                  on 2000/12/18  00:03:38
34644         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
34645              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
34646              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
34647              7410..7413 from mainline
34648      Branch: maint-5.6/perl
34649           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
34650           +> t/lib/tie-splice.t
34651            - lib/unicode/Is/DCinital.pl
34652           !> (integrate 112 files)
34653 ____________________________________________________________________________
34654 [  8158] By: jhi                                   on 2000/12/17  23:04:24
34655         Log: Subject: [PATCHES] RE: perl@8150 
34656              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
34657              Date: Sun, 17 Dec 2000 21:46:39 +0100
34658              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
34659              
34660              Neither cygwin has a getpwuid() one can trust on.
34661      Branch: perl
34662            ! t/lib/glob-basic.t
34663 ____________________________________________________________________________
34664 [  8157] By: jhi                                   on 2000/12/17  23:01:54
34665         Log: More MAN.PODS => {} fixes.
34666      Branch: perl
34667            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
34668            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
34669            ! os2/OS2/REXX/Makefile.PL
34670 ____________________________________________________________________________
34671 [  8156] By: gsar                                  on 2000/12/17  22:49:13
34672         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
34673              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
34674              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
34675              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
34676              7201,7204 from mainline
34677      Branch: maint-5.6/perl
34678           !> (integrate 121 files)
34679 ____________________________________________________________________________
34680 [  8155] By: jhi                                   on 2000/12/17  22:30:58
34681         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
34682              From: "Craig A. Berry" <craigberry@mac.com>
34683              Date: Sun, 17 Dec 2000 13:09:28 -0600
34684              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
34685              
34686              MAN.PODS => ' ' is naughty.
34687      Branch: perl
34688            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
34689 ____________________________________________________________________________
34690 [  8154] By: nick                                  on 2000/12/17  22:07:13
34691         Log: MULTIPLICITY nit.
34692      Branch: perl
34693            ! mg.c
34694 ____________________________________________________________________________
34695 [  8153] By: gsar                                  on 2000/12/17  21:23:05
34696         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
34697              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
34698              from mainline
34699              
34700              Document the SvIOK_.*UV().
34701              
34702              Update Unicode todo list.
34703              
34704              Guard against bad string->int conversion for quads.
34705              
34706              Subject: small apidoc fix
34707              
34708              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
34709              
34710              Subject: [PATCH] Tied filehandle documentation
34711              
34712              Subject: [PATCH] Modernize Opcode.pm documentation
34713              
34714              Make Data::Dumper (non-XS) to work with changed semantics of ref().
34715              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
34716              [applied even though said semantics didn't change in 5.6.x]
34717              
34718              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
34719              
34720              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
34721              
34722              Fix the URL, but the server is still missing in action.
34723              Subject: [ID 20000905.002] perlfaq1.pod URL error
34724              
34725              Subject: [ID 20000903.001] \w in utf8-strings
34726              
34727              Fix the ccversion detection for 5.1 and beyond.
34728              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34729              
34730              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
34731              
34732              Subject: [ID 20000904.008] Tiny fix for perldiag
34733              
34734              Subject: Re: [ID 20000906.004] segfault with bad perl statement
34735              
34736              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34737              
34738              Subject: [ID 20000908.002] perlipc documentation bug.
34739              
34740              Subject: [PATCH lib/Benchmark.pm]
34741              
34742              Re-allow vec() for characters > 255.
34743              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
34744              
34745              Do away with memory models cruft.  Sorry, PDP users.
34746              
34747              Continue #7041.
34748              
34749              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
34750              
34751              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
34752              
34753              Upgrade to CPAN 1.57_65, from Andreas König.
34754              
34755              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
34756              by Russ Allbery.
34757              
34758              Silence t/pod/*.t about alternate quote-mappings now implemented
34759              by Pod::Text, from Brad Appleton.
34760              
34761              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
34762              Subject: borland C++ win32.c tweak
34763              
34764              C<@a = @b = split(...)> optimization coredumps under ithreads
34765              (missed a spot when fixing up op_pmreplroot hack for ithreads)
34766              
34767              Document the SvUTF8*().
34768              
34769              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
34770              
34771              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
34772              
34773              Do in VMS as the #7054 does.
34774              
34775              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
34776              
34777              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
34778              
34779              Subject: [patch: perl@7045] vms updates
34780              
34781              Test for the #7049.
34782              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
34783              
34784              Break up the myconfig lines a bit.
34785              Subject: perlbug/perl -V output format
34786              
34787              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
34788              
34789              The #7054 truncated Configure badly.
34790              
34791              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
34792              initialization in all the threads on Windows
34793              
34794              Allow for whitespace between "#" and "line" in cpp output.
34795              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
34796              
34797              Remove vestiges of tr//CU.
34798              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
34799              
34800              The return value of setlocale must be copied away.
34801              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
34802              
34803              Allow chop() and chomp() to be overridden.
34804              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
34805              
34806              Hints optimization.
34807              Subject: Minor nit
34808              
34809              Subject: [PATCH] de-wall t/README
34810              
34811              Subject: Re: Two advertising clauses need to be removed
34812      Branch: maint-5.6/perl
34813           !> (integrate 75 files)
34814 ____________________________________________________________________________
34815 [  8152] By: gsar                                  on 2000/12/17  20:30:11
34816         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
34817              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
34818              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
34819              
34820              Don't attach -ld to the archname if pointless.
34821              
34822              Document UNTIE in a very minimalistic way.
34823              
34824              POSIX doesn't report long double values under -Duselongdouble
34825              when the long doubles are "real" (bigger than doubles).
34826              
34827              More author updates.
34828              
34829              Try to deduce NV_MAX.  Really should be Configure fodder.
34830              
34831              :: not allowed in pathnames, change to .
34832              Subject: [PATCH perl@6938] cygwin port
34833              
34834              Forget about NV_MAX (#6951).  Various floating point tweaks,
34835              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
34836              
34837              Move the Solaris 7 scan to use64bitall, make the
34838              failure to find 64-bot sparc libc to mention the
34839              possibility of being in an intel, from Lupe and Alan.
34840              
34841              Regen perltoc.
34842              
34843              AUTHORS tweaks, from Peter Prymmer.
34844              
34845              More address tweaking.
34846              
34847              Small tweaks all over.
34848              
34849              File::Temp patches from Andreas König,
34850              
34851              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
34852              
34853              Subject: CPAN.pm beta 1.57_57 for the core
34854              
34855              Part of the solution.
34856              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
34857              
34858              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
34859              
34860              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34861              
34862              Add the overload warnings to perldiag.
34863              
34864              Drop unused argument.
34865              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
34866              
34867              Subject: Nit in Configure (bleadperl@6961)
34868              
34869              Update to PodParser 1.18, from Brad Appleton.
34870              
34871              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
34872              
34873              Subject: [PATCH: 6948] add SCNfldbl to configure.com
34874              
34875              Document UNTIE. Also tweak implementation to suppress the 'inner references'
34876              warning when UNTIE exists and instead pass the cound of extra references to
34877              the UNTIE method.
34878              
34879              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
34880              so that case-ignoring systems like DCL can tell them from
34881              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
34882              
34883              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34884              
34885              Feature ordering tweak.
34886              
34887              Regen perltoc.
34888              
34889              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
34890              
34891              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
34892              
34893              Subject: http:// in L<>
34894              
34895              Detypo.
34896              
34897              change#6791 accidentally clobbered change#6710, put it back
34898              
34899              Only the first line, thank you very much.
34900              
34901              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
34902              plus rework the http: spots as suggested by Tom Christiansen,
34903              plus regen perltoc.
34904              
34905              Undo part of change 6489 which looks like a bulk edit which
34906              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
34907              The supressing of main:: on return from select() is undesirable.
34908              
34909              Apparently avoiding the swapping is too costly.
34910              
34911              Various Configure nits by Philip Newton,
34912              plus the ebcdic one by me.
34913              
34914              Make certain cc is set before trying to run it.
34915              
34916              If overloaded %{} etc. return the object do not loop.
34917              Thus  sub deref { $_[0] } functions if object is wanted type.
34918              
34919              Update perlhist.
34920              
34921              More %{} and other deref special casing - do not pass to 'nomethod'.
34922      Branch: maint-5.6/perl
34923           !> (integrate 59 files)
34924 ____________________________________________________________________________
34925 [  8151] By: gsar                                  on 2000/12/17  19:14:38
34926         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
34927              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
34928              
34929              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
34930              
34931              Make the epsilon to be relative, not absolute.
34932              
34933              Put back the flags dump as reasoned in
34934              Subject: Re: [PATCH] Glob dumping
34935              
34936              Introduce ccname to keep track of what compiler kind of we have.
34937              
34938              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
34939              
34940              Put back the slice accidentally removed by #6907.
34941              
34942              Reset archname and archname64 always, forcing them be
34943              recomputed at each Configure run, make Configure and
34944              the hints files agree on the naming of largefiles variables.
34945              
34946              Don't say "Perl 5.0 source kit".
34947              
34948              Subject: [PATCH] fix misc cast warnings
34949              
34950              Subject: typos in pods
34951              
34952              NVs not necessarily doubles, as pointed out by Yitzchak.
34953              
34954              Subject: [PATCH 6889] add a few ldbl formats to configure.com
34955              
34956              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
34957              
34958              Better options for rsync.
34959              
34960              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
34961              
34962              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
34963              
34964              Subject: [PATCH] Re: UNTIE method 
34965              
34966              A better fix for the Socket building problem from Craig Berry.
34967              
34968              Retract the dummy test, skip the security tests (instead of failing),
34969              explain what the warnings mean.
34970              
34971              Heap decorruption.
34972              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
34973              
34974              Update to Unicode 3.0.1.
34975              
34976              Missed one Unicode file.
34977              
34978              Subject: Re: typos in pods
34979              
34980              The #6929 was too skimpy.
34981              
34982              sscanf() may be the only way to read long doubles from strings.
34983              
34984              Reveal Borland's isnan.
34985              Subject: build with BC++ tweak
34986              
34987              Issue useful diagnostic on unknown pod commands.
34988              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
34989              
34990              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
34991              
34992              Clarify the third case of ftmp-security warnings.
34993              
34994              Make -Dusemorebits find long doubles in Solaris.
34995              
34996              Wrap the test in eval.
34997      Branch: maint-5.6/perl
34998           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
34999           +> lib/unicode/PropList.txt lib/unicode/README.perl
35000           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
35001           +> lib/unicode/Unicode.301 vms/vmspipe.com
35002            - lib/unicode/Props.txt lib/unicode/UCD300.html
35003            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35004           !> (integrate 305 files)
35005 ____________________________________________________________________________
35006 [  8150] By: jhi                                   on 2000/12/17  18:47:57
35007         Log: Uncheckedin generated files.
35008      Branch: perl
35009            ! global.sym perlapi.c pod/perlapi.pod
35010 ____________________________________________________________________________
35011 [  8149] By: jhi                                   on 2000/12/17  18:41:22
35012         Log: Update Changes.
35013      Branch: perl
35014            ! Changes patchlevel.h
35015 ____________________________________________________________________________
35016 [  8148] By: jhi                                   on 2000/12/17  18:39:16
35017         Log: Subject: [PATCH] Fcntl constants speedup
35018              From: Nicholas Clark <nick@ccl4.org>
35019              Date: Sun, 17 Dec 2000 16:29:24 +0000
35020              Message-ID: <20001217162924.E97668@plum.flirble.org>
35021              
35022              Use IVs for the Fcntl constants instead of NVs.
35023      Branch: perl
35024            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
35025 ____________________________________________________________________________
35026 [  8147] By: jhi                                   on 2000/12/17  18:33:41
35027         Log: Add test for #8145 (binmode() warning), add warning for
35028              ioctl() and sockpair(), document them. (fileno() cannot
35029              be tripwired with the same kind of warning because
35030              'defined fileno($foo)' seems to be an idiom.)
35031      Branch: perl
35032            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
35033 ____________________________________________________________________________
35034 [  8146] By: gsar                                  on 2000/12/17  18:09:08
35035         Log: update Changes
35036      Branch: maint-5.6/perl
35037            ! Changes
35038 ____________________________________________________________________________
35039 [  8145] By: jhi                                   on 2000/12/17  17:39:35
35040         Log: Subject: [PATCH] Re: The long awaited feature ...
35041              From: Simon Cozens <simon@cozens.net>
35042              Date: Sun, 17 Dec 2000 12:31:56 +0000
35043              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
35044              
35045              Add a warning to binmode() about using bad filehandles
35046              (can happen e.g. if someone forgets the filehandle argument)
35047      Branch: perl
35048            ! pp_sys.c
35049 ____________________________________________________________________________
35050 [  8144] By: jhi                                   on 2000/12/17  17:33:48
35051         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
35052              From: Jonathan Stowe <gellyfish@gellyfish.com>
35053              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
35054              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
35055      Branch: perl
35056            ! lib/Net/Ping.pm
35057 ____________________________________________________________________________
35058 [  8143] By: jhi                                   on 2000/12/17  05:31:37
35059         Log: Polymorphic regexps.
35060              
35061              Fixes at least the bugs 20001028.003 (both of them...) and
35062              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
35063              also to be fixed by now, probably already before this patch.
35064      Branch: perl
35065            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
35066            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
35067            ! t/op/utf8decode.t t/pragma/utf8.t
35068 ____________________________________________________________________________
35069 [  8142] By: jhi                                   on 2000/12/16  17:16:05
35070         Log: Subject: [patch perl@8102] dos/djgpp update
35071              From: Laszlo Molnar <ml1050@freemail.hu>
35072              Date: Sat, 16 Dec 2000 01:40:52 +0100
35073              Message-ID: <20001216014052.A335@freemail.hu>
35074      Branch: perl
35075            ! djgpp/config.over t/base/commonsense.t
35076 ____________________________________________________________________________
35077 [  8141] By: jhi                                   on 2000/12/16  17:09:27
35078         Log: Few uncheckedin files.
35079      Branch: perl
35080            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
35081 ____________________________________________________________________________
35082 [  8140] By: nick                                  on 2000/12/15  22:14:31
35083         Log: Integrate mainline
35084      Branch: perlio
35085           !> (integrate 53 files)
35086 ____________________________________________________________________________
35087 [  8139] By: jhi                                   on 2000/12/15  19:49:49
35088         Log: One more IVUV tweak from Nicholas Clark.
35089      Branch: perl
35090            ! sv.c
35091 ____________________________________________________________________________
35092 [  8138] By: jhi                                   on 2000/12/15  19:17:06
35093         Log: Return of the IVUV-preservation, now seems to be happy even
35094              in Digital UNIX (the broken strtoul brokenness detection
35095              seems to have been the fly in the ointment).
35096      Branch: perl
35097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35098            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
35099            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
35100            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
35101            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35102            ! vos/config.ga.h win32/config.bc win32/config.gc
35103            ! win32/config.vc
35104 ____________________________________________________________________________
35105 [  8137] By: jhi                                   on 2000/12/15  18:12:14
35106         Log: Metaconfig unit change for #8136.
35107      Branch: metaconfig
35108            ! U/modified/d_strtoul.U
35109      Branch: metaconfig/U/perl
35110            ! d_strtoull.U d_strtouq.U
35111 ____________________________________________________________________________
35112 [  8136] By: jhi                                   on 2000/12/15  18:11:35
35113         Log: I don't think it's sensible or portable to test the strtou*
35114              on /^-/ strings.
35115      Branch: perl
35116            ! Configure
35117 ____________________________________________________________________________
35118 [  8135] By: jhi                                   on 2000/12/15  17:18:49
35119         Log: Metaconfig unit change for #8134.
35120      Branch: metaconfig
35121            ! U/modified/d_strtoul.U
35122 ____________________________________________________________________________
35123 [  8134] By: jhi                                   on 2000/12/15  17:14:13
35124         Log: If longsize is 8 we don't need a LL suffix for integer constants.
35125      Branch: perl
35126            ! Configure config_h.SH
35127 ____________________________________________________________________________
35128 [  8133] By: jhi                                   on 2000/12/15  16:00:23
35129         Log: Update Changes.
35130      Branch: perl
35131            ! Changes patchlevel.h
35132 ____________________________________________________________________________
35133 [  8132] By: jhi                                   on 2000/12/15  15:44:16
35134         Log: Some compilers get huffy if you do not cast a const pointer
35135              to a non-const when assigning.
35136      Branch: perl
35137            ! gv.c
35138 ____________________________________________________________________________
35139 [  8131] By: jhi                                   on 2000/12/15  15:38:30
35140         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
35141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35142              Date: Fri, 15 Dec 2000 05:26:57 -0500
35143              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
35144      Branch: perl
35145            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
35146            ! t/pragma/overload.t
35147 ____________________________________________________________________________
35148 [  8130] By: jhi                                   on 2000/12/15  15:36:08
35149         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
35150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35151              Date: Thu, 14 Dec 2000 22:02:43 -0500
35152              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
35153      Branch: perl
35154            ! gv.c perl.h
35155 ____________________________________________________________________________
35156 [  8129] By: jhi                                   on 2000/12/15  15:34:16
35157         Log: Subject: PATCH: h2xs nit
35158              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35159              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
35160              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
35161              
35162              Add a template README.
35163      Branch: perl
35164            ! utils/h2xs.PL
35165 ____________________________________________________________________________
35166 [  8128] By: jhi                                   on 2000/12/15  15:32:22
35167         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
35168      Branch: perl
35169            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
35170 ____________________________________________________________________________
35171 [  8127] By: jhi                                   on 2000/12/15  15:19:34
35172         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
35173              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35174              Date:     Thu, 14 Dec 2000 20:04:42 EST
35175              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
35176      Branch: perl
35177            ! ext/Opcode/Opcode.xs
35178 ____________________________________________________________________________
35179 [  8126] By: jhi                                   on 2000/12/15  15:17:49
35180         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
35181              From: Peter Prymmer <pvhp@forte.com>
35182              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
35183              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
35184      Branch: perl
35185            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
35186            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
35187            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
35188 ____________________________________________________________________________
35189 [  8125] By: jhi                                   on 2000/12/15  15:11:05
35190         Log: This seems to be a stage sane and stable enough to checkin.
35191              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
35192      Branch: perl
35193            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
35194            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
35195            ! t/op/cmp.t t/op/numconvert.t
35196 ____________________________________________________________________________
35197 [  8124] By: jhi                                   on 2000/12/15  04:20:26
35198         Log: Something is really wonky.
35199      Branch: perl
35200            ! sv.c
35201 ____________________________________________________________________________
35202 [  8123] By: jhi                                   on 2000/12/15  04:00:50
35203         Log: Fixes for the IV UV patches to compile in Digital UNIX.
35204      Branch: perl
35205            ! sv.c
35206 ____________________________________________________________________________
35207 [  8122] By: jhi                                   on 2000/12/15  02:53:40
35208         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
35209              From: "Craig A. Berry" <craigberry@mac.com>
35210              Date: Thu, 14 Dec 2000 19:10:49 -0600
35211              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
35212      Branch: perl
35213            ! vms/vms.c
35214 ____________________________________________________________________________
35215 [  8121] By: jhi                                   on 2000/12/15  02:50:00
35216         Log: Metaconfig changes for #8120.
35217      Branch: metaconfig
35218            + U/modified/d_strtoul.U
35219      Branch: metaconfig/U/perl
35220            ! d_strtoull.U d_strtouq.U
35221 ____________________________________________________________________________
35222 [  8120] By: jhi                                   on 2000/12/15  02:49:42
35223         Log: From: Nicholas Clark <nick@ccl4.org> 
35224              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
35225              Date: Thu, 14 Dec 2000 18:38:57 +0000
35226              Message-ID: <20001214183857.B97909@plum.flirble.org>
35227      Branch: perl
35228            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35229            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
35230            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35231            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35232            ! win32/config.gc win32/config.vc
35233 ____________________________________________________________________________
35234 [  8119] By: jhi                                   on 2000/12/14  23:40:58
35235         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
35236              From: Nicholas Clark <nick@ccl4.org>
35237              Date: Wed, 13 Dec 2000 20:08:50 +0000
35238              Message-ID: <20001213200849.B71166@plum.flirble.org>
35239      Branch: perl
35240            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
35241            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
35242 ____________________________________________________________________________
35243 [  8118] By: jhi                                   on 2000/12/14  22:46:26
35244         Log: Integrate perlio.
35245      Branch: perl
35246           !> MANIFEST ext/Encode/compile makedef.pl
35247 ____________________________________________________________________________
35248 [  8117] By: nick                                  on 2000/12/14  22:38:53
35249         Log: Win32 tweaks to get Encode to build
35250              - temp hack to makedef.pl till PerlIO is properly "exported".
35251              - MSVC dislikes  
35252              static encpage_t foo[];
35253              so make 'em extern for now.
35254      Branch: perlio
35255            ! ext/Encode/compile makedef.pl
35256 ____________________________________________________________________________
35257 [  8116] By: nick                                  on 2000/12/14  22:00:53
35258         Log: Document the new files
35259      Branch: perlio
35260            ! MANIFEST
35261 ____________________________________________________________________________
35262 [  8115] By: jhi                                   on 2000/12/14  21:58:01
35263         Log: MANIFEST new files of #8114.
35264      Branch: perl
35265            ! MANIFEST
35266 ____________________________________________________________________________
35267 [  8114] By: jhi                                   on 2000/12/14  21:50:49
35268         Log: Integrate perlio.
35269      Branch: perl
35270           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
35271           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
35272           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
35273           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
35274           !> ext/Encode/Makefile.PL
35275 ____________________________________________________________________________
35276 [  8113] By: jhi                                   on 2000/12/14  21:48:49
35277         Log: The documentation part of the
35278              
35279              Subject: [ID 20001214.002] Net::Ping patch
35280              From: Jonathan Stowe <gellyfish@gellyfish.com>
35281              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
35282              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
35283              since the #7529 had already addressed the same problem.
35284      Branch: perl
35285            ! lib/Net/Ping.pm
35286 ____________________________________________________________________________
35287 [  8112] By: jhi                                   on 2000/12/14  21:42:57
35288         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
35289              From: Dominic Dunlop <domo@computer.org>
35290              Date: Tue, 12 Dec 2000 10:47:10 +0100
35291              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
35292              
35293              Document how elusive subroutines can be.
35294      Branch: perl
35295            ! pod/perlfunc.pod
35296 ____________________________________________________________________________
35297 [  8111] By: jhi                                   on 2000/12/14  21:38:05
35298         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
35299              From: Dominic Dunlop <domo@computer.org>
35300              Date: Thu, 14 Dec 2000 10:13:51 +0100
35301              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
35302      Branch: perl
35303            ! ext/POSIX/POSIX.pod
35304 ____________________________________________________________________________
35305 [  8110] By: jhi                                   on 2000/12/14  21:36:32
35306         Log: Subject: [patch] perlfaq7
35307              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
35308              Date: Thu, 14 Dec 2000 15:31:07 +0100
35309              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
35310      Branch: perl
35311            ! pod/perlfaq7.pod
35312 ____________________________________________________________________________
35313 [  8109] By: jhi                                   on 2000/12/14  21:29:20
35314         Log: Subject: [8104] Encode
35315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35316              Date: Thu, 14 Dec 2000 14:49:34 +0100
35317              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
35318              
35319              Type casting for nervous compilers.
35320      Branch: perl
35321            ! ext/Encode/Encode.xs
35322 ____________________________________________________________________________
35323 [  8108] By: jhi                                   on 2000/12/14  21:26:17
35324         Log: Subject: [8104] DB_File
35325              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35326              Date: Thu, 14 Dec 2000 14:49:35 +0100
35327              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
35328              
35329              Type definition incorrect for DB 2.7.7.  Not known when it
35330              changed, so only changed it for a known revision.
35331      Branch: perl
35332            ! ext/DB_File/DB_File.xs
35333 ____________________________________________________________________________
35334 [  8107] By: jhi                                   on 2000/12/14  21:23:41
35335         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
35336              From: Peter Prymmer <pvhp@forte.com>
35337              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
35338              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
35339              
35340              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
35341      Branch: perl
35342            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35343            ! ext/Encode/Encode/posix-bc.enc
35344 ____________________________________________________________________________
35345 [  8106] By: nick                                  on 2000/12/14  20:36:13
35346         Log: "Cold" build correction to Encode's Makefile.PL
35347      Branch: perlio
35348            ! ext/Encode/Makefile.PL
35349 ____________________________________________________________________________
35350 [  8105] By: nick                                  on 2000/12/14  20:09:37
35351         Log: "Compiled" encodings.
35352              Correct replacement character in EBCDIC .enc files
35353              Add 0x7F to ASCII repertoire.
35354      Branch: perlio
35355            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35356            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
35357            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
35358            ! ext/Encode/Makefile.PL ext/Encode/compile
35359            ! ext/Encode/encengine.c ext/Encode/encode.h
35360 ____________________________________________________________________________
35361 [  8104] By: nick                                  on 2000/12/14  00:38:20
35362         Log: Integrate mainline
35363      Branch: perlio
35364           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
35365           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
35366           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
35367           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
35368           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
35369           !> t/lib/db-hash.t t/lib/db-recno.t
35370 ____________________________________________________________________________
35371 [  8103] By: nick                                  on 2000/12/13  23:16:13
35372         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
35373              so far and so it does not get lost.
35374      Branch: perlio
35375            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
35376 ____________________________________________________________________________
35377 [  8102] By: jhi                                   on 2000/12/13  17:14:22
35378         Log: Update Changes.
35379      Branch: perl
35380            ! Changes patchlevel.h
35381 ____________________________________________________________________________
35382 [  8101] By: jhi                                   on 2000/12/13  16:53:41
35383         Log: Move the proto of start_glob() to a better place; regen api files.
35384      Branch: perl
35385            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
35386 ____________________________________________________________________________
35387 [  8100] By: jhi                                   on 2000/12/13  16:47:11
35388         Log: Metaconfig change for #8099.
35389      Branch: metaconfig
35390            ! U/modified/Head.U
35391 ____________________________________________________________________________
35392 [  8099] By: jhi                                   on 2000/12/13  16:46:48
35393         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
35394              From: Andy Dougherty <doughera@lafayette.edu>
35395              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
35396              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
35397      Branch: perl
35398            ! Configure
35399 ____________________________________________________________________________
35400 [  8098] By: jhi                                   on 2000/12/13  16:39:02
35401         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
35402              From: rspier@pobox.com (Robert Spier)
35403              Date: Tue, 12 Dec 2000 21:12:39 -0500
35404              Message-ID: <14902.56087.678086.725773@rls.cx>
35405              
35406              fastgetcwd is defined using a glob alias on a $^O dependent basis -
35407              and there was no default assignment or perl subroutine.
35408      Branch: perl
35409            ! lib/Cwd.pm
35410 ____________________________________________________________________________
35411 [  8097] By: jhi                                   on 2000/12/13  16:16:01
35412         Log: Subject: [PATCH] move startglob out of pp_hot.c
35413              From: Nicholas Clark <nick@ccl4.org>
35414              Date: Mon, 11 Dec 2000 23:16:39 +0000
35415              Message-ID: <20001211231638.A55550@plum.flirble.org>
35416      Branch: perl
35417            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
35418 ____________________________________________________________________________
35419 [  8096] By: jhi                                   on 2000/12/13  15:26:23
35420         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
35421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35422              Date: Wed, 13 Dec 2000 14:01:37 +0100
35423              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
35424              
35425              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
35426              in turn requires libpthread in libswanted.
35427      Branch: perl
35428            ! hints/hpux.sh
35429 ____________________________________________________________________________
35430 [  8095] By: jhi                                   on 2000/12/12  19:51:05
35431         Log: The integration wars continue.
35432      Branch: perl
35433           !> sv.c
35434 ____________________________________________________________________________
35435 [  8094] By: jhi                                   on 2000/12/12  19:48:26
35436         Log: Subject: [PATCH perl@8070] DB_File-1.74  
35437              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
35438              Date: Mon, 11 Dec 2000 23:07:17 -0000
35439              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
35440      Branch: perl
35441            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35442            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
35443            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
35444            ! t/lib/db-recno.t
35445 ____________________________________________________________________________
35446 [  8093] By: nick                                  on 2000/12/12  19:42:13
35447         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
35448      Branch: perlio
35449            ! sv.c
35450           !> lib/File/DosGlob.pm
35451 ____________________________________________________________________________
35452 [  8092] By: jhi                                   on 2000/12/12  19:28:11
35453         Log: Integrate perlio.
35454      Branch: perl
35455           !> sv.c
35456 ____________________________________________________________________________
35457 [  8091] By: nick                                  on 2000/12/12  18:49:45
35458         Log: Fix for Tk, and upgrading shared SVs.
35459      Branch: perlio
35460            ! sv.c
35461 ____________________________________________________________________________
35462 [  8090] By: jhi                                   on 2000/12/12  16:48:59
35463         Log: Subject: [PATCH] Re: Breadperl & Tk
35464              From: Nick Ing-Simmons <nik@tiuk.ti.com>
35465              Date: Tue, 12 Dec 2000 14:48:27 GMT
35466              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
35467      Branch: perl
35468            ! sv.c
35469 ____________________________________________________________________________
35470 [  8089] By: jhi                                   on 2000/12/12  03:37:19
35471         Log: Subject: DosGlob.pm diff for bash style brace expansion.
35472              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
35473              Date: Fri, 8 Dec 2000 10:45:30 -0600
35474              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
35475      Branch: perl
35476            ! lib/File/DosGlob.pm
35477 ____________________________________________________________________________
35478 [  8088] By: nick                                  on 2000/12/11  23:59:59
35479         Log: Integrate mainline
35480      Branch: perlio
35481           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
35482           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
35483           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
35484           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
35485           !> t/op/local.t t/pragma/warn/toke toke.c
35486 ____________________________________________________________________________
35487 [  8087] By: jhi                                   on 2000/12/11  23:20:23
35488         Log: Integrate perlio.
35489      Branch: perl
35490           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35491 ____________________________________________________________________________
35492 [  8086] By: jhi                                   on 2000/12/11  22:50:59
35493         Log: Tune further the OS detection of CGI.
35494      Branch: perl
35495            ! lib/CGI.pm
35496 ____________________________________________________________________________
35497 [  8085] By: nick                                  on 2000/12/11  22:50:46
35498         Log: Finish 1st pass of "encoding" layer e.g. :
35499              open($fh,"<encoding(iso8859-7)",$greek) || die;
35500      Branch: perlio
35501            ! ext/Encode/Encode.xs perlio.c perliol.h
35502 ____________________________________________________________________________
35503 [  8084] By: jhi                                   on 2000/12/11  22:32:06
35504         Log: Revert the -f ambiguousity patch, seems to cause
35505              too much hassle (the interpret -Q as a function
35506              where Q is not a known filetest part is left in).
35507      Branch: perl
35508            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
35509            ! toke.c
35510 ____________________________________________________________________________
35511 [  8083] By: jhi                                   on 2000/12/11  22:27:23
35512         Log: (accidentally empty check-in)
35513      Branch: perl
35514            ! lib/File/DosGlob.pm
35515 ____________________________________________________________________________
35516 [  8082] By: nick                                  on 2000/12/11  19:09:51
35517         Log: Restore mmap function (broken by tweaks to shared buffer
35518              layer for encode(xxxx)).
35519      Branch: perlio
35520            ! perlio.c
35521 ____________________________________________________________________________
35522 [  8081] By: jhi                                   on 2000/12/11  18:29:13
35523         Log: Subject: Re: The long awaited feature ...
35524              From: Simon Cozens <simon@cozens.net>
35525              Date: Mon, 11 Dec 2000 15:54:24 +0000
35526              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
35527              
35528              More io/utf8 tests.
35529      Branch: perl
35530            ! t/io/utf8.t
35531 ____________________________________________________________________________
35532 [  8080] By: jhi                                   on 2000/12/11  18:19:36
35533         Log: Subject: PATCH MakeMaker manpage clarification
35534              From: andreas.koenig@anima.de (Andreas J. Koenig)
35535              Date: 10 Dec 2000 20:46:13 +0100
35536              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
35537      Branch: perl
35538            ! lib/ExtUtils/MakeMaker.pm
35539 ____________________________________________________________________________
35540 [  8079] By: jhi                                   on 2000/12/11  15:35:07
35541         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
35542              From: Simon Cozens <simon@cozens.net>
35543              Date: Sun, 10 Dec 2000 19:06:19 +0000
35544              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
35545      Branch: perl
35546            ! ext/B/B/Deparse.pm t/lib/b.t
35547 ____________________________________________________________________________
35548 [  8078] By: jhi                                   on 2000/12/11  15:09:11
35549         Log: Subject: [PATCH] docs on NaN
35550              From: Nicholas Clark <nick@ccl4.org>
35551              Date: Mon, 11 Dec 2000 01:48:38 +0000
35552              Message-ID: <20001211014838.B99205@plum.flirble.org>
35553      Branch: perl
35554            ! pod/perlop.pod
35555 ____________________________________________________________________________
35556 [  8077] By: jhi                                   on 2000/12/11  15:02:21
35557         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
35558              From: Simon Cozens <simon@cozens.net>
35559              Date: Mon, 11 Dec 2000 01:21:45 +0000
35560              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
35561      Branch: perl
35562            ! pp.c pp_hot.c scope.c t/op/local.t
35563 ____________________________________________________________________________
35564 [  8076] By: nick                                  on 2000/12/10  20:43:32
35565         Log: Not merge worthy...
35566              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
35567              syntax is modelled on attributes.
35568              Untested fix for io/utf8 on Win32 etc.
35569              Very clumsy start to the encode layer.
35570      Branch: perlio
35571            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35572 ____________________________________________________________________________
35573 [  8075] By: jhi                                   on 2000/12/10  18:39:33
35574         Log: Darwin is not Windows.
35575      Branch: perl
35576            ! lib/CGI.pm
35577 ____________________________________________________________________________
35578 [  8074] By: jhi                                   on 2000/12/10  18:31:27
35579         Log: Subject: Ambiguous -%c() resolved as a file test
35580              From: "Paul Marquess" <Paul.Marquess@openwave.com>
35581              Date: Sun, 10 Dec 2000 15:35:07 -0000
35582              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
35583      Branch: perl
35584            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
35585 ____________________________________________________________________________
35586 [  8073] By: jhi                                   on 2000/12/10  18:16:29
35587         Log: Subject: PATCH installperl misinformed 
35588              From: andreas.koenig@anima.de (Andreas J. Koenig)
35589              Date: 10 Dec 2000 13:01:32 +0100 
35590              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
35591      Branch: perl
35592            ! installperl
35593 ____________________________________________________________________________
35594 [  8072] By: jhi                                   on 2000/12/10  18:07:55
35595         Log: The walkoptree confusion rages; walkoptree() seems to be coming
35596              from B.xs, while walkoptree_slow() comes from B.pm.
35597      Branch: perl
35598            ! ext/B/B.pm
35599 ____________________________________________________________________________
35600 [  8071] By: nick                                  on 2000/12/10  11:45:47
35601         Log: Integrate mainline
35602      Branch: perlio
35603           +> t/base/commonsense.t
35604           !> (integrate 37 files)
35605 ____________________________________________________________________________
35606 [  8070] By: jhi                                   on 2000/12/10  04:46:21
35607         Log: Update Changes.
35608      Branch: perl
35609            ! Changes patchlevel.h
35610 ____________________________________________________________________________
35611 [  8069] By: jhi                                   on 2000/12/10  04:39:19
35612         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
35613              From: andreas.koenig@anima.de (Andreas J. Koenig)
35614              Date: 09 Dec 2000 17:14:25 +0100
35615              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
35616      Branch: perl
35617            + t/base/commonsense.t
35618            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
35619 ____________________________________________________________________________
35620 [  8068] By: jhi                                   on 2000/12/10  04:17:36
35621         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
35622              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35623              Date: Sat, 9 Dec 2000 16:47:22 -0000
35624              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
35625      Branch: perl
35626            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
35627            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
35628            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
35629            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
35630            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
35631            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
35632            ! t/lib/sdbm.t
35633 ____________________________________________________________________________
35634 [  8067] By: jhi                                   on 2000/12/10  03:52:02
35635         Log: Test case for #8066.
35636      Branch: perl
35637            ! t/op/misc.t
35638 ____________________________________________________________________________
35639 [  8066] By: jhi                                   on 2000/12/10  03:50:30
35640         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
35641              From: Simon Cozens <simon@cozens.net>
35642              Date: Sun, 10 Dec 2000 00:55:37 +0000
35643              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
35644      Branch: perl
35645            ! pp_sys.c
35646 ____________________________________________________________________________
35647 [  8065] By: jhi                                   on 2000/12/10  03:44:52
35648         Log: Test case for #8064.
35649      Branch: perl
35650            ! t/comp/proto.t
35651 ____________________________________________________________________________
35652 [  8064] By: jhi                                   on 2000/12/10  03:42:32
35653         Log: Subject: Re: prototype of substr
35654              From: Simon Cozens <simon@cozens.net>
35655              Date: Sun, 10 Dec 2000 00:13:33 +0000
35656              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
35657              
35658              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
35659      Branch: perl
35660            ! pp.c
35661 ____________________________________________________________________________
35662 [  8063] By: jhi                                   on 2000/12/10  03:39:42
35663         Log: Subject: [PATCH] perlguts.pod
35664              From: Simon Cozens <simon@cozens.net>
35665              Date: Sun, 10 Dec 2000 00:06:47 +0000
35666              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
35667              
35668              Documentation of the different types of ops,
35669              plus the functions in dump.c
35670      Branch: perl
35671            ! pod/perlguts.pod
35672 ____________________________________________________________________________
35673 [  8062] By: jhi                                   on 2000/12/10  03:30:04
35674         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
35675              From: Nicholas Clark <nick@talking.bollo.cx>
35676              Date: Sat, 09 Dec 2000 18:57:25 +0000
35677              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
35678              
35679              Be more robust in weird hostname setups.
35680      Branch: perl
35681            ! t/lib/net-hostent.t
35682 ____________________________________________________________________________
35683 [  8061] By: jhi                                   on 2000/12/10  03:28:21
35684         Log: Pacify fussy compiler. 
35685      Branch: perl
35686            ! pp_sys.c
35687 ____________________________________________________________________________
35688 [  8060] By: jhi                                   on 2000/12/10  02:52:46
35689         Log: Integrate perlio.
35690      Branch: perl
35691           !> pp_sys.c t/io/utf8.t
35692 ____________________________________________________________________________
35693 [  8059] By: nick                                  on 2000/12/09  23:40:14
35694         Log: read/sysread/recv should now be utf8 aware.
35695              Basic test for utf8 read.
35696      Branch: perlio
35697            ! pp_sys.c t/io/utf8.t
35698 ____________________________________________________________________________
35699 [  8058] By: jhi                                   on 2000/12/09  21:56:02
35700         Log: Integrate perlio.
35701      Branch: perl
35702           +> t/io/utf8.t
35703           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
35704 ____________________________________________________________________________
35705 [  8057] By: jhi                                   on 2000/12/09  21:53:35
35706         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
35707              From: Inaba Hiroto <inaba@st.rim.or.jp>
35708              Date: Sun, 10 Dec 2000 05:53:21 +0900
35709              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
35710              
35711              Tests for #8056.
35712      Branch: perl
35713            ! t/op/each.t
35714 ____________________________________________________________________________
35715 [  8056] By: jhi                                   on 2000/12/09  21:51:16
35716         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
35717              From: Inaba Hiroto <inaba@st.rim.or.jp>
35718              Date: Sat, 09 Dec 2000 18:02:00 +0900
35719              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
35720              
35721              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
35722      Branch: perl
35723            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
35724 ____________________________________________________________________________
35725 [  8055] By: nick                                  on 2000/12/09  20:11:48
35726         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
35727              than raw PerlIO_write() - does not seem to break any tests.
35728      Branch: perlio
35729            ! pp_sys.c
35730 ____________________________________________________________________________
35731 [  8054] By: nick                                  on 2000/12/09  19:47:30
35732         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
35733              (sysread, recv and write i.e. formats still to do...)
35734              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
35735              open($fh,">:utf8","name")
35736              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
35737              so no extra overhead is involved.
35738              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
35739              to a non-utf8 stream.
35740              Add initial io/utf8.t
35741              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
35742              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
35743              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
35744      Branch: perlio
35745            + t/io/utf8.t
35746            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
35747 ____________________________________________________________________________
35748 [  8053] By: nick                                  on 2000/12/09  19:26:37
35749         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
35750              was only testing this_utf8.
35751      Branch: perlio
35752            ! toke.c
35753 ____________________________________________________________________________
35754 [  8052] By: nick                                  on 2000/12/09  19:09:41
35755         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
35756              i.e. the output string has one, but don't mess with source assumption.
35757      Branch: perlio
35758            ! toke.c
35759 ____________________________________________________________________________
35760 [  8051] By: jhi                                   on 2000/12/09  16:55:17
35761         Log: Integrate perlio.
35762      Branch: perl
35763           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
35764           !> sv.c thrdvar.h util.c
35765 ____________________________________________________________________________
35766 [  8050] By: jhi                                   on 2000/12/09  16:48:07
35767         Log: Nits noticed by Peter Prymmer.
35768      Branch: perl
35769            ! lib/ExtUtils/MM_VMS.pm
35770 ____________________________________________________________________________
35771 [  8049] By: nick                                  on 2000/12/09  13:49:40
35772         Log: UTF8 output prework.
35773              - Store $\ and $, as SVs so they can have SvUTF8 flag
35774              - use do_print() rather than raw PerlIO_write() to print them.
35775      Branch: perlio
35776            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
35777            ! thrdvar.h util.c
35778 ____________________________________________________________________________
35779 [  8048] By: nick                                  on 2000/12/09  12:30:43
35780         Log: Integrate mainline.
35781      Branch: perlio
35782           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
35783           +> t/op/reverse.t
35784           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
35785           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
35786           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
35787           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
35788           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
35789           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
35790 ____________________________________________________________________________
35791 [  8047] By: jhi                                   on 2000/12/09  00:23:27
35792         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
35793              From: Michael G Schwern <schwern@pobox.com>
35794              Date: Fri, 8 Dec 2000 14:43:04 -0600
35795      Branch: perl
35796            ! lib/ExtUtils/MM_VMS.pm
35797 ____________________________________________________________________________
35798 [  8046] By: jhi                                   on 2000/12/08  23:10:27
35799         Log: A missed check-in.
35800      Branch: perl
35801            ! lib/ExtUtils/Manifest.pm
35802 ____________________________________________________________________________
35803 [  8045] By: jhi                                   on 2000/12/08  21:57:12
35804         Log: (null check-in)
35805      Branch: perl
35806            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
35807 ____________________________________________________________________________
35808 [  8044] By: jhi                                   on 2000/12/08  21:11:06
35809         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
35810              at the final draft stage.
35811      Branch: perl
35812            + ext/Encode/Encode/iso8859-16.enc
35813            ! MANIFEST
35814 ____________________________________________________________________________
35815 [  8043] By: jhi                                   on 2000/12/08  16:39:04
35816         Log: Update Changes.
35817      Branch: perl
35818            ! Changes patchlevel.h
35819 ____________________________________________________________________________
35820 [  8042] By: jhi                                   on 2000/12/08  16:33:39
35821         Log: Do not return the Unicode replacement character if UTF-8
35822              decoding goes awry, it should be up to the caller to decide.
35823      Branch: perl
35824            ! pod/perlapi.pod utf8.c
35825 ____________________________________________________________________________
35826 [  8041] By: jhi                                   on 2000/12/08  16:22:28
35827         Log: metaconfig maintenance.
35828      Branch: metaconfig
35829            ! U/modified/stdchar.U
35830      Branch: metaconfig/U/perl
35831            + testsyml.U
35832 ____________________________________________________________________________
35833 [  8040] By: jhi                                   on 2000/12/08  16:03:08
35834         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
35835              From: sthoenna@efn.org
35836              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
35837              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
35838      Branch: perl
35839            ! Changes lib/ExtUtils/MM_OS2.pm
35840 ____________________________________________________________________________
35841 [  8039] By: jhi                                   on 2000/12/08  15:57:11
35842         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
35843              From: Simon Cozens <simon@cozens.net>
35844              Date: Fri, 8 Dec 2000 13:33:31 +0000
35845              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
35846              
35847              (The pp_hot part needed a rewrite.)
35848      Branch: perl
35849            ! doop.c pp_hot.c utf8.c
35850 ____________________________________________________________________________
35851 [  8038] By: jhi                                   on 2000/12/08  15:25:08
35852         Log: Subject: djSP
35853              From: Michael Stevens <michael@etla.org>
35854              Date: Wed, 6 Dec 2000 23:24:01 +0000
35855              Message-ID: <20001206232400.A21381@firedrake.org>
35856              
35857              Plus a note from Nick Ing-Simmons.
35858      Branch: perl
35859            ! pp.h
35860 ____________________________________________________________________________
35861 [  8037] By: jhi                                   on 2000/12/08  15:18:35
35862         Log: Filetype is text.
35863      Branch: perl
35864            ! t/op/utf8decode.t
35865 ____________________________________________________________________________
35866 [  8036] By: jhi                                   on 2000/12/08  03:31:27
35867         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35868              From: Andy Dougherty <doughera@lafayette.edu>
35869              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
35870              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
35871              
35872              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35873              From: Andy Dougherty <doughera@lafayette.edu>
35874              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
35875              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
35876      Branch: perl
35877            + ext/POSIX/hints/svr4.pl
35878            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
35879 ____________________________________________________________________________
35880 [  8035] By: jhi                                   on 2000/12/08  03:26:01
35881         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
35882              From: Andy Dougherty <doughera@lafayette.edu>
35883              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
35884              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
35885      Branch: perl
35886            ! t/README t/base/term.t
35887 ____________________________________________________________________________
35888 [  8034] By: jhi                                   on 2000/12/08  03:21:59
35889         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
35890              From: mjd@plover.com  
35891              Date: 7 Dec 2000 21:04:20 -0000
35892              Message-ID: <20001207210420.22282.qmail@plover.com>
35893              
35894              Plus -z doc.
35895      Branch: perl
35896            ! pod/perlfunc.pod
35897 ____________________________________________________________________________
35898 [  8033] By: jhi                                   on 2000/12/08  03:19:03
35899         Log: Use the UTF8 macros a bit.  They can't be used with abandon
35900              everywhere because we do generate illegal UTF-8 in some situations.
35901              This is of course naughty.
35902      Branch: perl
35903            ! pod/perlapi.pod utf8.c utf8.h
35904 ____________________________________________________________________________
35905 [  8032] By: jhi                                   on 2000/12/08  03:00:09
35906         Log: Out of sync?
35907      Branch: perl
35908            ! t/pragma/warn/utf8
35909 ____________________________________________________________________________
35910 [  8031] By: jhi                                   on 2000/12/08  02:22:39
35911         Log: Cnt spl.
35912      Branch: perl
35913            ! MANIFEST
35914 ____________________________________________________________________________
35915 [  8030] By: jhi                                   on 2000/12/08  01:23:54
35916         Log: Add test for reverse().
35917      Branch: perl
35918            + t/op/reverse.t
35919            ! MANIFEST
35920 ____________________________________________________________________________
35921 [  8029] By: jhi                                   on 2000/12/08  01:21:47
35922         Log: Integrate perlio.
35923      Branch: perl
35924           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
35925           !> perlio.c perlio.h perlsdio.h warnings.pl
35926 ____________________________________________________________________________
35927 [  8028] By: jhi                                   on 2000/12/08  01:19:08
35928         Log: Introduce macros for UTF8 decoding.
35929      Branch: perl
35930            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
35931 ____________________________________________________________________________
35932 [  8027] By: nick                                  on 2000/12/07  22:18:19
35933         Log: Integrate mainline
35934      Branch: perlio
35935           !> embed.pl pod/perlapi.pod utf8.c
35936 ____________________________________________________________________________
35937 [  8026] By: nick                                  on 2000/12/07  21:45:08
35938         Log: Various oddities p4 diff -se showed up
35939              Remove 'our' from warnings.pl
35940      Branch: perlio
35941            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
35942 ____________________________________________________________________________
35943 [  8025] By: nick                                  on 2000/12/07  21:43:32
35944         Log: Change PerlIO_(get|set)pos to take SV *
35945              Should fix, OS/2, VMS, (sfio??)
35946      Branch: perlio
35947            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
35948 ____________________________________________________________________________
35949 [  8024] By: jhi                                   on 2000/12/07  19:05:32
35950         Log: Document utf8_to_uv() better.
35951      Branch: perl
35952            ! pod/perlapi.pod utf8.c
35953 ____________________________________________________________________________
35954 [  8023] By: jhi                                   on 2000/12/07  18:23:47
35955         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
35956      Branch: perl
35957            ! embed.pl pod/perlapi.pod utf8.c
35958 ____________________________________________________________________________
35959 [  8022] By: jhi                                   on 2000/12/07  04:13:51
35960         Log: Integrate perlio.
35961      Branch: perl
35962           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
35963           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
35964           !> win32/makefile.mk
35965 ____________________________________________________________________________
35966 [  8021] By: nick                                  on 2000/12/07  00:28:14
35967         Log: Various attempts at MSVC debug - not sure what has
35968              changed but works now. 
35969              Seems atexit() _may_ work for DLLs built with MSVC so don't
35970              call cleanup that way.
35971      Branch: perlio
35972            ! perlio.c win32/makefile.mk
35973 ____________________________________________________________________________
35974 [  8020] By: nick                                  on 2000/12/06  19:57:20
35975         Log: Integrate mainline
35976      Branch: perlio
35977           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
35978           !> (integrate 75 files)
35979 ____________________________________________________________________________
35980 [  8019] By: nick                                  on 2000/12/06  19:28:21
35981         Log: Add useperlio to config.vc
35982              Turn off binmode in config_H.PL
35983              Regen all the config_H.xx
35984              Attempt to get debugging build with MSVC.
35985      Branch: perlio
35986            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35987            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
35988 ____________________________________________________________________________
35989 [  8018] By: nick                                  on 2000/12/06  19:21:57
35990         Log: Test various dup/external program options on all platforms.
35991      Branch: perlio
35992            ! t/io/dup.t
35993 ____________________________________________________________________________
35994 [  8017] By: nick                                  on 2000/12/06  19:20:47
35995         Log: Fix harness to be less picky
35996      Branch: perlio
35997            ! lib/Test/Harness.pm
35998 ____________________________________________________________________________
35999 [  8016] By: jhi                                   on 2000/12/06  16:45:12
36000         Log: Update Changes.
36001      Branch: perl
36002            ! Changes patchlevel.h
36003 ____________________________________________________________________________
36004 [  8015] By: jhi                                   on 2000/12/06  16:41:03
36005         Log: Test \x{...} with ord().
36006      Branch: perl
36007            ! t/op/ord.t
36008 ____________________________________________________________________________
36009 [  8014] By: jhi                                   on 2000/12/06  16:20:33
36010         Log: Test tweak because of #8013.
36011      Branch: perl
36012            ! t/lib/b.t
36013 ____________________________________________________________________________
36014 [  8013] By: jhi                                   on 2000/12/06  16:09:09
36015         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
36016              From: Michael G Schwern <schwern@pobox.com>
36017              Date: Tue, 5 Dec 2000 21:23:28 -0500
36018              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
36019              
36020              Carp::Heavy parts not very applicable because of recent changes.
36021      Branch: perl
36022            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
36023            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
36024            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
36025            ! lib/Exporter.pm lib/Exporter/Heavy.pm
36026            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
36027            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
36028            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
36029            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
36030            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
36031            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
36032            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
36033            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
36034            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
36035            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
36036            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
36037            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
36038            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
36039            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
36040            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
36041            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
36042            ! warnings.pl
36043 ____________________________________________________________________________
36044 [  8012] By: jhi                                   on 2000/12/06  15:22:38
36045         Log: Subject: [PATCH] Re: New harness is failing things
36046              From: Nick Ing-Simmons <nik@tiuk.ti.com>
36047              Date: Wed, 6 Dec 2000 13:00:30 GMT
36048              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
36049      Branch: perl
36050            ! lib/Test/Harness.pm
36051 ____________________________________________________________________________
36052 [  8011] By: jhi                                   on 2000/12/06  15:12:08
36053         Log: Subject: installhtml changes
36054              From: Michael Stevens <michael@etla.org>
36055              Date: Wed, 6 Dec 2000 13:15:53 +0000
36056              Message-ID: <20001206131553.A27317@firedrake.org>
36057      Branch: perl
36058            ! installhtml
36059 ____________________________________________________________________________
36060 [  8010] By: jhi                                   on 2000/12/06  15:06:05
36061         Log: Subject: the dTHR hits
36062              From: Michael Stevens <michael@etla.org>
36063              Date: Wed, 6 Dec 2000 12:06:03 +0000
36064              Message-ID: <20001206120603.A24581@firedrake.org>
36065              
36066              More, errrm, less dTHRs.
36067      Branch: perl
36068            ! bytecode.pl ext/B/B/C.pm
36069 ____________________________________________________________________________
36070 [  8009] By: jhi                                   on 2000/12/06  15:04:25
36071         Log: Subject: MakeMaker mailing list gone?
36072              From: Michael G Schwern <schwern@pobox.com>
36073              Date: Tue, 5 Dec 2000 19:29:59 -0500
36074              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
36075              
36076              The MakeMaker mailing list is dead, perlbug is the right
36077              address to report bugs.
36078      Branch: perl
36079            ! lib/ExtUtils/MakeMaker.pm
36080 ____________________________________________________________________________
36081 [  8008] By: jhi                                   on 2000/12/06  15:00:32
36082         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
36083              From: Michael G Schwern <schwern@pobox.com>
36084              Date: Tue, 5 Dec 2000 19:21:21 -0500
36085              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
36086              
36087              Add a default MANIFEST skip that ignores things like
36088              version control files, editor temporary files, and the Makefile.
36089      Branch: perl
36090            + lib/ExtUtils/MANIFEST.SKIP
36091            ! MANIFEST lib/ExtUtils/Manifest.pm
36092 ____________________________________________________________________________
36093 [  8007] By: jhi                                   on 2000/12/06  14:57:20
36094         Log: In Amiga more manual hackery of the scripts seems to be needed,
36095              from Jan-Erik Karlsson.  Why Configure does not get this right
36096              is unknown, may be shell-induced.
36097      Branch: perl
36098            ! README.amiga
36099 ____________________________________________________________________________
36100 [  8006] By: jhi                                   on 2000/12/05  23:53:12
36101         Log: Add TOPm1s to peek at the second topmost stack item.
36102      Branch: perl
36103            ! pp.h
36104 ____________________________________________________________________________
36105 [  8005] By: jhi                                   on 2000/12/05  23:13:55
36106         Log: Avaunt, you foul UTF-8 tests.
36107      Branch: perl
36108            ! t/op/ver.t t/pragma/utf8.t
36109 ____________________________________________________________________________
36110 [  8004] By: jhi                                   on 2000/12/05  23:09:54
36111         Log: Continue utf8 dispersal. 
36112      Branch: perl
36113            + t/op/concat.t
36114            ! MANIFEST t/pragma/utf8.t
36115 ____________________________________________________________________________
36116 [  8003] By: nick                                  on 2000/12/05  23:02:39
36117         Log: Integrate mainline.
36118      Branch: perlio
36119           +> t/op/length.t t/op/utf8decode.t
36120           !> (integrate 69 files)
36121 ____________________________________________________________________________
36122 [  8002] By: jhi                                   on 2000/12/05  22:59:28
36123         Log: Integrate perlio.
36124      Branch: perl
36125           !> iperlsys.h perl.c perlio.c win32/perllib.c
36126 ____________________________________________________________________________
36127 [  8001] By: nick                                  on 2000/12/05  22:07:52
36128         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
36129              - calloc/free suffer from damage on TerminateThread()
36130              - use PerlMemShared (as originally planned) now fixed
36131              - avoid doing anything important on DLL "detach".
36132      Branch: perlio
36133            ! perl.c perlio.c win32/perllib.c
36134 ____________________________________________________________________________
36135 [  8000] By: nick                                  on 2000/12/05  21:05:09
36136         Log: Fix gross PerlMemShared issue.
36137      Branch: perlio
36138            ! iperlsys.h
36139 ____________________________________________________________________________
36140 [  7999] By: jhi                                   on 2000/12/05  20:46:58
36141         Log: Test for Unicode (UTF-8) hash keys.
36142      Branch: perl
36143            ! t/op/each.t
36144 ____________________________________________________________________________
36145 [  7998] By: jhi                                   on 2000/12/05  20:30:35
36146         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
36147              is now always UTF-8), empty line cosmetics.
36148      Branch: perl
36149            ! t/pragma/utf8.t
36150 ____________________________________________________________________________
36151 [  7997] By: jhi                                   on 2000/12/05  20:15:40
36152         Log: Subject: Re: STRLEN - what?
36153              From: Andy Dougherty <doughera@lafayette.edu>
36154              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
36155              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
36156              
36157              Explain STRLEN.
36158      Branch: perl
36159            ! pod/perlguts.pod
36160 ____________________________________________________________________________
36161 [  7996] By: jhi                                   on 2000/12/05  20:13:34
36162         Log: Split off the UTF-8 decoder tests, make them to check also
36163              the error message.
36164      Branch: perl
36165            + t/op/utf8decode.t
36166            ! MANIFEST t/pragma/utf8.t utf8.c
36167 ____________________________________________________________________________
36168 [  7995] By: jhi                                   on 2000/12/05  16:39:47
36169         Log: Start migrating bits of pragma/utf8 to elsewhere
36170              (since the long term plan is to obsolete 'use utf8').
36171      Branch: perl
36172            + t/op/length.t
36173            ! MANIFEST t/pragma/utf8.t
36174 ____________________________________________________________________________
36175 [  7994] By: jhi                                   on 2000/12/05  16:30:21
36176         Log: Fix a manual edit typo from #7993, fix the message formatting
36177              for Unicode, add few our declarations.
36178      Branch: perl
36179            ! lib/Carp/Heavy.pm
36180 ____________________________________________________________________________
36181 [  7993] By: jhi                                   on 2000/12/05  16:09:15
36182         Log: Subject: Need help with warnings :-(
36183              From: "Ben Tilly" <ben_tilly@hotmail.com>
36184              Date: Tue, 05 Dec 2000 01:35:54 -0500
36185              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
36186              
36187              Subject: UPDATE: Carp/Heavy now passes all tests
36188              From: "Ben Tilly" <ben_tilly@hotmail.com>
36189              Date: Tue, 05 Dec 2000 07:59:41 -0500
36190              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
36191              
36192              The Brave New Carp.
36193      Branch: perl
36194            ! lib/Carp.pm lib/Carp/Heavy.pm
36195 ____________________________________________________________________________
36196 [  7992] By: jhi                                   on 2000/12/05  15:55:08
36197         Log: Subject: [PATCH perl@7979] cygwin port
36198              From: "Eric Fifer" <efifer@dircon.co.uk>
36199              Date: Tue, 5 Dec 2000 14:04:09 -0000
36200              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
36201      Branch: perl
36202            ! t/lib/net-hostent.t
36203 ____________________________________________________________________________
36204 [  7991] By: jhi                                   on 2000/12/05  15:52:34
36205         Log: Subject: Re: [PATCH] The largest hoax of all times?
36206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36207              Date: Tue, 5 Dec 2000 00:40:25 -0500
36208              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
36209              
36210              Subject: Re: [PATCH] The largest hoax of all times?
36211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36212              Date: Mon, 4 Dec 2000 23:55:53 -0500
36213              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
36214              
36215              Subject: Re: [PATCH] The largest hoax of all times?
36216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36217              Date: Tue, 5 Dec 2000 01:28:45 -0500
36218              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
36219              
36220              Fix the unpredictable order of DESTROYs.
36221      Branch: perl
36222            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
36223            ! sv.c sv.h t/op/ref.t
36224 ____________________________________________________________________________
36225 [  7990] By: jhi                                   on 2000/12/05  14:38:53
36226         Log: Subject: [PATCH] shrink pp_hot fractionally
36227              From: Nicholas Clark <nick@ccl4.org>
36228              Date: Tue, 5 Dec 2000 12:44:31 +0000
36229              Message-ID: <20001205124431.E74518@plum.flirble.org>
36230              
36231              Use report_evil_fh().
36232      Branch: perl
36233            ! opcode.pl opnames.h pp_hot.c util.c
36234 ____________________________________________________________________________
36235 [  7989] By: jhi                                   on 2000/12/05  14:21:27
36236         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
36237              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36238              Date: Mon, 04 Dec 2000 22:21:59 -0800
36239              Message-ID: <HmIL6gzkgepS092yn@efn.org>
36240              
36241              Harness shouldn't ignore responses like "ok 3\r\r\n".
36242      Branch: perl
36243            ! lib/Test/Harness.pm
36244 ____________________________________________________________________________
36245 [  7988] By: jhi                                   on 2000/12/05  13:51:28
36246         Log: Integrate the "skip" messages to explain().
36247      Branch: perl
36248            ! t/lib/syslfs.t t/op/lfs.t
36249 ____________________________________________________________________________
36250 [  7987] By: jhi                                   on 2000/12/05  12:34:54
36251         Log: The one that got away in #7984.
36252              
36253              Subject: Re: dTHR - what and why?
36254              From: Michael Stevens <michael@etla.org> 
36255              Date: Tue, 5 Dec 2000 11:15:52 +0000
36256              Message-ID: <20001205111552.A4647@firedrake.org>
36257      Branch: perl
36258            ! sv.h
36259 ____________________________________________________________________________
36260 [  7986] By: gsar                                  on 2000/12/05  09:14:44
36261         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
36262              due to the notorious GetFileType() bug in Windows 9x, which fstat()
36263              tickles)
36264      Branch: perl
36265            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
36266 ____________________________________________________________________________
36267 [  7985] By: jhi                                   on 2000/12/05  05:49:03
36268         Log: Integrate perlio.
36269      Branch: perl
36270           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
36271           !> win32/perlhost.h win32/perllib.c
36272 ____________________________________________________________________________
36273 [  7984] By: jhi                                   on 2000/12/05  05:48:16
36274         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
36275      Branch: perl
36276            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
36277            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
36278            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
36279            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
36280            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
36281            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36282            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
36283            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
36284            ! win32/win32.c
36285 ____________________________________________________________________________
36286 [  7983] By: nick                                  on 2000/12/04  23:27:43
36287         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
36288      Branch: perlio
36289            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
36290            ! win32/perlhost.h win32/perllib.c
36291 ____________________________________________________________________________
36292 [  7982] By: jhi                                   on 2000/12/04  19:44:09
36293         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
36294              uncovered by #7980.
36295      Branch: perl
36296            ! op.c
36297 ____________________________________________________________________________
36298 [  7981] By: jhi                                   on 2000/12/04  19:42:07
36299         Log: Subject: [PATCH] Trivial dump.c feature
36300              From: Simon Cozens <simon@cozens.net>
36301              Date: Mon, 4 Dec 2000 18:08:38 +0000
36302              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
36303              
36304              Show whether a constant is UTF-8.
36305      Branch: perl
36306            ! dump.c
36307 ____________________________________________________________________________
36308 [  7980] By: jhi                                   on 2000/12/04  19:36:51
36309         Log: UTF-8 hash keys, patch from Inaba Hiroto.
36310      Branch: perl
36311            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
36312 ____________________________________________________________________________
36313 [  7979] By: jhi                                   on 2000/12/04  17:36:28
36314         Log: Update Changes.
36315      Branch: perl
36316            ! Changes patchlevel.h
36317 ____________________________________________________________________________
36318 [  7978] By: jhi                                   on 2000/12/04  16:42:17
36319         Log: Retract #7977, still too volatile (the euphemism of the day
36320              for unfinished and buggy :-)
36321      Branch: perl
36322            ! doop.c hv.c pp.c sv.h
36323 ____________________________________________________________________________
36324 [  7977] By: jhi                                   on 2000/12/04  16:25:15
36325         Log: (Retracted by #7978, too shaky yet.)
36326              
36327              Subject: Re: utf8 in hash keys, implementor missing
36328              From: Simon Cozens <simon@cozens.net>
36329              Date: Sat, 2 Dec 2000 19:49:35 +0000
36330              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
36331              
36332              The first step at UTF-8 hash keys.
36333      Branch: perl
36334            ! doop.c hv.c pp.c sv.h
36335 ____________________________________________________________________________
36336 [  7976] By: jhi                                   on 2000/12/04  16:13:53
36337         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
36338              From: sthoenna@efn.org
36339              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
36340              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
36341      Branch: perl
36342            ! os2/os2.c perlio.c
36343 ____________________________________________________________________________
36344 [  7975] By: jhi                                   on 2000/12/04  16:05:25
36345         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
36346              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36347              Date: Thu, 30 Nov 2000 20:50:37 -0800
36348              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
36349      Branch: perl
36350            ! os2/os2.c
36351 ____________________________________________________________________________
36352 [  7974] By: jhi                                   on 2000/12/04  16:03:57
36353         Log: Subject: [PATCH] ++ 20% faster
36354              From: Nicholas Clark <nick@ccl4.org>
36355              Date: Mon, 4 Dec 2000 12:17:27 +0000
36356              Message-ID: <20001204121726.B52976@plum.flirble.org>
36357              
36358              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
36359      Branch: perl
36360            ! sv.c
36361 ____________________________________________________________________________
36362 [  7973] By: jhi                                   on 2000/12/04  16:00:48
36363         Log: 
36364              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
36365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36366              Date: Mon, 04 Dec 2000 12:30:45 +0100
36367              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
36368              
36369              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
36370              library (getprotobyname and getprotobynumber are outversioned by
36371              the same calls in libc, at least for xlc version 3.
36372      Branch: perl
36373            ! hints/aix.sh
36374 ____________________________________________________________________________
36375 [  7972] By: jhi                                   on 2000/12/04  02:58:31
36376         Log: Integrate perlio.
36377      Branch: perl
36378           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
36379           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
36380           !> win32/win32.h win32/win32iop.h win32/win32thread.h
36381 ____________________________________________________________________________
36382 [  7971] By: nick                                  on 2000/12/04  00:24:33
36383         Log: Quieten some noise in Win32 builds:
36384              - win32.h is included after <sys/socket.h>, so need to 
36385              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
36386              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
36387      Branch: perlio
36388            ! doio.c perl.h toke.c win32/win32.h
36389 ____________________________________________________________________________
36390 [  7970] By: nick                                  on 2000/12/03  22:57:46
36391         Log: PERL_IMPLICIT_SYS compiles but does not work.
36392      Branch: perlio
36393            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
36394            ! win32/perlhost.h win32/perllib.c win32/win32.h
36395            ! win32/win32iop.h win32/win32thread.h
36396 ____________________________________________________________________________
36397 [  7969] By: jhi                                   on 2000/12/03  22:12:58
36398         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
36399              used to swash_init(), makes regprop() dumps more informative
36400              (+utf8::IsAlpha, -utf8::IsDigit, for example).
36401      Branch: perl
36402            ! regcomp.c regexec.c
36403 ____________________________________________________________________________
36404 [  7968] By: jhi                                   on 2000/12/03  21:39:56
36405         Log: Implement ANYOFUTF8 regprop() dumping.
36406      Branch: perl
36407            ! regcomp.c
36408 ____________________________________________________________________________
36409 [  7967] By: jhi                                   on 2000/12/03  20:57:19
36410         Log: Make uv_to_utf8() to zero-terminate its output buffer,
36411              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
36412      Branch: perl
36413            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
36414 ____________________________________________________________________________
36415 [  7966] By: nick                                  on 2000/12/03  18:41:21
36416         Log: Integrate mainline (STDCHAR)
36417      Branch: perlio
36418           !> Configure t/pragma/utf8.t
36419 ____________________________________________________________________________
36420 [  7965] By: jhi                                   on 2000/12/03  17:58:20
36421         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
36422      Branch: perl
36423            ! t/pragma/utf8.t
36424 ____________________________________________________________________________
36425 [  7964] By: jhi                                   on 2000/12/03  17:35:56
36426         Log: Integrate perlio.
36427      Branch: perl
36428           !> iperlsys.h perlio.c
36429 ____________________________________________________________________________
36430 [  7963] By: jhi                                   on 2000/12/03  17:33:55
36431         Log: Metaconfig unit change for #7962.
36432      Branch: metaconfig
36433            ! U/modified/stdchar.U
36434 ____________________________________________________________________________
36435 [  7962] By: jhi                                   on 2000/12/03  17:33:27
36436         Log: Untangle the <stdio.h> #include nest for the stdchar test,
36437              from Andy Dougherty.
36438      Branch: perl
36439            ! Configure
36440 ____________________________________________________________________________
36441 [  7961] By: nick                                  on 2000/12/03  16:53:00
36442         Log: Make iperlsys.h vector stdio not PerlIO.
36443      Branch: perlio
36444            ! iperlsys.h perlio.c
36445 ____________________________________________________________________________
36446 [  7960] By: nick                                  on 2000/12/03  14:43:01
36447         Log: Integrate mainline
36448      Branch: perlio
36449           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
36450           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
36451 ____________________________________________________________________________
36452 [  7959] By: jhi                                   on 2000/12/03  08:16:36
36453         Log: Use DO_UTF8().
36454      Branch: perl
36455            ! op.c
36456 ____________________________________________________________________________
36457 [  7958] By: jhi                                   on 2000/12/02  18:33:05
36458         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
36459              From: Mike Guy <mjtg@cam.ac.uk>         
36460              Date: Sat, 02 Dec 2000 17:27:13 +0000
36461              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
36462              
36463              An extraneous argument.
36464      Branch: perl
36465            ! toke.c
36466 ____________________________________________________________________________
36467 [  7957] By: jhi                                   on 2000/12/02  18:22:32
36468         Log: A missing hunk.
36469      Branch: perl
36470            ! t/lib/net-hostent.t
36471 ____________________________________________________________________________
36472 [  7956] By: jhi                                   on 2000/12/02  18:06:20
36473         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
36474              From: Nicholas Clark <nick@ccl4.org>
36475              Date: Sat, 2 Dec 2000 14:28:27 +0000
36476              Message-ID: <20001202142827.A12308@plum.flirble.org>
36477              
36478              Test robustness.
36479      Branch: perl
36480            ! t/lib/net-hostent.t
36481 ____________________________________________________________________________
36482 [  7955] By: jhi                                   on 2000/12/02  17:58:06
36483         Log: Metaconfig unit change for #7954.
36484      Branch: metaconfig
36485            ! U/modified/stdchar.U
36486 ____________________________________________________________________________
36487 [  7954] By: jhi                                   on 2000/12/02  17:54:32
36488         Log: An inconvenient hang would happen if the stdio _ptr wasn't
36489              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
36490              would be grepping stdin for all eternity for the _ptr.)
36491      Branch: perl
36492            ! Configure
36493 ____________________________________________________________________________
36494 [  7953] By: jhi                                   on 2000/12/02  00:07:15
36495         Log: Update Changes.
36496      Branch: perl
36497            ! Changes patchlevel.h
36498 ____________________________________________________________________________
36499 [  7952] By: jhi                                   on 2000/12/01  23:54:47
36500         Log: Subject: Re: long shell lines
36501              From: Andy Dougherty <doughera@lafayette.edu>
36502              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
36503              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
36504              
36505              Split overly long shell command lines.
36506      Branch: perl
36507            ! lib/ExtUtils/MM_Unix.pm
36508 ____________________________________________________________________________
36509 [  7951] By: jhi                                   on 2000/12/01  23:48:02
36510         Log: The metaconfig unit change for #7950.
36511      Branch: metaconfig
36512            + U/modified/stdchar.U
36513 ____________________________________________________________________________
36514 [  7950] By: jhi                                   on 2000/12/01  23:47:39
36515         Log: Try to find stdchar also from <stdio_impl.h>.
36516      Branch: perl
36517            ! Configure config_h.SH
36518 ____________________________________________________________________________
36519 [  7949] By: jhi                                   on 2000/12/01  23:46:45
36520         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
36521              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36522              Date: Fri, 1 Dec 2000 16:26:08 -0500
36523              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
36524              
36525              Reword the diagnostic message.
36526      Branch: perl
36527            ! pod/perldiag.pod
36528 ____________________________________________________________________________
36529 [  7948] By: nick                                  on 2000/12/01  22:49:43
36530         Log: Integrate mainline (for s/y/m as sub names stuff).
36531      Branch: perlio
36532           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
36533           !> t/pragma/warn/toke toke.c
36534 ____________________________________________________________________________
36535 [  7947] By: jhi                                   on 2000/12/01  20:55:41
36536         Log: Integrate perlio.
36537      Branch: perl
36538           !> perlio.c perliol.h t/io/pipe.t
36539 ____________________________________________________________________________
36540 [  7946] By: jhi                                   on 2000/12/01  20:36:51
36541         Log: Upgrade to CPAN 1.59_51, from Andreas König.
36542      Branch: perl
36543            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36544 ____________________________________________________________________________
36545 [  7945] By: nick                                  on 2000/12/01  20:31:32
36546         Log: Integrate mainline
36547      Branch: perlio
36548           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
36549           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
36550           +> t/lib/net-hostent.t
36551           !> (integrate 35 files)
36552 ____________________________________________________________________________
36553 [  7944] By: jhi                                   on 2000/12/01  20:23:29
36554         Log: Some help for 20001130.011.  Now one gets warnings like
36555              "Ambiguous -f() resolved as a file test ..."
36556      Branch: perl
36557            ! pod/perldiag.pod t/pragma/warn/toke toke.c
36558 ____________________________________________________________________________
36559 [  7943] By: jhi                                   on 2000/12/01  19:44:44
36560         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
36561              that also breaks using them as methods. 
36562      Branch: perl
36563            ! pod/perldiag.pod t/op/misc.t toke.c
36564 ____________________________________________________________________________
36565 [  7942] By: nick                                  on 2000/12/01  17:56:46
36566         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
36567              Make 'unix' pass most tests
36568              - do unread by temporary push of layer ("pending") holding unread chars
36569              - fast_gets is now based on per-handle flag
36570              - relax one of io/pipe.t tests to allow print to fail and close to
36571              succeed so that it passes on unbuffered "unix" layer.
36572              Remaining fail is sporadic and a genuine race condition between
36573              parent/child in fork test.
36574      Branch: perlio
36575            ! perlio.c perliol.h t/io/pipe.t
36576 ____________________________________________________________________________
36577 [  7941] By: jhi                                   on 2000/12/01  15:28:58
36578         Log: (Retracted by #7943.)
36579              
36580              Reserve the short named string operator names.
36581      Branch: perl
36582            ! pod/perldiag.pod t/op/misc.t toke.c
36583 ____________________________________________________________________________
36584 [  7940] By: jhi                                   on 2000/12/01  06:45:53
36585         Log: Get the three different space character classes right under utf8.
36586      Branch: perl
36587            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
36588            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
36589            ! regexec.c t/op/pat.t utf8.c
36590 ____________________________________________________________________________
36591 [  7939] By: jhi                                   on 2000/12/01  03:26:26
36592         Log: Two more tests that make no sense in UTF-8 since the test
36593              data is not in UTF-8.
36594      Branch: perl
36595            ! t/op/regexp.t
36596 ____________________________________________________________________________
36597 [  7938] By: jhi                                   on 2000/12/01  03:20:39
36598         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
36599              should it be required inside regexen?
36600      Branch: perl
36601            ! regcomp.c t/op/regmesg.t
36602 ____________________________________________________________________________
36603 [  7937] By: jhi                                   on 2000/12/01  02:58:53
36604         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
36605              stored and restored, and thusly was trounced by the utf8 swash
36606              routines.
36607      Branch: perl
36608            ! regcomp.c
36609 ____________________________________________________________________________
36610 [  7936] By: jhi                                   on 2000/11/30  20:41:39
36611         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
36612              Why the different platforms behave so differently (core dump vs
36613              no core dump) on this bug is a but of a mystery, but if I had to
36614              guess I would mumble something like 'alignment'.
36615      Branch: perl
36616            ! sv.c
36617 ____________________________________________________________________________
36618 [  7935] By: jhi                                   on 2000/11/30  16:17:02
36619         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
36620              From: Robin Barker <rmb1@cise.npl.co.uk>
36621              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
36622              Date: Thu, 30 Nov 2000 14:27:12 GMT
36623      Branch: perl
36624            ! perlio.c toke.c
36625 ____________________________________________________________________________
36626 [  7934] By: jhi                                   on 2000/11/30  16:04:49
36627         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
36628      Branch: perl
36629            ! t/lib/net-hostent.t
36630 ____________________________________________________________________________
36631 [  7933] By: jhi                                   on 2000/11/30  06:07:26
36632         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
36633              From: Peter Prymmer <pvhp@forte.com>
36634              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
36635              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
36636              
36637              In VMS the localhost may be LOCALHOST.
36638      Branch: perl
36639            ! t/lib/net-hostent.t
36640 ____________________________________________________________________________
36641 [  7932] By: jhi                                   on 2000/11/30  01:11:11
36642         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
36643              From: Peter Prymmer <pvhp@forte.com>
36644              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
36645              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
36646              
36647              plus regen perlapi.pod.
36648      Branch: perl
36649            ! pod/perlapi.pod utf8.c
36650 ____________________________________________________________________________
36651 [  7931] By: jhi                                   on 2000/11/30  01:06:19
36652         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
36653              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36654              Date:     Wed, 29 Nov 2000 17:15:11 EST
36655              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
36656      Branch: perl
36657            ! t/lib/filter-util.pl t/lib/filter-util.t
36658 ____________________________________________________________________________
36659 [  7930] By: jhi                                   on 2000/11/29  18:51:55
36660         Log: Update Changes.
36661      Branch: perl
36662            ! Changes patchlevel.h
36663 ____________________________________________________________________________
36664 [  7929] By: jhi                                   on 2000/11/29  18:50:55
36665         Log: Update the va_copy() metaconfig unit.
36666      Branch: metaconfig/U/perl
36667            ! need_va_copy.U
36668 ____________________________________________________________________________
36669 [  7928] By: jhi                                   on 2000/11/29  17:50:43
36670         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
36671              From: Dominic Dunlop <domo@computer.org>
36672              Date: Tue, 28 Nov 2000 16:41:57 +0100
36673              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
36674              
36675              Patch to catch a core dump in the Configure va_copy test.
36676      Branch: perl
36677            ! Configure config_h.SH
36678 ____________________________________________________________________________
36679 [  7927] By: jhi                                   on 2000/11/29  17:31:59
36680         Log: Retract #7921, the patch shouldn't be needed.
36681      Branch: perl
36682            ! sv.c
36683 ____________________________________________________________________________
36684 [  7926] By: jhi                                   on 2000/11/29  17:01:41
36685         Log: Make the Class::Struct import() wiser.
36686      Branch: perl
36687            ! lib/Class/Struct.pm t/lib/class-struct.t
36688 ____________________________________________________________________________
36689 [  7925] By: jhi                                   on 2000/11/29  16:36:33
36690         Log: All the core library users of Class::Struct seem to be
36691              using "use Class::Struct 'struct';" instead of the bare
36692              "use Class::Struct;", which isn't documented in Class::Struct.
36693              This can't be right.
36694      Branch: perl
36695            ! lib/File/stat.pm
36696 ____________________________________________________________________________
36697 [  7924] By: jhi                                   on 2000/11/29  16:32:15
36698         Log: A test works better if it has the right 1..$n output.
36699      Branch: perl
36700            ! t/lib/class-struct.t
36701 ____________________________________________________________________________
36702 [  7923] By: jhi                                   on 2000/11/29  16:29:11
36703         Log: Forgot to MANIFEST the new Net::hostent test.
36704      Branch: perl
36705            ! MANIFEST
36706 ____________________________________________________________________________
36707 [  7922] By: jhi                                   on 2000/11/29  16:27:49
36708         Log: Integrate perlio.
36709      Branch: perl
36710           !> iperlsys.h perlio.c
36711 ____________________________________________________________________________
36712 [  7921] By: jhi                                   on 2000/11/29  16:27:10
36713         Log: (Retracted by #7927.)
36714              
36715              Subject: [PATCH] Is infinity a number?
36716              From: Simon Cozens <simon@cozens.net>
36717              Date: Wed, 29 Nov 2000 14:48:20 +0000
36718              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
36719      Branch: perl
36720            ! sv.c
36721 ____________________________________________________________________________
36722 [  7920] By: jhi                                   on 2000/11/29  16:23:02
36723         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
36724              From: rspier@pobox.com (Robert Spier)
36725              Date: Wed, 29 Nov 2000 02:17:49 -0500
36726              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
36727              
36728              Add a test for Net::hostent.
36729      Branch: perl
36730            + t/lib/net-hostent.t
36731 ____________________________________________________________________________
36732 [  7919] By: jhi                                   on 2000/11/29  16:21:31
36733         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
36734              add a test for Class::Struct.
36735      Branch: perl
36736            + t/lib/class-struct.t
36737            ! MANIFEST lib/Class/Struct.pm
36738 ____________________________________________________________________________
36739 [  7918] By: jhi                                   on 2000/11/29  15:48:40
36740         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
36741              From: rspier@pobox.com (Robert Spier)
36742              Date: Wed, 29 Nov 2000 02:25:39 -0500
36743              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
36744              
36745              More checking in case someone has broken their services or
36746              protocol databases.
36747      Branch: perl
36748            ! ext/Sys/Syslog/Syslog.pm
36749 ____________________________________________________________________________
36750 [  7917] By: jhi                                   on 2000/11/29  15:46:25
36751         Log: Subject: [PATCH] $^O  win32 -> MSWin32
36752              From: rspier@pobox.com (Robert Spier)
36753              Date: Wed, 29 Nov 2000 02:17:38 -0500
36754              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
36755              
36756              plus similar nits for vms, err, VMS, and UNICOS.
36757      Branch: perl
36758            ! t/lib/syslfs.t t/op/lfs.t
36759 ____________________________________________________________________________
36760 [  7916] By: jhi                                   on 2000/11/29  15:42:51
36761         Log: Subject: [PATCH] Tokeniser debugging
36762              From: Simon Cozens <simon@cozens.net>
36763              Date: Wed, 29 Nov 2000 14:15:45 +0000
36764              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
36765      Branch: perl
36766            ! perl.c perl.h pod/perlrun.pod toke.c
36767 ____________________________________________________________________________
36768 [  7915] By: jhi                                   on 2000/11/29  15:41:36
36769         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
36770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36771              Date: Wed, 29 Nov 2000 02:13:14 -0500
36772              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
36773              
36774              OUT keyword nits.
36775              
36776              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
36777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36778              Date: Wed, 29 Nov 2000 03:09:04 -0500
36779              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
36780              
36781              OUT and IN_OUT documentation.
36782      Branch: perl
36783            ! lib/ExtUtils/xsubpp pod/perlxs.pod
36784 ____________________________________________________________________________
36785 [  7914] By: jhi                                   on 2000/11/29  03:35:01
36786         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
36787              From: John Tobey <jtobey@john-edwin-tobey.org>
36788              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
36789              Message-Id: <m140e1N-000FOoC@feynman.localnet>
36790              
36791              plus a performance speedup noticed by Sarathy.
36792      Branch: perl
36793            ! op.c
36794 ____________________________________________________________________________
36795 [  7913] By: jhi                                   on 2000/11/29  03:16:59
36796         Log: Use "1 while unlink" so that VMS gets clean, too.
36797      Branch: perl
36798            ! t/lib/filter-util.t
36799 ____________________________________________________________________________
36800 [  7912] By: jhi                                   on 2000/11/29  03:09:08
36801         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
36802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36803              Date: Tue, 28 Nov 2000 03:27:09 -0500
36804              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
36805      Branch: perl
36806            ! lib/ExtUtils/xsubpp
36807 ____________________________________________________________________________
36808 [  7911] By: jhi                                   on 2000/11/29  03:06:30
36809         Log: This should have been part of #7872: no need to scan UTF-8
36810              until eternity.
36811      Branch: perl
36812            ! utf8.c
36813 ____________________________________________________________________________
36814 [  7910] By: jhi                                   on 2000/11/29  02:50:04
36815         Log: One more perltie.pod nit from Casey R. Tweten.
36816      Branch: perl
36817            ! pod/perltie.pod
36818 ____________________________________________________________________________
36819 [  7909] By: jhi                                   on 2000/11/29  02:44:23
36820         Log: Document the known sprintf test failures, exact standard
36821              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
36822      Branch: perl
36823            ! pod/perldelta.pod t/op/sprintf.t
36824 ____________________________________________________________________________
36825 [  7908] By: jhi                                   on 2000/11/29  02:36:23
36826         Log: Add the Encoding table format documentation.
36827      Branch: perl
36828            + ext/Encode/Encode/EncodeFormat.pod
36829            ! MANIFEST
36830 ____________________________________________________________________________
36831 [  7907] By: jhi                                   on 2000/11/29  02:07:24
36832         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
36833              From: "Casey R. Tweten" <crt@kiski.net>
36834              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
36835              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
36836              
36837              Subject: Re: [PATCH] Updating perltie.pod for arrays
36838              From: "Casey R. Tweten" <crt@kiski.net>
36839              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
36840              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
36841      Branch: perl
36842            ! pod/perltie.pod
36843 ____________________________________________________________________________
36844 [  7906] By: nick                                  on 2000/11/28  22:40:59
36845         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
36846      Branch: perlio
36847            ! iperlsys.h perlio.c
36848 ____________________________________________________________________________
36849 [  7905] By: nick                                  on 2000/11/28  22:04:34
36850         Log: Integrate mainline
36851      Branch: perlio
36852           !> (integrate 39 files)
36853 ____________________________________________________________________________
36854 [  7904] By: jhi                                   on 2000/11/28  16:44:43
36855         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
36856              From: Nicholas Clark <nick@babyhippo.co.uk>
36857              Date: Tue, 28 Nov 2000 11:16:57 +0000
36858              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
36859      Branch: perl
36860            ! pod/perlipc.pod
36861 ____________________________________________________________________________
36862 [  7903] By: jhi                                   on 2000/11/28  16:40:31
36863         Log: Subject: [PATCH] Updating perltie.pod for arrays
36864              From: "Casey R. Tweten" <crt@kiski.net>
36865              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
36866              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
36867      Branch: perl
36868            ! pod/perltie.pod
36869 ____________________________________________________________________________
36870 [  7902] By: jhi                                   on 2000/11/28  16:39:37
36871         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
36872              From: Robin Barker <rmb1@cise.npl.co.uk>
36873              Date: Mon, 27 Nov 2000 17:56:44 GMT
36874              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
36875      Branch: perl
36876            ! pod/perlfunc.pod t/op/split.t
36877 ____________________________________________________________________________
36878 [  7901] By: jhi                                   on 2000/11/28  16:28:04
36879         Log: setmode() is a DOSish-only thing.
36880      Branch: perl
36881            ! perlio.c
36882 ____________________________________________________________________________
36883 [  7900] By: jhi                                   on 2000/11/28  16:21:46
36884         Log: Subject: [PATCH] perlcc.PL cleanups
36885              From: Simon Cozens <simon@cozens.net>
36886              Date: Tue, 28 Nov 2000 12:44:35 +0000
36887              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
36888      Branch: perl
36889            ! utils/perlcc.PL
36890 ____________________________________________________________________________
36891 [  7899] By: gsar                                  on 2000/11/28  06:32:55
36892         Log: reintegrate files missed by change#7895
36893      Branch: maint-5.6/perl
36894           +> ext/ByteLoader/bytecode.h utils/Makefile
36895            - utils/perlbc.PL
36896 ____________________________________________________________________________
36897 [  7897] By: gsar                                  on 2000/11/27  18:22:47
36898         Log: can't integrate these two files, for some reason
36899      Branch: maint-5.6/perl
36900            - ext/ByteLoader/bytecode.h utils/Makefile
36901 ____________________________________________________________________________
36902 [  7895] By: gsar                                  on 2000/11/27  18:11:21
36903         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
36904              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
36905              6757..6890,6892..6901 from mainline
36906              
36907              Bytecompiler patches from Benjamin Stuhl.
36908              
36909              More bytecompiler.
36910              
36911              Subject: [PATCH blead] B:: missing dependency
36912              
36913              Subject: [PATCH: 6757] configure.com updates and syslog build
36914              
36915              Long double Gconvert fixes from Yitzchak Scott-Thoennes
36916              and Spider Boardman.
36917              
36918              Subject: [PATCH blead] nextchar() abuse misses an optimisation
36919              
36920              Long double fixes from Spider Boardman.
36921              
36922              Make the selection of NVff et al stricter.
36923              
36924              cSVOPo_*v things index into the current PL_curpad
36925              under ithreads, which is different from the curpad
36926              used by the XSUB.  (In other words, the code as-is
36927              before this patch wouldn't work under ithreads.)
36928              
36929              Be portable.
36930              
36931              VMS MMS (make) wants null action.
36932              
36933              Mac and other portability updates from Chris Nandor.
36934              
36935              Storable support, v-version fixes.
36936              Subject: CPAN.pm beta for testing available
36937              
36938              Portability fix from Hugo van der Sanden.
36939              
36940              Bad makefile.
36941              
36942              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
36943              
36944              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
36945              
36946              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36947              
36948              Replace #6705 with a minimal doc patch.
36949              Subject: [PATCH 5.6.0] replace change #6705
36950              
36951              Drop the separate perlbc, perlcc -b should be enough.
36952              
36953              installperl couldn't tell whether it had run tests or not.
36954              Subject: [PATCH] Re: installperl and t/TEST
36955              
36956              Add silencer flags to installperl.
36957              Subject: [PATCH] Making installperl silent.
36958              
36959              Make "make install" by default silent.  A new "install-verbose"
36960              target is verbose.
36961              
36962              More liberal parsing of version numbers.
36963              Subject: Re: CPAN.pm beta for testing available
36964              
36965              Create directories in silence.
36966              Subject: [PATCH] Another silencer for MakeMaker
36967              
36968              DOS patches and portability/porting notes, from Tim Jenness.
36969              
36970              Make installman to recognize the silence flag -S.
36971              
36972              Actually do something with the silencer option.
36973              
36974              Continue silencing.
36975              
36976              Show the doc file, not the temp file.
36977              
36978              Regen perltoc.
36979              
36980              Subject: [PATCH] More silencing of installman.
36981              
36982              Better wording for the vec lvalue diagnostic.
36983              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36984              
36985              Subject: [PATCH: 6805] several more tweaks to configure.com
36986              
36987              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
36988              
36989              Missing parts of 
36990              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
36991              
36992              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
36993              (applied slightly modified)
36994              
36995              installperl --verbose and --silent.
36996              Subject: Re: [PATCH] More silencing of installman.
36997              
36998              Add install-silent target.
36999              
37000              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
37001              the problem reported in
37002              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
37003              
37004              Tweak the sfio/useperlio logic, hopefully as wished in
37005              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
37006              
37007              One forgotten file from #6816.
37008              
37009              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
37010              
37011              Remove duplicately applied patch shards.
37012              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
37013              
37014              Support preserving extremely big/small angles.
37015              
37016              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
37017              
37018              Subject: [PATCH] installation not quite silent yet.
37019              
37020              Update the test count.
37021              
37022              Use UVxf, PTR2UV, NVff.
37023              
37024              Document PTR2XX and INT2PTR.
37025              
37026              no-install target a la make -n.
37027              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
37028              
37029              grep -e isn't portable.
37030              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
37031              
37032              Can't get the test to reliably work thanks to the
37033              inaccurateness of floating point.  "Resolves" bug ids
37034              20000826.003, 20000826.009, 20000826.010,
37035              
37036              Subject: installman buglet
37037              
37038              DJGPP update from Laszlo Molnar.
37039              
37040              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
37041              
37042              Passing -R in ldflags makes now it to appear in the default
37043              for lddlflags, just like with -L.
37044              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
37045              
37046              Test nit.
37047              
37048              Use the actual thread type, not the pointer-to-struct.
37049              
37050              Provice virtual $Config{ccflags_nolargefiles} etc. 
37051              
37052              display_format used as a class method without arguments was broken,
37053              reported in
37054              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
37055              
37056              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
37057              
37058              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
37059              
37060              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
37061              
37062              opmini.o may be left around if a build is interrupted.
37063              
37064              Typo in #6858.
37065              
37066              Fix for ID 20000828.001, long doubles were not formatted
37067              correctly (showed up in $], which stopped installing perl).
37068              
37069              An attempt to fix the problem reported in
37070              Subject: Building perl@6856 using gcc/AIX 4.3.3 
37071              I can't test this properly since the gcc installation I have
37072              access to seems to be botched (gcc is calling the AIX cpp,
37073              a losing proposition...)
37074              
37075              Add -ld to archname on long tr...double platforms.
37076              
37077              Subject: hv.h Doc Patch
37078              
37079              Potential cruft.
37080              
37081              Subject: [PATCH bleedperl@6856] warnings fixes
37082              
37083              -S is the silent flag, -s is the strip flag.
37084              Subject: [PATCH] Re: [PATCH] make no-install          
37085              
37086              Take out the SUIDMAIL thing, that will not be
37087              a problem in 5.7.*.
37088              
37089              Subject: [PATCH bleedperl@6866] spellings
37090              
37091              Subject: [PATCH] Re: files not cleaned even by veryclean
37092              
37093              Use minimal @INC in tests, most of the time just '../lib',
37094              so that we simply can't pick up stuff from other Perls than
37095              the one we are testing.  Pointed out by
37096              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
37097              
37098              Update to Getopt::Long 2.24, from Johan Vromans.
37099              
37100              Fix for thinko in #6848.
37101              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
37102              
37103              Patches all over for people and the files they (hopefully) care about.
37104              
37105              Subject: Net::protoent does not export 'getproto'
37106              
37107              Missed a change in #6869.
37108              
37109              Subject: [PATCH] Warnings in B::Deparse
37110              
37111              Subject: [PATCH] Glob dumping
37112              
37113              Disable one of the tests for now.
37114              
37115              Disabling the one test is a bit tricky.
37116              
37117              Don't forget to tidy up.
37118              
37119              The #6881 removed one dump line.
37120              
37121              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
37122              
37123              Under usethreads the dumped variable is IN_PAD.
37124              Subject: Re: [PATCH] Glob dumping
37125              
37126              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
37127              
37128              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
37129              
37130              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
37131              
37132              Regen Configure for #6894.
37133              
37134              Subject: [PATCH: 6889] updates to perlebcdic.pod
37135              
37136              Undo namespace pollution of #6878.
37137              Subject: Re: Net::protoent does not export 'getproto'
37138              
37139              Admit that we are leaking scalars.
37140              
37141              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
37142      Branch: maint-5.6/perl
37143           !> (integrate 271 files)
37144 ____________________________________________________________________________
37145 [  7894] By: gsar                                  on 2000/11/27  16:00:34
37146         Log: a couple of nits
37147      Branch: maint-5.6/perl
37148            ! MANIFEST pp_sys.c
37149 ____________________________________________________________________________
37150 [  7893] By: gsar                                  on 2000/11/27  15:10:56
37151         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
37152              6740..6745,6747..6757,6760
37153              
37154              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
37155              
37156              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
37157              
37158              Doc nits spotted by Richard Soderberg.
37159              
37160              move WNOHANG definition to where other such things are
37161              
37162              Make $Config{byteorder} more magical so that it is
37163              dynamically computed: nice for 'fat binaries'.
37164              Subject: [PATCH]: default byteorder
37165              
37166              Subject: [PATCH] Cwd.pm now uses strict
37167              
37168              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
37169              
37170              Get -DLEAKTEST to compile (not necessarily to work, mind)
37171              Subject: [ID 20000724.006] -DLEAKTEST problem
37172              
37173              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
37174              
37175              Add perlebcdic from Peter Prymmer, regen toc.
37176              
37177              Don't propose using modules built for 5.005 if no binary
37178              compatibility with 5.005 is attempted.
37179              
37180              Do not use prototyping here.
37181              Subject: [ID 20000817.016] [PATCH] Peek.xs
37182              
37183              Document what the backtick returns if the command fails.
37184              
37185              Add byteorder to the myconfig output.
37186              
37187              Introduce NVef, NVff, and NVgf, use the middle one.
37188              (helps for lib/peek + Linux + long doubles)  Reported in
37189              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37190              Use NVs in POSIX math, not doubles.
37191              Subject: [ID 20000817.014] POSIX & modfl
37192              
37193              Subject: [PATCH 5.6.0+] newSVrv() memory leak
37194              
37195              The byteorder code in #6671 was wrong.
37196              
37197              Fix the lib/complex failure of
37198              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37199              Linux long double accuracy issue: something that
37200              when printed with %g looks like "2" but int() of it is 1.
37201              
37202              Propagate new Configure vars.
37203              
37204              Unbuffer the output.
37205              
37206              Subject: [PATCH] perltrap.pod spring cleaning
37207              
37208              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
37209              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
37210              
37211              Tiny Getopt::Long patch from Johan Vromans.
37212              
37213              Document code point which makes if (defined %stash::) to work
37214              (noted by Spider Boardman).
37215              
37216              Subject: [PATCH perl@6698] cygwin port
37217              
37218              Document the NDBM_File and ODBM_File as SDBM_File
37219              was documented in #6417.
37220              
37221              The new tests were missing from #6415.
37222              
37223              Add [[:blank:]] as suggested in
37224              Subject: [ID 20000716.024] [=cc=] / [:blank:]
37225              (the [=cc=] has already been taken care of by #6439
37226              so the whole bug report can be closed)
37227              and make [[:space:]] to be equivalent to isspace(3)
37228              (as opposed to \s, which is isSPACE()).  The difference
37229              is that now [[:space:]] matches the mythical vertical tab,
37230              while \s doesn't.
37231              
37232              Don't eat leading os from index entries.
37233              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
37234              
37235              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
37236              
37237              Typo in pp_complement().
37238              Subject: [PATCH perl-current] Deparse
37239              
37240              Add warnif(), check warnings further up the stack,
37241              all the warnings functions now can take an optional object reference.
37242              Subject: [PATCH bleedperl@6691] warnings pragma update
37243              
37244              Fix a core dump in lib/selfloader under -DDEBUGGING.
37245              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
37246              
37247              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
37248              
37249              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
37250              
37251              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
37252              Put back the long double avoidance code to POSIX.xs
37253              because VMS seems to need it still.
37254              
37255              Introduce a 'veryclean' target that is like 'distclean'
37256              but also removes *~ and *.orig.
37257              
37258              Subject: [ID 20000817.023] endianness description in perlfunc.pod
37259              
37260              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
37261              
37262              Let's try #6717 again.
37263              
37264              UTF8 concat fixes.
37265              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
37266              
37267              pp_open() could pass an uninitialized filename down to do_open9().
37268              
37269              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
37270              
37271              Update to CGI 2.72, from Lincoln Stein.
37272              
37273              Subject: [PATCH] Silence MakeMaker (Was: installman)
37274              
37275              Use temporary directory instead of current directory.
37276              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
37277              
37278              Document odd vs even subreleases and -Dusedevel.
37279              
37280              The veryclean target needs to clobber.
37281              
37282              Use File::Spec->tmpdir().
37283              
37284              Document the number of exponent digits.
37285              
37286              Mention perlebcdic and perlposix-bc.
37287              
37288              s/this one/the 5.6.0 release/
37289              
37290              The #6724 is here.
37291              
37292              The correct cleaning order is an art.
37293              
37294              small tweaks for change#6705: avoid C++ style comments in C code;
37295              use Perl's malloc API rather than the low level system one
37296              
37297              Array context keeps slithering in.
37298              
37299              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
37300              
37301              Subject: [PATCH] os2.c fix for use64bitint
37302              
37303              Update to Pod::LaTeX 0.53.
37304              Subject: [PATCH] lib/Pod/LaTeX.pm updates
37305              
37306              Document the endianness of Alpha more precisely.
37307              
37308              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
37309              
37310              Rename the macro argument because some preprocessors
37311              can't tell the difference and expand arguments also inside
37312              double quoted strings.
37313              
37314              free TLS slot properly on Windows
37315              
37316              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
37317              
37318              Unicos/mk requires elaborate paranoia.
37319              
37320              Tweak the floating point output routine preferences.
37321              
37322              Also under djgpp the timestamps are funky.
37323              
37324              Apply some PodParser 1.18 patches; the Pod/Find.pm
37325              patches cannot be applied since #6712 conflicts.
37326              
37327              Use PodParser 1.18 new test.
37328              
37329              A pod nit.
37330              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
37331              
37332              Be verydeepclean.
37333      Branch: maint-5.6/perl
37334           +> pod/perlebcdic.pod
37335           !> (integrate 106 files)
37336 ____________________________________________________________________________
37337 [  7892] By: jhi                                   on 2000/11/27  15:02:32
37338         Log: Update Changes.
37339      Branch: perl
37340            ! Changes patchlevel.h
37341 ____________________________________________________________________________
37342 [  7891] By: jhi                                   on 2000/11/27  14:57:23
37343         Log: Subject: Re: perlfaq style changes
37344              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37345              Date: Sat, 25 Nov 2000 23:32:26 -0800
37346              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
37347              
37348              plus a note from Ronald Kimball.
37349      Branch: perl
37350            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
37351 ____________________________________________________________________________
37352 [  7890] By: jhi                                   on 2000/11/27  14:53:14
37353         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
37354              From: Benjamin Holzman <bah@ecnvantage.com>
37355              Date: Sun, 26 Nov 2000 16:27:33 -0500
37356              Message-ID: <20001126162733.J25040@ecnvantage.com>
37357      Branch: perl
37358            ! gv.c
37359 ____________________________________________________________________________
37360 [  7889] By: jhi                                   on 2000/11/27  14:43:11
37361         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
37362              From: lvirden@cas.org
37363              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
37364              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
37365      Branch: perl
37366            ! README.amiga
37367 ____________________________________________________________________________
37368 [  7888] By: jhi                                   on 2000/11/27  14:32:34
37369         Log: Restore also the locale test to no-sprintf-taint state.
37370              Fixes the bug 20001127.003.
37371      Branch: perl
37372            ! sv.c t/pragma/locale.t
37373 ____________________________________________________________________________
37374 [  7887] By: gsar                                  on 2000/11/27  14:13:05
37375         Log: integrate changes#6613..6616,6620..6665 from mainline
37376              
37377              VMS configure.com update continues.
37378              
37379              Subject: Test fails / warnings with perl-current #6612
37380              
37381              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
37382              
37383              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37384              
37385              For now remove the mail code.
37386              
37387              Subject: Re: [PATCH] @+, @- readonly
37388              
37389              Subject: warning: storage class after type is obsolescent
37390              
37391              Subject: sfio2000
37392              
37393              Subject: Re: File::Temp problems on VMS in bleedperl
37394              
37395              README.os2 update.
37396              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
37397              
37398              Make the user to give up his firstborn, err, to knowingly
37399              verify installing an unstable developer release.  Also bump
37400              the release to 5.7.0, but leave a patch tag in the local
37401              patches saying that this is not yet the real thing.
37402              
37403              Update (kinda) to Test 1.14, from Joshua Pritikin.
37404              
37405              make ok etc also for win32.
37406              
37407              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
37408              
37409              Don't blow limited stacks, a lower number is enough to
37410              tickle the lookbehind limit.
37411              
37412              Use -Dusedevel; regen Configure and the respective Porting stuff.
37413              
37414              Subject: [PATCH] debugger exit code should reflect user exit code
37415              
37416              Subject: [PATCH perl@6620] cygwin port
37417              
37418              Missed a file from #6638.
37419              
37420              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)
37421              
37422              magic callbacks all need to have same type signature
37423              
37424              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
37425              
37426              Fix a dependency problem.
37427              Subject: [PATCH: 6640] VMS Makefile.SH update
37428              
37429              The numeric locale was reset to "C" by s?printf and never restored.
37430              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37431              No test since adding the failing example to locale.t
37432              does not fail -- probably because the locale settings are so
37433              thoroughly tweaked by that time.  Running the example standalone
37434              does fail, though.  UPDATE: test case added at change #7540.
37435              
37436              Subject: [ID 20000324.040] minor fix to perlhpux.pod
37437              
37438              Update to CPAN 1.57.
37439              
37440              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
37441              
37442              Change the perlbug address to perl.org since it's more forgiving.
37443              
37444              Change the regx compilation error markers to use = instead of <
37445              since pod makes using the latter quite messy.  Reported in
37446              ID 20000814.006 by Abigail and in
37447              Subject: Unknown escape E<> ?
37448              
37449              Update to perldebtut 1.9, from Richard Foley.
37450              
37451              check that the number pseudo children doesn't exceed
37452              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
37453              the WaitForMultipleObjects() limit that would cause wait()
37454              to crash)
37455              wait() and waitpid() could potentially be rewritten to use
37456              more than one thread to do the waiting to eliminate this
37457              limitation
37458              
37459              change#6328 could make close(SOCKET) return false on windows
37460              when it shouldn't
37461              
37462              pod nit seen in passing
37463              
37464              on windows, the return values from wait() and waitpid() don't
37465              match those of pseudo-pids
37466              
37467              waitpid() now handles externally spawned pids correctly;
37468              fixes for backtick/wait/waitpid failures on Windows 9x
37469              these changes make the pid returned by process functions on
37470              Windows 9x always positive by clearing the high bit (which
37471              is always set on Win9x); pseudo-process PIDs are likewise
37472              always negative now on Win9x (just as on NT/2000)
37473              
37474              trailing new %ENV entries weren't being pushed into the real
37475              environment of subprocesses on Windows
37476              
37477              Tweak the regex compilation errors once more.
37478              
37479              avoid warnings from dense compiler
37480              
37481              add "ok" targets from change#6632 in makefile.mk
37482      Branch: maint-5.6/perl
37483            - lib/Pod/PlainText.pm vms/configure.com
37484           !> (integrate 66 files)
37485 ____________________________________________________________________________
37486 [  7886] By: jhi                                   on 2000/11/27  13:54:18
37487         Log: __FUNCTION__ isn't portable and trying to emulate it leads
37488              into practically spelling out the name of the function.
37489              Takes care of the bug 20001127.001.
37490      Branch: perl
37491            ! perlio.c
37492 ____________________________________________________________________________
37493 [  7885] By: gsar                                  on 2000/11/27  13:53:18
37494         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
37495              6610..6611 from mainline
37496              
37497              Make regular expression parse error messages easier to understand.
37498              Subject: Re: enhanced(?) regex error messages
37499              
37500              Tiny tidying on report_evil_fh().
37501              
37502              Subject: Re: enhanced(?) regex error messages 
37503              plus Capitalize the error messages, plus perldiag them.
37504              
37505              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
37506              
37507              Document here-doc better.
37508              
37509              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37510              
37511              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
37512              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
37513              (either perlbug or p5p ate the original), plus regen
37514              perlapi and perltoc. 
37515              
37516              Regen global.sym.
37517              
37518              Double check that we have a dirhandle.
37519              
37520              Subject: Re: enhanced(?) regex error messages
37521              (plus two small patches sent privately)
37522              (this still seems to leave few test failures)
37523              
37524              warn is a macro, avoid using at a variable to avoid warnings
37525              in some configurations; readdir.t is too conservative in
37526              estimating number of *.t's
37527              
37528              Get back into sync with Jeffrey on the enhanced regex warnings.
37529              
37530              Subject: [PATCH 5.6.0] cygwin port
37531              
37532              Zero entries were skipped, fix from Adrian Goalby
37533              <argoalby@yahoo.co.uk>
37534              
37535              Subject: Remove dead entry in perldiag
37536              
37537              Amend the description of Perl6.
37538              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
37539              
37540              detypo
37541              
37542              It's the 2ndO'ROSSC.
37543              
37544              Revert the sv.c part of #6559, a better fix is needed.
37545              
37546              Iterating perl6 description.
37547              
37548              Update to Term::ANSIColor 1.03, from Russ Allbery.
37549              
37550              Update to Getopt::Long 2.23_05, from Johan Vromans.
37551              
37552              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
37553              
37554              Update to Pod::Parser 1.17, from Brad Appleton.
37555              
37556              Update to CPAN 1.56, from Andreas König.
37557              
37558              Update to CGI 2.70, from Lincoln Stein.
37559              
37560              Put back the std @INC thing.
37561              
37562              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
37563              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
37564              
37565              Document the IO::Select timeout.
37566              
37567              sleep(1) does not necessarily return 1.
37568              Subject: [PATCH bleadperl] op/lex_assign.t  
37569              
37570              Subject: debugger "d" command doesnt check line number
37571              
37572              B::Deparse didn't do sub attributes.
37573              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37574              
37575              Preprocessing and postprocessing for File::Find.
37576              Subject: Patch to Find::File.pm to allow alphabetical results
37577              
37578              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
37579              
37580              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
37581              
37582              Subject: Re: [ID 20000730.003] utf8::length() bad
37583              
37584              Subject: Getting perlio and threads to compile
37585              (the Solaris version changes in Configure skipped)
37586              
37587              Tests for #6589.
37588              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37589              
37590              Add Perl debugging tutorial, regen toc. 
37591              Subject: perldebtut.pod
37592              
37593              Add a few missing files, update MANIFEST.
37594              
37595              Rewrite of vms/subconfigure.com as configure.com,
37596              from Peter Prymmer and the vmsperl crew.
37597              
37598              Should have deleted this in #6603.
37599              
37600              Fix the test for 5005threads.
37601              
37602              Fix-n-skip the tests under 5005threads.
37603              
37604              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
37605              
37606              Upgrade to CGI 2.71, from Lincoln Stein.
37607      Branch: maint-5.6/perl
37608           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
37609           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
37610           +> t/op/regmesg.t t/pod/find.t vms/configure.com
37611            - vms/subconfigure.com
37612            ! lib/lib.pm
37613           !> (integrate 115 files)
37614 ____________________________________________________________________________
37615 [  7884] By: jhi                                   on 2000/11/27  13:44:33
37616         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
37617              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37618              Date:     Mon, 27 Nov 2000 08:23:54 EST
37619              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
37620      Branch: perl
37621            ! vms/descrip_mms.template vms/test.com
37622 ____________________________________________________________________________
37623 [  7883] By: gsar                                  on 2000/11/27  11:50:46
37624         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
37625              6511..6513,6515..6523,6525..6536
37626              
37627              The swallow_bom() saga continues.  The #23 of require.t
37628              (UTF16-LE) still fails (silently, no output) but the #22
37629              (UTF16-BE) seems to be working now.  The root of the
37630              failure may be in sv_gets(): is it UTF-16LE-aware,
37631              especially when it comes to line endings? 
37632              
37633              Document the problem with -P in HP-UX and its workaround.
37634              
37635              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
37636              (aka ID 20000730.002)
37637              
37638              Subject: fix and question re: waitpid() under win32
37639              
37640              Make the safety catch for buggy gccs work with triple version
37641              numbers like 2.95.2.  Reported in
37642              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
37643              
37644              In Digital UNIX warn if gcc explicitly chosen because even
37645              2.95.2 is known to cause problems.
37646              
37647              Make chr() for values >127 to create utf8 when under utf8.
37648              
37649              various syntax errors and such (not fixed: comp/require.t#22 coredump
37650              on Windows)
37651              
37652              Stash away the largefiles flags and libswanted.
37653              
37654              BOM patching from Simon Cozens.
37655              
37656              If gccosandvers is equal to osname, clear gccosandvers.
37657              
37658              Make p4desc to skip non-mainperl branches by default.
37659              
37660              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
37661              
37662              The test from this
37663              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
37664              
37665              In new BSDs changes to argv[] do not show up in ps(1) output,
37666              instead one must use setproctitle().  This was already addressed
37667              by change #6457, but the below has a new variant for FreeBSD 4.0
37668              or later, and the matter is also documented more.
37669              
37670              FreeBSD 3.* updates from
37671              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
37672              
37673              regen_headers, regen perltoc.
37674              
37675              Document in one place the memory abstractions used in Perl core.
37676              
37677              memcpy has n o in it, as pinted ut by Sarathy.
37678              
37679              Remove the extraneous "main::" prefix from all the
37680              "opened only for", "on closed", and "never opened" warnings.
37681              
37682              The name of a filehandle does not have <these>.
37683              
37684              The tr utf8 patching continues.
37685              
37686              The new setproctitle() feature is available only in 
37687              bleeding edge FreeBSD.  From Paul Saab.
37688              
37689              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
37690              
37691              Dump UVs as UVs in Data::Dumper.
37692              
37693              detypo #6494
37694              
37695              Document the IVdf UVuf UVof UVxf.
37696              
37697              require.t needs binmode() to work on windows
37698              
37699              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
37700              that are hopefully soon put into use.
37701              
37702              Allow "no Module;" even if there is no 'unimport'.
37703              
37704              Better skip message for the test; one of the two problems in
37705              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
37706              
37707              The subtest 4 may fail also on VOBS, as pointed out
37708              by Nick Ing-Simmons in November 1999, bug id 19991124.003
37709              (but the failure in that bug report isn't the subtest 4).
37710              
37711              Be more informative on what is skipped and why,
37712              also repeat the list at the end.
37713              
37714              Add a URL for FSF.
37715              
37716              Subject: [PATCH] sv.h documentation - SvLEN
37717              
37718              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
37719              
37720              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
37721              
37722              Subject: [PATCH] bad cppsymbols on os2 + Configure question
37723              
37724              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
37725              
37726              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
37727              mention the idea of @( and @)
37728              
37729              This is 6512.  Really.
37730              
37731              Subject: [ID 19990721.004] Documentation bug in perlfunc
37732              
37733              Subject: Minor tweak to perlvar.pod
37734              
37735              In the warnings call filehandles consistently so;
37736              add "unopened" warning for stat().
37737              
37738              After the #6519 a warning about stat() is just that,
37739              not about a filetest, which now have their own warning.
37740              
37741              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
37742              
37743              Subject: Re: Array vs. List context
37744              
37745              Subject: New perlcc, take 2
37746              
37747              Weed buglets pointed out by
37748              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
37749              
37750              gcc versions might have (parentheses) in them.
37751              
37752              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
37753              
37754              Essential prototype changes were missing from #6527.
37755              Also make report_evil_fh() more bomb-proof.
37756              
37757              Zap lib/Sys directory when cleaning up.
37758              
37759              Change the Policy policy: now -Dprefix= with an existing
37760              Policy.sh and prefix == siteprefix == vendorprefix, then all
37761              of them follow along the new prefix.
37762              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
37763              
37764              Continue fixing the io warnings.  This also
37765              sort of fixes bug ID 20000802.003: the core dump
37766              is no more.  Whether the current behaviour is correct
37767              (giving a warning: "Not a format reference"), is another matter.
37768              
37769              Have symbols for the IoTYPEs.
37770              
37771              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
37772              
37773              Document a bit that UDP is not what you might think.
37774              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
37775              tr memory corruption fix from Simon Cozens.
37776              
37777              Plug the security hole described in the Aug 05 2000 bugtraq message
37778              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
37779              The security hole exists only in suidperls, which isn't
37780              installed or even built by default.
37781      Branch: maint-5.6/perl
37782           !> (integrate 71 files)
37783 ____________________________________________________________________________
37784 [  7882] By: gsar                                  on 2000/11/27  10:25:36
37785         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
37786              from mainline
37787              
37788              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
37789              to be fatal errors (instead of by default ignoring them, and
37790              ignoring with a bug: even though -w gave an error, the opening [
37791              was left in)  Reported in:
37792              
37793              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
37794              
37795              Subject: [PATCH] split /^/
37796              
37797              MacOS nits from Matthias Neeracher.
37798              
37799              More split() doc and test patches from Mike Guy.
37800              
37801              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
37802              from Graham Barr in the module list.
37803              
37804              docfix from Peter Scott <Peter@PSDT.com>.
37805              
37806              File::Temp patches for VMS and OS/2 from Tim Jenness.
37807              
37808              open() wariness in perlbug.
37809              
37810              Subject: [PATCH] minor doc change - perlguts
37811              
37812              Subject: Minor doc patch: handy.h
37813              
37814              Be wary of close()s, too.
37815              
37816              Further File::Temp patches from Yitzchak Scott-Thoennes
37817              and Craig A. Berry.
37818              
37819              Subject: [PATCH] fixes bug 20000508.004
37820              
37821              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
37822              
37823              Allow "no AutoLoader;", based on change #6444,
37824              suggested by Graham Barr.
37825              
37826              Use setproctitle() if available to modify $0.
37827              
37828              Warn if the version of the operating system used to compile gcc
37829              differs from the current version of the operating system.
37830              Also display the gcc compilation os and version in myconfig.
37831              Inspiration from
37832              
37833              Tiny fixes for #6460.
37834              
37835              The problem described in this
37836              Subject: [ID 20000322.018] named chars aren't magical enough
37837              has been fixed in perl 5.6.0 but just in case added a test
37838              to keep it away.  (The report from Joseph Hall.)
37839              
37840              Tune the comments and hopefully stop a memory leak.
37841              
37842              Subject: UTF8 concat
37843              (with a memory leak fixed, plus a few casts added)
37844              This also seems to help for
37845              Subject: [ID 20000716.015] join UTF8 weirdness
37846              
37847              Do not upgrade SVs into utf8 just because they participate
37848              in eq or cmp.  Reported and fix suggested in
37849              Subject: [ID 20000720.009] sv_eq UTF8 bug
37850              
37851              Fix the HALF_UPGRADE() macro introduced in #6263.
37852              
37853              Find green threads before native threads.
37854              Subject: Re: Patch to jpl/JNI/Makefile.PL
37855      Branch: maint-5.6/perl
37856           !> (integrate 30 files)
37857 ____________________________________________________________________________
37858 [  7881] By: jhi                                   on 2000/11/27  05:48:41
37859         Log: It seems that *both* the unused submatch loop cleanup
37860              codes are needed.
37861      Branch: perl
37862            ! regexec.c
37863 ____________________________________________________________________________
37864 [  7880] By: jhi                                   on 2000/11/27  04:50:07
37865         Log: Clean .exists deeper.
37866      Branch: perl
37867            ! Makefile.SH
37868 ____________________________________________________________________________
37869 [  7879] By: jhi                                   on 2000/11/27  02:31:35
37870         Log: The code in regcppop() (see #7878) contains the correct lower
37871              limit for the unused submatch 'cleanup' loop so that under
37872              "use utf8" the following code wouldn't dump core:
37873              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
37874              the cleanup loop in regtry() stomped beyond allocated area
37875              in the startp[] array.  Therefore, copied the correct lower
37876              loop limit (*PL_reglastparen) to regtry().  Note: something
37877              may still not be quite right: why was the _higher_ loop limit
37878              (prog->nparens) different in the utf8 case?
37879              
37880              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
37881              without core dumps, there were about 17 of them before
37882              the patch (with us since Perl 5.7.0).  Two failures, still:
37883              496 and 505 (though these may not be severe).
37884              
37885              Patch #7881 is also needed since both the cleanup loops
37886              seem to be needed.
37887              
37888              Also, the t/op/pat#44 seems to core dump under utf8.
37889              Plus a couple of failures.  UGH-8.
37890      Branch: perl
37891            ! regexec.c
37892 ____________________________________________________________________________
37893 [  7878] By: jhi                                   on 2000/11/27  02:21:17
37894         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
37895              the code in regcppop() seems to be redundant for the test suite --
37896              but it contains a germ of truth, and it needed for the build
37897              process itself: see #7879 and #7881.
37898      Branch: perl
37899            ! regexec.c
37900 ____________________________________________________________________________
37901 [  7877] By: jhi                                   on 2000/11/27  01:53:09
37902         Log: Comment on comment.
37903      Branch: perl
37904            ! regexec.c
37905 ____________________________________________________________________________
37906 [  7876] By: jhi                                   on 2000/11/27  00:49:59
37907         Log: Adjust the docs to agree with #7875.
37908      Branch: perl
37909            ! pod/perllocale.pod
37910 ____________________________________________________________________________
37911 [  7875] By: jhi                                   on 2000/11/27  00:49:27
37912         Log: Retract #7863.  It makes more sense not to taint formatted output,
37913              not even by sprintf().
37914      Branch: perl
37915            ! sv.c
37916 ____________________________________________________________________________
37917 [  7874] By: jhi                                   on 2000/11/26  23:36:02
37918         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
37919              Not really fixed (should really dump the UTF-8 charclass),
37920              but stopped displaying the garbage.
37921              
37922              Also add a note on the (missing) Unicode PSXSPC and BLANK.
37923      Branch: perl
37924            ! regcomp.c
37925 ____________________________________________________________________________
37926 [  7873] By: jhi                                   on 2000/11/26  21:31:13
37927         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
37928      Branch: perl
37929            ! regexec.c
37930 ____________________________________________________________________________
37931 [  7872] By: jhi                                   on 2000/11/26  21:06:04
37932         Log: No need to scan till infinity, 13 is enough.
37933      Branch: perl
37934            ! handy.h utf8.c
37935 ____________________________________________________________________________
37936 [  7871] By: jhi                                   on 2000/11/26  20:20:32
37937         Log: Test line numbers are different with utf8.
37938      Branch: perl
37939            ! t/op/re_tests
37940 ____________________________________________________________________________
37941 [  7870] By: jhi                                   on 2000/11/26  20:10:12
37942         Log: Message nit.
37943      Branch: perl
37944            ! regcomp.c
37945 ____________________________________________________________________________
37946 [  7869] By: jhi                                   on 2000/11/26  19:01:05
37947         Log: Make utf8_length() and utf8_distance() (the latter of which
37948              is unused at the moment) to be less forgiving about bad UTF-8.
37949      Branch: perl
37950            ! embed.h embed.pl objXSUB.h proto.h utf8.c
37951 ____________________________________________________________________________
37952 [  7868] By: jhi                                   on 2000/11/26  18:45:56
37953         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
37954              From: Benjamin Holzman <bah@ecnvantage.com>
37955              Date: Sat, 25 Nov 2000 20:40:20 -0500       
37956              Message-ID: <20001125204020.A25040@ecnvantage.com>              
37957              
37958              Debian allows installing /usr/bin/locale without installing
37959              any locales, an error message will ensue.
37960      Branch: perl
37961            ! t/pragma/locale.t
37962 ____________________________________________________________________________
37963 [  7867] By: jhi                                   on 2000/11/26  18:31:12
37964         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
37965              From: Benjamin Holzman <bah@ecnvantage.com>
37966              Date: Sun, 26 Nov 2000 02:42:34 -0500
37967              Message-ID: <20001126024234.G25040@ecnvantage.com>
37968              
37969              Patch for the bug 20000212.002.
37970      Branch: perl
37971            ! sv.c t/op/array.t
37972 ____________________________________________________________________________
37973 [  7866] By: jhi                                   on 2000/11/26  18:28:09
37974         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
37975              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37976              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
37977              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
37978              
37979              File::Temp 0.11.
37980      Branch: perl
37981            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
37982 ____________________________________________________________________________
37983 [  7865] By: jhi                                   on 2000/11/26  18:24:22
37984         Log: The metaconfig unit change for #7864.
37985      Branch: metaconfig/U/perl
37986            ! need_va_copy.U
37987 ____________________________________________________________________________
37988 [  7864] By: jhi                                   on 2000/11/26  18:23:41
37989         Log: Make the va_copy() test not to be so talkative.
37990      Branch: perl
37991            ! Configure config_h.SH
37992 ____________________________________________________________________________
37993 [  7863] By: jhi                                   on 2000/11/26  18:11:02
37994         Log: Fix locale inconsistencies unearthed by Hugo's work.
37995              Now the floating point sprintf really does taint the result
37996              string as perllocale promises (has promised for a long time)
37997              if "use locale" is in the lexical scope.
37998      Branch: perl
37999            ! sv.c t/pragma/locale.t
38000 ____________________________________________________________________________
38001 [  7862] By: jhi                                   on 2000/11/26  00:35:15
38002         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
38003              From: Nicholas Clark <nick@ccl4.org>
38004              Date: Sun, 26 Nov 2000 00:07:50 +0000
38005              Message-ID: <20001126000750.A22446@plum.flirble.org>
38006              
38007              Infinit.
38008      Branch: perl
38009            ! sv.c
38010 ____________________________________________________________________________
38011 [  7861] By: jhi                                   on 2000/11/26  00:01:26
38012         Log: Integrate perlio.
38013      Branch: perl
38014           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
38015 ____________________________________________________________________________
38016 [  7860] By: nick                                  on 2000/11/25  22:04:17
38017         Log: Correct relative path from new ext\Filter\Util\Call location
38018              back to miniperl.
38019      Branch: perlio
38020            ! win32/makefile.mk
38021 ____________________________________________________________________________
38022 [  7859] By: nick                                  on 2000/11/25  21:26:54
38023         Log: Integrate mainline.
38024      Branch: perlio
38025           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38026           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
38027           +> t/lib/filter-util.t
38028            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38029            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38030            - t/lib/filt-util.t
38031           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
38032           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
38033           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
38034           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
38035           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
38036           !> win32/makefile.mk
38037 ____________________________________________________________________________
38038 [  7858] By: gsar                                  on 2000/11/25  20:52:17
38039         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
38040              parent's memory; fix it by keeping track of the actual pad
38041              offset rather than a raw pointer (this change is probably also
38042              relevant to non-ithreads case to avoid fallout from reallocs of
38043              the pad array, but is currently only enabled for the ithreads
38044              case in the interests of minimal disruption to existing "well
38045              tested" code)
38046      Branch: perl
38047            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
38048            ! proto.h scope.c scope.h sv.c t/op/fork.t
38049 ____________________________________________________________________________
38050 [  7857] By: nick                                  on 2000/11/25  20:01:28
38051         Log: All tests pass on Win32/gcc/USE_PERLIO.
38052              - when crlf layer is pushed make unix-level binary.
38053              - remove :crlf injection in pp_backtick in pp_sys.c
38054              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
38055      Branch: perlio
38056            ! doio.c perlio.c pp_sys.c win32/makefile.mk
38057 ____________________________________________________________________________
38058 [  7856] By: jhi                                   on 2000/11/25  18:38:30
38059         Log: Update the metaconfig units for #7855.
38060      Branch: metaconfig/U/perl
38061            ! useperlio.U usesocks.U
38062 ____________________________________________________________________________
38063 [  7855] By: jhi                                   on 2000/11/25  18:37:54
38064         Log: Undo the SOCKS workarounds, instead start using PerlIO
38065              if SOCKS is selected.
38066              
38067              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
38068              From: Jens Hamisch <jens@Strawberry.COM>
38069              Date: Fri, 24 Nov 2000 18:31:30 +0100
38070              Message-ID: <20001124183130.E28337@Strawberry.COM>
38071              
38072              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
38073              From: Jens Hamisch <jens@Strawberry.COM>
38074              Date: Fri, 24 Nov 2000 19:11:51 +0100
38075              Message-ID: <20001124191151.A28753@Strawberry.COM>
38076      Branch: perl
38077            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
38078            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
38079 ____________________________________________________________________________
38080 [  7854] By: jhi                                   on 2000/11/25  17:39:08
38081         Log: Undo #7848.  Some of the code seems to use walkoptree(),
38082              some walkoptree_slow().  An unfinished renaming?
38083              Now the sub is walkoptree() (which is @EXPORT_OK),
38084              the walkoptree_slow() is a typeglob alias to walkoptree.
38085              This makes the tests to pass, at least.
38086      Branch: perl
38087            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
38088 ____________________________________________________________________________
38089 [  7853] By: nick                                  on 2000/11/24  22:24:33
38090         Log: Re-arrange crlf vs binary for platforms that care.
38091              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
38092              Lip-service to making stdio layer work on such platfroms (untested).
38093              Now fails 3 tests rather than one, checkin to see if I can debug 
38094              the issue under linux. (Do not merge.)
38095      Branch: perlio
38096            ! doio.c perlio.c perliol.h
38097 ____________________________________________________________________________
38098 [  7852] By: jhi                                   on 2000/11/24  18:57:39
38099         Log: AUTHORS edits.
38100      Branch: perl
38101            ! AUTHORS
38102 ____________________________________________________________________________
38103 [  7851] By: jhi                                   on 2000/11/24  17:34:56
38104         Log: Add Jan-Erik Karlsson.
38105      Branch: perl
38106            ! AUTHORS
38107 ____________________________________________________________________________
38108 [  7850] By: jhi                                   on 2000/11/24  17:27:56
38109         Log: Configure should find stdchar on its own.
38110      Branch: perl
38111            ! hints/solaris_2.sh
38112 ____________________________________________________________________________
38113 [  7849] By: jhi                                   on 2000/11/24  17:24:55
38114         Log: Subject: PATCH over 7848: Filter test flawed
38115              From: andreas.koenig@anima.de (Andreas J. Koenig)
38116              Date: 24 Nov 2000 10:28:29 +0100
38117              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
38118      Branch: perl
38119            ! t/lib/filter-util.t
38120 ____________________________________________________________________________
38121 [  7848] By: jhi                                   on 2000/11/24  17:22:15
38122         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
38123              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
38124              Date: Fri, 24 Nov 2000 16:12:58 +0000
38125              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
38126      Branch: perl
38127            ! ext/B/B.pm
38128 ____________________________________________________________________________
38129 [  7847] By: jhi                                   on 2000/11/24  03:07:01
38130         Log: Integrate perlio.
38131      Branch: perl
38132           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
38133           !> win32/makefile.mk
38134 ____________________________________________________________________________
38135 [  7846] By: gsar                                  on 2000/11/24  00:55:57
38136         Log: integrate changes#6415..6418,6420..6438 from mainline
38137              
38138              Fix the bitvector ops for utf8 (tricky since past 7 bits
38139              the utf8 'characters' can be more than one octet).
38140              
38141              MPE/ix updates for perl 5.6.0 from Mark Bixby.
38142              
38143              Subject: SDBM_File documentation
38144              
38145              Detypo.
38146              
38147              Decutandpasto.
38148              
38149              Send all installperl messages to STDERR and be -w clean.
38150              
38151              Out-of-date note removed.
38152              
38153              Protect against "wild next"s, that is, callbacks doing "next"
38154              instead of "return".
38155              
38156              Use STDOUT consistently.
38157              
38158              The output might have been produced in the wrong order.
38159              
38160              A missing 'break' after the [[:space:]] switch case.
38161              
38162              Add tests for
38163              [ID 19991110.003] another matching finding by pcre author
38164              which has already been fixed by some patch, as verified in
38165              
38166              Documentation to explain the behaviour of map().
38167              
38168              Add an optimization for map-maps-a-list-element-to-more-list-elements
38169              case, but add also notes explaining the relationship of this
38170              patch and the earlier notes by Sarathy.
38171              
38172              Subject: [ID 20000716.023] syslog test fails without sockets
38173              
38174              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
38175              Test cases for #6431.
38176              
38177              File::Spec::VMS fixup for tmpdir from Craig Berry.
38178              
38179              Make the "uninit variable" warning to say "concat or string"
38180              or "join or string" when in concat or join .
38181              
38182              Get UTF16 BOMs working.  Patch from
38183              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
38184              
38185              Subject: [PATCH] Make large file tests deal with SIGXFSZ
38186              
38187              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
38188              
38189              Subject: [PATCH] av.c apidoc
38190      Branch: maint-5.6/perl
38191           !> (integrate 43 files)
38192 ____________________________________________________________________________
38193 [  7845] By: gsar                                  on 2000/11/24  00:20:45
38194         Log: integrate changes#6406..6414 from mainline
38195              
38196              Merge perlhacktut into perlhack, update perlguts.
38197              
38198              Fix AutoSplit to use File::Spec the right way in VMS,
38199              from Peter Prymmer.
38200              
38201              The bug report
38202              [ID 19991110.002] minimal matching discrepancy found by pcre author
38203              seems to have been fixed (though differently from what was suggested
38204              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
38205              
38206              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
38207              not in pod, from Peter Prymmer
38208              
38209              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
38210              From: Hugo <hv@crypt.compulink.co.uk>
38211              Date: Fri, 14 Jul 2000 23:05:20 +0100
38212              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
38213              
38214              Didn't anymore apply, but that point still could use another fix.
38215              
38216              lib/b test fixes from Peter Prymmer.
38217              
38218              More docs for sv functions.
38219              
38220              perlvms.pod whitespace cleanup to keep pod utils happy.
38221              
38222              another VMS build tweak from Peter Prymmer
38223      Branch: maint-5.6/perl
38224           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
38225           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
38226           !> vms/descrip_mms.template vms/perlvms.pod
38227 ____________________________________________________________________________
38228 [  7844] By: nick                                  on 2000/11/23  23:42:45
38229         Log: Win32/perlio Now just fails one io/argv.t test - lack 
38230              of default :crlf on standard streams.
38231      Branch: perlio
38232            ! doio.c perlio.c
38233 ____________________________________________________________________________
38234 [  7843] By: nick                                  on 2000/11/23  23:04:05
38235         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
38236              peek fail is showing a real problem (multiple crlf layers
38237              are getting pushed.)
38238      Branch: perlio
38239            ! doio.c perlio.c win32/makefile.mk
38240 ____________________________________________________________________________
38241 [  7842] By: nick                                  on 2000/11/23  19:46:23
38242         Log: Implement PerlIO_binmode()
38243              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
38244              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
38245              make binmode in t/lib/io_tell.t unconditional so that works.
38246              Checkin just so Win32 machine can see these changes.
38247      Branch: perlio
38248            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
38249 ____________________________________________________________________________
38250 [  7841] By: jhi                                   on 2000/11/23  19:30:00
38251         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
38252      Branch: perl
38253            ! README.amiga
38254 ____________________________________________________________________________
38255 [  7840] By: jhi                                   on 2000/11/23  17:18:02
38256         Log: SOCKS wrestling continues, patches from Jens Hamisch.
38257      Branch: perl
38258            ! doio.c embed.h embed.pl perlsdio.h proto.h
38259 ____________________________________________________________________________
38260 [  7839] By: jhi                                   on 2000/11/23  16:54:14
38261         Log: Push Filter::Util::Call one level deeper.
38262      Branch: perl
38263            + t/lib/filter-util.t
38264           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38265           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
38266            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38267            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38268            - t/lib/filt-util.t
38269            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
38270            ! win32/Makefile win32/makefile.mk
38271 ____________________________________________________________________________
38272 [  7838] By: jhi                                   on 2000/11/23  16:52:40
38273         Log: Reach back one higher up when searching for PERL_SRC.
38274      Branch: perl
38275            ! lib/ExtUtils/MM_Unix.pm
38276 ____________________________________________________________________________
38277 [  7837] By: jhi                                   on 2000/11/23  16:05:41
38278         Log: Subject: Re: perl@7826
38279              Date: Thu, 23 Nov 2000 02:20:25 -0600
38280              From: "Craig A. Berry" <craigberry@mac.com>
38281              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
38282              
38283              Make VMS to like Filter::Util::Call. 
38284      Branch: perl
38285            ! configure.com ext/Filter/Util/Makefile.PL
38286 ____________________________________________________________________________
38287 [  7836] By: nick                                  on 2000/11/23  16:04:08
38288         Log: Implement crlf layer - not ready for merge.
38289      Branch: perlio
38290            ! perlio.c win32/makefile.mk
38291 ____________________________________________________________________________
38292 [  7835] By: jhi                                   on 2000/11/23  15:56:52
38293         Log: STDCHAR is different in Sparc v9 vs x86.
38294      Branch: perl
38295            ! hints/solaris_2.sh
38296 ____________________________________________________________________________
38297 [  7834] By: jhi                                   on 2000/11/23  15:50:47
38298         Log: The type needs to be visible to protos.
38299      Branch: perl
38300            ! perl.h
38301 ____________________________________________________________________________
38302 [  7833] By: jhi                                   on 2000/11/23  15:40:46
38303         Log: Finish unfinished SOCKS workaround changes.
38304      Branch: perl
38305            ! doio.c
38306 ____________________________________________________________________________
38307 [  7832] By: jhi                                   on 2000/11/23  15:33:30
38308         Log: Integrate perlio.
38309      Branch: perl
38310           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38311           !> win32/makefile.mk
38312 ____________________________________________________________________________
38313 [  7831] By: nick                                  on 2000/11/23  10:31:07
38314         Log: Correct makefile.mk dependancies for ext/Filter/Util
38315              Build ext/Encode
38316              Run dmake regen_config_h
38317      Branch: perlio
38318            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38319            ! win32/makefile.mk
38320 ____________________________________________________________________________
38321 [  7830] By: nick                                  on 2000/11/23  08:05:07
38322         Log: Integrate mainline
38323      Branch: perlio
38324           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38325           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
38326           +> t/lib/filt-util.pl t/lib/filt-util.t
38327           !> (integrate 41 files)
38328 ____________________________________________________________________________
38329 [  7829] By: gsar                                  on 2000/11/23  03:07:11
38330         Log: build the Filter extension on windows
38331      Branch: perl
38332            ! win32/Makefile win32/makefile.mk
38333 ____________________________________________________________________________
38334 [  7828] By: gsar                                  on 2000/11/23  02:46:35
38335         Log: regenerate win32/config* and fix some inconsistencies in the
38336              makefiles; always export Perl_deb() because it is needed
38337              by ext/re/* (whether perl itself is built with -DDEBUGGING
38338              or not)
38339      Branch: perl
38340            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
38341            ! win32/config_H.vc win32/makefile.mk
38342 ____________________________________________________________________________
38343 [  7827] By: gsar                                  on 2000/11/23  02:18:38
38344         Log: get sources building on windows+MSVC again (untested with other
38345              compilers)
38346      Branch: perl
38347            ! win32/include/sys/socket.h win32/perllib.c
38348 ____________________________________________________________________________
38349 [  7826] By: jhi                                   on 2000/11/23  01:18:26
38350         Log: Update Changes.
38351      Branch: perl
38352            ! Changes patchlevel.h
38353 ____________________________________________________________________________
38354 [  7825] By: jhi                                   on 2000/11/23  00:20:41
38355         Log: Subject: Re: av.c patch (having slight problems)
38356              From: "Ben Tilly" <ben_tilly@hotmail.com>
38357              Date: Tue, 21 Nov 2000 23:29:31 -0500
38358              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
38359              
38360              unshift() speedup.
38361      Branch: perl
38362            ! av.c
38363 ____________________________________________________________________________
38364 [  7824] By: jhi                                   on 2000/11/22  23:59:15
38365         Log: Fixes for signedness warnings noticed by VMSperlers.
38366      Branch: perl
38367            ! ext/Storable/Storable.xs regcomp.c sv.c
38368 ____________________________________________________________________________
38369 [  7823] By: jhi                                   on 2000/11/22  23:19:31
38370         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
38371              From: Peter Prymmer <pvhp@forte.com>
38372              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
38373              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
38374      Branch: perl
38375            ! t/pragma/warn/pp_hot
38376 ____________________________________________________________________________
38377 [  7822] By: jhi                                   on 2000/11/22  22:52:20
38378         Log: Be clean.
38379      Branch: perl
38380            ! Makefile.SH
38381 ____________________________________________________________________________
38382 [  7821] By: jhi                                   on 2000/11/22  22:46:39
38383         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
38384              by Damian Conway, as suggested by Paul Marquess.
38385      Branch: perl
38386            + lib/Filter/Simple.pm
38387 ____________________________________________________________________________
38388 [  7820] By: jhi                                   on 2000/11/22  22:45:51
38389         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
38390      Branch: perl
38391            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
38392            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
38393            + t/lib/filt-util.t
38394            ! MANIFEST
38395 ____________________________________________________________________________
38396 [  7819] By: jhi                                   on 2000/11/22  22:03:27
38397         Log: Integrate perlio.
38398      Branch: perl
38399           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
38400           !> win32/makefile.mk
38401 ____________________________________________________________________________
38402 [  7818] By: jhi                                   on 2000/11/22  21:56:02
38403         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
38404      Branch: perl
38405            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
38406            ! t/lib/io_sock.t
38407 ____________________________________________________________________________
38408 [  7817] By: jhi                                   on 2000/11/22  21:39:49
38409         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
38410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38411              Date: Wed, 22 Nov 2000 16:08:12 -0500
38412              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
38413      Branch: perl
38414            ! lib/ExtUtils/Liblist.pm
38415 ____________________________________________________________________________
38416 [  7816] By: jhi                                   on 2000/11/22  21:38:25
38417         Log: Go ahead and #include <unistd.h> in perl.h.
38418      Branch: perl
38419            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
38420            ! util.c
38421 ____________________________________________________________________________
38422 [  7815] By: jhi                                   on 2000/11/22  21:22:52
38423         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
38424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38425              Date: Mon, 20 Nov 2000 18:30:52 -0500
38426              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
38427      Branch: perl
38428            ! pod/perlre.pod regcomp.c t/op/re_tests
38429 ____________________________________________________________________________
38430 [  7814] By: jhi                                   on 2000/11/22  21:21:46
38431         Log: Subject: [PATCH 5.7.0] Liblist finally works
38432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38433              Date: Tue, 21 Nov 2000 22:02:17 -0500
38434              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
38435      Branch: perl
38436            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
38437            ! lib/ExtUtils/MakeMaker.pm
38438 ____________________________________________________________________________
38439 [  7813] By: jhi                                   on 2000/11/22  21:20:23
38440         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
38441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38442              Date: Wed, 22 Nov 2000 17:53:15 +0100
38443              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
38444              
38445              AIX dynaloader and perlio patch.
38446      Branch: perl
38447            ! ext/DynaLoader/dl_aix.xs
38448 ____________________________________________________________________________
38449 [  7812] By: jhi                                   on 2000/11/22  21:17:52
38450         Log: (Accidentally empty patch.)
38451      Branch: perl
38452            ! av.c
38453 ____________________________________________________________________________
38454 [  7811] By: jhi                                   on 2000/11/22  21:16:31
38455         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
38456              From: Peter Prymmer <pvhp@forte.com>
38457              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
38458              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
38459      Branch: perl
38460            ! vms/test.com
38461 ____________________________________________________________________________
38462 [  7810] By: jhi                                   on 2000/11/22  21:15:36
38463         Log: Subject: Re: perl@7777 
38464              From: "John P. Linderman" <jpl@research.att.com>
38465              Date: Wed, 22 Nov 2000 13:11:11 -0500
38466              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
38467              
38468              Detypoing.
38469      Branch: perl
38470            ! lib/CPAN.pm
38471 ____________________________________________________________________________
38472 [  7809] By: jhi                                   on 2000/11/22  21:14:19
38473         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
38474              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38475              Date:     Wed, 22 Nov 2000 13:51:37 EST
38476              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
38477      Branch: perl
38478            ! perlsdio.h
38479 ____________________________________________________________________________
38480 [  7808] By: jhi                                   on 2000/11/22  21:13:27
38481         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
38482              From: Casey Tweten <crt@kiski.net>
38483              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
38484              Message-Id: <200011201653.LAA10194@home.kiski.net>
38485      Branch: perl
38486            ! t/lib/io_udp.t
38487 ____________________________________________________________________________
38488 [  7807] By: jhi                                   on 2000/11/22  21:12:35
38489         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
38490              From: Casey Tweten <crt@kiski.net>
38491              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
38492              Message-Id: <200011201636.LAA07227@home.kiski.net>
38493      Branch: perl
38494            ! t/lib/io_sock.t
38495 ____________________________________________________________________________
38496 [  7806] By: jhi                                   on 2000/11/22  21:10:59
38497         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
38498              From: "Casey R. Tweten" <crt@kiski.net>
38499              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
38500              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
38501      Branch: perl
38502            ! utils/h2xs.PL
38503 ____________________________________________________________________________
38504 [  7805] By: nick                                  on 2000/11/22  21:05:06
38505         Log: Integrate mainline
38506      Branch: perlio
38507           !> Changes Porting/genlog ext/DB_File/DB_File.xs
38508           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
38509           !> utils/perlbug.PL
38510 ____________________________________________________________________________
38511 [  7804] By: jhi                                   on 2000/11/22  21:01:12
38512         Log: Subject: [PATCH] Test.pm POD peculiarity
38513              From: "Casey R. Tweten" <crt@kiski.net>
38514              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
38515              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
38516      Branch: perl
38517            ! lib/Test.pm
38518 ____________________________________________________________________________
38519 [  7803] By: jhi                                   on 2000/11/22  20:59:59
38520         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
38521              From: "Philip Newton" <pnewton@gmx.de>
38522              Date: Wed, 22 Nov 2000 14:25:53 +0100
38523              Message-Id: <3A1BD771.25462.1939FAD@localhost>
38524              
38525              Be case-understanding also on 's', and use the -oi of sendmail
38526              not to terminate the transmission on a lone '.'.
38527      Branch: perl
38528            ! utils/perlbug.PL
38529 ____________________________________________________________________________
38530 [  7802] By: nick                                  on 2000/11/22  20:51:42
38531         Log: Win32 PerlIO intermediate state now working as expected.
38532              - In current state we are still using C runtime in text/binary
38533              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
38534              - PERLIO=stdio and PERLIO=unix pass all expected tests.
38535              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
38536              and PerlIO_seek() and the dummy crlf layer is not making adjustments
38537              for CRLF translation happening in C runtime. All other tests pass.
38538              
38539              Added note to README.win32 to point out the snags of doing a perl build
38540              with Norton AntiVirus turned on.
38541              
38542              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
38543              which file a fail comes from.
38544              
38545              Updated "canned" config.h to match the one generated.
38546      Branch: perlio
38547            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
38548            ! win32/makefile.mk
38549 ____________________________________________________________________________
38550 [  7801] By: jhi                                   on 2000/11/22  06:50:20
38551         Log: Nickety nits.
38552      Branch: perl
38553            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38554 ____________________________________________________________________________
38555 [  7800] By: jhi                                   on 2000/11/22  01:29:55
38556         Log: Changes had accidentally gone too silent on non-main branches.
38557      Branch: perl
38558            ! Changes Porting/genlog patchlevel.h
38559 ____________________________________________________________________________
38560 [  7799] By: gsar                                  on 2000/11/22  01:02:56
38561         Log: some lib_pm.PL changes snuck in via change#7772
38562      Branch: maint-5.6/perl
38563            ! Makefile.SH
38564 ____________________________________________________________________________
38565 [  7798] By: nick                                  on 2000/11/21  21:59:40
38566         Log: Integrate mainline
38567      Branch: perlio
38568           !> (integrate 28 files)
38569 ____________________________________________________________________________
38570 [  7797] By: jhi                                   on 2000/11/21  21:01:45
38571         Log: Integrate perlio.
38572      Branch: perl
38573           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
38574 ____________________________________________________________________________
38575 [  7796] By: nick                                  on 2000/11/21  20:36:22
38576         Log: Win32 builds and runs (mostly) with USE_PERLIO.
38577              PERLIO=perlio passes all tests. 
38578              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
38579      Branch: perlio
38580            ! perlio.c win32/perllib.c win32/win32.c
38581 ____________________________________________________________________________
38582 [  7795] By: jhi                                   on 2000/11/21  19:03:44
38583         Log: Update Changes.
38584      Branch: perl
38585            ! Changes patchlevel.h
38586 ____________________________________________________________________________
38587 [  7794] By: jhi                                   on 2000/11/21  18:56:34
38588         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
38589              From: "Craig A. Berry" <craigberry@mac.com>
38590              Date: Mon, 20 Nov 2000 20:27:06 -0600
38591              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
38592              
38593              A cut-and-pasto.
38594      Branch: perl
38595            ! perlio.h
38596 ____________________________________________________________________________
38597 [  7793] By: jhi                                   on 2000/11/21  18:54:41
38598         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
38599              From: Dominic Dunlop <domo@computer.org> 
38600              Date: Mon, 20 Nov 2000 18:55:29 +0100
38601              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
38602              
38603              va_copy() and the need of it.
38604              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
38605      Branch: metaconfig/U/perl
38606            + need_va_copy.U
38607      Branch: perl
38608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38609            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
38610            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
38611            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38612            ! win32/config.bc win32/config.gc win32/config.vc
38613 ____________________________________________________________________________
38614 [  7792] By: jhi                                   on 2000/11/21  17:04:10
38615         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
38616      Branch: perl
38617           !> scope.h
38618 ____________________________________________________________________________
38619 [  7791] By: jhi                                   on 2000/11/21  17:01:16
38620         Log: Export the SOCKS workaround symbols only if necessary.
38621      Branch: perl
38622            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
38623 ____________________________________________________________________________
38624 [  7790] By: nick                                  on 2000/11/20  23:57:11
38625         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
38626      Branch: perlio
38627            ! scope.h
38628 ____________________________________________________________________________
38629 [  7789] By: nick                                  on 2000/11/20  23:38:33
38630         Log: Integrate mainline
38631      Branch: perlio
38632           +> lib/File/Spec/Epoc.pm
38633           !> (integrate 34 files)
38634 ____________________________________________________________________________
38635 [  7788] By: nick                                  on 2000/11/20  23:20:18
38636         Log: Make extra buffer layer work (dummy crlf layer)
38637      Branch: perlio
38638            ! doio.c perlio.c perlio.h
38639 ____________________________________________________________________________
38640 [  7787] By: jhi                                   on 2000/11/20  22:44:04
38641         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
38642              From: Peter Prymmer <pvhp@forte.com>
38643              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
38644              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
38645      Branch: perl
38646            ! t/pragma/locale.t
38647 ____________________________________________________________________________
38648 [  7786] By: jhi                                   on 2000/11/20  22:29:10
38649         Log: Subject: DOC PATCH 5.6.0 perlreftut
38650              From: mjd@plover.com
38651              Date: 20 Nov 2000 19:45:06 -0000
38652              Message-ID: <20001120194506.9505.qmail@plover.com>
38653      Branch: perl
38654            ! pod/perlreftut.pod
38655 ____________________________________________________________________________
38656 [  7785] By: jhi                                   on 2000/11/20  22:27:44
38657         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
38658              From: David Dyck <dcd@tc.fluke.com>
38659              Date: Mon, 20 Nov 2000 11:43:40 -0800
38660              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
38661      Branch: perl
38662            ! lib/Cwd.pm
38663 ____________________________________________________________________________
38664 [  7784] By: jhi                                   on 2000/11/20  22:23:21
38665         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
38666              Date: Mon, 20 Nov 2000 17:06:10 -0500
38667              To: Mailing list Perl5 <perl5-porters@perl.org>
38668              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
38669      Branch: perl
38670            ! pp_ctl.c t/op/pat.t
38671 ____________________________________________________________________________
38672 [  7783] By: jhi                                   on 2000/11/20  22:11:18
38673         Log: Subject: [PATCH] doop.c - UTF8 tr///               
38674              From: Simon Cozens <simon@cozens.net>
38675              Date: Sat, 18 Nov 2000 18:49:30 +0000
38676              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
38677              
38678              Subject: Re: [PATCH] doop.c - UTF8 tr///           
38679              From: Simon Cozens <simon@cozens.net>
38680              Date: Mon, 20 Nov 2000 20:45:22 +0000
38681              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
38682              
38683              Make tr on UTF-8 better but still not correct.
38684      Branch: perl
38685            ! doop.c
38686 ____________________________________________________________________________
38687 [  7782] By: jhi                                   on 2000/11/20  22:02:16
38688         Log: Remove the shared object before attempting to create
38689              (by linking) a new one.  E.g. in AIX not removing
38690              becomes quite painful if one tries to do more than one
38691              build in the same tree (an interrupted build, for example),
38692              since the AIX' shared dynaloader seemingly keeps the shared
38693              objects open and therefore 'busy' for quite a while, even when
38694              nobody is using the objects, leading into link failures.
38695      Branch: perl
38696            ! lib/ExtUtils/MM_Unix.pm
38697 ____________________________________________________________________________
38698 [  7781] By: gsar                                  on 2000/11/20  19:02:55
38699         Log: type mismatch due to faulty integration
38700      Branch: maint-5.6/perl
38701            ! toke.c win32/Makefile
38702 ____________________________________________________________________________
38703 [  7780] By: gsar                                  on 2000/11/20  17:31:55
38704         Log: integrate changes#6392,6394..6399,6401..6404
38705              
38706              The {multiplier} of a fixed substring was overlooked which
38707              caused a wrong initial search offset for that substring.
38708              
38709              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
38710              From: Hugo <hv@crypt.compulink.co.uk>
38711              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
38712              Date: Thu, 13 Jul 2000 19:27:13 +0100
38713              
38714              Fix the BOM bug: not a byteorder bug, a signedness bug.
38715              
38716              Replace change #6337 with a better one.
38717              
38718              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
38719              From: Hugo <hv@crypt.compulink.co.uk>
38720              Date: Fri, 14 Jul 2000 04:16:20 +0100
38721              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
38722              
38723              MakeMaker should not remove editor backups (*~) on `make clean`
38724              by default (completes change#6383)
38725              
38726              move new variables to the end of the interpreter structure (for
38727              bincompat in code that doesn't #include XSUB.h)
38728              
38729              rename totally bletcherous SvLOCK() thingy (doesn't do what the
38730              name suggests anyway)
38731              
38732              various cleanups (typos, misformatted code, and small bugs)
38733              
38734              typecasts needed for change#6394
38735              
38736              typos in change#6399, regen headers
38737              
38738              inconsistent types needs casts
38739              
38740              PERL_OBJECT build tweaks
38741      Branch: maint-5.6/perl
38742           !> MANIFEST doop.c embed.h embed.pl embedvar.h
38743           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
38744           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
38745           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
38746           !> toke.c util.c
38747 ____________________________________________________________________________
38748 [  7779] By: gsar                                  on 2000/11/20  17:06:29
38749         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
38750              
38751              Cosmetics and perldelta.
38752              
38753              Fix nits noticed by Boston.pm.
38754              
38755              Do the cc sanity check both before the hints and
38756              after the cc selction.
38757              
38758              get sprintf.t to adjust properly for 3-digit exponents
38759              
38760              don't clobber *.orig files on *clean targets
38761              
38762              fix bugs in processing %v-*d and similar format specs (from
38763              Avi Finkel <avi@finkel.org>)
38764              
38765              sprintf test tweaks (from Dominic Dunlop)
38766              
38767              new selfloader.t in change#6183 doesn't close DATA handles,
38768              and thus fails to clean up tmp files on dosish platforms
38769              
38770              typos (spotted by Peter Prymmer)
38771              
38772              typo fix from Craig Berry
38773      Branch: maint-5.6/perl
38774           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
38775           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
38776           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
38777           !> x2p/Makefile.SH
38778 ____________________________________________________________________________
38779 [  7778] By: gsar                                  on 2000/11/20  16:46:51
38780         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
38781              
38782              Subject: Re: format bug report  [Patch]
38783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38784              Date: Wed, 05 Jul 2000 13:12:52 +0200
38785              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
38786              
38787              Subject: Re: format bug report  [Patch]
38788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38789              Date: Wed, 05 Jul 2000 14:10:01 +0200
38790              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
38791              
38792              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
38793              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38794              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
38795              Date: Fri, 07 Jul 2000 17:57:16 +0100
38796              
38797              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
38798              To: perl5-porters@perl.org
38799              From: Karsten Sperling <spiff@phreax.net>
38800              Date: Mon, 10 Jul 2000 15:12:52 +0200
38801              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
38802              
38803              README.posix-bc podified from Thomas Dorner.
38804              
38805              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
38806              From: Dominic Dunlop <domo@computer.org>
38807              Date: Tue, 11 Jul 2000 12:27:33 +0200
38808              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
38809              
38810              Typo in #6341.
38811              
38812              Fix for
38813              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
38814              From: Roderick Schertler <roderick@argon.org>
38815              Date: Tue, 11 Jul 2000 13:55:05 -0400
38816              Message-Id: <200007111755.NAA05077@jones.argon.org>
38817              
38818              Minor cleanups on the booklist.
38819              
38820              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
38821              regen perltoc.
38822              
38823              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
38824      Branch: maint-5.6/perl
38825           +> pod/perlbook.pod
38826           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
38827           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
38828           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
38829 ____________________________________________________________________________
38830 [  7777] By: jhi                                   on 2000/11/20  16:08:49
38831         Log: Update Changes.
38832      Branch: perl
38833            ! Changes patchlevel.h
38834 ____________________________________________________________________________
38835 [  7776] By: jhi                                   on 2000/11/20  15:27:56
38836         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
38837              This may be overly harsh but until proven otherwise, we think this
38838              way, or until we have a simple test for Configure (having to start
38839              up servers is does not count as simple) to check for the problems.
38840      Branch: perl
38841            ! perl.h
38842 ____________________________________________________________________________
38843 [  7775] By: jhi                                   on 2000/11/20  15:22:17
38844         Log: Solaris hints tweaks.
38845      Branch: perl
38846            ! hints/solaris_2.sh
38847 ____________________________________________________________________________
38848 [  7774] By: jhi                                   on 2000/11/20  15:01:20
38849         Log: Add a workaround to SOCKS 64-bit problems.
38850      Branch: perl
38851            ! doio.c embed.h embed.pl perlsdio.h proto.h
38852 ____________________________________________________________________________
38853 [  7773] By: jhi                                   on 2000/11/20  14:51:47
38854         Log: sysseek() instead of seek().
38855      Branch: perl
38856            ! t/lib/syslfs.t
38857 ____________________________________________________________________________
38858 [  7772] By: gsar                                  on 2000/11/20  13:06:23
38859         Log: integrate changes#6315..6319,6321..6331,6333..6338
38860              
38861              Integrate with Sarathy, preliminary fix for unicos
38862              alignment problems in [ID 20000612.002] Perl problem on Cray system.
38863              
38864              some debugger output does not go to the socket when RemotePort is set
38865              
38866              winsock cleanup never done on Windows (leads to handle leaks)
38867              
38868              fix UNC path handling on Windows under ithreads, and chdir()
38869              return value when given a non-existent directory
38870              
38871              Autogenerate pod/Makefile and pod/buildtoc.
38872              buildtoc also checks whether the existin pods are
38873              mentioned in MANIFEST and perl.pod, and vice versa.
38874              (None of the thusly found discrepancies fixed yet.)
38875              roffitall also needs to be autogenerated similarly but it
38876              seems so badly out of date that I didn't touch it yet.
38877              
38878              Config is being used.
38879              
38880              Add =head1 NAMEs so that buildtoc is happy.
38881              (The CGI::Util nit reported to Lincoln.)
38882              
38883              Fix complaints of buildtoc.
38884              
38885              Fix the alignment problem in Crays ([ID 20000612.002]).
38886              
38887              Remove perlbook, update perlfaq book listing,
38888              rearrange perl.pod, regenerate perltoc.
38889              
38890              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
38891              was cast to an unsigned (32-bit) integer with wild abandon.
38892              
38893              winsock options weren't being set in all threads under ithreads
38894              (caused send()s from second and subsequent threads to fail)
38895              
38896              accept() leaks memory on windows due to incorrect ordering of
38897              closesocket() and fclose() calls
38898              
38899              Reorder perl.pod once more.
38900              
38901              More POSIX.pod tweaks.
38902              
38903              Sprinkle ldlibpath.
38904              
38905              Precedence goof, fix based on
38906              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
38907              From: Hugo <hv@crypt.compulink.co.uk>
38908              Date: Tue, 11 Jul 2000 12:52:38 +0100
38909              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
38910              
38911              Subject: PATCH perlguts.pod: Document D and d magic types
38912              From: mjd@plover.com
38913              Date: 5 Jul 2000 18:01:51 -0000
38914              Message-ID: <20000705180151.29413.qmail@plover.com>
38915              
38916              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
38917              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
38918              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
38919              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
38920              
38921              Subject: [PATCH cfgperl] $& segfaults if you trick it
38922              From: simon@brecon.co.uk (Simon Cozens)
38923              Date: 7 Jul 2000 11:26:09 GMT
38924              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
38925              
38926              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
38927              From: Hugo <hv@crypt.compulink.co.uk>
38928              Date: Tue, 11 Jul 2000 12:44:50 +0100
38929              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
38930              
38931              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
38932              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38933              Date: Tue, 11 Jul 2000 13:50:51 +0100
38934              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
38935      Branch: maint-5.6/perl
38936           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
38937           +> pod/buildtoc.PL
38938            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
38939           !> (integrate 26 files)
38940 ____________________________________________________________________________
38941 [  7771] By: gsar                                  on 2000/11/20  12:31:42
38942         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
38943              6310,6311,6314
38944              
38945              Subject: [PATCH bleedperl] File::Spec 0.82 beta
38946              From: Barrie Slaymaker <barries@jester.slaysys.com>
38947              Date: Wed, 28 Jun 2000 11:35:29 -0400
38948              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
38949              
38950              tweak perlembed for multiplicity/usethreads sanity; correct notes
38951              about Windows
38952              
38953              localize %INC in a Safe compartment so that use/require work
38954              (many other magic globals probably need similar treatment)
38955              
38956              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
38957              when @_ is modified, causing coredumps
38958              
38959              slurp mode fix in change#4736 still not quite right
38960              
38961              Point to perlipc for more SysV IPC examples.
38962              
38963              Elaborate POSIX.pod.  Still needs work.
38964              
38965              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
38966              
38967              fix large memory leak that has been around for ever, masked by
38968              -DPURIFY (most of the arenas were never freed!)
38969              
38970              fix memory leak on Windows (PL_sys_intern contents were never
38971              freed)
38972              
38973              PERL_OBJECT build tweak
38974              
38975              adjust change#6299
38976              
38977              remove rel2abs prototypes (from Barrie Slaymaker)
38978              
38979              missing perldiag entry for unpack("w",...) diagnostic (from
38980              Andreas Koenig)
38981              
38982              better diagnostic on Frob->stuff() when Frob:: doesn't exist
38983              (from Richard Soderberg <rs@oregonnet.com>)
38984              
38985              Win32 patches for cfgperl from Sarathy.
38986              
38987              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
38988              
38989              More POSIX.pod embellishment.
38990              
38991              tyop in change#6306
38992      Branch: maint-5.6/perl
38993           !> (integrate 44 files)
38994 ____________________________________________________________________________
38995 [  7770] By: gsar                                  on 2000/11/20  11:51:00
38996         Log: integrate changes#6268..6282 from cfgperl branch
38997              
38998              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
38999              From: Dominic Dunlop <domo@computer.org>
39000              Date: Thu, 29 Jun 2000 12:32:39 +0200
39001              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
39002              
39003              Regen headers for #6261 (and update embed.pl for this) and #6267,
39004              silence few compiler warnings.
39005              
39006              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
39007              From: Nicholas Clark <nick@talking.bollo.cx>
39008              Date: Fri, 23 Jun 2000 16:21:15 +0100
39009              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
39010              
39011              Subject: PATCH pod/perltie.pod
39012              From: Ian Phillipps <Ian.Phillipps@iname.com>
39013              Date: Fri, 16 Jun 2000 00:17:19 +0100
39014              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
39015              (only the first hunk, the second hunk had already been done
39016              by some other patch)
39017              
39018              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
39019              From: Tom Phoenix <rootbeer@redcat.com>
39020              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
39021              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
39022              
39023              Subject: [PATCH] xsub attributes
39024              From: Doug MacEachern <dougm@covalent.net>
39025              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
39026              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
39027              
39028              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
39029              From: Andy Dougherty <doughera@lafayette.edu>
39030              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
39031              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
39032              
39033              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
39034              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39035              Date: Tue, 13 Jun 2000 02:43:48 -0500
39036              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
39037              
39038              Subject: [PATCH] Re: eval documentation: context
39039              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39040              Date: Mon, 12 Jun 2000 15:07:29 +0100
39041              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
39042              
39043              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
39044              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39045              Date: Mon, 12 Jun 2000 14:55:59 +0100
39046              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
39047              
39048              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
39049              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
39050              Date: Fri, 09 Jun 2000 12:39:27 -0400
39051              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
39052              (plus update the version "number" of Text::Wrap)
39053              
39054              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
39055              From: Tim Ayers <tayers@bridge.com>
39056              Date: Thu, 08 Jun 2000 08:11:06 +0200
39057              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
39058              [resent by Richard Foley, Message-Id probably wrong]
39059              
39060              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
39061              From: rspier@pobox.com (Robert Spier)
39062              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
39063              Message-ID: <14654.31913.845602.610277@rls.cx>
39064              
39065              Subject: [PATCH 5.6.0] utils/h2xs.PL
39066              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39067              Date: Wed, 7 Jun 2000 04:02:04 -0500
39068              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
39069              
39070              Subject: [PATCH 5.6.0]ITHREADs for VMS
39071              From: Dan Sugalski <dan@sidhe.org>
39072              Date: Tue, 06 Jun 2000 11:59:50 -0400
39073              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
39074      Branch: maint-5.6/perl
39075           !> (integrate 31 files)
39076 ____________________________________________________________________________
39077 [  7769] By: gsar                                  on 2000/11/20  11:29:06
39078         Log: integrate changes#6261..6266 from cfgperl
39079              
39080              Subject: Re: [PATCH cfgperl] BOMs away!
39081              From: simon@brecon.co.uk (Simon Cozens)
39082              Date: 17 Jun 2000 11:49:57 GMT
39083              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
39084              
39085              Subject: 5.6.0 Patch for EPOC
39086              From: Olaf Flebbe <o.flebbe@gmx.de>
39087              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
39088              Message-ID: <23449.960929969@www11.gmx.net>
39089              
39090              tr fixes from Simon Cozens
39091              
39092              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
39093              From: Marty Lucich <marty@netcom.com>
39094              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
39095              Message-Id: <200006282116.OAA11148@netcom.com>
39096              ccdlflags update (the BSD/OS 4.1 part had already been taken
39097              care of by #6141).
39098              
39099              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
39100              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39101              Date: Wed, 28 Jun 2000 17:50:12 -0700
39102              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
39103              
39104              Subject: [PATCH 5.6.0] cygwin port
39105              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
39106              From: "Fifer, Eric" <EFifer@sanwaint.com>
39107              Date: Thu, 29 Jun 2000 12:58:29 +0100
39108      Branch: maint-5.6/perl
39109           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
39110           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
39111           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39112           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
39113 ____________________________________________________________________________
39114 [  7768] By: gsar                                  on 2000/11/20  11:13:44
39115         Log: integrate changes#6252..6256,6259..6260
39116              
39117              Paranoia tweak on #6249.
39118              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
39119              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39120              Date: Sun, 25 Jun 2000 23:43:12 -0400
39121              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
39122              
39123              Subject: tr///, help wanted.
39124              From: simon@brecon.co.uk (Simon Cozens)
39125              Date: 28 Jun 2000 11:29:04 GMT
39126              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
39127              
39128              small thinko tweaks
39129              
39130              tweaks from Simon Conzes to further fix tr/// under utf8
39131              
39132              perlnewmod was missing from MANIFEST.
39133              
39134              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
39135              From: simon@brecon.co.uk (Simon Cozens)
39136              Date: 17 Jun 2000 11:56:44 GMT
39137              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
39138              pack U0, pack C0
39139      Branch: maint-5.6/perl
39140           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
39141           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
39142           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
39143           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
39144 ____________________________________________________________________________
39145 [  7767] By: gsar                                  on 2000/11/20  10:51:38
39146         Log: integrate change#6250 from cfgperl
39147              
39148              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
39149              From: Doug MacEachern <dougm@covalent.net>
39150              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
39151              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
39152      Branch: maint-5.6/perl
39153           +> t/op/my_stash.t
39154           !> MANIFEST embed.pl global.sym proto.h toke.c
39155 ____________________________________________________________________________
39156 [  7766] By: gsar                                  on 2000/11/20  10:48:34
39157         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
39158              
39159              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
39160              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
39161              Date: Mon, 26 Jun 2000 18:40:14 +0100
39162              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
39163              
39164              Subject: [PATCH] bytes<->utf8 fixes
39165              From: simon@brecon.co.uk (Simon Cozens)
39166              Date: 26 Jun 2000 04:55:45 GMT
39167              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
39168              
39169              Subject: [PATCH] is_utf8_string
39170              From: simon@brecon.co.uk (Simon Cozens)
39171              Date: 26 Jun 2000 02:25:59 GMT
39172              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
39173              
39174              Subject: [PATCH] avoid mg_ptr in '*' magic
39175              From: Doug MacEachern <dougm@covalent.net>
39176              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
39177              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
39178              
39179              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
39180              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
39181              Date: Sat, 24 Jun 2000 13:06:20 +0100
39182              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
39183              
39184              Allow for standalone testing.
39185              
39186              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
39187              From: Mark-Jason Dominus <mjd@plover.com>
39188              Date: Tue, 27 Jun 2000 22:36:42 -0400
39189              Message-ID: <20000628023642.12166.qmail@plover.com>
39190              
39191              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
39192              From: Frank Tobin <ftobin@uiuc.edu>
39193              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
39194              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
39195      Branch: maint-5.6/perl
39196           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
39197           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
39198           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
39199           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
39200           !> utf8.c utils/h2xs.PL
39201 ____________________________________________________________________________
39202 [  7765] By: gsar                                  on 2000/11/20  10:29:13
39203         Log: integrate change#6239 from cfgperl
39204              
39205              Configure maintenance.  Sever some dependency cycles,
39206              separate gccversion from the cc unit,
39207              address [ID 20000623.006] Configure script patch for using gcc on AIX
39208              (but solve it a little bit differently),
39209              unduplex some accidentally duplicated units,
39210              suggest using gcc if no cc available
39211              (p5p thread: "Solaris configure: counterproposal", 1999-09)
39212      Branch: maint-5.6/perl
39213           !> Configure Todo-5.6 config_h.SH
39214 ____________________________________________________________________________
39215 [  7764] By: gsar                                  on 2000/11/20  10:25:55
39216         Log: integrate changes#6233..6238 from cfgperl
39217              
39218              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
39219              From: Mark-Jason Dominus <mjd@plover.com>
39220              Date: Fri, 16 Jun 2000 20:53:04 -0400
39221              Message-ID: <20000617005304.8008.qmail@plover.com>
39222              
39223              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
39224              because when run as services (Win32ese for daemons)
39225              no environment variables are set and tmpdir ends up as /tmp,
39226              which is ambiguous.
39227              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
39228              From: matt@sergeant.org
39229              Date: 16 Jun 2000 16:30:43 -0000
39230              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
39231              
39232              The thread begun by
39233              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
39234              From: Kevin.Ruscoe@ubsw.com
39235              Date: Fri, 16 Jun 2000 16:38:51 +0100
39236              Message-Id: <H000019b03c300d6@MHS>
39237              
39238              Tweak embed.pl, regen headers.
39239              
39240              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
39241              From: Dan Sugalski <dan@sidhe.org>
39242              Date: Fri, 23 Jun 2000 17:00:00 -0400
39243              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
39244      Branch: maint-5.6/perl
39245           !> (integrate 27 files)
39246 ____________________________________________________________________________
39247 [  7763] By: gsar                                  on 2000/11/20  10:08:08
39248         Log: s/perl56delta/perldelta/g
39249      Branch: maint-5.6/perl
39250            ! pod/Makefile
39251 ____________________________________________________________________________
39252 [  7762] By: gsar                                  on 2000/11/20  10:04:00
39253         Log: integrate changes#6225,6229,6231,6232 from cfgperl
39254              
39255              Add source code filenames to apidoc.
39256              From: simon@brecon.co.uk (Simon Cozens)
39257              Subject: [PATCH embed.pl] Source X-ref
39258              Date: 22 Jun 2000 02:18:49 GMT
39259              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
39260              
39261              Subject: README.hpux version 0.6.1
39262              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
39263              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
39264              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
39265              
39266              Subject: [PATCH 5.6.0] cygwin port
39267              From: "Fifer, Eric" <EFifer@sanwaint.com>
39268              Date: Tue, 20 Jun 2000 14:30:58 +0100
39269              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
39270              
39271              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
39272              From: simon@brecon.co.uk (Simon Cozens)
39273              Date: 19 Jun 2000 15:18:27 GMT
39274              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
39275              
39276              plus update pod/Makefile and regenerate perltoc
39277      Branch: maint-5.6/perl
39278           +> pod/perlutil.pod
39279           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
39280           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
39281 ____________________________________________________________________________
39282 [  7761] By: jhi                                   on 2000/11/20  04:09:55
39283         Log: Miraculous typo.
39284      Branch: perl
39285            ! t/op/pat.t
39286 ____________________________________________________________________________
39287 [  7760] By: jhi                                   on 2000/11/20  04:06:08
39288         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
39289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39290              Date: Sun, 19 Nov 2000 22:30:26 -0500
39291              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
39292      Branch: perl
39293            ! regexec.c scope.h t/op/pat.t
39294 ____________________________________________________________________________
39295 [  7759] By: jhi                                   on 2000/11/20  02:05:22
39296         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
39297      Branch: perl
39298            ! perl.h
39299 ____________________________________________________________________________
39300 [  7758] By: jhi                                   on 2000/11/20  01:58:11
39301         Log: Subject: [perl 7711: EPOC] updates
39302              From: Olaf Flebbe <o.flebbe@gmx.de>
39303              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
39304              Message-ID: <25575.974658810@www23.gmx.net>               
39305      Branch: perl
39306            + lib/File/Spec/Epoc.pm
39307            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
39308            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
39309            ! lib/File/Spec.pm perl.c sv.c
39310 ____________________________________________________________________________
39311 [  7757] By: jhi                                   on 2000/11/20  01:53:11
39312         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
39313      Branch: perl
39314            ! MANIFEST
39315 ____________________________________________________________________________
39316 [  7756] By: jhi                                   on 2000/11/20  01:47:22
39317         Log: Integrate perlio.
39318      Branch: perl
39319            - ext/re/hints/MSWin32.pl
39320           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
39321           !> win32/config.gc win32/config_H.gc win32/win32sck.c
39322 ____________________________________________________________________________
39323 [  7755] By: nick                                  on 2000/11/19  20:57:17
39324         Log: Add dummy crlf layer (just as buffer)
39325              Correct 1st bug - one layer of indirection.
39326      Branch: perlio
39327            ! perlio.c perlio.h perliol.h
39328 ____________________________________________________________________________
39329 [  7754] By: nick                                  on 2000/11/19  20:56:12
39330         Log: Work-round to Perl_deb_nocontext is no longer required
39331      Branch: perlio
39332            - ext/re/hints/MSWin32.pl
39333 ____________________________________________________________________________
39334 [  7753] By: nick                                  on 2000/11/19  20:01:16
39335         Log: diff -se shows these as different
39336      Branch: perlio
39337            ! global.sym pod/perlapi.pod
39338 ____________________________________________________________________________
39339 [  7752] By: nick                                  on 2000/11/19  18:57:30
39340         Log: Configure GCC/Win32 build -Duseperlio
39341              Fix a couple of gross issues
39342              - double-include of ../deb.o in re.dll
39343              - win32sck.c needs PerlIO and FILE 
39344      Branch: perlio
39345            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
39346            ! win32/win32sck.c
39347 ____________________________________________________________________________
39348 [  7751] By: nick                                  on 2000/11/19  17:05:36
39349         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
39350      Branch: perlio
39351            ! perlio.c
39352 ____________________________________________________________________________
39353 [  7750] By: nick                                  on 2000/11/19  16:57:14
39354         Log: Missing aTHX_
39355      Branch: perlio
39356            ! sv.c
39357 ____________________________________________________________________________
39358 [  7749] By: jhi                                   on 2000/11/19  16:28:40
39359         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
39360              From: "Peter J. Farley III" <pjfarley@banet.net>
39361              Date: Sun, 19 Nov 2000 01:42:58 -0500
39362              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
39363      Branch: perl
39364            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
39365 ____________________________________________________________________________
39366 [  7748] By: jhi                                   on 2000/11/19  16:08:10
39367         Log: Subject: podlators 1.05 available        
39368              From: Russ Allbery <rra@stanford.edu>   
39369              Date: 18 Nov 2000 22:04:28 -0800
39370              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
39371      Branch: perl
39372            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
39373 ____________________________________________________________________________
39374 [  7747] By: nick                                  on 2000/11/19  11:19:39
39375         Log: Integrate mainline
39376      Branch: perlio
39377           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
39378           !> util.c
39379 ____________________________________________________________________________
39380 [  7746] By: jhi                                   on 2000/11/19  06:42:22
39381         Log: Make hex scanning warn on "\x{x}" and "\xx".
39382              "\x" and and hex("x") are still valid.
39383      Branch: perl
39384            ! util.c
39385 ____________________________________________________________________________
39386 [  7745] By: nick                                  on 2000/11/18  22:52:28
39387         Log: Integrate mainline
39388      Branch: perlio
39389           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
39390           !> perl.h perlio.c proto.h regcomp.c regcomp.h
39391 ____________________________________________________________________________
39392 [  7744] By: jhi                                   on 2000/11/18  22:50:28
39393         Log: Introduce Perl_utf8_length().  Use it.
39394      Branch: perl
39395            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
39396 ____________________________________________________________________________
39397 [  7743] By: jhi                                   on 2000/11/18  22:38:51
39398         Log: Compiler denit.
39399      Branch: perl
39400            ! perlio.c
39401 ____________________________________________________________________________
39402 [  7742] By: jhi                                   on 2000/11/18  20:33:05
39403         Log: Integrate perlio.
39404      Branch: perl
39405           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
39406           !> perlio.h pp_ctl.c pp_sys.c sv.c
39407 ____________________________________________________________________________
39408 [  7741] By: jhi                                   on 2000/11/18  20:31:27
39409         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
39410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39411              Date: Fri, 17 Nov 2000 20:35:11 -0500
39412              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
39413              
39414              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
39415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39416              Date: Fri, 17 Nov 2000 21:03:47 -0500
39417              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
39418              
39419              Plus a little bit of tweaking in pregcomp().
39420      Branch: perl
39421            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
39422 ____________________________________________________________________________
39423 [  7740] By: nick                                  on 2000/11/18  20:17:22
39424         Log: Lexical use open ... support:
39425              add ->cop_io to COP structure in cop.h.
39426              Make mg.c and gv.c associate it with ${^OPEN}.
39427              Make lib/open.pm set it.
39428              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
39429              manner similar to ->cop_warnings.
39430              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
39431              call new PerlIO_apply_layers().
39432              Declare latter in perlio.h and define in perlio.c
39433      Branch: perlio
39434            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
39435            ! perlio.h pp_ctl.c pp_sys.c sv.c
39436 ____________________________________________________________________________
39437 [  7739] By: jhi                                   on 2000/11/18  19:54:00
39438         Log: Integrate perlio.
39439      Branch: perl
39440           !> doio.c perlio.c pp.c
39441 ____________________________________________________________________________
39442 [  7738] By: jhi                                   on 2000/11/18  17:16:13
39443         Log: Subject: [PATCH 5.7.0] etags broken again
39444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39445              Date: Sat, 18 Nov 2000 02:41:36 -0500
39446              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
39447      Branch: perl
39448            ! emacs/ptags
39449 ____________________________________________________________________________
39450 [  7737] By: jhi                                   on 2000/11/18  17:12:18
39451         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
39452      Branch: perl
39453            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39454 ____________________________________________________________________________
39455 [  7736] By: nick                                  on 2000/11/18  14:06:20
39456         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
39457              part to be isolated.
39458      Branch: perlio
39459            ! doio.c perlio.c
39460 ____________________________________________________________________________
39461 [  7735] By: nick                                  on 2000/11/18  11:03:32
39462         Log: Integrate mainline
39463      Branch: perlio
39464           !> Changes README.amiga README.win32 patchlevel.h
39465           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
39466 ____________________________________________________________________________
39467 [  7734] By: jhi                                   on 2000/11/18  01:18:56
39468         Log: Update Changes.
39469      Branch: perl
39470            ! Changes patchlevel.h
39471 ____________________________________________________________________________
39472 [  7733] By: jhi                                   on 2000/11/18  00:32:54
39473         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
39474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39475              Date: Fri, 17 Nov 2000 17:28:02 -0500
39476              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
39477      Branch: perl
39478            ! regcomp.c regexec.c t/op/re_tests
39479 ____________________________________________________________________________
39480 [  7732] By: jhi                                   on 2000/11/18  00:28:56
39481         Log: Sparc 64-bit pack() fix from Jens Hamisch.
39482      Branch: perl
39483            ! pp.c
39484 ____________________________________________________________________________
39485 [  7731] By: jhi                                   on 2000/11/18  00:18:39
39486         Log: Explain in more detail the {} syntax ambiguousity.
39487              
39488              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
39489              From: Nicholas Clark <nick@ccl4.org>
39490              Date: Fri, 17 Nov 2000 22:10:28 +0000
39491              Message-ID: <20001117221028.A88930@plum.flirble.org>
39492      Branch: perl
39493            ! pod/perlfunc.pod
39494 ____________________________________________________________________________
39495 [  7730] By: jhi                                   on 2000/11/18  00:12:18
39496         Log: Subject: Fix for README.amiga (20000323.033)
39497              From: "Stephen P. Potter" <spp@spotter.yi.org>
39498              Date: Fri, 17 Nov 2000 12:25:51 -0500
39499              Message-Id: <200011171725.MAA05768@spotter.yi.org>
39500      Branch: perl
39501            ! README.amiga
39502 ____________________________________________________________________________
39503 [  7729] By: jhi                                   on 2000/11/18  00:08:34
39504         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
39505              From: "A. C. Yardley" <yardley@tanet.net>
39506              Date: Mon, 3 Apr 2000 11:35:33 -0700
39507              Message-ID: <3483.000403@tanet.net>
39508      Branch: perl
39509            ! README.win32
39510 ____________________________________________________________________________
39511 [  7728] By: nick                                  on 2000/11/17  21:59:47
39512         Log: Integrate mainline
39513      Branch: perlio
39514           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
39515           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
39516           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
39517           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
39518 ____________________________________________________________________________
39519 [  7727] By: nick                                  on 2000/11/17  21:56:31
39520         Log: Experiment on use of attributes.pm interface.
39521              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
39522              SVt_PVRV if not already something better (else vivify of say magic gets
39523              core dump).
39524      Branch: perlio
39525            ! perlio.c pp.c
39526 ____________________________________________________________________________
39527 [  7726] By: jhi                                   on 2000/11/17  14:15:49
39528         Log: Subject: Fix for 20000815.006
39529              From: "Stephen P. Potter" <spp@spotter.yi.org>
39530              Date: Fri, 17 Nov 2000 08:57:45 -0500
39531              Message-Id: <200011171357.IAA05122@spotter.yi.org>
39532              
39533              It's really 20000518.006.
39534      Branch: perl
39535            ! pod/perlmodlib.PL
39536 ____________________________________________________________________________
39537 [  7725] By: jhi                                   on 2000/11/17  14:12:31
39538         Log: Subject: Fix for 20000409.001
39539              From: "Stephen P. Potter" <spp@spotter.yi.org>
39540              Date: Fri, 17 Nov 2000 08:55:45 -0500
39541              Message-Id: <200011171355.IAA05104@spotter.yi.org>
39542      Branch: perl
39543            ! pod/perlfaq9.pod
39544 ____________________________________________________________________________
39545 [  7724] By: jhi                                   on 2000/11/17  14:08:58
39546         Log: Undo #7627 now that we have =head3.
39547      Branch: perl
39548            ! pod/perlhack.pod
39549 ____________________________________________________________________________
39550 [  7723] By: jhi                                   on 2000/11/17  14:04:09
39551         Log: As surmised the #7719 wasn't a good move.
39552      Branch: perl
39553            ! hints/solaris_2.sh
39554 ____________________________________________________________________________
39555 [  7722] By: jhi                                   on 2000/11/17  13:59:04
39556         Log: Also the 64bitall hints can be either here or there.
39557      Branch: perl
39558            ! hints/solaris_2.sh
39559 ____________________________________________________________________________
39560 [  7721] By: jhi                                   on 2000/11/17  02:26:23
39561         Log: Test tweak for the open pragma.
39562      Branch: perl
39563            ! t/lib/b.t
39564 ____________________________________________________________________________
39565 [  7720] By: jhi                                   on 2000/11/17  00:23:22
39566         Log: The long double hints can be here or there.
39567      Branch: perl
39568            ! hints/solaris_2.sh
39569 ____________________________________________________________________________
39570 [  7719] By: jhi                                   on 2000/11/17  00:14:06
39571         Log: For Solaris use64bitall the stdchar needs a little bit of help.
39572      Branch: perl
39573            ! hints/solaris_2.sh
39574 ____________________________________________________________________________
39575 [  7718] By: jhi                                   on 2000/11/16  23:27:34
39576         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
39577              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39578              Date: Wed, 15 Nov 2000 08:56:32 +0100
39579              Message-ID: <3A1241B0.64477E00@alcatel.at>
39580      Branch: perl
39581            ! lib/Carp/Heavy.pm
39582 ____________________________________________________________________________
39583 [  7717] By: jhi                                   on 2000/11/16  23:23:29
39584         Log: Subject: [PATCH] Re: 20001101.003 PDL
39585              From: Nicholas Clark <nick@ccl4.org>
39586              Date: Thu, 16 Nov 2000 16:48:25 +0000
39587              Message-ID: <20001116164825.B93487@plum.flirble.org>
39588      Branch: perl
39589            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
39590 ____________________________________________________________________________
39591 [  7716] By: jhi                                   on 2000/11/16  23:21:31
39592         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
39593              From: "Casey R. Tweten" <crt@kiski.net>
39594              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
39595              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
39596      Branch: perl
39597            ! lib/Pod/Checker.pm pod/perlpod.pod
39598 ____________________________________________________________________________
39599 [  7715] By: jhi                                   on 2000/11/16  23:19:40
39600         Log: Avoid an infinite loop in VMS when utils scripts are run
39601              with no arguments, from Charles Lane.
39602      Branch: perl
39603            ! configure.com
39604 ____________________________________________________________________________
39605 [  7714] By: jhi                                   on 2000/11/16  23:17:08
39606         Log: Subject: perllocale.pod changes
39607              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39608              Date: Mon, 13 Nov 2000 10:09:22 +0300
39609              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
39610      Branch: perl
39611            ! pod/perllocale.pod
39612 ____________________________________________________________________________
39613 [  7713] By: jhi                                   on 2000/11/16  23:14:06
39614         Log: Integrate perlio.
39615      Branch: perl
39616           !> doio.c perlio.c perlio.h util.c
39617 ____________________________________________________________________________
39618 [  7712] By: nick                                  on 2000/11/16  21:10:58
39619         Log: Integrate mainline
39620      Branch: perlio
39621           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39622           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
39623           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
39624           !> vos/config.ga.def vos/config.ga.h win32/config.bc
39625           !> win32/config.gc win32/config.vc
39626 ____________________________________________________________________________
39627 [  7711] By: nick                                  on 2000/11/16  19:56:41
39628         Log: Minor tweaks:
39629              consistent way of getting 'rb', 'wb' etc. for binary opens
39630              move *perlio::layers to *open::layers
39631              a #define to show layers available
39632              DOSISH popen/PerlIO had export/import sense inverted.
39633      Branch: perlio
39634            ! doio.c perlio.c perlio.h util.c
39635 ____________________________________________________________________________
39636 [  7710] By: jhi                                   on 2000/11/16  15:46:05
39637         Log: Add HAS_SBRK_PROTO.
39638      Branch: metaconfig/U/perl
39639            + d_sbrkproto.U
39640      Branch: perl
39641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39642            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
39643            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
39644            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39645            ! win32/config.gc win32/config.vc
39646 ____________________________________________________________________________
39647 [  7709] By: nick                                  on 2000/11/16  07:31:49
39648         Log: Integrate mainline
39649      Branch: perlio
39650           !> (integrate 35 files)
39651 ____________________________________________________________________________
39652 [  7708] By: jhi                                   on 2000/11/16  05:33:03
39653         Log: These files are text, not binary.
39654      Branch: perl
39655            ! ext/Encode/Encode/iso8859-10.enc
39656            ! ext/Encode/Encode/iso8859-13.enc
39657            ! ext/Encode/Encode/iso8859-14.enc
39658            ! ext/Encode/Encode/iso8859-15.enc
39659 ____________________________________________________________________________
39660 [  7707] By: jhi                                   on 2000/11/16  01:53:37
39661         Log: Update Changes.
39662      Branch: perl
39663            ! Changes patchlevel.h
39664 ____________________________________________________________________________
39665 [  7706] By: jhi                                   on 2000/11/16  01:35:59
39666         Log: More #undefing of stdio.
39667      Branch: perl
39668            ! fakesdio.h nostdio.h
39669 ____________________________________________________________________________
39670 [  7705] By: jhi                                   on 2000/11/16  01:34:18
39671         Log: Add fwalk() probe to the configuration files and regen perltoc.
39672      Branch: perl
39673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39674            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
39675            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
39676            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39677            ! win32/config.bc win32/config.gc win32/config.vc
39678 ____________________________________________________________________________
39679 [  7704] By: jhi                                   on 2000/11/16  01:33:07
39680         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
39681              an optional third argument to Inlibc?)
39682      Branch: metaconfig/U/perl
39683            + d__fwalk.U
39684 ____________________________________________________________________________
39685 [  7703] By: jhi                                   on 2000/11/16  01:09:22
39686         Log: The type of the hash_cb() size argument is tricky.
39687      Branch: perl
39688            ! ext/DB_File/DB_File.xs
39689 ____________________________________________________________________________
39690 [  7702] By: jhi                                   on 2000/11/15  23:01:16
39691         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
39692      Branch: perl
39693            ! nostdio.h
39694 ____________________________________________________________________________
39695 [  7701] By: jhi                                   on 2000/11/15  22:52:32
39696         Log: Detypo.
39697      Branch: perl
39698            ! t/lib/bigfltpm.t
39699 ____________________________________________________________________________
39700 [  7700] By: jhi                                   on 2000/11/15  22:51:56
39701         Log: UINT64_C() work continues.
39702      Branch: perl
39703            ! handy.h perl.h utf8.h
39704 ____________________________________________________________________________
39705 [  7699] By: jhi                                   on 2000/11/15  14:13:04
39706         Log: SOCKS has its own USE_THREADS, based on
39707              
39708              Subject: [ID 20001114.002] et. al. bugfix followup
39709              From: Jens Hamisch <jens@Strawberry.COM> 
39710              Date: Wed, 15 Nov 2000 14:23:11 +0100
39711              Message-ID: <20001115142311.A21164@Strawberry.COM>
39712      Branch: perl
39713            ! perl.h
39714 ____________________________________________________________________________
39715 [  7698] By: jhi                                   on 2000/11/15  03:50:56
39716         Log: Add few missing #undefs and sort them.
39717      Branch: perl
39718            ! fakesdio.h
39719 ____________________________________________________________________________
39720 [  7697] By: jhi                                   on 2000/11/15  03:39:14
39721         Log: Linenumber fix.
39722      Branch: perl
39723            ! t/pragma/warn/utf8
39724 ____________________________________________________________________________
39725 [  7696] By: jhi                                   on 2000/11/15  02:55:26
39726         Log: EBCDIC tweaks.
39727              
39728              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
39729              From: Peter Prymmer <pvhp@forte.com>
39730              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
39731              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
39732      Branch: perl
39733            ! t/op/regmesg.t t/pragma/warn/utf8
39734 ____________________________________________________________________________
39735 [  7695] By: jhi                                   on 2000/11/15  02:53:58
39736         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
39737              From: Peter Prymmer <pvhp@forte.com>
39738              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
39739              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
39740      Branch: perl
39741            ! utf8.c
39742 ____________________________________________________________________________
39743 [  7694] By: jhi                                   on 2000/11/15  02:50:55
39744         Log: Subject: [PATCH: perl@7674] updates to README.os390
39745              From: Prymmer/Kahn <pvhp@best.com>
39746              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
39747              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
39748      Branch: perl
39749            ! README.os390
39750 ____________________________________________________________________________
39751 [  7693] By: jhi                                   on 2000/11/15  02:48:37
39752         Log: Quit utf8_to_uv() instantly if curlen == 0.
39753      Branch: perl
39754            ! utf8.c
39755 ____________________________________________________________________________
39756 [  7692] By: jhi                                   on 2000/11/15  02:24:29
39757         Log: Use u_int32_t for the size of hash_cb(), not size_t.
39758              
39759              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
39760              From: Jens Hamisch <jens@Strawberry.COM>     
39761              Date: Tue, 14 Nov 2000 19:03:55 +0100
39762              Message-Id: <20001114190355.A20559@Strawberry.COM>
39763      Branch: perl
39764            ! ext/DB_File/DB_File.xs
39765 ____________________________________________________________________________
39766 [  7691] By: jhi                                   on 2000/11/15  02:20:12
39767         Log: Use UINT64_C().
39768              
39769              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
39770              From: Jens Hamisch <jens@Strawberry.COM>
39771              Date: Tue, 14 Nov 2000 19:16:23 +0100
39772              Message-Id: <20001114191623.G20559@Strawberry.COM>
39773      Branch: perl
39774            ! utf8.c utf8.h
39775 ____________________________________________________________________________
39776 [  7690] By: jhi                                   on 2000/11/15  02:17:06
39777         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
39778              (a macro to define signed and unsigned integer constants).
39779      Branch: perl
39780            ! handy.h
39781 ____________________________________________________________________________
39782 [  7689] By: jhi                                   on 2000/11/15  01:56:51
39783         Log: Regen Configure.
39784      Branch: perl
39785            ! Configure
39786 ____________________________________________________________________________
39787 [  7688] By: jhi                                   on 2000/11/15  01:56:32
39788         Log: Make the unit know about SOCKS.
39789      Branch: metaconfig
39790            ! U/protos/socksizetype.U
39791 ____________________________________________________________________________
39792 [  7687] By: jhi                                   on 2000/11/15  01:54:47
39793         Log: Remove unused dependencies.
39794      Branch: metaconfig
39795            ! U/compline/d_getpagsz.U
39796 ____________________________________________________________________________
39797 [  7686] By: nick                                  on 2000/11/14  21:25:13
39798         Log: Integrate mainline.
39799      Branch: perlio
39800           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
39801           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
39802           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
39803           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
39804           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
39805           !> win32/config.bc win32/config.gc win32/config.vc
39806           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
39807 ____________________________________________________________________________
39808 [  7685] By: jhi                                   on 2000/11/14  17:54:56
39809         Log: Integrate perlio.
39810      Branch: perl
39811           +> fakesdio.h perliol.h
39812           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
39813           !> perlsdio.h perlsfio.h pod/perlfunc.pod
39814 ____________________________________________________________________________
39815 [  7684] By: nick                                  on 2000/11/14  17:43:04
39816         Log: PerlIO #include and #ifdef re-work.
39817      Branch: perlio
39818            + fakesdio.h perliol.h
39819            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
39820            ! perlsdio.h perlsfio.h
39821 ____________________________________________________________________________
39822 [  7683] By: jhi                                   on 2000/11/14  15:42:40
39823         Log: Hoist the duplicated socket/netdb include logic to perl.h;
39824              undef SETERRNO in case SOCKS has defined it.  Based on:
39825              
39826              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
39827              From: Jens Hamisch <jens@Strawberry.COM> 
39828              Date: Tue, 14 Nov 2000 11:34:40 +0100
39829              Message-Id: <20001114113440.A20005@Strawberry.COM>
39830      Branch: perl
39831            ! doio.c perl.h pp_sys.c
39832 ____________________________________________________________________________
39833 [  7682] By: jhi                                   on 2000/11/14  14:07:28
39834         Log: Subject: some additions for makefiles for win32 (for perl@7674)
39835              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39836              Date: Tue, 14 Nov 2000 09:31:13 +0300
39837              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
39838      Branch: perl
39839            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
39840            ! win32/makefile.mk
39841 ____________________________________________________________________________
39842 [  7681] By: jhi                                   on 2000/11/14  14:01:41
39843         Log: Subject: tiny typo in perl5db.pl
39844              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39845              Date: Tue, 14 Nov 2000 09:29:28 +0300
39846              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
39847      Branch: perl
39848            ! lib/perl5db.pl
39849 ____________________________________________________________________________
39850 [  7680] By: jhi                                   on 2000/11/14  04:13:50
39851         Log: Redo #7679 with LFs instead of CRLFs.
39852      Branch: perl
39853            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
39854            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
39855            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
39856 ____________________________________________________________________________
39857 [  7679] By: jhi                                   on 2000/11/14  01:21:09
39858         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
39859              From: Benjamin Stuhl <tiriath@yahoo.com> 
39860              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
39861              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
39862      Branch: perl
39863            + win32/bin/mdelete.bat
39864            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
39865            ! makedef.pl perlio.c win32/Makefile win32/config.gc
39866            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
39867 ____________________________________________________________________________
39868 [  7678] By: jhi                                   on 2000/11/14  01:19:20
39869         Log: Fix the re extension building for Win32.
39870              
39871              Subject: [PATCH perl@7638] Get PerlIO building on Win32
39872              From: Benjamin Stuhl <tiriath@yahoo.com> 
39873              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
39874              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
39875      Branch: perl
39876            + ext/re/hints/MSWin32.pl
39877            ! MANIFEST
39878 ____________________________________________________________________________
39879 [  7677] By: jhi                                   on 2000/11/14  01:13:54
39880         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
39881              From: sthoenna@efn.org
39882              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
39883              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
39884      Branch: perl
39885            ! doop.c pp.c toke.c utf8.c utf8.h
39886 ____________________________________________________________________________
39887 [  7676] By: jhi                                   on 2000/11/13  20:23:15
39888         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
39889              From: Nicholas Clark <nick@ccl4.org>
39890              Date: Mon, 13 Nov 2000 18:55:04 +0000
39891              Message-ID: <20001113185504.J29183@plum.flirble.org>
39892      Branch: perl
39893            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
39894 ____________________________________________________________________________
39895 [  7675] By: nick                                  on 2000/11/13  20:21:57
39896         Log: Integrate mainline ...
39897      Branch: perlio
39898           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
39899           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
39900           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
39901           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
39902 ____________________________________________________________________________
39903 [  7674] By: jhi                                   on 2000/11/13  15:07:56
39904         Log: Update Changes.
39905      Branch: perl
39906            ! Changes patchlevel.h
39907 ____________________________________________________________________________
39908 [  7673] By: jhi                                   on 2000/11/13  14:42:42
39909         Log: Remove the new two tests of lib/io_xs for now, they seem to
39910              fail under perlio on some platforms.
39911      Branch: perl
39912            ! t/lib/io_xs.t
39913 ____________________________________________________________________________
39914 [  7672] By: jhi                                   on 2000/11/13  13:57:53
39915         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
39916      Branch: perl
39917            ! perlio.c
39918 ____________________________________________________________________________
39919 [  7671] By: jhi                                   on 2000/11/13  05:30:48
39920         Log: Placate nervous compilers that see longer than ints switch()ing.
39921      Branch: perl
39922            ! utf8.c
39923 ____________________________________________________________________________
39924 [  7670] By: jhi                                   on 2000/11/13  05:14:21
39925         Log: fputs() does return EOF on error but here we don't care.
39926      Branch: perl
39927            ! perlio.c
39928 ____________________________________________________________________________
39929 [  7669] By: jhi                                   on 2000/11/13  05:02:45
39930         Log: Declare reg_data like reg_substr_data.
39931      Branch: perl
39932            ! regexp.h
39933 ____________________________________________________________________________
39934 [  7668] By: jhi                                   on 2000/11/13  04:54:34
39935         Log: Typos in #7667.
39936      Branch: perl
39937            ! perl.h
39938 ____________________________________________________________________________
39939 [  7667] By: jhi                                   on 2000/11/13  04:49:49
39940         Log: Cleanup messy #ifdef.
39941      Branch: perl
39942            ! perl.h
39943 ____________________________________________________________________________
39944 [  7666] By: jhi                                   on 2000/11/13  04:17:34
39945         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
39946              From: Nicholas Clark <nick@talking.bollo.cx>
39947              Date: Sun, 12 Nov 2000 21:14:11 +0000
39948              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
39949              
39950              Note: only one breakage of the two reported is fixed by this patch.
39951      Branch: perl
39952            ! perlio.c
39953 ____________________________________________________________________________
39954 [  7665] By: jhi                                   on 2000/11/13  04:05:07
39955         Log: Tweak the definition of the bit complement on UTF-8 data:
39956              if none of the characters in the string are > 0xff,
39957              the result is a complemented byte string, not a (UTF-8)
39958              char string.  Based on the summary in
39959              
39960              Subject: Re: [ID 20000918.005] ~ on wide chars
39961              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
39962              Date: Fri, 10 Nov 2000 09:47:15 -0800
39963              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
39964              
39965              This should give us the maximum backward (pre-char string)
39966              compatibility and utf8 compatibility.  The other alternative
39967              would be to limit the bit complement to be always byte only,
39968              taking the least significant byte of the chars.
39969      Branch: perl
39970            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
39971 ____________________________________________________________________________
39972 [  7664] By: jhi                                   on 2000/11/13  00:23:44
39973         Log: Couple of tests from #7660 salvaged.
39974      Branch: perl
39975            - t/op/tell.t
39976            ! MANIFEST t/io/tell.t
39977 ____________________________________________________________________________
39978 [  7663] By: jhi                                   on 2000/11/13  00:02:48
39979         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
39980              From: Nicholas Clark <nick@talking.bollo.cx>
39981              Date: Sun, 12 Nov 2000 21:23:43 +0000
39982              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
39983      Branch: perl
39984            ! perlsfio.h
39985 ____________________________________________________________________________
39986 [  7662] By: jhi                                   on 2000/11/13  00:01:39
39987         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
39988              From: Nicholas Clark <nick@talking.bollo.cx>
39989              Date: Sun, 12 Nov 2000 21:30:04 +0000
39990              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
39991      Branch: perl
39992            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
39993 ____________________________________________________________________________
39994 [  7661] By: jhi                                   on 2000/11/12  23:57:29
39995         Log: Document tell() on special streams.
39996      Branch: perl
39997            ! pod/perlfunc.pod
39998 ____________________________________________________________________________
39999 [  7660] By: jhi                                   on 2000/11/12  23:54:22
40000         Log: (Subsumed by #7664)
40001      Branch: perl
40002            + t/op/tell.t
40003            ! MANIFEST
40004 ____________________________________________________________________________
40005 [  7659] By: jhi                                   on 2000/11/12  22:55:25
40006         Log: Many subdocumented return values of the IO extension now documented.
40007              ungetc and write still left subdocumented.
40008              
40009              Subject: [PATCH] (was Re: IO::Handle::ungetc)
40010              From: Nicholas Clark <nick@talking.bollo.cx>
40011              Date: Sun, 12 Nov 2000 21:35:53 +0000
40012              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
40013      Branch: perl
40014            ! ext/IO/lib/IO/Handle.pm
40015 ____________________________________________________________________________
40016 [  7658] By: jhi                                   on 2000/11/12  21:37:06
40017         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
40018              From: Nicholas Clark <nick@talking.bollo.cx>
40019              Date: Sun, 12 Nov 2000 20:03:22 +0000
40020              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
40021      Branch: perl
40022            ! pod/perlfunc.pod
40023 ____________________________________________________________________________
40024 [  7657] By: jhi                                   on 2000/11/12  20:34:55
40025         Log: Integrate perlio.
40026      Branch: perl
40027           !> perlio.c
40028 ____________________________________________________________________________
40029 [  7656] By: nick                                  on 2000/11/12  19:25:06
40030         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
40031      Branch: perlio
40032            ! perlio.c
40033 ____________________________________________________________________________
40034 [  7655] By: nick                                  on 2000/11/12  19:09:41
40035         Log: Integrate mainline
40036      Branch: perlio
40037           +> README.solaris ext/Encode/Encode/cp1006.enc
40038           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
40039           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
40040           +> ext/Encode/Encode/iso8859-13.enc
40041           +> ext/Encode/Encode/iso8859-14.enc
40042           +> ext/Encode/Encode/iso8859-15.enc
40043           !> (integrate 34 files)
40044 ____________________________________________________________________________
40045 [  7654] By: jhi                                   on 2000/11/12  19:00:22
40046         Log: Add a metaconfig unit for fsync.
40047      Branch: metaconfig/U/perl
40048            + d_fsync.U
40049 ____________________________________________________________________________
40050 [  7653] By: jhi                                   on 2000/11/12  19:00:01
40051         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
40052      Branch: perl
40053            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40054            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40055            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40056            ! vos/config.ga.h win32/config.bc win32/config.gc
40057            ! win32/config.vc
40058 ____________________________________________________________________________
40059 [  7652] By: jhi                                   on 2000/11/11  21:12:01
40060         Log: Copy the s// information of README.hpux also to the perlrun.
40061      Branch: perl
40062            ! README.hpux pod/perlrun.pod
40063 ____________________________________________________________________________
40064 [  7651] By: jhi                                   on 2000/11/11  21:03:13
40065         Log: More README.solaris updates from Andy Dougherty.
40066      Branch: perl
40067            ! README.solaris
40068 ____________________________________________________________________________
40069 [  7650] By: jhi                                   on 2000/11/11  18:38:57
40070         Log: More descriptive error for unknown perlio layers.
40071              
40072              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40073              From: Dominic Dunlop <domo@computer.org> 
40074              Date: Sat, 11 Nov 2000 18:20:32 +0100             
40075              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
40076      Branch: perl
40077            ! perlio.c pod/perldiag.pod
40078 ____________________________________________________________________________
40079 [  7649] By: jhi                                   on 2000/11/11  18:37:52
40080         Log: MachTen doesn't really do mmap() and munmap().
40081              
40082              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40083              From: Dominic Dunlop <domo@computer.org> 
40084              Date: Sat, 11 Nov 2000 18:20:32 +0100             
40085              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
40086      Branch: perl
40087            ! hints/machten.sh
40088 ____________________________________________________________________________
40089 [  7648] By: jhi                                   on 2000/11/11  18:36:46
40090         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
40091              From: rspier@pobox.com (Robert Spier)
40092              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
40093              Message-ID: <14861.32839.491271.985797@rls.cx>
40094      Branch: perl
40095            ! Porting/Contract pod/perltoot.pod
40096 ____________________________________________________________________________
40097 [  7647] By: jhi                                   on 2000/11/11  18:35:30
40098         Log: Simplify the getpagesize() unit by dropping the
40099              pagesize probe since it's nowadays slightly more
40100              complicated because of sysconf(). (Note: if some
40101              platform really needs the -lPW for getpagesize,
40102              I just broke it.)
40103              
40104              TODO: a new pagesize unit.
40105      Branch: metaconfig
40106            ! U/compline/d_getpagsz.U
40107 ____________________________________________________________________________
40108 [  7646] By: jhi                                   on 2000/11/11  18:33:23
40109         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
40110      Branch: perl
40111            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40112            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40113            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40114            ! vos/config.ga.h win32/config.bc win32/config.gc
40115            ! win32/config.vc
40116 ____________________________________________________________________________
40117 [  7645] By: jhi                                   on 2000/11/11  16:45:15
40118         Log: Use sysconf() or getpagesize() to find out the pagesize.
40119      Branch: perl
40120            ! perlio.c
40121 ____________________________________________________________________________
40122 [  7644] By: jhi                                   on 2000/11/11  15:46:08
40123         Log: Integrate perlio.
40124      Branch: perl
40125           !> perlio.c
40126 ____________________________________________________________________________
40127 [  7643] By: jhi                                   on 2000/11/11  15:33:36
40128         Log: Subject: Re: [PATCH] README.solaris
40129              From: Lupe Christoph <lupe@lupe-christoph.de>
40130              Date: Sat, 11 Nov 2000 14:08:10 +0100
40131              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
40132      Branch: perl
40133            ! README.solaris
40134 ____________________________________________________________________________
40135 [  7642] By: jhi                                   on 2000/11/11  15:22:12
40136         Log: Subject: [PATCH perl@7638] cygwin port
40137              From: "Eric Fifer" <egf7@columbia.edu>            
40138              Date: Fri, 10 Nov 2000 19:30:30 -0000
40139              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
40140      Branch: perl
40141            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
40142 ____________________________________________________________________________
40143 [  7641] By: nick                                  on 2000/11/11  14:50:36
40144         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
40145              Also call "Buf" layer directly when unread'ing non-read chars.
40146      Branch: perlio
40147            ! perlio.c
40148 ____________________________________________________________________________
40149 [  7640] By: jhi                                   on 2000/11/11  02:05:02
40150         Log: Add more encoding tables.
40151      Branch: perl
40152            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
40153            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
40154            + ext/Encode/Encode/iso8859-10.enc
40155            + ext/Encode/Encode/iso8859-13.enc
40156            + ext/Encode/Encode/iso8859-14.enc
40157            + ext/Encode/Encode/iso8859-15.enc
40158            ! MANIFEST
40159 ____________________________________________________________________________
40160 [  7639] By: jhi                                   on 2000/11/10  18:49:25
40161         Log: Subject: [PATCH] README.solaris
40162              From: Andy Dougherty <doughera@lafayette.edu>
40163              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
40164              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
40165      Branch: perl
40166            + README.solaris
40167            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
40168            ! pod/perl.pod pod/perltoc.pod
40169 ____________________________________________________________________________
40170 [  7638] By: jhi                                   on 2000/11/10  15:04:15
40171         Log: Update Changes.
40172      Branch: perl
40173            ! Changes patchlevel.h
40174 ____________________________________________________________________________
40175 [  7637] By: jhi                                   on 2000/11/10  14:14:28
40176         Log: Explain better why certain regex tests are skipped.
40177              
40178              Subject: Re: tests skipped: unknown reason
40179              From: Lupe Christoph <lupe@lupe-christoph.de>
40180              Date: Fri, 10 Nov 2000 09:08:56 +0100
40181              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
40182      Branch: perl
40183            ! t/op/regexp.t
40184 ____________________________________________________________________________
40185 [  7636] By: nick                                  on 2000/11/10  13:40:00
40186         Log: Integrate mainline.
40187      Branch: perlio
40188           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
40189           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
40190           !> win32/bin/search.pl
40191 ____________________________________________________________________________
40192 [  7635] By: nick                                  on 2000/11/10  13:25:52
40193         Log: Re-instate stdio large file support via perlio.
40194      Branch: perl
40195            ! perlio.c
40196 ____________________________________________________________________________
40197 [  7634] By: jhi                                   on 2000/11/10  04:49:55
40198         Log: Amdahl UTS hints updates.
40199              
40200              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
40201              From: hom00@utsglobal.com (Harold O Morris)
40202              Date: Thu, 9 Nov 2000 20:02 PST
40203              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
40204      Branch: perl
40205            ! hints/uts.sh
40206 ____________________________________________________________________________
40207 [  7633] By: jhi                                   on 2000/11/09  23:33:28
40208         Log: Subject: [PATCH] IO::Seekable pod
40209              From: Nicholas Clark <nick@talking.bollo.cx>
40210              Date: Thu, 9 Nov 2000 20:29:45 +0000
40211              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
40212      Branch: perl
40213            ! ext/IO/lib/IO/Handle.pm
40214 ____________________________________________________________________________
40215 [  7632] By: jhi                                   on 2000/11/09  21:55:41
40216         Log: Various doc oddball characters.
40217              
40218              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
40219              From: Michael Somos <somos@grail.cba.csuohio.edu>
40220              Date: Mon, 6 Nov 2000 17:44:20 -0500
40221              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
40222      Branch: perl
40223            ! emacs/cperl-mode.el lib/unicode/syllables.txt
40224            ! win32/bin/search.pl
40225 ____________________________________________________________________________
40226 [  7631] By: jhi                                   on 2000/11/09  21:12:29
40227         Log: Subject: Re: bash -c exit and linux hints 
40228              From: "John P. Linderman" <jpl@research.att.com>
40229              Date: Thu, 02 Nov 2000 09:37:25 -0500
40230              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
40231      Branch: perl
40232            ! hints/linux.sh
40233 ____________________________________________________________________________
40234 [  7630] By: nick                                  on 2000/11/09  20:34:11
40235         Log: Integrate mainline.
40236      Branch: perlio
40237           !> (integrate 91 files)
40238 ____________________________________________________________________________
40239 [  7629] By: jhi                                   on 2000/11/09  19:46:31
40240         Log: Missing dTHXs.
40241              
40242              Subject: RE: perl@7595 builds not on cygwin
40243              From: "Eric Fifer" <egf7@columbia.edu>
40244              Date: Thu, 9 Nov 2000 19:26:50 -0000
40245              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
40246      Branch: perl
40247            ! ext/Devel/Peek/Peek.xs
40248 ____________________________________________________________________________
40249 [  7628] By: jhi                                   on 2000/11/09  14:48:27
40250         Log: Disable only the tests 99 and 166 for UTF-8 locales.
40251      Branch: perl
40252            ! t/pragma/locale.t
40253 ____________________________________________________________________________
40254 [  7627] By: jhi                                   on 2000/11/09  14:40:27
40255         Log: There's no =head3.
40256      Branch: perl
40257            ! pod/perlhack.pod
40258 ____________________________________________________________________________
40259 [  7626] By: jhi                                   on 2000/11/09  13:54:26
40260         Log: The generated boot_* headers are wrong.  Pickier compiler,
40261              such as KAI C++ will refuse to compile the resulting perlmain.
40262              
40263              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
40264              From: Harri Pasanen <harri.pasanen@trema.com>
40265              Date: Thu, 09 Nov 2000 14:23:28 +0100
40266              Message-Id: <3A0AA550.26D548A3@trema.com>
40267      Branch: perl
40268            ! minimod.pl
40269 ____________________________________________________________________________
40270 [  7625] By: jhi                                   on 2000/11/09  13:50:44
40271         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
40272              From: Prymmer/Kahn <pvhp@best.com>
40273              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
40274              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
40275              
40276              All except the "cow orker" change.
40277      Branch: perl
40278            ! Porting/pumpkin.pod
40279 ____________________________________________________________________________
40280 [  7624] By: jhi                                   on 2000/11/09  13:45:33
40281         Log: Fix for
40282              
40283              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
40284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40285              Date: Thu, 09 Nov 2000 11:05:52 +0100
40286              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
40287      Branch: perl
40288            ! pod/perldiag.pod t/pragma/warn/pp_sys
40289 ____________________________________________________________________________
40290 [  7623] By: jhi                                   on 2000/11/09  13:37:16
40291         Log: Typo in an ifndef.
40292              
40293              Subject: Re: [PATCH 5.7.0] better messages from malloc()
40294              From: Joe Smith <jms@inwap.com>         
40295              Date: Thu, 09 Nov 2000 01:33:14 -0800
40296              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
40297      Branch: perl
40298            ! malloc.c
40299 ____________________________________________________________________________
40300 [  7622] By: jhi                                   on 2000/11/09  13:31:18
40301         Log: Remove unused extra arguments.
40302      Branch: metaconfig/U/perl
40303            ! perlxv.U
40304      Branch: perl
40305            ! Configure config_h.SH
40306 ____________________________________________________________________________
40307 [  7621] By: jhi                                   on 2000/11/09  13:16:36
40308         Log: More VMS moves on environment handling, from Charles Lane.
40309      Branch: perl
40310            ! t/pragma/locale.t
40311 ____________________________________________________________________________
40312 [  7620] By: jhi                                   on 2000/11/09  04:42:38
40313         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
40314              From: David Dyck <dcd@tc.fluke.com>
40315              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
40316              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
40317      Branch: perl
40318            ! pp_sys.c
40319 ____________________________________________________________________________
40320 [  7619] By: jhi                                   on 2000/11/09  04:36:21
40321         Log: Forgot from #7618.
40322      Branch: perl
40323            ! lib/File/stat.pm
40324 ____________________________________________________________________________
40325 [  7618] By: jhi                                   on 2000/11/09  04:28:44
40326         Log: Make deleting for %ENV work for (newer versions of) VMS,
40327              from Craig A. Berry.
40328      Branch: perl
40329            ! vms/vms.c
40330 ____________________________________________________________________________
40331 [  7617] By: jhi                                   on 2000/11/09  04:25:05
40332         Log: Subject: [PATCH] Class::Struct at compile time
40333              From: "Casey R. Tweten" <crt@kiski.net>
40334              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
40335              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
40336      Branch: perl
40337            ! lib/Class/Struct.pm
40338 ____________________________________________________________________________
40339 [  7616] By: jhi                                   on 2000/11/09  04:15:17
40340         Log: Subject: [ID 20001108.013] spelling
40341              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
40342              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
40343              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
40344      Branch: perl
40345            ! lib/ftp.pl
40346 ____________________________________________________________________________
40347 [  7615] By: jhi                                   on 2000/11/09  04:12:42
40348         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
40349              From: Peter Prymmer <pvhp@forte.com>
40350              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
40351              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
40352      Branch: perl
40353            ! configure.com
40354 ____________________________________________________________________________
40355 [  7614] By: jhi                                   on 2000/11/08  22:42:55
40356         Log: A missing aTHX_.
40357      Branch: perl
40358            ! ext/IPC/SysV/SysV.xs
40359 ____________________________________________________________________________
40360 [  7613] By: jhi                                   on 2000/11/08  19:30:21
40361         Log: Update Changes.
40362      Branch: perl
40363            ! Changes patchlevel.h
40364 ____________________________________________________________________________
40365 [  7612] By: jhi                                   on 2000/11/08  18:35:25
40366         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
40367              From: David Dyck <dcd@tc.fluke.com>
40368              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
40369              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
40370      Branch: perl
40371            ! pp_sys.c
40372 ____________________________________________________________________________
40373 [  7611] By: jhi                                   on 2000/11/08  18:30:26
40374         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
40375              From: Dominic Dunlop <domo@computer.org>
40376              Date: Tue, 7 Nov 2000 12:05:25 +0100
40377              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
40378      Branch: perl
40379            ! malloc.c
40380 ____________________________________________________________________________
40381 [  7610] By: jhi                                   on 2000/11/08  18:25:14
40382         Log: Do not test UTF-8 locales since that the tests would require
40383              polymorphic regexen.
40384      Branch: perl
40385            ! t/pragma/locale.t
40386 ____________________________________________________________________________
40387 [  7609] By: jhi                                   on 2000/11/08  17:12:51
40388         Log: Locale buglets.
40389              
40390              Subject: RE: Locales support (setlocale) fixes
40391              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40392              Date: Wed, 8 Nov 2000 20:01:39 +0300
40393              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
40394      Branch: perl
40395            ! t/pragma/locale.t util.c
40396 ____________________________________________________________________________
40397 [  7608] By: jhi                                   on 2000/11/08  17:00:16
40398         Log: Deleting $ENV{PATH} in VMS is not recommendable.
40399      Branch: perl
40400            ! t/pragma/locale.t
40401 ____________________________________________________________________________
40402 [  7607] By: jhi                                   on 2000/11/08  16:58:26
40403         Log: Subject: PATCH std stdio for (Free)BSD
40404              From: Nicholas Clark <nick@ccl4.org>
40405              Date: Wed, 8 Nov 2000 15:36:29 +0000
40406              Message-ID: <20001108153629.D98736@plum.flirble.org>
40407      Branch: metaconfig
40408            ! U/compline/d_stdstdio.U
40409      Branch: perl
40410            ! Configure config_h.SH
40411 ____________________________________________________________________________
40412 [  7606] By: jhi                                   on 2000/11/08  16:43:31
40413         Log: Forgot to bump the line numbers in #7601.
40414      Branch: perl
40415            ! t/pragma/warn/pp_sys
40416 ____________________________________________________________________________
40417 [  7605] By: jhi                                   on 2000/11/08  16:39:12
40418         Log: More careful detection of how well NVs and UVs mix.
40419              
40420              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))
40421              From: Nicholas Clark <nick@ccl4.org>
40422              Date: Wed, 8 Nov 2000 15:14:12 +0000
40423              Message-ID: <20001108151412.B98736@plum.flirble.org>
40424              
40425              Added some SIGFPE paranoia.
40426      Branch: metaconfig/U/perl
40427            ! perlxv.U
40428      Branch: perl
40429            ! Configure config_h.SH
40430 ____________________________________________________________________________
40431 [  7604] By: jhi                                   on 2000/11/08  14:39:10
40432         Log: Subject: [patch perl@7595] VMS configure.com tweak
40433              From: "Craig A. Berry" <craigberry@mac.com>
40434              Date: Wed, 8 Nov 2000 00:24:12 -0600
40435              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
40436      Branch: perl
40437            ! configure.com
40438 ____________________________________________________________________________
40439 [  7603] By: jhi                                   on 2000/11/08  14:27:11
40440         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
40441              From: Robin Barker <rmb1@cise.npl.co.uk>
40442              Date: Wed, 8 Nov 2000 11:11:39 GMT
40443              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
40444      Branch: perl
40445            ! perlio.c
40446 ____________________________________________________________________________
40447 [  7602] By: jhi                                   on 2000/11/08  14:25:03
40448         Log: Fix for the tie-refhash string table leaks.
40449              
40450              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
40451              Date: Wed, 8 Nov 2000 13:03:04 GMT
40452              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
40453      Branch: perl
40454            ! t/lib/tie-refhash.t
40455 ____________________________________________________________________________
40456 [  7601] By: jhi                                   on 2000/11/08  14:21:08
40457         Log: Try to avoid flockless and emulationless places.
40458      Branch: perl
40459            ! t/pragma/warn/pp_sys
40460 ____________________________________________________________________________
40461 [  7600] By: jhi                                   on 2000/11/08  02:28:54
40462         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
40463              
40464              Subject: [PATCH] prototyped functions that should be overrideable
40465              From: "Casey R. Tweten" <crt@kiski.net>
40466              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
40467              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
40468      Branch: perl
40469            ! toke.c
40470 ____________________________________________________________________________
40471 [  7599] By: jhi                                   on 2000/11/08  01:12:05
40472         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
40473              
40474              Subject: [PATCH] perlbug.PL
40475              From: "Kurt D. Starsinic" <kstar@chapin.edu>
40476              Date: Mon, 6 Nov 2000 21:39:01 -0500
40477              Message-ID: <20001106213901.B20955@O2.chapin.edu>
40478      Branch: perl
40479            ! utils/perlbug.PL
40480 ____________________________________________________________________________
40481 [  7598] By: jhi                                   on 2000/11/07  23:42:00
40482         Log: Bad thinko in #7581 (I used the test program with the expanded
40483              values as-is).
40484      Branch: metaconfig
40485            ! U/compline/d_stdstdio.U
40486      Branch: perl
40487            ! Configure
40488 ____________________________________________________________________________
40489 [  7597] By: jhi                                   on 2000/11/07  21:43:29
40490         Log: Subject: [PATCH perl@7573] cygwin port
40491              From: "Fifer, Eric" <EFifer@sanwaint.com>
40492              Date: Tue, 7 Nov 2000 18:08:51 -0000 
40493              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
40494              
40495              Synchronize with Cygwin 1.1.5.
40496      Branch: perl
40497            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
40498            ! pod/perlport.pod unixish.h util.c
40499 ____________________________________________________________________________
40500 [  7596] By: jhi                                   on 2000/11/07  21:39:25
40501         Log: perlhack updates from H.Merijn Brand.
40502      Branch: perl
40503            ! pod/perlhack.pod
40504 ____________________________________________________________________________
40505 [  7595] By: jhi                                   on 2000/11/07  20:21:41
40506         Log: Update Changes.
40507      Branch: perl
40508            ! Changes patchlevel.h
40509 ____________________________________________________________________________
40510 [  7594] By: jhi                                   on 2000/11/07  19:18:58
40511         Log: Be more robust in Dynaloader.pm.
40512      Branch: perl
40513            ! ext/DynaLoader/DynaLoader_pm.PL
40514 ____________________________________________________________________________
40515 [  7593] By: jhi                                   on 2000/11/07  16:49:31
40516         Log: AUTHORS update.
40517      Branch: perl
40518            ! AUTHORS
40519 ____________________________________________________________________________
40520 [  7592] By: gsar                                  on 2000/11/07  16:39:51
40521         Log: normalize relative paths in virtualized current directory on windows,
40522              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
40523              returns)
40524      Branch: perl
40525            ! win32/vdir.h
40526 ____________________________________________________________________________
40527 [  7591] By: jhi                                   on 2000/11/07  16:04:26
40528         Log: Too profiler-happy: with optimization the #7590 actually makes
40529              the test to run 0.5% _slower_.  Requires much more instrumentation.
40530              Retract #7590.
40531      Branch: perl
40532            ! regcomp.c regcomp.h
40533 ____________________________________________________________________________
40534 [  7590] By: jhi                                   on 2000/11/07  15:51:13
40535         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
40536              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
40537              by using memset() and testing bytewise (as opposed to bitwise).
40538      Branch: perl
40539            ! regcomp.c regcomp.h
40540 ____________________________________________________________________________
40541 [  7589] By: jhi                                   on 2000/11/07  12:56:39
40542         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
40543              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40544              Date: Mon, 06 Nov 2000 23:45:30 -0500
40545              Message-Id: <0011079735.AA973576259@univpress.com>
40546      Branch: perl
40547            ! configure.com t/lib/st-lock.t
40548 ____________________________________________________________________________
40549 [  7588] By: jhi                                   on 2000/11/07  01:03:28
40550         Log: Tweak #7587.
40551      Branch: perl
40552            ! pod/perldiag.pod
40553 ____________________________________________________________________________
40554 [  7587] By: jhi                                   on 2000/11/07  01:00:27
40555         Log: A doc addition for bug id 20001105.019, beware \p.
40556      Branch: perl
40557            ! pod/perldiag.pod
40558 ____________________________________________________________________________
40559 [  7586] By: jhi                                   on 2000/11/07  00:32:22
40560         Log: Fake support of holey files in win/dosish platforms.
40561              
40562              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
40563              From: kipp@shonanblue.ne.jp
40564              Date: Mon, 6 Nov 2000 13:30:55 -0800
40565              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
40566      Branch: perl
40567            ! ext/SDBM_File/sdbm/sdbm.c
40568 ____________________________________________________________________________
40569 [  7585] By: jhi                                   on 2000/11/07  00:12:54
40570         Log: Subject: Pod updates
40571              From: "Stephen P. Potter" <spp@spotter.yi.org>
40572              Date: Mon, 06 Nov 2000 18:56:43 -0500
40573              Message-Id: <200011062357.SAA18173@spotter.yi.org>
40574      Branch: perl
40575            ! README.dos README.os2 README.win32 pod/buildtoc.PL
40576            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
40577            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
40578            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
40579            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
40580            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
40581            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
40582            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
40583            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
40584            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
40585            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
40586            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
40587            ! pod/perltootc.pod pod/perlunicode.pod
40588 ____________________________________________________________________________
40589 [  7584] By: jhi                                   on 2000/11/07  00:04:17
40590         Log: Varargs don't always work too well if one puts an unsigned
40591              char on the stack and pop an unsigned quad off the stack.
40592              
40593              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
40594              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
40595              Date: Mon, 06 Nov 2000 15:19:05 -0800
40596              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
40597      Branch: perl
40598            ! utf8.c
40599 ____________________________________________________________________________
40600 [  7583] By: jhi                                   on 2000/11/06  23:58:48
40601         Log: %ENV note tweaks from Dan Sugalski.
40602      Branch: perl
40603            ! pod/perlport.pod vms/perlvms.pod
40604 ____________________________________________________________________________
40605 [  7582] By: jhi                                   on 2000/11/06  23:05:49
40606         Log: glibc5 detection by __GNU_LIBRARY__.
40607      Branch: perl
40608            ! toke.c
40609 ____________________________________________________________________________
40610 [  7581] By: jhi                                   on 2000/11/06  22:51:29
40611         Log: Make the stdio test program of 7427 less noisy while being 
40612              compiled so that Digital UNIX wouldn't get both
40613              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
40614              undefined.  This makes perlio happy.
40615      Branch: metaconfig
40616            ! U/compline/d_stdstdio.U
40617      Branch: perl
40618            ! Configure config_h.SH
40619 ____________________________________________________________________________
40620 [  7580] By: jhi                                   on 2000/11/06  22:41:41
40621         Log: Document %ENV = () portability issues.
40622      Branch: perl
40623            ! pod/perlport.pod vms/perlvms.pod
40624 ____________________________________________________________________________
40625 [  7579] By: jhi                                   on 2000/11/06  21:29:24
40626         Log: VOS updates from Paul Green.
40627      Branch: perl
40628            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40629 ____________________________________________________________________________
40630 [  7578] By: jhi                                   on 2000/11/06  21:00:40
40631         Log: Sanitize the environment further.
40632      Branch: perl
40633            ! t/pragma/locale.t
40634 ____________________________________________________________________________
40635 [  7577] By: jhi                                   on 2000/11/06  20:53:51
40636         Log: Re-introduce 7552 lost in integration.
40637      Branch: perl
40638            ! perlio.c
40639 ____________________________________________________________________________
40640 [  7576] By: jhi                                   on 2000/11/06  20:33:46
40641         Log: Admit that the test leaks scalars.
40642      Branch: perl
40643            ! t/comp/proto.t
40644 ____________________________________________________________________________
40645 [  7575] By: jhi                                   on 2000/11/06  20:17:08
40646         Log: Integrate perlio.
40647      Branch: perl
40648           !> perlio.c
40649 ____________________________________________________________________________
40650 [  7574] By: nick                                  on 2000/11/06  20:07:28
40651         Log: Remove debug. Try (Mmap_t) on madvise() call.
40652      Branch: perlio
40653            ! perlio.c
40654 ____________________________________________________________________________
40655 [  7573] By: jhi                                   on 2000/11/06  13:56:05
40656         Log: Update Changes.
40657      Branch: perl
40658            ! Changes patchlevel.h
40659 ____________________________________________________________________________
40660 [  7572] By: jhi                                   on 2000/11/06  13:48:41
40661         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
40662              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40663              Date: Mon, 06 Nov 2000 10:11:42 +0100
40664              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
40665      Branch: perl
40666            ! pod/perlhack.pod
40667 ____________________________________________________________________________
40668 [  7571] By: jhi                                   on 2000/11/06  01:45:51
40669         Log: AUTHORS updates.
40670      Branch: perl
40671            ! AUTHORS
40672 ____________________________________________________________________________
40673 [  7570] By: jhi                                   on 2000/11/06  00:18:00
40674         Log: Fix for
40675              
40676              Subject: [ID 20000728.005] perl -P broken
40677              From: David Dyck <dcd@tc.fluke.com>
40678              Date: Fri, 28 Jul 2000 17:19:16 -0700
40679              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
40680              
40681              (hopefully).  The fix is also not complete, it seems to break
40682              BOM swallowing for libc5 systems, but until someone figures
40683              out a way to do this without ftell(), this will do.
40684      Branch: perl
40685            ! toke.c
40686 ____________________________________________________________________________
40687 [  7569] By: jhi                                   on 2000/11/06  00:05:30
40688         Log: Document that the evaled syntax errors cause scalar leaks.
40689      Branch: perl
40690            ! t/comp/proto.t
40691 ____________________________________________________________________________
40692 [  7568] By: jhi                                   on 2000/11/05  23:14:47
40693         Log: opmini.o can linger from Configures past.
40694      Branch: perl
40695            ! Makefile.SH
40696 ____________________________________________________________________________
40697 [  7567] By: jhi                                   on 2000/11/05  21:28:39
40698         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
40699              first argument correctly.
40700      Branch: perl
40701            ! perlio.c
40702 ____________________________________________________________________________
40703 [  7566] By: jhi                                   on 2000/11/05  21:15:56
40704         Log: Integrate perlio.
40705      Branch: perl
40706           !> perlio.c
40707 ____________________________________________________________________________
40708 [  7565] By: jhi                                   on 2000/11/05  21:15:13
40709         Log: Use -dM for gcc (the suggested patch did it only for Linux,
40710              but I think it can be generalized).
40711              
40712              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
40713              From: Pixel <pixel@mandrakesoft.com>
40714              Date: 05 Nov 2000 21:49:34 +0100 
40715              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
40716      Branch: perl
40717            ! ext/Errno/Errno_pm.PL
40718 ____________________________________________________________________________
40719 [  7564] By: nick                                  on 2000/11/05  21:09:18
40720         Log: Added a mmap layer as a "subclass" of perlio.
40721              PERLIO=mmap ./perl harness passes
40722      Branch: perlio
40723            ! perlio.c
40724 ____________________________________________________________________________
40725 [  7563] By: jhi                                   on 2000/11/05  19:48:55
40726         Log: Add a note for future generations about bug id 20000229.006.
40727      Branch: perl
40728            ! malloc.c
40729 ____________________________________________________________________________
40730 [  7562] By: jhi                                   on 2000/11/05  19:38:24
40731         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
40732      Branch: perl
40733            ! pp_ctl.c t/op/pos.t
40734 ____________________________________________________________________________
40735 [  7561] By: jhi                                   on 2000/11/05  18:21:46
40736         Log: Add =pod to be tidy.
40737      Branch: perl
40738            ! lib/Math/Complex.pm
40739 ____________________________________________________________________________
40740 [  7560] By: jhi                                   on 2000/11/05  17:38:46
40741         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
40742      Branch: perl
40743            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40744            ! ext/Storable/Storable.xs t/lib/st-recurse.t
40745 ____________________________________________________________________________
40746 [  7559] By: jhi                                   on 2000/11/05  17:32:59
40747         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
40748              From: "Peter J. Farley III" <pjfarley@banet.net>
40749              Date: Sun, 05 Nov 2000 11:55:59 -0500
40750              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
40751      Branch: perl
40752            ! t/lib/syslog.t
40753 ____________________________________________________________________________
40754 [  7558] By: jhi                                   on 2000/11/05  17:29:19
40755         Log: Integrate perlio.
40756      Branch: perl
40757           !> perlio.c
40758 ____________________________________________________________________________
40759 [  7557] By: jhi                                   on 2000/11/05  17:22:01
40760         Log: A fix of sorts for 20000329.026, a better error message
40761              for a missing "use charnames" when using the \N{...}. 
40762      Branch: perl
40763            ! pod/perldiag.pod toke.c
40764 ____________________________________________________________________________
40765 [  7556] By: jhi                                   on 2000/11/05  16:33:50
40766         Log: Test tweak: show also the failed locales.
40767              
40768              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
40769              From: Lupe Christoph <lupe@lupe-christoph.de>         
40770              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
40771              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
40772      Branch: perl
40773            ! t/pragma/locale.t
40774 ____________________________________________________________________________
40775 [  7555] By: nick                                  on 2000/11/05  11:09:34
40776         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
40777              open RDWR so does not fail. (pragma/warnings 303 again...)
40778      Branch: perlio
40779            ! perlio.c
40780 ____________________________________________________________________________
40781 [  7554] By: nick                                  on 2000/11/05  10:10:13
40782         Log: Fix case where ungetc(f,EOF) was allowed.
40783              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
40784              so we can see similarities.
40785              Use types more carefully and a STDCHAR array in hope that this will
40786              fix Jarrko's 64bit machine.
40787      Branch: perlio
40788            ! perlio.c
40789 ____________________________________________________________________________
40790 [  7553] By: jhi                                   on 2000/11/05  01:12:16
40791         Log: Fix for
40792              
40793              Subject: [ID 20001004.007] taint propogation is inconsistent
40794              From: pimlott@idiomtech.com (Andrew Pimlott) 
40795              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
40796              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
40797              
40798              The culprit was sv_setsv() which was rather blindly
40799              propagating taint, which lead to behaviour where if
40800              a tainted anon hash value was seen all the hash values
40801              from then on at that level became tainted, or at any
40802              upper levels in the case of nested anon hashes.
40803      Branch: perl
40804            ! sv.c t/op/taint.t
40805 ____________________________________________________________________________
40806 [  7552] By: jhi                                   on 2000/11/04  23:44:18
40807         Log: Some cpps don't like splitting conditionals across several lines.
40808      Branch: perl
40809            ! perlio.c
40810 ____________________________________________________________________________
40811 [  7551] By: nick                                  on 2000/11/04  23:40:44
40812         Log: Integrate mainline
40813      Branch: perlio
40814           !> pp_hot.c t/op/taint.t
40815 ____________________________________________________________________________
40816 [  7550] By: nick                                  on 2000/11/04  23:39:05
40817         Log: Integrate mainline again
40818      Branch: perlio
40819           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
40820           !> t/lib/b.t t/op/misc.t util.c
40821 ____________________________________________________________________________
40822 [  7549] By: jhi                                   on 2000/11/04  23:14:01
40823         Log: Fix for
40824              
40825              Subject: [ID 20001004.006] undef is never tainted
40826              From: pimlott@idiomtech.com (Andrew Pimlott)
40827              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
40828              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
40829              
40830              An undef read from a slurped file was not tainted.
40831      Branch: perl
40832            ! pp_hot.c t/op/taint.t
40833 ____________________________________________________________________________
40834 [  7548] By: jhi                                   on 2000/11/04  22:56:21
40835         Log: Test tweak ($Config{useperlio} is by default undef) .
40836      Branch: perl
40837            ! t/lib/b.t
40838 ____________________________________________________________________________
40839 [  7547] By: jhi                                   on 2000/11/04  22:43:56
40840         Log: Integrate perlio.
40841      Branch: perl
40842           +> lib/perlio.pm
40843           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
40844           !> pod/perlapi.pod t/lib/b.t
40845 ____________________________________________________________________________
40846 [  7546] By: jhi                                   on 2000/11/04  22:40:59
40847         Log: Configure would use a bad $myuname from an old config.sh.
40848              
40849              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
40850              From: Andy Dougherty <doughera@lafayette.edu>
40851              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
40852              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
40853      Branch: metaconfig
40854            ! U/modified/Oldconfig.U
40855      Branch: perl
40856            ! Configure config_h.SH
40857 ____________________________________________________________________________
40858 [  7545] By: jhi                                   on 2000/11/04  22:36:54
40859         Log: Subject: Locales support (setlocale) fixes
40860              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40861              Date: Sat, 4 Nov 2000 10:15:48 +0300 
40862              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
40863              
40864              Modified quite a bit to be more portable.
40865      Branch: perl
40866            ! embed.h embed.pl perl.h proto.h util.c
40867 ____________________________________________________________________________
40868 [  7544] By: jhi                                   on 2000/11/04  22:32:47
40869         Log: Dying is too strict here, better just skip.
40870      Branch: perl
40871            ! t/op/misc.t
40872 ____________________________________________________________________________
40873 [  7543] By: nick                                  on 2000/11/04  21:55:13
40874         Log: Merge mainline
40875      Branch: perlio
40876           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40877           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
40878           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
40879           !> (integrate 64 files)
40880 ____________________________________________________________________________
40881 [  7542] By: jhi                                   on 2000/11/04  21:09:28
40882         Log: More Changes tweakery.
40883      Branch: perl
40884            ! Changes Porting/genlog
40885 ____________________________________________________________________________
40886 [  7541] By: jhi                                   on 2000/11/04  20:58:18
40887         Log: Changes fixups.
40888      Branch: perl
40889            ! Changes
40890 ____________________________________________________________________________
40891 [  7540] By: jhi                                   on 2000/11/04  20:42:38
40892         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
40893              create a "fast path" for locale name probing using "locale -a"
40894              if available, squash finally hopefully the s?printf resetting
40895              the numeric locale (since, IIUC perllocale, it never shouldn't). 
40896      Branch: perl
40897            ! sv.c t/op/misc.t t/pragma/locale.t
40898 ____________________________________________________________________________
40899 [  7539] By: nick                                  on 2000/11/04  19:56:10
40900         Log: PerlIO infrastructure complete.
40901      Branch: perlio
40902            + lib/perlio.pm
40903            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
40904 ____________________________________________________________________________
40905 [  7538] By: nick                                  on 2000/11/04  14:31:32
40906         Log: Type tweaks + less contorted allocation scheme
40907      Branch: perlio
40908            ! perlio.c
40909 ____________________________________________________________________________
40910 [  7537] By: nick                                  on 2000/11/04  12:40:42
40911         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
40912              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
40913              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
40914              sensible) which lead to some interesting fails.
40915      Branch: perlio
40916            ! perlio.c
40917 ____________________________________________________________________________
40918 [  7536] By: jhi                                   on 2000/11/04  00:20:02
40919         Log: Add FCNTL_CAN_LOCK.
40920              
40921              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40922              From: Andy Dougherty <doughera@lafayette.edu>
40923              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
40924              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
40925              
40926              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40927              From: Andy Dougherty <doughera@lafayette.edu>
40928              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
40929              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
40930      Branch: metaconfig/U/perl
40931            + d_fcntl_can_lock.U
40932            ! startperl.U
40933      Branch: perl
40934            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40935            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
40936            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40937            ! vos/config.ga.h win32/config.bc win32/config.gc
40938            ! win32/config.vc
40939 ____________________________________________________________________________
40940 [  7535] By: nick                                  on 2000/11/03  22:19:10
40941         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
40942              - Works on Linux with
40943              perlio + unix
40944              stdio
40945              - Works on Solaris with
40946              perlio + unix
40947              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
40948              - Fails (hangs in openpid) if you try and stack
40949              perlio + stdio - Linux stdio's read() logic is hanging.
40950      Branch: perlio
40951            ! iperlsys.h perlio.c
40952 ____________________________________________________________________________
40953 [  7534] By: jhi                                   on 2000/11/03  15:16:02
40954         Log: Subject: Re: README.aix
40955              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40956              Date: Fri, 03 Nov 2000 16:03:15 +0100
40957              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
40958      Branch: perl
40959            ! README.aix
40960 ____________________________________________________________________________
40961 [  7533] By: jhi                                   on 2000/11/03  03:59:02
40962         Log: Subject: [PATCH 5.7.0] better messages from malloc()
40963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40964              Date: Wed, 1 Nov 2000 23:39:56 -0500
40965              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
40966      Branch: perl
40967            ! malloc.c pod/perldiag.pod
40968 ____________________________________________________________________________
40969 [  7532] By: jhi                                   on 2000/11/03  00:11:56
40970         Log: The #7521 touched things it shouldn't have.
40971      Branch: perl
40972            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
40973 ____________________________________________________________________________
40974 [  7531] By: jhi                                   on 2000/11/02  22:32:33
40975         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
40976              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40977              Date:     Thu, 2 Nov 2000 16:58:36 EST
40978              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
40979      Branch: perl
40980            ! vms/gen_shrfls.pl
40981 ____________________________________________________________________________
40982 [  7530] By: jhi                                   on 2000/11/02  22:08:49
40983         Log: Fix the problem discussed in
40984              
40985              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
40986              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
40987              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
40988              
40989              originally from Linc Madison.  Also Andreas König's comments
40990              taken into account.  Some other problems with Tie::SubstrHash
40991              fixed: didn't croak when the table exceeded the requested number
40992              of entries (as documented) but instead when the number of entries
40993              exceeded the size of the table, a croak() had an unnecessary \n,
40994              didn't have a CLEAR method, documented that there is no exists().
40995              Didn't fix to be strict-proof because the module uses &foo; and
40996              dynamic scope.  Added a test script exercizing both first tamely 
40997              the basic functionality, and then the failure cases reported by
40998              Linc Madison.
40999      Branch: perl
41000            + t/lib/tie-substrhash.t
41001            ! MANIFEST lib/Tie/SubstrHash.pm
41002 ____________________________________________________________________________
41003 [  7529] By: jhi                                   on 2000/11/02  17:58:08
41004         Log: recv() can fail and return undef.
41005              
41006              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
41007              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
41008              Date: Thu, 2 Nov 2000 20:12:20 +0300
41009              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
41010      Branch: perl
41011            ! lib/Net/Ping.pm
41012 ____________________________________________________________________________
41013 [  7528] By: jhi                                   on 2000/11/02  17:49:09
41014         Log: Detpyo.
41015      Branch: perl
41016            ! pod/perlop.pod
41017 ____________________________________________________________________________
41018 [  7527] By: jhi                                   on 2000/11/02  15:48:37
41019         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
41020              fix a autovivification bug in Tie::RefHash, add tests for both.
41021              
41022              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
41023              From: Edward Avis <epa98@doc.ic.ac.uk>
41024              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
41025              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
41026      Branch: perl
41027            + t/lib/tie-refhash.t
41028            ! MANIFEST lib/Tie/RefHash.pm
41029 ____________________________________________________________________________
41030 [  7526] By: jhi                                   on 2000/11/02  13:56:26
41031         Log: Test::Harness revealed buglets in the new DynaLoader.
41032              
41033              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
41034              From: andreas.koenig@anima.de (Andreas J. Koenig)
41035              Date: 02 Nov 2000 11:26:48 +0100 
41036              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
41037      Branch: perl
41038            ! ext/DynaLoader/DynaLoader_pm.PL
41039 ____________________________________________________________________________
41040 [  7525] By: jhi                                   on 2000/11/01  23:52:08
41041         Log: The entry for #7503 was missing.
41042      Branch: perl
41043            ! Changes
41044 ____________________________________________________________________________
41045 [  7524] By: jhi                                   on 2000/11/01  23:40:52
41046         Log: Update Changes.
41047      Branch: perl
41048            ! Changes patchlevel.h
41049 ____________________________________________________________________________
41050 [  7523] By: jhi                                   on 2000/11/01  22:57:09
41051         Log: More tweaking on the #7522 theme.
41052      Branch: perl
41053            ! ext/DynaLoader/DynaLoader_pm.PL
41054 ____________________________________________________________________________
41055 [  7522] By: jhi                                   on 2000/11/01  22:06:15
41056         Log: Expand %Config variables and %ENV variables only if
41057              so requested during build time using the
41058              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
41059              Not expanding makes relocating distributions easier.
41060      Branch: perl
41061            ! ext/DynaLoader/DynaLoader_pm.PL
41062 ____________________________________________________________________________
41063 [  7521] By: jhi                                   on 2000/11/01  20:56:34
41064         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
41065              and setgid() because they were just changing $< and $( which means
41066              only changing the real uid/gid, as opposed to changing both
41067              real and effective ids.  (The alternative way could have been
41068              in POSIX.pm to change $> and $), too, but making a direct call
41069              to the C API feels cleaner.)  Fixes the bug
41070              
41071              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
41072              From: "Garry T. Williams" <garry@zvolve.com>
41073              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
41074              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
41075      Branch: perl
41076            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41077            ! ext/POSIX/typemap pod/perlvar.pod
41078 ____________________________________________________________________________
41079 [  7520] By: jhi                                   on 2000/11/01  20:08:33
41080         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
41081              From: "Garry T. Williams" <garry@zvolve.com>
41082              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
41083              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
41084      Branch: perl
41085            ! pod/perlsec.pod
41086 ____________________________________________________________________________
41087 [  7519] By: jhi                                   on 2000/11/01  20:01:22
41088         Log: Locale warning explanation tweak.
41089      Branch: perl
41090            ! pod/perldiag.pod
41091 ____________________________________________________________________________
41092 [  7518] By: jhi                                   on 2000/11/01  18:57:13
41093         Log: C.pm part of
41094              
41095              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
41096              From: Jarkko Hietaniemi <jhi@iki.fi>
41097              Date: Tue, 10 Oct 2000 08:22:28 -0500
41098              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
41099      Branch: perl
41100            ! ext/B/B/C.pm
41101 ____________________________________________________________________________
41102 [  7517] By: jhi                                   on 2000/11/01  18:41:59
41103         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
41104              From: Martien Verbruggen <mgjv@comdyn.com.au>
41105              Date: Fri, 6 Oct 2000 14:09:10 +1100
41106              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
41107      Branch: perl
41108            ! pod/perlop.pod
41109 ____________________________________________________________________________
41110 [  7516] By: jhi                                   on 2000/11/01  18:34:55
41111         Log: Generalize the Camel wording.
41112              
41113              Subject: Re: perlfaq style changes
41114              From: John Borwick <jhborwic@unity.ncsu.edu>
41115              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
41116              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
41117      Branch: perl
41118            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
41119 ____________________________________________________________________________
41120 [  7515] By: jhi                                   on 2000/11/01  16:52:31
41121         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
41122              From: pimlott@idiomtech.com (Andrew Pimlott)
41123              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
41124              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
41125      Branch: perl
41126            ! pod/perlsec.pod
41127 ____________________________________________________________________________
41128 [  7514] By: jhi                                   on 2000/11/01  15:03:40
41129         Log: More AIX lore.
41130      Branch: perl
41131            ! ext/re/hints/aix.pl
41132 ____________________________________________________________________________
41133 [  7513] By: jhi                                   on 2000/11/01  14:48:30
41134         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
41135              From: root <root@chronos.fi.muni.cz>
41136              Date: Wed, 1 Nov 2000 12:31:32 +0100
41137              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
41138      Branch: perl
41139            ! lib/Net/Ping.pm
41140 ____________________________________________________________________________
41141 [  7512] By: jhi                                   on 2000/11/01  14:46:47
41142         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
41143              From: Martin Husemann <martin@duskware.de>
41144              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
41145              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
41146      Branch: perl
41147            ! regcomp.c
41148 ____________________________________________________________________________
41149 [  7511] By: jhi                                   on 2000/11/01  14:39:50
41150         Log: AUTHORS updates.
41151      Branch: perl
41152            ! AUTHORS
41153 ____________________________________________________________________________
41154 [  7510] By: jhi                                   on 2000/11/01  14:29:50
41155         Log: Subject: [PATCH] startperl to respect versiononly
41156              From: Robin Barker <rmb1@cise.npl.co.uk> 
41157              Date: Tue, 31 Oct 2000 16:29:36 GMT
41158              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
41159      Branch: metaconfig/U/perl
41160            ! startperl.U
41161      Branch: perl
41162            ! Configure config_h.SH
41163 ____________________________________________________________________________
41164 [  7509] By: jhi                                   on 2000/11/01  14:19:53
41165         Log: printf UVs the correct way, noticed by Robin Barker.
41166      Branch: perl
41167            ! utf8.c
41168 ____________________________________________________________________________
41169 [  7508] By: jhi                                   on 2000/11/01  14:10:03
41170         Log: Do not cleanup *% because the % has special meanings in some
41171              shell environments.
41172      Branch: perl
41173            ! ext/Storable/Makefile.PL
41174 ____________________________________________________________________________
41175 [  7507] By: jhi                                   on 2000/11/01  14:06:00
41176         Log: The NonStop-UX libraries have a novel way to say NaN.
41177      Branch: perl
41178            ! t/lib/bigfltpm.t
41179 ____________________________________________________________________________
41180 [  7506] By: jhi                                   on 2000/11/01  14:03:35
41181         Log: The osname has been lowercased by now, from Tom Bates.
41182      Branch: metaconfig
41183            ! U/modified/Oldconfig.U
41184      Branch: perl
41185            ! Configure config_h.SH
41186 ____________________________________________________________________________
41187 [  7505] By: jhi                                   on 2000/10/31  19:18:39
41188         Log: The compiler is either gcc or cc, from Tom Bates.
41189      Branch: perl
41190            ! hints/nonstopux.sh
41191 ____________________________________________________________________________
41192 [  7504] By: jhi                                   on 2000/10/31  14:53:42
41193         Log: Update Changes.
41194      Branch: perl
41195            ! Changes patchlevel.h
41196 ____________________________________________________________________________
41197 [  7503] By: jhi                                   on 2000/10/31  14:30:50
41198         Log: Whitespace style tweak.  Was originally going to see to
41199              
41200              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41201              From: Joe Smith <jms@inwap.com>
41202              Date: Mon, 30 Oct 2000 18:47:57 -0800
41203              Message-Id: <39FE32DD.24AAC4D@inwap.com>
41204              
41205              but that had already been taken care of.
41206      Branch: metaconfig
41207            ! U/compline/d_stdstdio.U
41208      Branch: perl
41209            ! Configure config_h.SH
41210 ____________________________________________________________________________
41211 [  7502] By: jhi                                   on 2000/10/31  14:25:02
41212         Log: AUTHORS tweaks.
41213      Branch: perl
41214            ! AUTHORS
41215 ____________________________________________________________________________
41216 [  7501] By: jhi                                   on 2000/10/31  14:23:59
41217         Log: Subject: perlfaq style changes
41218              From: John Borwick <jhborwic@unity.ncsu.edu>
41219              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
41220              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
41221      Branch: perl
41222            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
41223            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
41224            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
41225            ! pod/perlfaq9.pod
41226 ____________________________________________________________________________
41227 [  7500] By: jhi                                   on 2000/10/31  14:22:15
41228         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
41229              
41230              Subject: Re: [ID 20000918.005] ~ on wide chars
41231              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41232              Date: Mon, 30 Oct 2000 21:09:55 -0800
41233              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
41234              
41235              (The ord() part of the patch skipped.)
41236      Branch: perl
41237            ! doop.c
41238 ____________________________________________________________________________
41239 [  7499] By: jhi                                   on 2000/10/31  14:20:08
41240         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
41241              From: Jens Hamisch <jens@Strawberry.COM>
41242              Date: Mon, 30 Oct 2000 15:17:07 +0100
41243              Message-Id: <20001030151707.A9597@Strawberry.COM>
41244      Branch: perl
41245            ! av.c
41246 ____________________________________________________________________________
41247 [  7498] By: jhi                                   on 2000/10/31  14:16:29
41248         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
41249              From: Peter Prymmer <pvhp@forte.com>
41250              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
41251              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
41252      Branch: perl
41253            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
41254            + ext/Encode/Encode/posix-bc.enc
41255            ! MANIFEST t/lib/encode.t
41256 ____________________________________________________________________________
41257 [  7497] By: jhi                                   on 2000/10/31  14:13:22
41258         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
41259              From: Peter Prymmer <pvhp@forte.com>
41260              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
41261              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
41262      Branch: perl
41263            ! t/lib/cgi-html.t
41264 ____________________________________________________________________________
41265 [  7496] By: jhi                                   on 2000/10/31  14:12:05
41266         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
41267              From: Peter Prymmer <pvhp@forte.com>
41268              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
41269              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
41270      Branch: perl
41271            ! t/lib/cgi-function.t
41272 ____________________________________________________________________________
41273 [  7495] By: jhi                                   on 2000/10/31  14:11:08
41274         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
41275              From: Peter Prymmer <pvhp@forte.com>
41276              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
41277              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
41278      Branch: perl
41279            + ext/re/hints/aix.pl
41280            ! MANIFEST ext/re/Makefile.PL
41281 ____________________________________________________________________________
41282 [  7494] By: jhi                                   on 2000/10/31  14:08:32
41283         Log: Use Errno magic.
41284              
41285              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
41286              From: Casey Tweten <perl@ctweten.amsite.com>
41287              Date: Mon, 30 Oct 2000 15:51:17 -0500
41288              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
41289      Branch: perl
41290            ! lib/File/Temp.pm
41291 ____________________________________________________________________________
41292 [  7493] By: jhi                                   on 2000/10/31  14:05:07
41293         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
41294              
41295              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
41296              From: Nicholas Clark <nick@ccl4.org>
41297              Date: Mon, 30 Oct 2000 17:38:45 +0000
41298              Message-ID: <20001030173845.O60355@plum.flirble.org>
41299      Branch: perl
41300            ! Makefile.SH utils/perlbug.PL
41301 ____________________________________________________________________________
41302 [  7492] By: nick                                  on 2000/10/30  19:37:23
41303         Log: Change files which are mysteriously different to mainline to be
41304              copies of mainline.
41305      Branch: perlio
41306            ! objXSUB.h perlapi.c pod/perlapi.pod
41307 ____________________________________________________________________________
41308 [  7491] By: nick                                  on 2000/10/30  18:05:54
41309         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
41310              - typo in endian code in putc.
41311              - Don't allow read of write-only files and vice-versa
41312              - and off-by-one in flush-all loop.
41313              Remove debug calls as they were using GCC specific features.
41314      Branch: perlio
41315            ! perlio.c
41316 ____________________________________________________________________________
41317 [  7490] By: nick                                  on 2000/10/29  21:45:45
41318         Log: Integrate mainline to perlio
41319      Branch: perlio
41320           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
41321           !> toke.c
41322 ____________________________________________________________________________
41323 [  7489] By: jhi                                   on 2000/10/29  21:11:08
41324         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
41325              From: andreas.koenig@anima.de (Andreas J. Koenig)
41326              Date: 29 Oct 2000 22:05:59 +0100
41327              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
41328      Branch: perl
41329            ! lib/ExtUtils/Manifest.pm
41330 ____________________________________________________________________________
41331 [  7488] By: jhi                                   on 2000/10/29  21:07:47
41332         Log: Tests for #7487.
41333              
41334              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41335              From: andreas.koenig@anima.de (Andreas J. Koenig)
41336              Date: 29 Oct 2000 19:37:09 +0100
41337              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
41338      Branch: perl
41339            ! t/comp/proto.t
41340 ____________________________________________________________________________
41341 [  7487] By: jhi                                   on 2000/10/29  21:06:27
41342         Log: constsub spillage.
41343              
41344              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
41345              From: John Tobey <jtobey@john-edwin-tobey.org>
41346              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
41347              Message-Id: <m13pvSr-000FObC@feynman.localnet>
41348      Branch: perl
41349            ! op.c
41350 ____________________________________________________________________________
41351 [  7486] By: nick                                  on 2000/10/29  21:05:04
41352         Log: Integrate mainline to perlio branch
41353      Branch: perlio
41354           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
41355           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
41356           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
41357           +> vos/install_perl.cm
41358            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
41359            - vos/config.h vos/config_h.SH_orig
41360           !> (integrate 141 files)
41361 ____________________________________________________________________________
41362 [  7485] By: jhi                                   on 2000/10/29  21:00:47
41363         Log: Make \x{...} consistently produce UTF-8.
41364              
41365              Subject: Re: \x{...} is confused 
41366              From: Simon Cozens <simon@cozens.net>
41367              Date: Sun, 29 Oct 2000 19:36:48 +0000
41368              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
41369      Branch: perl
41370            ! t/pragma/utf8.t toke.c
41371 ____________________________________________________________________________
41372 [  7484] By: nick                                  on 2000/10/29  20:05:29
41373         Log: PerlIO passes all tests.
41374      Branch: perlio
41375            ! perlio.c
41376 ____________________________________________________________________________
41377 [  7483] By: jhi                                   on 2000/10/29  18:06:55
41378         Log: Update Changes.
41379      Branch: perl
41380            ! Changes patchlevel.h
41381 ____________________________________________________________________________
41382 [  7482] By: nick                                  on 2000/10/29  17:43:28
41383         Log: Include <unistd.h> to get correct lseek() prototype etc.
41384              (I thought perl.h did that) - down to two fails
41385              - comp/require.t (last test)
41386              - lib/io_xs.t - possibly import/export of FILE * ?
41387      Branch: perlio
41388            ! perlio.c
41389 ____________________________________________________________________________
41390 [  7481] By: jhi                                   on 2000/10/29  17:02:37
41391         Log: UTF-8 decoder tweak.
41392      Branch: perl
41393            ! utf8.c
41394 ____________________________________________________________________________
41395 [  7480] By: nick                                  on 2000/10/29  16:26:11
41396         Log: Fixed two bugs:
41397              - error code not being set on close (of broken pipe)
41398              - append mode was truncating.
41399              At least one seek/tell bug remains.
41400      Branch: perlio
41401            ! perlio.c
41402 ____________________________________________________________________________
41403 [  7479] By: nick                                  on 2000/10/29  11:18:16
41404         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
41405              in case of accidents. Still several worrying fails, no line disciplines yet.
41406      Branch: perlio
41407            ! iperlsys.h perlio.c
41408 ____________________________________________________________________________
41409 [  7478] By: jhi                                   on 2000/10/29  02:04:01
41410         Log: Add also emailless people.
41411      Branch: perl
41412            ! AUTHORS
41413 ____________________________________________________________________________
41414 [  7477] By: jhi                                   on 2000/10/29  01:36:00
41415         Log: The #7476 needs a MANIFEST change, too.
41416      Branch: perl
41417            ! MANIFEST
41418 ____________________________________________________________________________
41419 [  7476] By: jhi                                   on 2000/10/29  01:35:21
41420         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
41421      Branch: perl
41422            - MAINTAIN
41423            ! AUTHORS Changes
41424 ____________________________________________________________________________
41425 [  7475] By: jhi                                   on 2000/10/28  23:57:25
41426         Log: De-quoted-unreadable to ISO Latin 1.
41427              (There's one ISO-2022-JP name in Changes5.004.)
41428      Branch: perl
41429            ! Changes Changes5.6
41430 ____________________________________________________________________________
41431 [  7474] By: jhi                                   on 2000/10/28  19:13:06
41432         Log: Subject: [ID 20001027.007] uniq array in perlfaq
41433              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
41434              Date: Fri, 27 Oct 2000 19:28:30 +0200
41435              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
41436      Branch: perl
41437            ! pod/perlfaq4.pod
41438 ____________________________________________________________________________
41439 [  7473] By: jhi                                   on 2000/10/28  18:02:05
41440         Log: Locking null mutexes is not recommendable.
41441              
41442              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
41443              From: Hugo <hv@crypt.compulink.co.uk>
41444              Date: Sat, 28 Oct 2000 18:41:12 +0100
41445              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
41446      Branch: perl
41447            ! op.c
41448 ____________________________________________________________________________
41449 [  7472] By: jhi                                   on 2000/10/28  17:52:58
41450         Log: Better create a true mailing list for the repository keepers.
41451      Branch: perl
41452            ! Porting/repository.pod
41453 ____________________________________________________________________________
41454 [  7471] By: jhi                                   on 2000/10/28  17:28:24
41455         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
41456              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
41457      Branch: perl
41458            + Porting/repository.pod
41459            ! MANIFEST
41460 ____________________________________________________________________________
41461 [  7470] By: jhi                                   on 2000/10/28  17:20:54
41462         Log: Subject: DOC PATCH 5.6.0
41463              From: mjd@plover.com
41464              Date: 27 Oct 2000 17:32:44 -0000
41465              Message-ID: <20001027173244.23754.qmail@plover.com>
41466      Branch: perl
41467            ! pod/perlfunc.pod
41468 ____________________________________________________________________________
41469 [  7469] By: jhi                                   on 2000/10/28  17:16:45
41470         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
41471              From: "Peter J. Farley III" <pjfarley@banet.net>
41472              Date: Fri, 27 Oct 2000 20:32:56 -0400
41473              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
41474      Branch: perl
41475            ! README.dos
41476 ____________________________________________________________________________
41477 [  7468] By: jhi                                   on 2000/10/28  17:07:18
41478         Log: Make target reordering to avoid pointless re-makes.
41479              
41480              Subject: Re: Total re-make of 'make okfile' after 7451 ?
41481              From: Nicholas Clark <nick@ccl4.org>
41482              Date: Sat, 28 Oct 2000 00:31:02 +0100
41483              Message-ID: <20001028003101.A54517@plum.flirble.org>
41484      Branch: perl
41485            ! Makefile.SH
41486 ____________________________________________________________________________
41487 [  7467] By: jhi                                   on 2000/10/28  17:05:31
41488         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
41489              From: lvirden@cas.org
41490              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
41491              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
41492      Branch: perl
41493            ! README.os2
41494 ____________________________________________________________________________
41495 [  7466] By: jhi                                   on 2000/10/28  16:09:16
41496         Log: Upgrade to CPAN 1.58_55.
41497              
41498              Subject: CPAN.pm status
41499              From: andreas.koenig@anima.de (Andreas J. Koenig) 
41500              Date: 28 Oct 2000 08:18:00 +0200 
41501              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
41502      Branch: perl
41503            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41504 ____________________________________________________________________________
41505 [  7465] By: jhi                                   on 2000/10/28  16:02:47
41506         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
41507      Branch: perl
41508            ! embed.h embed.pl perl.h proto.h toke.c
41509 ____________________________________________________________________________
41510 [  7464] By: nick                                  on 2000/10/28  10:43:44
41511         Log: Fix for sv_2iv() on "shared" value from keys %hash.
41512      Branch: perl
41513            ! sv.c
41514 ____________________________________________________________________________
41515 [  7463] By: jhi                                   on 2000/10/27  16:18:29
41516         Log: Update Changes.
41517      Branch: perl
41518            ! Changes patchlevel.h
41519 ____________________________________________________________________________
41520 [  7462] By: jhi                                   on 2000/10/27  16:17:44
41521         Log: Too enthusiastic editing in #7460.
41522      Branch: metaconfig
41523            ! U/modified/Oldsym.U
41524      Branch: perl
41525            ! Configure config_h.SH
41526 ____________________________________________________________________________
41527 [  7461] By: jhi                                   on 2000/10/27  15:37:38
41528         Log: Retract #7459, the script needs more work.
41529      Branch: perl
41530            - mkreef
41531            ! MANIFEST
41532 ____________________________________________________________________________
41533 [  7460] By: jhi                                   on 2000/10/27  15:23:14
41534         Log: Use $sort, $uniq (and $tr) consistently as wondered
41535              by Nicholas Clark.
41536      Branch: metaconfig
41537            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
41538            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
41539            ! U/modified/libc.U
41540      Branch: perl
41541            ! Configure config_h.SH
41542 ____________________________________________________________________________
41543 [  7459] By: jhi                                   on 2000/10/27  15:02:07
41544         Log: (Retracted by #7461)
41545              
41546              Add a shell script for creating/removing symbolic link farms,
41547              useful for keeping the source code read-only and doing the
41548              builds somewhere else.
41549      Branch: perl
41550            + mkreef
41551            ! MANIFEST
41552 ____________________________________________________________________________
41553 [  7458] By: jhi                                   on 2000/10/27  14:42:20
41554         Log: Do away with the fix_pl.
41555      Branch: perl
41556            - fix_pl
41557            ! MANIFEST Makefile.SH
41558 ____________________________________________________________________________
41559 [  7457] By: jhi                                   on 2000/10/27  12:43:13
41560         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
41561              From: Jens Hamisch <jens@Strawberry.COM>
41562              Date: Fri, 27 Oct 2000 14:38:21 +0200
41563              Message-Id: <20001027143821.B3366@Strawberry.COM>
41564      Branch: perl
41565            ! perl.h
41566 ____________________________________________________________________________
41567 [  7456] By: jhi                                   on 2000/10/27  12:33:42
41568         Log: Subject: [PATCH] todo
41569              From: Nicholas Clark <nick@ccl4.org>
41570              Date: Thu, 26 Oct 2000 22:32:29 +0100
41571              Message-ID: <20001026223229.A44540@plum.flirble.org>
41572      Branch: perl
41573            ! pod/perltodo.pod
41574 ____________________________________________________________________________
41575 [  7455] By: jhi                                   on 2000/10/27  12:02:21
41576         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
41577              From: John Tobey <jtobey@john-edwin-tobey.org>
41578              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
41579              Message-Id: <m13ozHF-000FObC@feynman.localnet>
41580      Branch: perl
41581            ! op.c t/pragma/sub_lval.t
41582 ____________________________________________________________________________
41583 [  7454] By: jhi                                   on 2000/10/27  11:59:42
41584         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
41585              From: sthoenna@efn.org
41586              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
41587              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
41588      Branch: perl
41589            ! pp.c t/op/assignwarn.t
41590 ____________________________________________________________________________
41591 [  7453] By: jhi                                   on 2000/10/27  00:15:08
41592         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
41593      Branch: perl
41594            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41595            ! ext/Storable/Storable.xs t/lib/st-lock.t
41596 ____________________________________________________________________________
41597 [  7452] By: jhi                                   on 2000/10/26  13:05:52
41598         Log: Undo #7451, this seems to be a deficiency in Perforce,
41599              there is no per-file line-terminator type, only per-client.
41600      Branch: perl
41601            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
41602            ! win32/makefile.mk
41603 ____________________________________________________________________________
41604 [  7451] By: jhi                                   on 2000/10/26  04:56:03
41605         Log: Experimenting in DOS arcana.
41606      Branch: perl
41607            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
41608            ! win32/makefile.mk
41609 ____________________________________________________________________________
41610 [  7450] By: jhi                                   on 2000/10/26  04:50:52
41611         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
41612              From: "Peter J. Farley III" <pjfarley@banet.net>            
41613              Date: Wed, 25 Oct 2000 23:10:18 -0400
41614              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
41615      Branch: perl
41616            ! t/io/open.t
41617 ____________________________________________________________________________
41618 [  7449] By: jhi                                   on 2000/10/26  04:49:16
41619         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
41620              From: Hugo <hv@crypt.compulink.co.uk>
41621              Date: Thu, 26 Oct 2000 01:55:17 +0100
41622              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
41623              
41624              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
41625      Branch: perl
41626            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
41627 ____________________________________________________________________________
41628 [  7448] By: jhi                                   on 2000/10/26  04:38:36
41629         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
41630              From: Peter Prymmer <pvhp@forte.com>
41631              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
41632              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
41633      Branch: perl
41634            ! configure.com
41635 ____________________________________________________________________________
41636 [  7447] By: jhi                                   on 2000/10/25  23:20:02
41637         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
41638              in platforms that strictly require all the symbols being present
41639              at link time.
41640      Branch: perl
41641            ! handy.h
41642 ____________________________________________________________________________
41643 [  7446] By: jhi                                   on 2000/10/25  21:55:57
41644         Log: Update Changes.
41645      Branch: perl
41646            ! Changes patchlevel.h
41647 ____________________________________________________________________________
41648 [  7445] By: jhi                                   on 2000/10/25  21:27:08
41649         Log: Integrate with vmsperl #7430 by Charles Bailey:
41650              
41651              Cleanup from prior patch (Charles Lane?):
41652              - improve handling of MFDs in Basename and Path
41653              - default to no xsubpp line # munging when building debug images
41654      Branch: perl
41655           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
41656 ____________________________________________________________________________
41657 [  7444] By: jhi                                   on 2000/10/25  21:03:50
41658         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
41659              From: John Peacock <JPeacock@UnivPress.com>
41660              Date: Thu, 18 May 2000 11:55:27 -0400
41661              Message-ID: <3924126F.A58BE57A@UnivPress.com>
41662      Branch: perl
41663            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
41664            ! t/op/write.t
41665 ____________________________________________________________________________
41666 [  7443] By: jhi                                   on 2000/10/25  20:43:10
41667         Log: Temporary stopgap for the self-tying issue: for now only
41668              array and hash self-ties are verboten.  The real fix, of
41669              course, would be to comprehensively test (and implement?)
41670              and debug (and document) self-ties.
41671      Branch: perl
41672            ! pod/perldiag.pod pp_sys.c t/op/tie.t
41673 ____________________________________________________________________________
41674 [  7442] By: jhi                                   on 2000/10/25  20:14:30
41675         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
41676              From: Dan Sugalski <dan@sidhe.org>
41677              Date: Wed, 25 Oct 2000 13:36:35 -0400
41678              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
41679              
41680              plus regen global.sym.
41681      Branch: perl
41682            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
41683            ! thrdvar.h util.c
41684 ____________________________________________________________________________
41685 [  7441] By: jhi                                   on 2000/10/25  20:12:20
41686         Log: buildtoc target tweaks.
41687      Branch: perl
41688            ! pod/Makefile.SH
41689 ____________________________________________________________________________
41690 [  7440] By: jhi                                   on 2000/10/25  20:03:53
41691         Log: A new version of making the syslog test more robust.
41692              (Replaces #7421.)
41693              
41694              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
41695              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41696              Date: Wed, 25 Oct 2000 12:13:54 -0400
41697              Message-ID: <20001025121354.B2264@O2.chapin.edu>
41698      Branch: perl
41699            ! t/lib/syslog.t
41700 ____________________________________________________________________________
41701 [  7439] By: jhi                                   on 2000/10/25  20:00:48
41702         Log: Continue the internal UTF-8 API tweaking.
41703              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
41704              used much more than the simpler API, now called utf8_to_uv_simple().
41705              Still not quite happy with API, too much partial duplication
41706              of functionality.
41707      Branch: perl
41708            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
41709            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
41710            ! regcomp.c regexec.c sv.c toke.c utf8.c
41711 ____________________________________________________________________________
41712 [  7438] By: jhi                                   on 2000/10/25  18:52:30
41713         Log: Allow poking holes at the UTF-8 decoding strictness.
41714      Branch: perl
41715            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
41716            ! utf8.h
41717 ____________________________________________________________________________
41718 [  7437] By: jhi                                   on 2000/10/25  13:53:05
41719         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
41720              UTF8LEN() and UTF8SKIP(). 
41721      Branch: perl
41722            ! pp.c utf8.c utf8.h
41723 ____________________________________________________________________________
41724 [  7436] By: jhi                                   on 2000/10/25  13:51:37
41725         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
41726              From: Nicholas Clark <nick@ccl4.org>
41727              Date: Wed, 25 Oct 2000 14:44:05 +0100
41728              Message-ID: <20001025144404.D27253@plum.flirble.org>
41729      Branch: perl
41730            ! pod/perlrun.pod
41731 ____________________________________________________________________________
41732 [  7435] By: jhi                                   on 2000/10/25  13:49:32
41733         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
41734              From: Mike Guy <mjtg@cam.ac.uk>
41735              Date: Tue, 24 Oct 2000 14:59:40 +0100
41736              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
41737      Branch: perl
41738            ! scope.c
41739 ____________________________________________________________________________
41740 [  7434] By: jhi                                   on 2000/10/25  13:48:41
41741         Log: AIX is picky about its symbol exports.  Solution for now
41742              is to include the deb.o explicitly to the re extension build.
41743              
41744              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
41745              From: Peter Prymmer <pvhp@forte.com>
41746              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
41747              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
41748      Branch: perl
41749            ! ext/re/Makefile.PL hints/aix.sh
41750 ____________________________________________________________________________
41751 [  7433] By: jhi                                   on 2000/10/25  13:46:49
41752         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
41753              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41754              Date: Wed, 25 Oct 2000 12:02:20 +0200
41755              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
41756      Branch: perl
41757            ! perlsdio.h
41758 ____________________________________________________________________________
41759 [  7432] By: jhi                                   on 2000/10/25  13:44:28
41760         Log: Subject: Minor update to find2perl, for portability
41761              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41762              Date: Wed, 25 Oct 2000 12:05:47 +0100
41763              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
41764      Branch: perl
41765            ! x2p/find2perl.PL
41766 ____________________________________________________________________________
41767 [  7431] By: jhi                                   on 2000/10/25  13:40:39
41768         Log: Add targets to Makefile.SH, most importantly
41769              'regen_all' which also remembers to update vms/perly*.
41770      Branch: perl
41771            ! Makefile.SH
41772 ____________________________________________________________________________
41773 [  7430] By: bailey                                on 2000/10/25  03:13:53
41774         Log: Cleanup from prior patch (Charles Lane?):
41775              - improve handling of MFDs in Basename and Path
41776              - default to no xsubpp line # munging when building debug images
41777      Branch: vmsperl
41778            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
41779 ____________________________________________________________________________
41780 [  7429] By: jhi                                   on 2000/10/24  20:03:40
41781         Log: Podify README.epoc and README.vos.
41782      Branch: perl
41783            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
41784            ! pod/perlport.pod pod/perltoc.pod
41785 ____________________________________________________________________________
41786 [  7428] By: jhi                                   on 2000/10/24  19:10:33
41787         Log: Stratus VOS updates from Paul Green.
41788      Branch: perl
41789            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41790            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
41791            - vos/config.def vos/config.h vos/config_h.SH_orig
41792            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
41793            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
41794 ____________________________________________________________________________
41795 [  7427] By: jhi                                   on 2000/10/24  18:59:48
41796         Log: Check if stdio supports tweaking lval and cnt simultaneously.
41797              
41798              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41799              From: Nicholas Clark <nick@ccl4.org>
41800              Date: Mon, 23 Oct 2000 15:39:32 +0100
41801              Message-ID: <20001023153932.A10786@plum.flirble.org>
41802      Branch: metaconfig
41803            ! U/compline/d_stdstdio.U
41804      Branch: perl
41805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41806            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
41807            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
41808            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
41809            ! vos/config.h vos/config_h.SH_orig win32/config.bc
41810            ! win32/config.gc win32/config.vc
41811 ____________________________________________________________________________
41812 [  7426] By: jhi                                   on 2000/10/24  17:57:44
41813         Log: Missed the header file changes from #7425.
41814      Branch: perl
41815            ! embed.h embed.pl objXSUB.h proto.h
41816 ____________________________________________________________________________
41817 [  7425] By: jhi                                   on 2000/10/24  17:55:17
41818         Log: Fix the bug reported in
41819              
41820              From: andreas.koenig@anima.de (Andreas J. Koenig)
41821              Subject: Encode bug?
41822              Date: 24 Oct 2000 14:01:26 +0200 
41823              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
41824              
41825              Also make is_utf8_char() stricter.
41826      Branch: perl
41827            ! ext/Encode/Encode.xs utf8.c
41828 ____________________________________________________________________________
41829 [  7424] By: jhi                                   on 2000/10/24  15:15:39
41830         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
41831              From: Peter Scott <Peter@PSDT.com>
41832              Date: Mon, 23 Oct 2000 19:46:01 -0700
41833              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
41834      Branch: perl
41835            ! pod/perlfaq5.pod
41836 ____________________________________________________________________________
41837 [  7423] By: jhi                                   on 2000/10/24  14:25:30
41838         Log: Test tweak to avoid pulling in the whole Config.
41839      Branch: perl
41840            ! t/lib/st-lock.t
41841 ____________________________________________________________________________
41842 [  7422] By: jhi                                   on 2000/10/24  14:03:16
41843         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
41844      Branch: perl
41845            ! pp.c
41846 ____________________________________________________________________________
41847 [  7421] By: jhi                                   on 2000/10/24  13:32:09
41848         Log: (Replaced by #7440.)
41849              
41850              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
41851              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41852              Date: Mon, 23 Oct 2000 16:40:54 -0400
41853              Message-ID: <20001023164054.B14491@O2.chapin.edu>
41854      Branch: perl
41855            ! t/lib/syslog.t
41856 ____________________________________________________________________________
41857 [  7420] By: jhi                                   on 2000/10/24  13:30:53
41858         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
41859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41860              Date: Mon, 23 Oct 2000 17:29:03 -0400
41861              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
41862      Branch: perl
41863            ! lib/ExtUtils/MM_Unix.pm
41864 ____________________________________________________________________________
41865 [  7419] By: jhi                                   on 2000/10/24  13:29:57
41866         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41868              Date: Mon, 23 Oct 2000 19:01:32 -0400
41869              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
41870      Branch: perl
41871            ! utils/h2xs.PL
41872 ____________________________________________________________________________
41873 [  7418] By: jhi                                   on 2000/10/24  13:26:04
41874         Log: Replace #7409 with
41875              
41876              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
41877              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
41878              Date: Mon, 23 Oct 2000 20:08:56 +0200
41879              Message-ID: <20001023200855.A14850@nice.ram.loc>
41880      Branch: perl
41881            ! ext/Storable/Storable.pm t/lib/st-lock.t
41882 ____________________________________________________________________________
41883 [  7417] By: jhi                                   on 2000/10/24  13:17:52
41884         Log: Run vms/vms_yfix.pl, should have done that after changing
41885              perly.c in #7382.
41886      Branch: perl
41887            ! vms/perly_c.vms vms/perly_h.vms
41888 ____________________________________________________________________________
41889 [  7416] By: jhi                                   on 2000/10/24  02:55:33
41890         Log: Make the UTF-8 decoding stricter and more verbose when
41891              malformation happens.  This involved adding an argument
41892              to utf8_to_uv_chk(), which involved changing its prototype,
41893              and prefer STRLEN over I32 for the UTF-8 length, which as
41894              a domino effect necessitated changing the prototypes of
41895              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
41896              The stricter UTF-8 decoding checking uses Markus Kuhn's
41897              UTF-8 Decode Stress Tester from
41898              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
41899      Branch: perl
41900            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
41901            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
41902            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
41903            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
41904 ____________________________________________________________________________
41905 [  7415] By: jhi                                   on 2000/10/23  14:06:06
41906         Log: Update Changes.
41907      Branch: perl
41908            ! Changes patchlevel.h
41909 ____________________________________________________________________________
41910 [  7414] By: jhi                                   on 2000/10/23  12:39:52
41911         Log: Undo the basename() part of #7412 since the lib/basename
41912              tests would need upgrading too.
41913      Branch: perl
41914            ! lib/File/Basename.pm
41915 ____________________________________________________________________________
41916 [  7413] By: jhi                                   on 2000/10/23  12:19:27
41917         Log: Document PERL_INSTALL_ROOT of #7210.
41918      Branch: perl
41919            ! lib/ExtUtils/Install.pm
41920 ____________________________________________________________________________
41921 [  7412] By: jhi                                   on 2000/10/23  12:16:47
41922         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
41923      Branch: perl
41924            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
41925            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
41926 ____________________________________________________________________________
41927 [  7411] By: jhi                                   on 2000/10/23  12:07:41
41928         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
41929              From: Prymmer/Kahn <pvhp@best.com>
41930              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
41931              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
41932      Branch: perl
41933            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
41934 ____________________________________________________________________________
41935 [  7410] By: jhi                                   on 2000/10/23  04:10:11
41936         Log: The change #7187 was not so good on VMS.
41937              
41938              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
41939              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41940              Date: Sun, 22 Oct 2000 23:03:08 -0500
41941              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
41942      Branch: perl
41943            ! utils/perldoc.PL
41944 ____________________________________________________________________________
41945 [  7409] By: jhi                                   on 2000/10/23  03:57:36
41946         Log: Avoid Storable locking on DJGPP for now.
41947              
41948              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
41949              From: "Peter J. Farley III" <pjfarley@banet.net>
41950              Date: Sun, 22 Oct 2000 20:00:00 -0400
41951              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
41952      Branch: perl
41953            ! ext/Storable/Storable.pm t/lib/st-lock.t
41954 ____________________________________________________________________________
41955 [  7408] By: jhi                                   on 2000/10/23  03:50:24
41956         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
41957              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41958              Date: Sun, 22 Oct 2000 21:12:22 -0400
41959              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
41960      Branch: perl
41961            ! lib/vars.pm
41962 ____________________________________________________________________________
41963 [  7407] By: jhi                                   on 2000/10/23  03:43:12
41964         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
41965              From: Hugo <hv@crypt.compulink.co.uk>
41966              Date: Mon, 23 Oct 2000 00:47:22 +0100
41967              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
41968      Branch: perl
41969            ! regexec.c t/op/pat.t
41970 ____________________________________________________________________________
41971 [  7406] By: jhi                                   on 2000/10/23  03:40:29
41972         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
41973      Branch: perl
41974            ! lib/ExtUtils/MakeMaker.pm
41975 ____________________________________________________________________________
41976 [  7405] By: jhi                                   on 2000/10/22  21:32:00
41977         Log: Doc patch.
41978              
41979              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
41980              From: rspier@pobox.com (Robert Spier)
41981              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
41982              Message-ID: <14835.16112.13457.447971@rls.cx>
41983      Branch: perl
41984            ! lib/strict.pm
41985 ____________________________________________________________________________
41986 [  7404] By: jhi                                   on 2000/10/22  21:30:51
41987         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
41988              From: rspier@pobox.com (Robert Spier)
41989              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
41990              Message-ID: <14835.17223.72448.705566@rls.cx>
41991      Branch: perl
41992            ! lib/ExtUtils/MakeMaker.pm
41993 ____________________________________________________________________________
41994 [  7403] By: jhi                                   on 2000/10/22  21:24:11
41995         Log: Subject: [PATCH bleadperl] ripples from constsub patch
41996              From: John Tobey <jtobey@john-edwin-tobey.org>
41997              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
41998              Message-Id: <m13nSOB-000FObC@feynman.localnet>
41999      Branch: perl
42000            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
42001 ____________________________________________________________________________
42002 [  7402] By: jhi                                   on 2000/10/22  20:59:35
42003         Log: Support s?printf parameter reordering.
42004      Branch: perl
42005            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
42006 ____________________________________________________________________________
42007 [  7401] By: jhi                                   on 2000/10/22  19:19:14
42008         Log: Expand %Config variables only if explicitly so requested
42009              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
42010              
42011              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42012              From: Gurusamy Sarathy <gsar@ActiveState.com>
42013              Date: Sun, 22 Oct 2000 11:47:32 -0700
42014              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
42015      Branch: perl
42016            ! Makefile.SH lib/lib_pm.PL
42017 ____________________________________________________________________________
42018 [  7400] By: jhi                                   on 2000/10/22  18:24:10
42019         Log: Move the #7390 test from warn/op to comp/redef.
42020              
42021              Subject: Re: Creating const subs for constants.
42022              From: John Tobey <jtobey@john-edwin-tobey.org>
42023              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
42024              Message-Id: <m13nG72-000FObC@feynman.localnet>               
42025      Branch: perl
42026            ! t/comp/redef.t t/pragma/warn/op
42027 ____________________________________________________________________________
42028 [  7399] By: jhi                                   on 2000/10/22  17:49:59
42029         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42030              From: Nicholas Clark <nick@ccl4.org>
42031              Date: Sat, 21 Oct 2000 22:23:19 +0100
42032              Message-ID: <20001021222319.B45586@plum.flirble.org>
42033      Branch: perl
42034            ! ext/DynaLoader/DynaLoader_pm.PL
42035 ____________________________________________________________________________
42036 [  7398] By: jhi                                   on 2000/10/22  17:47:35
42037         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
42038              From: Hugo <hv@crypt.compulink.co.uk>
42039              Date: Sat, 21 Oct 2000 18:19:59 +0100
42040              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
42041      Branch: perl
42042            ! ext/B/B.pm ext/B/B/C.pm
42043 ____________________________________________________________________________
42044 [  7397] By: jhi                                   on 2000/10/22  17:35:18
42045         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
42046              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
42047              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
42048              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
42049      Branch: perl
42050            ! hints/openbsd.sh
42051 ____________________________________________________________________________
42052 [  7396] By: jhi                                   on 2000/10/22  17:19:46
42053         Log: Subject: installman go-faster stripes
42054              From: Nicholas Clark <nick@talking.bollo.cx>
42055              Date: Sat, 21 Oct 2000 17:24:53 +0100
42056              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
42057              
42058              Subject: Re: installman go-faster stripes
42059              From: Russ Allbery <rra@stanford.edu>
42060              Date: 21 Oct 2000 11:04:13 -0700
42061              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
42062      Branch: perl
42063            ! installman pod/pod2man.PL
42064 ____________________________________________________________________________
42065 [  7395] By: jhi                                   on 2000/10/22  17:17:35
42066         Log: Hints tweak from Anton Berezin.
42067      Branch: perl
42068            ! hints/freebsd.sh
42069 ____________________________________________________________________________
42070 [  7394] By: jhi                                   on 2000/10/22  04:50:04
42071         Log: Tweak the Is* definitions of Unicode character classes
42072              to better match the official categorizations; embrace
42073              the official categorizations; add the combining marks
42074              as alpha (and -numeric); fix DCinital (a typo and edito)
42075              to be DCmedial.
42076      Branch: perl
42077            + lib/unicode/Is/DCmedial.pl
42078            - lib/unicode/Is/DCinital.pl
42079            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42080            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
42081            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
42082            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42083 ____________________________________________________________________________
42084 [  7393] By: jhi                                   on 2000/10/21  18:06:05
42085         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
42086              From: Daniel Chetlin <daniel@chetlin.com>
42087              Date: Sat, 21 Oct 2000 02:57:03 -0700
42088              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
42089      Branch: perl
42090            + t/lib/tie-splice.t
42091            ! MANIFEST lib/Tie/Array.pm
42092 ____________________________________________________________________________
42093 [  7392] By: gsar                                  on 2000/10/21  18:05:15
42094         Log: resync utfperl branch with mainline
42095      Branch: utfperl
42096           !> (integrate 1760 files)
42097 ____________________________________________________________________________
42098 [  7391] By: jhi                                   on 2000/10/21  14:37:49
42099         Log: Testcases for a #7383,#7385 related bug.
42100              
42101              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
42102              From: Nicholas Clark <nick@ccl4.org>
42103              Date: Sat, 21 Oct 2000 15:04:51 +0100
42104              Message-ID: <20001021150451.A51566@plum.flirble.org>
42105      Branch: perl
42106            ! t/pragma/utf8.t
42107 ____________________________________________________________________________
42108 [  7390] By: jhi                                   on 2000/10/21  14:35:57
42109         Log: Add a testcase for #7389.
42110      Branch: perl
42111            ! t/pragma/warn/op
42112 ____________________________________________________________________________
42113 [  7389] By: jhi                                   on 2000/10/21  14:26:45
42114         Log: Subject: Re: Creating const subs for constants.
42115              From: John Tobey <jtobey@john-edwin-tobey.org>
42116              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
42117              Message-Id: <m13mo0N-000FObC@feynman.localnet>
42118      Branch: perl
42119            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
42120            ! proto.h sv.c
42121 ____________________________________________________________________________
42122 [  7388] By: nick                                  on 2000/10/21  11:44:23
42123         Log: Populate perlio branch
42124      Branch: perlio
42125           +> (branch 1760 files)
42126 ____________________________________________________________________________
42127 [  7387] By: nick                                  on 2000/10/21  10:52:05
42128         Log: Get branch back as replica of mainline via :
42129              p4 integrate -b utfperl
42130              p4 resolve -at ./...
42131      Branch: utfperl
42132           +> (branch 269 files)
42133            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
42134            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
42135            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
42136            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
42137            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
42138            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42139            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42140            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42141            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42142            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42143            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42144            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42145            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42146            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42147            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42148            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42149            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42150            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42151            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
42152            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
42153            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
42154            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
42155            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
42156            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
42157            - lib/unicode/UCD300.html lib/unicode/Unicode.300
42158            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
42159            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
42160            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
42161            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
42162           !> (integrate 965 files)
42163 ____________________________________________________________________________
42164 [  7386] By: jhi                                   on 2000/10/21  01:31:12
42165         Log: Update Changes.
42166      Branch: perl
42167            ! Changes patchlevel.h
42168 ____________________________________________________________________________
42169 [  7385] By: jhi                                   on 2000/10/21  01:28:42
42170         Log: The #7383 was right only in the context of the original bug report,
42171              not in more general case.
42172      Branch: perl
42173            ! pp_hot.c
42174 ____________________________________________________________________________
42175 [  7384] By: jhi                                   on 2000/10/21  01:08:23
42176         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
42177      Branch: perl
42178            ! ext/IO/lib/IO/Select.pm
42179 ____________________________________________________________________________
42180 [  7383] By: jhi                                   on 2000/10/21  00:44:18
42181         Log: Fix for ID 20001020.006, concatenating an unset submatch
42182              with utf8 resulted in "Modification of a read-only value".
42183      Branch: perl
42184            ! pp_hot.c t/pragma/utf8.t
42185 ____________________________________________________________________________
42186 [  7382] By: jhi                                   on 2000/10/20  20:44:31
42187         Log: Make scan_num() reëntrant, as suggested in
42188              
42189              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42190              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42191              Date: Fri, 20 Oct 2000 14:17:27 +0100
42192              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
42193      Branch: perl
42194            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
42195            ! toke.c
42196 ____________________________________________________________________________
42197 [  7381] By: jhi                                   on 2000/10/20  20:07:29
42198         Log: Reëntrancy fix.
42199              
42200              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42201              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42202              Date: Fri, 20 Oct 2000 14:17:27 +0100
42203              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
42204      Branch: perl
42205            ! embed.h embed.pl perl.h proto.h toke.c
42206 ____________________________________________________________________________
42207 [  7380] By: jhi                                   on 2000/10/20  19:15:54
42208         Log: Don't write double values through long double pointers,
42209              based on a part of
42210              
42211              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42212              From: Jens Hamisch <jens@Strawberry.COM>
42213              Date: Tue, 17 Oct 2000 08:39:36 +0200
42214              Message-Id: <20001017083936.A11104@Strawberry.COM>
42215      Branch: perl
42216            ! perl.h pp.c
42217 ____________________________________________________________________________
42218 [  7379] By: jhi                                   on 2000/10/20  18:43:37
42219         Log: Portability tweak on #7377.
42220              
42221              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
42222              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42223              Date:     Fri, 20 Oct 2000 13:13:41 EDT
42224              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
42225      Branch: perl
42226            ! t/lib/dprof.t
42227 ____________________________________________________________________________
42228 [  7378] By: jhi                                   on 2000/10/20  12:57:19
42229         Log: SOCKS function redefinitions need prototypes, too, otherwise
42230              for example 32 bit versus 64 bit differences cause a lot of
42231              problems.  Part of
42232              
42233              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42234              From: Jens Hamisch <jens@Strawberry.COM>
42235              Date: Tue, 17 Oct 2000 08:39:36 +0200
42236              Message-Id: <20001017083936.A11104@Strawberry.COM>
42237      Branch: perl
42238            ! doio.c pp_sys.c
42239 ____________________________________________________________________________
42240 [  7377] By: jhi                                   on 2000/10/20  12:37:12
42241         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
42242              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42243              Date:     Fri, 20 Oct 2000 08:26:04 EDT
42244              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
42245      Branch: perl
42246            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
42247 ____________________________________________________________________________
42248 [  7376] By: jhi                                   on 2000/10/20  12:35:31
42249         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
42250              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42251              Date:     Fri, 20 Oct 2000 07:48:15 EDT
42252              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
42253      Branch: perl
42254            ! configure.com vms/gen_shrfls.pl
42255 ____________________________________________________________________________
42256 [  7375] By: bailey                                on 2000/10/20  04:44:37
42257         Log: SYN SYN
42258      Branch: vmsperl
42259           +> (branch 134 files)
42260            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
42261            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
42262            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
42263            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
42264            - eg/cgi/frameset.cgi eg/cgi/index.html
42265            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42266            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42267            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42268            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42269            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42270            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42271            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42272            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42273            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42274            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42275            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42276            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42277            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42278            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
42279            - lib/unicode/Props.txt lib/unicode/UCD300.html
42280            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42281            - utils/perlbc.PL vms/subconfigure.com
42282           !> (integrate 785 files)
42283 ____________________________________________________________________________
42284 [  7374] By: jhi                                   on 2000/10/20  00:59:48
42285         Log: In the latest compiler builds cccdlflags must not become -fpic,
42286              from Wilfredo Sánchez.
42287      Branch: perl
42288            ! hints/darwin.sh
42289 ____________________________________________________________________________
42290 [  7373] By: jhi                                   on 2000/10/20  00:56:35
42291         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
42292              From: Tony Cook <tony@develop-help.com>
42293              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
42294              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
42295      Branch: perl
42296            ! pod/perlop.pod
42297 ____________________________________________________________________________
42298 [  7372] By: jhi                                   on 2000/10/19  19:34:40
42299         Log: Typo noted by Mark Lutz.
42300      Branch: perl
42301            ! t/op/64bitint.t
42302 ____________________________________________________________________________
42303 [  7371] By: jhi                                   on 2000/10/19  19:33:13
42304         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
42305      Branch: metaconfig
42306            ! U/modified/Cppsym.U U/modified/Oldconfig.U
42307      Branch: metaconfig/U/perl
42308            ! End.U dlsrc.U libperl.U
42309      Branch: perl
42310            + hints/nonstopux.sh
42311            ! Configure MANIFEST config_h.SH
42312 ____________________________________________________________________________
42313 [  7370] By: jhi                                   on 2000/10/19  17:18:08
42314         Log: Subject: PATCH do_print has 2 PerlIO_error()s
42315              From: nick@ccl4.org
42316              Date: Thu, 19 Oct 2000 18:09:20 +0100
42317              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
42318      Branch: perl
42319            ! doio.c
42320 ____________________________________________________________________________
42321 [  7369] By: jhi                                   on 2000/10/19  14:01:49
42322         Log: Update Changes.
42323      Branch: perl
42324            ! Changes patchlevel.h
42325 ____________________________________________________________________________
42326 [  7368] By: jhi                                   on 2000/10/19  13:04:29
42327         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
42328              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42329              Date: Wed, 18 Oct 2000 13:12:01 +0200
42330              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
42331      Branch: perl
42332            ! hints/aix.sh
42333 ____________________________________________________________________________
42334 [  7367] By: jhi                                   on 2000/10/19  02:22:40
42335         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
42336              of a 'pmshort' anywhere in the B, so the offending line was simply
42337              removed.
42338      Branch: perl
42339            ! ext/B/B/Debug.pm
42340 ____________________________________________________________________________
42341 [  7366] By: jhi                                   on 2000/10/19  02:12:37
42342         Log: Add the test case for the bug id 20000730.004 which seems
42343              to have been fixed by now.
42344      Branch: perl
42345            ! t/pragma/utf8.t
42346 ____________________________________________________________________________
42347 [  7365] By: jhi                                   on 2000/10/18  23:36:24
42348         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
42349              From: Hugo <hv@crypt.compulink.co.uk>
42350              Date: Wed, 18 Oct 2000 23:25:58 +0100
42351              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
42352      Branch: perl
42353            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
42354 ____________________________________________________________________________
42355 [  7364] By: jhi                                   on 2000/10/18  21:12:53
42356         Log: (retracted)
42357      Branch: perl
42358            ! pp.c
42359 ____________________________________________________________________________
42360 [  7363] By: jhi                                   on 2000/10/18  20:55:38
42361         Log: Missing change from #7362.
42362      Branch: perl
42363            ! win32/perlhost.h
42364 ____________________________________________________________________________
42365 [  7362] By: jhi                                   on 2000/10/18  20:52:01
42366         Log: Borland C fstat() never saw the fd as writable.
42367              
42368              Subject: fix for Borland's weak "stat" (perl@7211)
42369              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42370              Date: Mon, 16 Oct 2000 09:55:03 +0400
42371              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
42372      Branch: perl
42373            ! win32/win32.c
42374 ____________________________________________________________________________
42375 [  7361] By: jhi                                   on 2000/10/18  17:43:50
42376         Log: Regen toc.
42377      Branch: perl
42378            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
42379 ____________________________________________________________________________
42380 [  7360] By: jhi                                   on 2000/10/18  17:07:44
42381         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42382              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
42383              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
42384              Date: Mon, 16 Oct 2000 15:19:49 +0200
42385      Branch: perl
42386            + README.aix
42387            ! MANIFEST
42388 ____________________________________________________________________________
42389 [  7359] By: jhi                                   on 2000/10/18  17:04:49
42390         Log: Subject: Pod patch for Devel::Peek
42391              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42392              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
42393              Date: Mon, 16 Oct 2000 12:26:34 +0200
42394      Branch: perl
42395            ! ext/Devel/Peek/Peek.pm
42396 ____________________________________________________________________________
42397 [  7358] By: jhi                                   on 2000/10/18  17:03:15
42398         Log: Make Cwd more bulletproof in chrooted environments.
42399              
42400              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
42401              From: "Eric E. Coe" <Eric.Coe@oracle.com>
42402              Date: Wed, 18 Oct 2000 04:03:54 -0400
42403              Message-Id: <39ED596A.70E599FE@oracle.com>
42404      Branch: perl
42405            ! lib/Cwd.pm
42406 ____________________________________________________________________________
42407 [  7357] By: jhi                                   on 2000/10/18  16:37:26
42408         Log: Disable the UTF8 downgrade croakage for now to avoid
42409              too many not okay messages.
42410      Branch: perl
42411            ! doio.c
42412 ____________________________________________________________________________
42413 [  7356] By: jhi                                   on 2000/10/17  23:29:41
42414         Log: Show the failed remote port, instead of the failing line number.
42415              
42416              Subject: [PATCH 5.6.1 Debugger] More diagnostics
42417              From: David Sparks <daves@ActiveState.com>
42418              Date: Tue, 17 Oct 2000 15:00:24 -0700
42419              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
42420      Branch: perl
42421            ! lib/perl5db.pl
42422 ____________________________________________________________________________
42423 [  7355] By: jhi                                   on 2000/10/17  14:11:31
42424         Log: On output try to downgrade to bytes, croak if impossible,
42425              from Simon Cozens.  This means that outputting >255 UTF8
42426              is impossible.  Consider this as a strong incentive to get
42427              the I/O disciplines implemented.
42428      Branch: perl
42429            ! doio.c pod/perldiag.pod sv.c
42430 ____________________________________________________________________________
42431 [  7354] By: jhi                                   on 2000/10/17  13:42:23
42432         Log: Clarify documentation on 'use bytes'.
42433              
42434              Subject: Re: What does 'use bytes' "mean" ?
42435              From: Simon Cozens <simon@cozens.net>
42436              Date: Mon, 18 Sep 2000 18:24:25 +0100
42437              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
42438      Branch: perl
42439            ! lib/bytes.pm
42440 ____________________________________________________________________________
42441 [  7353] By: jhi                                   on 2000/10/17  13:28:12
42442         Log: Workaround for a sfio bug where the stream error indicator
42443              is not cleared as documented.
42444              
42445              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42446              From: Nicholas Clark <nick@ccl4.org>
42447              Date: Mon, 16 Oct 2000 18:28:23 +0100
42448              Message-ID: <20001016182823.J19700@plum.flirble.org>
42449      Branch: perl
42450            ! doio.c
42451 ____________________________________________________________________________
42452 [  7352] By: jhi                                   on 2000/10/17  13:06:19
42453         Log: More IoTYPE sprinkling.
42454      Branch: perl
42455            ! doio.c pp_hot.c
42456 ____________________________________________________________________________
42457 [  7351] By: jhi                                   on 2000/10/16  22:47:07
42458         Log: Detect early whether the std streams have gone bad.
42459              
42460              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42461              Date: Mon, 16 Oct 2000 23:28:42 +0100
42462              From: Nicholas Clark <nick@ccl4.org>
42463              Message-ID: <20001016232842.A37942@plum.flirble.org>
42464      Branch: perl
42465            ! t/op/misc.t
42466 ____________________________________________________________________________
42467 [  7350] By: jhi                                   on 2000/10/16  22:45:16
42468         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
42469              From: "Peter J. Farley III" <pjfarley@banet.net>
42470              Date: Mon, 16 Oct 2000 18:15:59 -0400
42471              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
42472      Branch: perl
42473            ! djgpp/djgpp.c dosish.h t/io/open.t
42474 ____________________________________________________________________________
42475 [  7349] By: jhi                                   on 2000/10/16  22:36:45
42476         Log: perldelta tweak.
42477      Branch: perl
42478            ! pod/perldelta.pod
42479 ____________________________________________________________________________
42480 [  7348] By: jhi                                   on 2000/10/16  15:17:53
42481         Log: Update Changes.
42482      Branch: perl
42483            ! Changes patchlevel.h
42484 ____________________________________________________________________________
42485 [  7347] By: jhi                                   on 2000/10/16  13:55:27
42486         Log: Add the capability to include/exclude branches.
42487      Branch: perl
42488            ! Porting/genlog
42489 ____________________________________________________________________________
42490 [  7346] By: jhi                                   on 2000/10/16  13:18:04
42491         Log: Add Charles Lane.
42492      Branch: perl
42493            ! AUTHORS Changes
42494 ____________________________________________________________________________
42495 [  7345] By: jhi                                   on 2000/10/16  13:13:21
42496         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
42497      Branch: perl
42498            ! pod/perldelta.pod
42499 ____________________________________________________________________________
42500 [  7344] By: gsar                                  on 2000/10/16  09:30:21
42501         Log: integrate change#6220 from cfgperl
42502              
42503              Win32 patches from Benjamin Stuhl.
42504      Branch: maint-5.6/perl
42505           !> makedef.pl win32/win32.h
42506 ____________________________________________________________________________
42507 [  7343] By: gsar                                  on 2000/10/16  08:32:19
42508         Log: integrate changes#6221,6222 from cfgperl
42509              
42510              Remove tr///CU (the feature is to be obsoleted by better interfaces).
42511              From: simon@brecon.co.uk (Simon Cozens)
42512              Subject: [PATCH] Eliminate tr///[CU][CU]
42513              Date: 23 Jun 2000 11:05:40 GMT
42514              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
42515              
42516              doc typo fix
42517              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
42518              From: Ian Phillipps <Ian.Phillipps@iname.com>
42519              Date: Fri, 23 Jun 2000 10:40:58 +0100
42520              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
42521      Branch: maint-5.6/perl
42522           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
42523 ____________________________________________________________________________
42524 [  7342] By: gsar                                  on 2000/10/16  08:28:08
42525         Log: integrate change#6217 from cfgperl (in part)
42526              
42527              Rename the fdpid locking and integrate with Sarathy.
42528      Branch: maint-5.6/perl
42529           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
42530           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
42531           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
42532           !> win32/win32.c
42533 ____________________________________________________________________________
42534 [  7341] By: gsar                                  on 2000/10/16  08:23:39
42535         Log: integrate changes#6214..6216 from mainline
42536              
42537              @_ can't have junk in it even in the non-USE_ITHREADS case because
42538              caller() wants to populate @DB::args with it (causes a coredump
42539              in Carp::confess())
42540              
42541              tweak comment about @DB::args
42542              
42543              be more optimal about clearing @_
42544      Branch: maint-5.6/perl
42545           !> av.h cop.h pp_ctl.c t/op/runlevel.t
42546 ____________________________________________________________________________
42547 [  7340] By: gsar                                  on 2000/10/16  08:20:37
42548         Log: integrate changes#6207..6210 from cfgperl
42549              
42550              Subject: [PATCH 5.6.0] Threadsafe patches
42551              From: Dan Sugalski <dan@sidhe.org>
42552              To: perl5-porters@perl.org
42553              Date: Mon, 08 May 2000 18:08:13 -0400
42554              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
42555              
42556              Regen headers for #6207.
42557              
42558              Lock PL_fdpid against race conditions, based on:
42559              Subject: [PATCH 5.6.0]subprocess fixup for threads
42560              From: Dan Sugalski <dan@sidhe.org>
42561              To: perl5-porters@perl.org
42562              Date: Tue, 11 Apr 2000 17:02:32 -0400
42563              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
42564              
42565              Mopup for #6207 and #6209.
42566      Branch: maint-5.6/perl
42567           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
42568           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
42569           !> win32/win32.c
42570 ____________________________________________________________________________
42571 [  7339] By: gsar                                  on 2000/10/16  08:14:34
42572         Log: integrate change#6203 from cfgperl
42573              
42574              perldiag should refer to perlos2.pod not README.os2
42575      Branch: maint-5.6/perl
42576           !> pod/perldiag.pod
42577 ____________________________________________________________________________
42578 [  7338] By: gsar                                  on 2000/10/16  08:11:42
42579         Log: integrate change#6201 from mainline
42580              
42581              Perl_eval_pv() leaks 4 bytes every time it is called because it
42582              does a PUSHMARK that's never ever POPMARKed; in general, only
42583              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
42584              Perl_eval_[sp]v() don't because they don't take any incoming
42585              arguments (this leak has been around since the original version
42586              of perl_eval_pv() in 5.003_97e)
42587      Branch: maint-5.6/perl
42588           !> perl.c
42589 ____________________________________________________________________________
42590 [  7337] By: gsar                                  on 2000/10/16  08:08:47
42591         Log: integrate changes#6197..6200 from cfgperl
42592              
42593              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
42594              From: John Borwick <jhborwic@unity.ncsu.edu>
42595              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
42596              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
42597              
42598              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
42599              From: Dan Sugalski <dan@sidhe.org>
42600              To: vmsperl@perl.org, perl5-porters@perl.org
42601              Date: Fri, 02 Jun 2000 16:00:41 -0400
42602              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
42603              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
42604              
42605              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
42606              From: Dan Sugalski <dan@sidhe.org>
42607              To: perl5-porters@perl.org, vmsperl@perl.org
42608              Date: Fri, 02 Jun 2000 17:30:51 -0400
42609              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
42610              
42611              Update to cperl-mode.el 4.31 from
42612              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
42613              Subject: A couple of notes
42614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42615              To: Mailing list Perl5 <perl5-porters@perl.org>
42616              Date: Sat, 3 Jun 2000 23:33:32 -0400
42617              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
42618      Branch: maint-5.6/perl
42619           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
42620           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
42621           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
42622           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
42623           !> vms/vmsish.h
42624 ____________________________________________________________________________
42625 [  7336] By: gsar                                  on 2000/10/16  08:03:46
42626         Log: integrate changes#6194,6195 from mainline
42627              
42628              fix small eval"" memory leaks under USE_ITHREADS
42629              
42630              fix yet another eval"" leak under USE_ITHREADS
42631      Branch: maint-5.6/perl
42632           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
42633           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
42634           !> vms/perly_c.vms
42635 ____________________________________________________________________________
42636 [  7335] By: gsar                                  on 2000/10/16  08:02:15
42637         Log: integrate changes#6190,6191 from mainline
42638              
42639              submit missing embed.pl change
42640              
42641              vec() loses numericalness (modified version of patch suggested
42642              by Robin Barker)
42643      Branch: maint-5.6/perl
42644           !> doop.c embed.pl t/op/vec.t
42645 ____________________________________________________________________________
42646 [  7334] By: gsar                                  on 2000/10/16  08:01:03
42647         Log: integrate change#6189 from mainline
42648              
42649              counting tr/// corrupts later operation (from M.J.T Guy)
42650      Branch: maint-5.6/perl
42651           !> doop.c t/op/tr.t
42652 ____________________________________________________________________________
42653 [  7333] By: gsar                                  on 2000/10/16  07:59:07
42654         Log: integrate changes#6183..6188 from mainline
42655              
42656              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
42657              <nick@ccl4.org>)
42658              
42659              tweak for change#6127
42660              
42661              remove incorrect documentation about implicit split to @_ in
42662              list context, which never really worked in perl 5 (from
42663              M.J.T. Guy)
42664              
42665              further qualify references to "alphanumeric" (from Wolfgang Laun
42666              <wolfgang.laun@alcatel.at>)
42667              
42668              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
42669              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
42670              
42671              h2xs tweaks
42672      Branch: maint-5.6/perl
42673           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
42674           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
42675           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
42676           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
42677           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
42678           !> pod/pod2latex.PL utils/h2xs.PL
42679 ____________________________________________________________________________
42680 [  7332] By: gsar                                  on 2000/10/16  07:53:52
42681         Log: integrate change#6179 from mainline
42682              
42683              buggy modulus on UVs introduced by change#3378 (resulted in
42684              4063328477 % 65535 amounting to 27406, instead of 27407)
42685      Branch: maint-5.6/perl
42686           !> pp.c t/op/arith.t
42687 ____________________________________________________________________________
42688 [  7331] By: gsar                                  on 2000/10/16  07:52:49
42689         Log: integrate changes#6176,6177,6178,6182 from cfgperl
42690              
42691              Single-quoted utf8 patch from Simon Cozens.
42692              
42693              Substitution utf8 patch from Simon Cozens.
42694              
42695              Be cleaner.
42696              
42697              Be Cleaner Part Deux.
42698      Branch: maint-5.6/perl
42699           !> Makefile.SH pp_hot.c toke.c
42700 ____________________________________________________________________________
42701 [  7330] By: gsar                                  on 2000/10/16  07:41:36
42702         Log: integrate change#6172 from mainline
42703              
42704              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
42705              (from Ilya Zakharevich)
42706      Branch: maint-5.6/perl
42707           !> regexec.c t/op/re_tests
42708 ____________________________________________________________________________
42709 [  7329] By: gsar                                  on 2000/10/16  07:40:25
42710         Log: integrate change#6171 from mainline
42711              
42712              scalar() doesn't force scalar context when used in void context
42713              (from Simon Cozens)
42714      Branch: maint-5.6/perl
42715           !> op.c t/op/wantarray.t
42716 ____________________________________________________________________________
42717 [  7328] By: gsar                                  on 2000/10/16  07:39:33
42718         Log: integrate change#6170 from mainline
42719              
42720              change#6142 needs tweaks to tests to work where there's no
42721              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
42722      Branch: maint-5.6/perl
42723           !> t/lib/filefind.t
42724 ____________________________________________________________________________
42725 [  7327] By: gsar                                  on 2000/10/16  07:35:34
42726         Log: integrate changes#6166..6168 from cfgperl
42727              
42728              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
42729              in case somebody wants to write an extension for more
42730              shadow database interfaces.
42731              
42732              tweak todo
42733              
42734              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
42735      Branch: maint-5.6/perl
42736           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42737           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
42738           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
42739           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
42740           !> win32/config.vc win32/config_H.bc win32/config_H.gc
42741           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
42742 ____________________________________________________________________________
42743 [  7326] By: gsar                                  on 2000/10/16  07:29:05
42744         Log: integrate changes#6157,6159..6161,6164 from cfgperl
42745              
42746              Regen Configure to jive with #6149.
42747              
42748              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
42749              
42750              Changes for the File::Temp 0.08 (change #6159) test suite
42751              to fit better into the Perl distribution test framework.
42752              
42753              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
42754              both from Simon Cozens.
42755              
42756              detypo
42757      Branch: maint-5.6/perl
42758           +> pod/perlmodlib.PL pod/perlnewmod.pod
42759           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
42760           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
42761           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42762           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
42763 ____________________________________________________________________________
42764 [  7325] By: gsar                                  on 2000/10/16  07:25:13
42765         Log: integrate change#6158 from vmsperl
42766              
42767              Add fallback to tmpfile for use in cases where user's relying on
42768              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
42769              Lane's patch)
42770      Branch: maint-5.6/perl
42771           !> vms/vms.c vms/vmsish.h
42772 ____________________________________________________________________________
42773 [  7324] By: gsar                                  on 2000/10/16  07:20:50
42774         Log: integrate changes#6153..6155 from mainline
42775              
42776              prettier Test::Harness output on failed tests (from Nicholas Clark
42777              <nick@Bagpuss.uk.boo.com>)
42778              
42779              avoid type mismatch warning
42780              
42781              small bug in change#6144; remove random \xA0 character that snuck
42782              in via change#6145
42783      Branch: maint-5.6/perl
42784           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
42785           !> perl.c
42786 ____________________________________________________________________________
42787 [  7323] By: gsar                                  on 2000/10/16  07:18:47
42788         Log: integrate changes#6151,6152 from mainline
42789              
42790              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
42791              
42792              cosmetic fixups of RE debug output (from Ilya Zakharevich)
42793      Branch: maint-5.6/perl
42794           !> regexec.c
42795 ____________________________________________________________________________
42796 [  7322] By: gsar                                  on 2000/10/16  07:17:25
42797         Log: integrate changes#6146..6150 from mainline
42798              
42799              doc typo
42800              
42801              add a make entry to Config.pm so "perl -V:make" works on VMS
42802              (from Peter Prymmer)
42803              
42804              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
42805              
42806              OS/2 tweaks for usethreads build (from Rocco Caputo
42807              <troc@netrus.net>)
42808              
42809              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
42810      Branch: maint-5.6/perl
42811           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
42812           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
42813           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
42814           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
42815           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
42816           !> warnings.pl x2p/a2p.h
42817 ____________________________________________________________________________
42818 [  7321] By: gsar                                  on 2000/10/16  07:14:02
42819         Log: integrate changes#6143..6145 from mainline
42820              
42821              MacOS support, part 1 (from Matthias Neeracher
42822              <neeri@iis.ee.ethz.ch>)
42823              
42824              MacOS support, part 2: make AutoSplit use File::Spec instead
42825              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
42826              <neeri@iis.ee.ethz.ch>)
42827              
42828              make xsubpp skip embedded pod (from Matthias Neeracher
42829              <neeri@iis.ee.ethz.ch>)
42830      Branch: maint-5.6/perl
42831           +> ext/DynaLoader/dl_mac.xs
42832           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
42833           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
42834           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
42835           !> pp_ctl.c proto.h toke.c util.c util.h
42836 ____________________________________________________________________________
42837 [  7320] By: gsar                                  on 2000/10/16  07:12:13
42838         Log: integrate changes#6141,6142 from mainline
42839              
42840              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
42841              forwarded by Peter Seebach from the bsdi-users mailing list.
42842              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
42843              
42844              File::Find fails to chdir when chasing symlinks (from
42845              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
42846      Branch: maint-5.6/perl
42847           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
42848 ____________________________________________________________________________
42849 [  7319] By: gsar                                  on 2000/10/16  07:04:30
42850         Log: integrate change#6139 from mainline
42851              
42852              revise mktables.PL for bugs and newness in Unicode 3.0
42853              (from James Bence <jbence@amgen.com>)
42854      Branch: maint-5.6/perl
42855           +> (branch 30 files)
42856           !> (integrate 49 files)
42857 ____________________________________________________________________________
42858 [  7318] By: gsar                                  on 2000/10/16  07:01:01
42859         Log: integrate changes#6137,6138 from mainline
42860              
42861              fix bogus redeclaration warning for "our" variables in different
42862              scopes
42863              
42864              add note about the handling of negative indices to tied arrays
42865              (from Michael G Schwern <schwern@pobox.com>)
42866      Branch: maint-5.6/perl
42867           !> op.c pod/perltie.pod t/pragma/strict-vars
42868 ____________________________________________________________________________
42869 [  7317] By: gsar                                  on 2000/10/16  06:58:46
42870         Log: integrate changes#6127..6136 from mainline
42871              
42872              call_method(...,G_EVAL) can longjmp() out if the method probing
42873              failed (from Gisle Aas)
42874              
42875              new perlxstut example for passing/returning refs to arrays
42876              (from David Lowe <dlowe@pootpoot.com>)
42877              
42878              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
42879              
42880              fix places that mean C<"word" character> but say C<alphanumeric
42881              character>
42882              
42883              avoid warnings in POSIX.pm (from Barrie Slaymaker)
42884              
42885              warnings::enabled() doesn't fall back to looking at $^W if
42886              caller isn't using lexical warnings (from Paul Marquess)
42887              
42888              elide bogus test in change#6132
42889              
42890              make Test::Harness use wait.h/WCOREDUMP if available
42891              (from Ben Tilly <ben_tilly@hotmail.com>)
42892              
42893              enable Test::Harness to dynamically determine column width etc.
42894              (from Rob Napier <rnapier@employees.org>)
42895              
42896              random pod typos (from Peter Scott <Peter@PSDT.com>)
42897      Branch: maint-5.6/perl
42898           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
42899           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
42900           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
42901           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
42902 ____________________________________________________________________________
42903 [  7316] By: gsar                                  on 2000/10/16  06:53:23
42904         Log: integrate change#6126 from mainline
42905              
42906              change#2879 broke rvalue autovivification of magicals such as
42907              ${$num} (reworked variant of patch suggested by Simon Cozens)
42908      Branch: maint-5.6/perl
42909           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
42910           !> pp_hot.c proto.h t/op/gv.t
42911 ____________________________________________________________________________
42912 [  7315] By: gsar                                  on 2000/10/16  06:51:38
42913         Log: integrate changes#6123,6125 from mainline
42914              
42915              clarify gotcha with #line directives (from Rocco Caputo
42916              <troc@netrus.net>)
42917              
42918              enable propagating exception objects via Perl_croak() in XS code
42919              (from Gisle Aas)
42920      Branch: maint-5.6/perl
42921           !> pod/perldebug.pod pod/perlsyn.pod util.c
42922 ____________________________________________________________________________
42923 [  7314] By: gsar                                  on 2000/10/16  06:49:28
42924         Log: integrate change#6122 from mainline
42925              
42926              downgrade fatal error on C<"foo@nosucharray.com"> to optional
42927              warning (from Mark-Jason Dominus)
42928      Branch: maint-5.6/perl
42929           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
42930           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
42931           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
42932           !> toke.c
42933 ____________________________________________________________________________
42934 [  7313] By: gsar                                  on 2000/10/16  06:46:54
42935         Log: integrate changes#6112..6121 from vmsperl
42936              
42937              Check for existence of file before trying to delete
42938              
42939              Ugly workaround for version-specific RTL error
42940              
42941              Urk -- undo previous removal of vmsish 'exit' change
42942              
42943              Add bounds checking for several strings (Charles Lane)
42944              
42945              Miscellaneous cosmetic fixes (Charles Lane)
42946              
42947              Treat sockets as special in sys(read|write) (Charles Lane et al.)
42948              
42949              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
42950              Flatten case labels in switch statements uniformly (Charles Bailey)
42951              
42952              Quiet error messages in vmsish.t (Charles Lane)
42953              
42954              Add missing escape (Charles Lane)
42955              
42956              Allow eliminate_macros() and fixpath() to handle space-delimited
42957              lists (based on fixes by Craig Berry)
42958      Branch: maint-5.6/perl
42959           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
42960           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
42961           !> vms/vmsish.h
42962 ____________________________________________________________________________
42963 [  7312] By: gsar                                  on 2000/10/16  06:41:18
42964         Log: integrate changes#6107,6110 from cfgperl
42965              
42966              Tweak the todo list.
42967              
42968              todo tweak
42969      Branch: maint-5.6/perl
42970           !> Todo-5.6
42971 ____________________________________________________________________________
42972 [  7311] By: gsar                                  on 2000/10/16  06:38:38
42973         Log: integrate changes#6104,6108 from mainline
42974              
42975              PL_sys_intern was being initialized too late on windows
42976              
42977              reenable fake signal handling on Windows, bugs and all
42978      Branch: maint-5.6/perl
42979           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
42980           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
42981           !> win32/win32.c
42982 ____________________________________________________________________________
42983 [  7310] By: gsar                                  on 2000/10/16  06:36:03
42984         Log: integrate changes#6095,6097..6103 from cfgperl
42985              
42986              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
42987              might be useful in future.
42988              
42989              Add a note about possible compilation problems from Allen Smith.
42990              
42991              Add a note about other, yet unsupported, shadow password APIs.
42992              
42993              Tweaks for the cc bugs from Allen Smith.
42994              
42995              More compilation tweakery from Allen Smith.
42996              
42997              Hints and test tweaks for Unicos.
42998              
42999              The test suite tweak in #6101 wasn't quite right.
43000              
43001              Test tweaking for Unicos continues.
43002      Branch: maint-5.6/perl
43003           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43004           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
43005           !> t/lib/complex.t t/op/64bitint.t
43006 ____________________________________________________________________________
43007 [  7309] By: gsar                                  on 2000/10/16  06:29:41
43008         Log: integrate changes#6093,6094 from mainline
43009              
43010              fork() failure to create pseudo process sets errno=EAGAIN and returns
43011              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
43012              
43013              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
43014      Branch: maint-5.6/perl
43015           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
43016           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
43017 ____________________________________________________________________________
43018 [  7308] By: gsar                                  on 2000/10/16  06:27:29
43019         Log: integrate change#6092 from cfgperl
43020              
43021              Regen perltoc with the fixed buildtoc.
43022      Branch: maint-5.6/perl
43023           !> pod/perltoc.pod
43024 ____________________________________________________________________________
43025 [  7307] By: gsar                                  on 2000/10/16  06:26:40
43026         Log: integrate changes#6089,6090 from mainline
43027              
43028              buildtoc tweak to fix newline lossage
43029              
43030              concat doesn't preserve utf8-ness, and doesn't invalidate
43031              [NI]OK; added tests for both
43032      Branch: maint-5.6/perl
43033           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
43034 ____________________________________________________________________________
43035 [  7306] By: gsar                                  on 2000/10/16  06:24:05
43036         Log: integrate change#6088 from cfgperl
43037              
43038              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
43039              because we do not use those.  The HAS_GETSPNAM remains,
43040              though, because we still do use that.
43041      Branch: maint-5.6/perl
43042           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43043           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
43044           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
43045           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
43046           !> win32/config.vc win32/config_H.bc win32/config_H.gc
43047           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
43048 ____________________________________________________________________________
43049 [  7305] By: gsar                                  on 2000/10/16  06:15:52
43050         Log: integrate changes#6084,6085,6087 from mainline
43051              
43052              substr() does not preserve utf8-ness (from Stefan Eissing
43053              <Eissing@medicaldataservice.de>); added tests
43054              
43055              repeat operator (x) doesn't preserve utf8-ness
43056              
43057              reverse() and quotemeta() weren't preserving utf8-ness; add tests
43058      Branch: maint-5.6/perl
43059           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
43060 ____________________________________________________________________________
43061 [  7304] By: gsar                                  on 2000/10/16  06:13:10
43062         Log: integrate changes#6077..6083 from mainline
43063              
43064              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
43065              and Tom Phoenix)
43066              
43067              workaround for CRT bug in chdir() (from Charles Lane, via
43068              Peter Prymmer)
43069              
43070              remove outdated kludge in Carp (NULLs are permitted in diagnostics
43071              now)
43072              
43073              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
43074              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43075              
43076              better default perlbug categories for ok reports (from Richard Foley)
43077              
43078              peek.t non-portable to ithreads
43079              
43080              note about undocumented caller() return value (from M.J.T. Guy);
43081              yet another peek.t tweak
43082      Branch: maint-5.6/perl
43083           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43084           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43085           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
43086           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
43087           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
43088           !> vms/vmsish.h
43089 ____________________________________________________________________________
43090 [  7303] By: gsar                                  on 2000/10/16  06:03:18
43091         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
43092              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
43093              
43094              &HUGE_VAL is not defined, it exists.
43095              
43096              Do not warn that an infinity does not look like a number.
43097              
43098              Rewrite the pwent/spent logic to be a little bit more clearer.
43099              
43100              Continue on the pwent/spent case.
43101              
43102              Correct Freudian slip.
43103              
43104              Use HUGE_VALL if applicable.
43105              
43106              pwent/spent #ifdef imbalance.
43107              
43108              Infinite problems.
43109              
43110              Call getspnam() only iff needd.
43111              
43112              Test both the scalar and list contexts.
43113              
43114              Use setxxent()/endxxent().
43115              
43116              Complex tweakery.
43117              
43118              Unicos hint tweak.
43119              
43120              Be more forgiving in POSIX about HUGE_VALL.
43121              
43122              Detypo.
43123              
43124              The search of infinity continues, this time simplified.
43125              
43126              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
43127              in natively 64-bit platforms where a long is a quad (no need
43128              for long longs).  Also added bias for IVs.
43129              
43130              Complex tweaks.
43131              
43132              Introduce t/lib/peek.t.
43133              
43134              Make the test more portable.
43135      Branch: maint-5.6/perl
43136           +> t/lib/peek.t
43137            ! pp_sys.c
43138           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
43139           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
43140           !> t/op/pwent.t toke.c util.c
43141 ____________________________________________________________________________
43142 [  7302] By: gsar                                  on 2000/10/16  05:03:37
43143         Log: integrate changes#6066..6071 from mainline
43144              
43145              s/END/CHECK/
43146              
43147              replace direct call to sighandler() with (*PL_sighandlerp)()
43148              
43149              note about values()
43150              
43151              File::Spec compatibility update (from Barrie Slaymaker
43152              <barries@slaysys.com>)
43153              
43154              remove misleading comment (from M.J.T. Guy)
43155              
43156              misformatted perllocal.pod (from Tim Jenness
43157              <t.jenness@jach.hawaii.edu>)
43158      Branch: maint-5.6/perl
43159           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
43160           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
43161           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
43162           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
43163 ____________________________________________________________________________
43164 [  7301] By: gsar                                  on 2000/10/16  05:00:08
43165         Log: integrate changes#6061..6063 from mainline
43166              
43167              change#5921 neglected to make eq honor "use bytes"
43168              
43169              additional tests for utf8.t
43170              
43171              tokeq() could read unallocated field in argument
43172      Branch: maint-5.6/perl
43173           !> sv.c t/pragma/utf8.t toke.c
43174 ____________________________________________________________________________
43175 [  7300] By: gsar                                  on 2000/10/16  04:56:54
43176         Log: integrate changes#6046,6048,6057,6058 from mainline
43177              
43178              libscheck has insufficient checks for n32 libs (from
43179              Albert Chin-A-Young <china@thewrittenword.com>)
43180              
43181              add note about how $( doesn't interpolate in REs (from
43182              Philip Newton <newton@ficus.frogspace.net>)
43183              
43184              fix broken parsing of /\x{ab}/
43185              
43186              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
43187              (spotted by Donald Kinzer <dkinzer@premia.com>)
43188      Branch: maint-5.6/perl
43189           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
43190           !> t/pragma/utf8.t
43191 ____________________________________________________________________________
43192 [  7299] By: gsar                                  on 2000/10/16  04:52:50
43193         Log: integrate change#6044 from mainline
43194              
43195              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
43196              such that underscores are only ignored in literal numbers,
43197              "\x{...}", and hex/oct argument
43198      Branch: maint-5.6/perl
43199           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
43200 ____________________________________________________________________________
43201 [  7298] By: gsar                                  on 2000/10/16  04:50:53
43202         Log: integrate changes#6027..6043 from mainline
43203              
43204              podlators-1.02 update (from Russ Allbery)
43205              
43206              Pod::Man generates groff-incompatible macro definition (from
43207              Tom Christiansen)
43208              
43209              add CGI.pm v2.66 (from Lincoln Stein)
43210              
43211              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
43212              for @- and @+ (from Johan Vromans)
43213              
43214              small nits in diagnostics.pm (from Robin Barker)
43215              
43216              whitespace adjustments
43217              
43218              missing files in MANIFEST
43219              
43220              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
43221              to compensate
43222              
43223              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
43224              
43225              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
43226      Branch: maint-5.6/perl
43227           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
43228           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
43229           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
43230           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
43231           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
43232           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
43233           !> t/lib/cgi-html.t t/lib/cgi-request.t
43234 ____________________________________________________________________________
43235 [  7297] By: gsar                                  on 2000/10/16  04:44:30
43236         Log: integrate change#6025 from mainline
43237              
43238              Is{Alnum,Alpha,Word} don't match titlecase
43239              TODO: IsSpace is defined recursively!
43240              (both spotted by Larry)
43241      Branch: maint-5.6/perl
43242           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
43243           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
43244 ____________________________________________________________________________
43245 [  7296] By: gsar                                  on 2000/10/16  04:39:30
43246         Log: integrate change#6023 from mainline
43247              
43248              debugger stomps on $. (from M.J.T. Guy)
43249      Branch: maint-5.6/perl
43250           !> lib/perl5db.pl
43251 ____________________________________________________________________________
43252 [  7295] By: gsar                                  on 2000/10/16  04:38:02
43253         Log: integrate change#6022 from mainline
43254              
43255              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
43256      Branch: maint-5.6/perl
43257           !> sv.c
43258 ____________________________________________________________________________
43259 [  7294] By: gsar                                  on 2000/10/16  04:37:05
43260         Log: integrate changes#6018..6021 from mainline
43261              
43262              make lib/syslog.t portable to systems that don't have _PATH_LOG,
43263              make _PATH_LOG() return "" if unavailable
43264              
43265              windows portability tweaks
43266              
43267              test tweak
43268              
43269              remove Win2K issue in pod (fixed by change#6020)
43270      Branch: maint-5.6/perl
43271           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
43272           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
43273           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
43274 ____________________________________________________________________________
43275 [  7293] By: gsar                                  on 2000/10/16  04:20:00
43276         Log: integrate changes#6013..6015 from mainline
43277              
43278              tweak change#5945 to display correct switch name in diagnostic
43279              
43280              glob() loading File::Glob behind the scenes may cause syntax errors
43281              
43282              tweak test for portability
43283      Branch: maint-5.6/perl
43284           !> op.c perl.c pod/perldiag.pod t/lib/b.t
43285 ____________________________________________________________________________
43286 [  7292] By: gsar                                  on 2000/10/16  04:18:11
43287         Log: integrate changes#6005..6010 from mainline, cfgperl
43288              
43289              perldoc might fail via "use blib" (from Hugo van der Sanden)
43290              
43291              Regen Configure.
43292              
43293              note about compile failures and END blocks (from M.J.T. Guy)
43294              
43295              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
43296              
43297              (change#6009 integrated earlier in change#7255)
43298              
43299              clarify note about shadow password support (from
43300              gellyfish@gellyfish.com)
43301      Branch: maint-5.6/perl
43302           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43303           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
43304           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
43305 ____________________________________________________________________________
43306 [  7291] By: gsar                                  on 2000/10/16  04:12:03
43307         Log: integrate changes#6002,6003 from mainline
43308              
43309              destructive sv_setsv() can lose UV-ness from source, causing
43310              numeric promotions/comparisons to fail to do the right thing
43311              
43312              allow REG_EXPAND_SZ keys in Windows registry (from
43313              John Clayton <John.Clayton@barclayscapital.com>)
43314      Branch: maint-5.6/perl
43315           !> sv.c win32/win32.c
43316 ____________________________________________________________________________
43317 [  7290] By: gsar                                  on 2000/10/16  04:10:19
43318         Log: integrate change#6001 from mainline
43319              
43320              support additional library locations via $Config{otherlibdirs}
43321              (from Andy Dougherty)
43322      Branch: maint-5.6/perl
43323           !> Configure INSTALL Porting/Glossary Porting/config.sh
43324           !> Porting/config_H config_h.SH epoc/config.sh perl.c
43325           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
43326           !> win32/config.bc win32/config.gc win32/config.vc
43327 ____________________________________________________________________________
43328 [  7289] By: gsar                                  on 2000/10/16  04:08:28
43329         Log: integrate change#5999 from mainline
43330              
43331              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
43332      Branch: maint-5.6/perl
43333           !> t/pragma/warn/toke toke.c
43334 ____________________________________________________________________________
43335 [  7288] By: gsar                                  on 2000/10/16  04:07:01
43336         Log: integrate changes#5997,5998 from cfgperl
43337              
43338              Preserve $!.
43339              
43340              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
43341      Branch: maint-5.6/perl
43342           !> lib/Math/Complex.pm
43343 ____________________________________________________________________________
43344 [  7287] By: gsar                                  on 2000/10/16  04:04:37
43345         Log: integrate change#5995 from mainline
43346              
43347              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
43348      Branch: maint-5.6/perl
43349           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
43350 ____________________________________________________________________________
43351 [  7286] By: gsar                                  on 2000/10/16  04:03:21
43352         Log: integrate change#5994 from mainline
43353              
43354              fix for missed accounting for null byte in pack("Z",...) (from
43355              M.J.T. Guy)
43356      Branch: maint-5.6/perl
43357           !> pp.c t/op/pack.t
43358 ____________________________________________________________________________
43359 [  7285] By: gsar                                  on 2000/10/16  04:02:11
43360         Log: integrate changes#5989..5993 from mainline
43361              
43362              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
43363              itself and no other (from Tom Hughes)
43364              
43365              use $ENV{LIB} to search for libs under Visual C compiler
43366              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
43367              
43368              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
43369              
43370              pod nit (from Simon Cozens)
43371              
43372              various minor tweaks seen on p5p
43373      Branch: maint-5.6/perl
43374           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
43375           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
43376           !> t/op/array.t toke.c
43377 ____________________________________________________________________________
43378 [  7284] By: gsar                                  on 2000/10/16  03:59:00
43379         Log: integrate changes#5978..5988 from mainline
43380              
43381              sync version numbers in File::Spec with the ones on CPAN
43382              (from Barrie Slaymaker)
43383              
43384              under useithreads, constant pad entries could inadvertantly be
43385              shared across threads (from Eric Blood <eblood@xmission.com>);
43386              added Eric's test case to testsuite
43387              
43388              allow Configure -S to run non-interactively (spotted by Greg Hudson
43389              <ghudson@mit.edu>)
43390              
43391              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
43392              prototype mismatch with CORE::glob(); update pod and tests to
43393              suit (File::Glob::glob() is still available for backward
43394              compatibility, but should be considered deprecated)
43395              
43396              avoid error in IO::Socket::INET when given an unknown service name
43397              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
43398              
43399              numeric conversion of non-number in change#3378 tramples on
43400              OOK offset, causing segfaults
43401              
43402              attributes::reftype() doesn't work on tied argument
43403              
43404              forked child may not exit correctly if it failed to open
43405              /dev/console (from Graham Barr)
43406              
43407              add regular expressions tutorial and quick-start guide (from
43408              Mark Kvale <kvale@phy.ucsf.edu>)
43409              
43410              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
43411              
43412              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
43413              <paul@miraclefish.com>)
43414      Branch: maint-5.6/perl
43415           +> pod/perlrequick.pod pod/perlretut.pod
43416           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
43417           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
43418           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
43419           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
43420           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43421           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43422           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
43423           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
43424 ____________________________________________________________________________
43425 [  7283] By: gsar                                  on 2000/10/16  03:52:14
43426         Log: integrate change#5977 from mainline
43427              
43428              autoquote barewords followed by newline and arrow properly
43429              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
43430      Branch: maint-5.6/perl
43431           !> t/pragma/warn/toke toke.c
43432 ____________________________________________________________________________
43433 [  7282] By: gsar                                  on 2000/10/16  03:50:48
43434         Log: integrate change#5976 from mainline
43435              
43436              DB_File v1.73 update (from Paul Marquess)
43437      Branch: maint-5.6/perl
43438           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
43439           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
43440 ____________________________________________________________________________
43441 [  7281] By: gsar                                  on 2000/10/16  03:49:14
43442         Log: integrate change#5975 from mainline
43443              
43444              allow sort() reentrancy (variant of patch suggested by
43445              Hugo van der Sanden)
43446      Branch: maint-5.6/perl
43447           !> pp_ctl.c t/op/sort.t
43448 ____________________________________________________________________________
43449 [  7280] By: gsar                                  on 2000/10/16  03:48:22
43450         Log: integrate change#5974 from mainline
43451              
43452              change#4197 somehow missed initializing PL_errors, meaning
43453              syntax error queueing wasn't working outside eval"" at all;
43454              also fixed eval"" to localize PL_error_count, so that compile-time
43455              eval's don't clobber the error state of the outer context
43456      Branch: maint-5.6/perl
43457           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
43458           !> t/pragma/warn/toke
43459 ____________________________________________________________________________
43460 [  7279] By: gsar                                  on 2000/10/16  03:46:21
43461         Log: integrate change#5973 from mainline
43462              
43463              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
43464      Branch: maint-5.6/perl
43465           !> regcomp.c regexec.c t/op/re_tests
43466 ____________________________________________________________________________
43467 [  7278] By: gsar                                  on 2000/10/16  03:44:54
43468         Log: integrate change#5971 from cfgperl
43469              
43470              Unicos tweaks from Mark P. Lutz.
43471      Branch: maint-5.6/perl
43472           !> hints/unicos.sh lib/Math/Complex.pm
43473 ____________________________________________________________________________
43474 [  7277] By: gsar                                  on 2000/10/16  03:42:59
43475         Log: integrate changes#5966..5970 from mainline
43476              
43477              add testsuite for B backends, fix bug in B::Deparse (from
43478              Simon Cozens <simon@brecon.co.uk>)
43479              
43480              improved docs on the warn_uninit diagnostic (from David Glasser
43481              and Simon Cozens)
43482              
43483              tolerate spaces in group names in test on solaris (from David Boyce
43484              <dsb@boyski.com>)
43485              
43486              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
43487              
43488              Data::Dumper fumbles negative numbers on 32-bit platforms where
43489              IV is >32bits
43490      Branch: maint-5.6/perl
43491           +> t/lib/b.t t/lib/syslog.t
43492           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
43493           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
43494           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
43495 ____________________________________________________________________________
43496 [  7276] By: gsar                                  on 2000/10/16  03:39:30
43497         Log: integrate change#5965 from mainline
43498              
43499              avoid "will not stay shared" warnings for our variables (from
43500              Robin Barker)
43501      Branch: maint-5.6/perl
43502           !> op.c t/pragma/warn/op
43503 ____________________________________________________________________________
43504 [  7275] By: gsar                                  on 2000/10/16  03:38:18
43505         Log: integrate change#5964 from mainline
43506              
43507              reformat to 72 columns (again)
43508      Branch: maint-5.6/perl
43509           !> pod/perldiag.pod
43510 ____________________________________________________________________________
43511 [  7274] By: gsar                                  on 2000/10/16  03:36:58
43512         Log: integrate change#5963 from mainline
43513              
43514              patch from Larry to make (\&) prototype work; added tests for
43515              the same
43516      Branch: maint-5.6/perl
43517           !> op.c t/comp/proto.t
43518 ____________________________________________________________________________
43519 [  7273] By: gsar                                  on 2000/10/16  03:35:51
43520         Log: integrate changes#5956..5962 from mainline
43521              
43522              better diagnostics on failed tests (from Ilya Zakharevich)
43523              
43524              pod nits (from A. C. Yardley <yardley@tanet.net>)
43525              
43526              change#3569 deleted some essential code, revert; avoid use of
43527              atexit() to make DynaLoader work properly on AIX under mod_perl
43528              (from Jens-Uwe Mager <jum@helios.de>)
43529              
43530              doubled words in pods (from Simon Cozens
43531              <simon.p.cozens@jp.pwcglobal.com>)
43532              
43533              better INSTALL notes on Solaris issues (from Dominic Dunlop)
43534              
43535              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
43536              
43537              updated README.hpux (from Jeff Okamoto)
43538      Branch: maint-5.6/perl
43539           !> INSTALL README.hpux emacs/cperl-mode.el
43540           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
43541           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
43542           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
43543           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
43544           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
43545           !> t/op/lex_assign.t
43546 ____________________________________________________________________________
43547 [  7272] By: gsar                                  on 2000/10/16  03:31:22
43548         Log: integrate change#5955 from mainline
43549              
43550              longstanding bug exposed by change#3307: sort arguments weren't
43551              compiled with the right wantarray context (ensuing runtime lookup
43552              via block_gimme() was getting the incidental context of the
43553              sort() itself)
43554      Branch: maint-5.6/perl
43555           !> op.c t/op/sort.t
43556 ____________________________________________________________________________
43557 [  7271] By: gsar                                  on 2000/10/16  03:29:11
43558         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
43559              branch
43560              
43561              Flatten the cpp jungle doing the nosuid checking.
43562              
43563              Do not assume sign propagation. (from M.J.T. Guy)
43564              
43565              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
43566              
43567              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
43568              Now pp_ncmp() returns undef is either operand is a NaN.
43569              
43570              On second thoughts frexp() does have two arguments.
43571              
43572              Document that tr() is not tr(1).
43573              
43574              Be more robust on "extreme" (large absolute value)
43575              arguments.  Originally reported by Daniel Connelly
43576              as a problem with asinh() on large negative arguments,
43577              asinh() used to bail out because an argument to log()
43578              ended up being zero.  Ilya Zakharevich proposed using
43579              Taylor's series in such cases, which for such large
43580              arguments is a very good approximation.
43581              
43582              Undo "use integer" addition from 64bitint as it seems
43583              to break most of the subtests in Digital UNIX;
43584              Unicos needs to find another way.
43585      Branch: maint-5.6/perl
43586           !> (integrate 29 files)
43587 ____________________________________________________________________________
43588 [  7270] By: gsar                                  on 2000/10/16  03:09:44
43589         Log: integrate changes#5948,5949,5950 from mainline
43590              
43591              typo in vars.pm that leads to cryptic message (from Piotr
43592              Piatkowski <kompas@kompas.usr.onet.pl>)
43593              
43594              make perldoc use the pod2man from the same version (from
43595              M.J.T. Guy)
43596              
43597              reformat perldiag to avoid long lines
43598      Branch: maint-5.6/perl
43599           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
43600 ____________________________________________________________________________
43601 [  7269] By: gsar                                  on 2000/10/16  03:05:54
43602         Log: integrate change#5947 from mainline
43603              
43604              use &dl_error rather than &dl_load_file as the guard for calling
43605              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
43606              statically built perl)
43607      Branch: maint-5.6/perl
43608           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
43609 ____________________________________________________________________________
43610 [  7268] By: gsar                                  on 2000/10/16  03:04:48
43611         Log: integrate change#5945 from mainline
43612              
43613              make module name mandatory after -M switch; reorder perldiag
43614              alphabetically (from Mark-Jason Dominus)
43615      Branch: maint-5.6/perl
43616           !> perl.c pod/perldiag.pod
43617 ____________________________________________________________________________
43618 [  7267] By: gsar                                  on 2000/10/16  03:03:01
43619         Log: integrate change#5939 from mainline
43620              
43621              more pod nits (from Larry Virden)
43622      Branch: maint-5.6/perl
43623           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
43624           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
43625           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
43626 ____________________________________________________________________________
43627 [  7266] By: gsar                                  on 2000/10/16  03:01:39
43628         Log: integrate change#5938 from mainline
43629              
43630              Consolidated B::Deparse fixes (from Stephen McCamant)
43631      Branch: maint-5.6/perl
43632           !> ext/B/B/Deparse.pm
43633 ____________________________________________________________________________
43634 [  7265] By: gsar                                  on 2000/10/16  03:00:43
43635         Log: integrate change#5936 from mainline
43636              
43637              additional tests for change#7263 (from Paul Marquess)
43638      Branch: maint-5.6/perl
43639           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
43640           !> t/pragma/warn/5nolint t/pragma/warn/6default
43641 ____________________________________________________________________________
43642 [  7264] By: gsar                                  on 2000/10/16  02:58:34
43643         Log: integrate change#5934 from mainline
43644              
43645              propagate lexical warnings from surrounding scope correctly
43646              within string eval() (from Paul Marquess)
43647      Branch: maint-5.6/perl
43648           !> pp_ctl.c t/pragma/warn/pp_ctl
43649 ____________________________________________________________________________
43650 [  7263] By: gsar                                  on 2000/10/16  02:56:53
43651         Log: integrate change#5932 from mainline
43652              
43653              add rsignal(), whichsig() and do_join() to public API list
43654              (mod_perl uses them to good advantage)
43655      Branch: maint-5.6/perl
43656           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
43657 ____________________________________________________________________________
43658 [  7262] By: gsar                                  on 2000/10/16  02:55:53
43659         Log: integrate change#5931 from mainline
43660              
43661              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
43662      Branch: maint-5.6/perl
43663           !> pp_hot.c regexec.c t/op/pat.t
43664 ____________________________________________________________________________
43665 [  7261] By: gsar                                  on 2000/10/16  02:55:01
43666         Log: integrate change#5930 from mainline
43667              
43668              small os390 tweaks (from Peter Prymmer)
43669      Branch: maint-5.6/perl
43670           !> config_h.SH makedepend.SH
43671 ____________________________________________________________________________
43672 [  7260] By: gsar                                  on 2000/10/16  02:54:10
43673         Log: integrate change#5929 from mainline
43674              
43675              pod nits
43676      Branch: maint-5.6/perl
43677           !> pod/perlguts.pod
43678 ____________________________________________________________________________
43679 [  7259] By: gsar                                  on 2000/10/16  02:52:55
43680         Log: integrate change#5927 from mainline
43681              
43682              arrange for next() to resume at the unstack op rather than the
43683              loop conditional, so that scope cleanup happens correctly
43684              (from Stephen McCamant)
43685      Branch: maint-5.6/perl
43686           !> op.c pp_ctl.c t/op/misc.t
43687 ____________________________________________________________________________
43688 [  7258] By: gsar                                  on 2000/10/16  02:51:38
43689         Log: integrate change#5926 from mainline
43690              
43691              on windows, reserve 16M of stack rather than 128M (allows more
43692              threads to run concurrently)
43693      Branch: maint-5.6/perl
43694           !> win32/Makefile win32/makefile.mk
43695 ____________________________________________________________________________
43696 [  7257] By: gsar                                  on 2000/10/16  02:50:37
43697         Log: integrate change#5925 from mainline
43698              
43699              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
43700      Branch: maint-5.6/perl
43701           !> toke.c
43702 ____________________________________________________________________________
43703 [  7256] By: gsar                                  on 2000/10/16  02:49:36
43704         Log: integrate change#5924 from mainline
43705              
43706              avoid using uninitialized memory in require version check
43707      Branch: maint-5.6/perl
43708           !> pp_ctl.c universal.c
43709 ____________________________________________________________________________
43710 [  7255] By: gsar                                  on 2000/10/16  02:48:03
43711         Log: integrate changes#5923,5928,6009 from mainline
43712              
43713              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
43714      Branch: maint-5.6/perl
43715           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
43716 ____________________________________________________________________________
43717 [  7254] By: gsar                                  on 2000/10/16  02:44:46
43718         Log: integrate change#5922 from mainline
43719              
43720              commentary about IoTYPE() (from Nathan Torkington)
43721      Branch: maint-5.6/perl
43722           !> sv.h
43723 ____________________________________________________________________________
43724 [  7253] By: gsar                                  on 2000/10/16  02:43:49
43725         Log: integrate change#5921 from mainline
43726              
43727              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
43728      Branch: maint-5.6/perl
43729           !> sv.c t/lib/charnames.t t/pragma/utf8.t
43730 ____________________________________________________________________________
43731 [  7252] By: gsar                                  on 2000/10/16  02:42:31
43732         Log: integrate change#5920 from mainline
43733              
43734              Larry's fix for buggy propagation of utf8-ness in join(); add test
43735      Branch: maint-5.6/perl
43736           !> doop.c t/op/ver.t
43737 ____________________________________________________________________________
43738 [  7251] By: gsar                                  on 2000/10/16  02:41:14
43739         Log: integrate changes#5915..5919 from mainline
43740              
43741              various (pod tweaks &c)
43742      Branch: maint-5.6/perl
43743           !> (integrate 33 files)
43744 ____________________________________________________________________________
43745 [  7250] By: gsar                                  on 2000/10/16  02:38:16
43746         Log: integrate change#5914 from mainline
43747              
43748              caller() wasn't returning the right number of elements for
43749              eval {...}
43750      Branch: maint-5.6/perl
43751           !> pp_ctl.c t/pragma/warn/9enabled
43752 ____________________________________________________________________________
43753 [  7249] By: gsar                                  on 2000/10/16  02:37:02
43754         Log: integrate change#5913 from mainline
43755              
43756              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
43757              (from Mark-Jason Dominus)
43758      Branch: maint-5.6/perl
43759           !> pod/perlfunc.pod
43760 ____________________________________________________________________________
43761 [  7248] By: gsar                                  on 2000/10/16  02:35:58
43762         Log: integrate change#5912 from mainline
43763              
43764              fix totally broken caching in UNIVERSAL::isa() (from
43765              Nick Ing-Simmons)
43766      Branch: maint-5.6/perl
43767           !> t/op/universal.t universal.c
43768 ____________________________________________________________________________
43769 [  7247] By: gsar                                  on 2000/10/16  02:34:27
43770         Log: integrate changes#5910,5911 from mainline
43771              
43772              typo in pod
43773              
43774              add linebreak properties from unicode/LineBrk.txt (from
43775              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
43776      Branch: maint-5.6/perl
43777           +> (branch 29 files)
43778           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
43779 ____________________________________________________________________________
43780 [  7246] By: gsar                                  on 2000/10/16  02:33:29
43781         Log: integrate change#5909 from mainline
43782              
43783              mode argument to do_binmode() should be file mode, not boolean
43784      Branch: maint-5.6/perl
43785           !> pp_sys.c
43786 ____________________________________________________________________________
43787 [  7245] By: gsar                                  on 2000/10/16  02:31:04
43788         Log: integrate change#5908 from mainline
43789              
43790              introduce illegal symbols into null package so that
43791              gv_fetchpv(...,TRUE) always returns a valid GV even when the
43792              symbol is trapped by strictures (avoids coredumps)
43793      Branch: maint-5.6/perl
43794           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
43795           !> t/pragma/strict-vars
43796 ____________________________________________________________________________
43797 [  7244] By: jhi                                   on 2000/10/16  02:29:54
43798         Log: Subject: $Carp::ExportLevel confusion in Exporter
43799              From: "Ben Tilly" <ben_tilly@hotmail.com>
43800              Date: Sat, 14 Oct 2000 16:44:34 EDT
43801              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
43802      Branch: perl
43803            ! lib/Exporter/Heavy.pm
43804 ____________________________________________________________________________
43805 [  7243] By: jhi                                   on 2000/10/16  02:28:33
43806         Log: Subject: [PATCH perlguts.pod] Document offset hack
43807              From: Simon Cozens <simon@cozens.net>
43808              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
43809              Date: Sat, 14 Oct 2000 19:32:25 +0100
43810      Branch: perl
43811            ! pod/perlguts.pod
43812 ____________________________________________________________________________
43813 [  7242] By: gsar                                  on 2000/10/16  02:26:51
43814         Log: integrate changes#5905,5906,5907,6064 from mainline
43815              
43816              printf/sprintf didn't get quad types right under use64bitint
43817      Branch: maint-5.6/perl
43818           !> pp_sys.c sv.c t/op/64bitint.t
43819 ____________________________________________________________________________
43820 [  7241] By: jhi                                   on 2000/10/16  02:22:44
43821         Log: Subject: small pod patch
43822              From: Dan Boorstein <dan_boo@bellsouth.net>
43823              Date: Sat, 14 Oct 2000 14:29:24 -0400
43824              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
43825      Branch: perl
43826            ! pod/perlfaq7.pod pod/perlmod.pod
43827 ____________________________________________________________________________
43828 [  7240] By: jhi                                   on 2000/10/16  02:13:46
43829         Log: -w cleanup.
43830              
43831              Subject: Re: Problems with bleadperl 
43832              From: "Stephen P. Potter" <spp@ds.net>
43833              Date: Fri, 13 Oct 2000 13:32:49 -0400
43834              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
43835      Branch: perl
43836            ! t/pragma/overload.t
43837 ____________________________________________________________________________
43838 [  7239] By: jhi                                   on 2000/10/16  01:41:18
43839         Log: One more ~utf8 tweak.
43840      Branch: perl
43841            ! t/op/bop.t
43842 ____________________________________________________________________________
43843 [  7238] By: jhi                                   on 2000/10/16  01:34:14
43844         Log: Tweak the test of #7235.
43845      Branch: perl
43846            ! t/op/bop.t
43847 ____________________________________________________________________________
43848 [  7237] By: jhi                                   on 2000/10/16  01:25:04
43849         Log: Fix a couple of compiler-noted nits in #7235.
43850      Branch: perl
43851            ! pp.c
43852 ____________________________________________________________________________
43853 [  7236] By: jhi                                   on 2000/10/16  01:22:46
43854         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
43855      Branch: perl
43856            ! pp.c pp_hot.c
43857 ____________________________________________________________________________
43858 [  7235] By: jhi                                   on 2000/10/15  16:24:44
43859         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
43860              
43861              From: Simon Cozens <simon@cozens.net>
43862              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
43863              Date: Sat, 14 Oct 2000 20:52:13 +0100
43864              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
43865      Branch: perl
43866            ! pp.c t/op/bop.t utf8.h
43867 ____________________________________________________________________________
43868 [  7234] By: jhi                                   on 2000/10/15  15:19:29
43869         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
43870              The problem was that rx->minlen was in chars while pp_split()
43871              thought it would be in bytes. 
43872      Branch: perl
43873            ! pp.c t/pragma/utf8.t
43874 ____________________________________________________________________________
43875 [  7233] By: jhi                                   on 2000/10/14  20:24:24
43876         Log: Document FNCASE=y as discussed in the bug 20000902.009.
43877      Branch: perl
43878            ! README.dos
43879 ____________________________________________________________________________
43880 [  7232] By: jhi                                   on 2000/10/14  18:52:21
43881         Log: Add test for bug id 20000427.003 (which seems to have
43882              been fixed) (also duplicate as 20000427.004, though
43883              with a higher severity).  Move one utf8 from op/append
43884              to pragma/utf8, tag the tests with bug ids.
43885      Branch: perl
43886            ! t/op/append.t t/pragma/utf8.t
43887 ____________________________________________________________________________
43888 [  7231] By: jhi                                   on 2000/10/14  17:28:37
43889         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
43890      Branch: perl
43891            ! t/pragma/utf8.t
43892 ____________________________________________________________________________
43893 [  7230] By: jhi                                   on 2000/10/14  14:24:50
43894         Log: Needs to be conditional on SunOS 4.
43895              
43896              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
43897              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43898              Date: Sat, 14 Oct 2000 13:37:49 +0100
43899              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
43900      Branch: metaconfig/U/perl
43901            ! End.U
43902      Branch: perl
43903            ! Configure myconfig.SH pod/perldelta.pod
43904 ____________________________________________________________________________
43905 [  7229] By: jhi                                   on 2000/10/14  00:49:22
43906         Log: Update Changes.
43907      Branch: perl
43908            ! Changes patchlevel.h
43909 ____________________________________________________________________________
43910 [  7228] By: jhi                                   on 2000/10/14  00:46:10
43911         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
43912              From: Peter Prymmer <pvhp@forte.com>
43913              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
43914              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
43915      Branch: perl
43916            ! lib/utf8.pm
43917 ____________________________________________________________________________
43918 [  7227] By: jhi                                   on 2000/10/13  23:20:30
43919         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
43920      Branch: perl
43921            ! t/op/tie.t
43922 ____________________________________________________________________________
43923 [  7226] By: jhi                                   on 2000/10/13  22:14:32
43924         Log: Tweak #7225.
43925              
43926              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
43927              From: Peter Prymmer <pvhp@forte.com>
43928              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
43929              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
43930      Branch: perl
43931            ! t/op/sprintf.t
43932 ____________________________________________________________________________
43933 [  7225] By: jhi                                   on 2000/10/13  22:11:31
43934         Log: op/sprintf.t patch for OS/390 (and any other host with limited
43935              floating-point exponent length)
43936              
43937              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
43938              From: Dominic Dunlop <domo@computer.org>
43939              Date: Fri, 13 Oct 2000 19:17:57 +0200
43940              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
43941      Branch: perl
43942            ! t/op/sprintf.t
43943 ____________________________________________________________________________
43944 [  7224] By: jhi                                   on 2000/10/13  18:40:48
43945         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
43946      Branch: perl
43947            ! toke.c
43948 ____________________________________________________________________________
43949 [  7223] By: jhi                                   on 2000/10/13  18:37:13
43950         Log: Thinko in #7222.
43951      Branch: perl
43952            ! utf8.c
43953 ____________________________________________________________________________
43954 [  7222] By: jhi                                   on 2000/10/13  18:05:23
43955         Log: Use UTF8SKIP(), from Simon Cozens.
43956      Branch: perl
43957            ! utf8.c
43958 ____________________________________________________________________________
43959 [  7221] By: jhi                                   on 2000/10/13  15:43:19
43960         Log: (accidentally empty check-in)
43961      Branch: perl
43962            ! utf8.c
43963 ____________________________________________________________________________
43964 [  7220] By: jhi                                   on 2000/10/13  15:23:51
43965         Log: Add (optimistically) Storable to static extensions.
43966      Branch: perl
43967            ! hints/uwin.sh hints/vmesa.sh
43968 ____________________________________________________________________________
43969 [  7219] By: jhi                                   on 2000/10/13  15:20:05
43970         Log: Amdahl UTS doesn't seem to do dynaloading.
43971      Branch: perl
43972            ! hints/uts.sh
43973 ____________________________________________________________________________
43974 [  7218] By: jhi                                   on 2000/10/13  15:15:20
43975         Log: Slight tweak of the code to appease Amdahl UTS cc.
43976      Branch: perl
43977            ! pp.c
43978 ____________________________________________________________________________
43979 [  7217] By: jhi                                   on 2000/10/13  14:50:42
43980         Log: In Amdahl UTS "struct sv" is defined by a system header,
43981              <ksync.h>.
43982      Branch: perl
43983            ! perl.h sv.h
43984 ____________________________________________________________________________
43985 [  7216] By: jhi                                   on 2000/10/13  11:58:25
43986         Log: Ilya implemented the memory profiling API.
43987      Branch: perl
43988            ! Todo
43989 ____________________________________________________________________________
43990 [  7215] By: jhi                                   on 2000/10/13  02:56:38
43991         Log: Subject: [PATCH 5.7.0] Perl API for mstats
43992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43993              Date: Thu, 12 Oct 2000 22:52:40 -0400
43994              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
43995      Branch: perl
43996            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
43997 ____________________________________________________________________________
43998 [  7214] By: jhi                                   on 2000/10/13  02:55:38
43999         Log: Subject: [PATCH 5.7.0] IVs in mtats
44000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44001              Date: Thu, 12 Oct 2000 22:51:04 -0400
44002              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
44003      Branch: perl
44004            ! malloc.c perl.h
44005 ____________________________________________________________________________
44006 [  7213] By: jhi                                   on 2000/10/13  02:31:47
44007         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
44008      Branch: perl
44009            ! pod/perldiag.pod pp_sys.c
44010 ____________________________________________________________________________
44011 [  7212] By: jhi                                   on 2000/10/13  01:27:38
44012         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
44013              From: Peter Prymmer <pvhp@forte.com>
44014              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
44015              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
44016      Branch: perl
44017            ! t/op/oct.t
44018 ____________________________________________________________________________
44019 [  7211] By: jhi                                   on 2000/10/13  00:35:09
44020         Log: Update Changes.
44021      Branch: perl
44022            ! Changes patchlevel.h
44023 ____________________________________________________________________________
44024 [  7210] By: jhi                                   on 2000/10/12  23:59:40
44025         Log: The Install.pm third of
44026              
44027              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44028              From: Bill Campbell <bill@celestial.com>
44029              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
44030              Date: Thu, 5 Oct 2000 18:04:51 -0700
44031      Branch: perl
44032            ! lib/ExtUtils/Install.pm
44033 ____________________________________________________________________________
44034 [  7209] By: jhi                                   on 2000/10/12  23:58:43
44035         Log: Two thirds of
44036              
44037              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44038              Date: Thu, 5 Oct 2000 18:04:51 -0700
44039              From: Bill Campbell <bill@celestial.com>
44040              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
44041              
44042              The Install.pm changes will be submitted separately because
44043              they need some work and discussion still.
44044      Branch: perl
44045            ! lib/getopts.pl lib/termcap.pl
44046 ____________________________________________________________________________
44047 [  7208] By: jhi                                   on 2000/10/12  23:41:19
44048         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
44049              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44050              Date:     Thu, 12 Oct 2000 07:30:02 EDT
44051              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
44052      Branch: perl
44053            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
44054            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
44055 ____________________________________________________________________________
44056 [  7207] By: jhi                                   on 2000/10/12  23:39:01
44057         Log: An updated EBCDIC tr patch.
44058              
44059              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
44060              From: Peter Prymmer <pvhp@forte.com>
44061              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
44062              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
44063      Branch: perl
44064            ! t/op/tr.t
44065 ____________________________________________________________________________
44066 [  7206] By: jhi                                   on 2000/10/12  23:34:55
44067         Log: Upgrade to CPAN 1.58, from Andreas König.
44068      Branch: perl
44069            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44070 ____________________________________________________________________________
44071 [  7205] By: jhi                                   on 2000/10/12  23:29:08
44072         Log: Introduce the man[24-8] variables, from Andy Dougherty.
44073      Branch: metaconfig/U/perl
44074            + mandirs.U mandirstyle.U
44075      Branch: perl
44076            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44077            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
44078            ! vos/config.h vos/config.pl vos/config_h.SH_orig
44079            ! win32/config.bc win32/config.gc win32/config.vc
44080 ____________________________________________________________________________
44081 [  7204] By: gsar                                  on 2000/10/12  18:11:24
44082         Log: restore change#7202
44083      Branch: perl
44084            ! mg.c
44085 ____________________________________________________________________________
44086 [  7203] By: gsar                                  on 2000/10/12  18:09:40
44087         Log: another test of the Emergency Broadcast System--back out 
44088              change#7202
44089      Branch: perl
44090            ! mg.c
44091 ____________________________________________________________________________
44092 [  7202] By: gsar                                  on 2000/10/12  16:40:47
44093         Log: (submitted on behalf of Jarkko)
44094              Fix the lib/encode.t subtest 6 failure as reported by Andreas
44095              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
44096              was unearthed by change 7182, as was a bug in HTML::Entities.
44097      Branch: perl
44098            ! mg.c
44099 ____________________________________________________________________________
44100 [  7201] By: jhi                                   on 2000/10/11  03:16:05
44101         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
44102      Branch: perl
44103            ! pp_hot.c t/pragma/utf8.t
44104 ____________________________________________________________________________
44105 [  7200] By: jhi                                   on 2000/10/11  00:40:30
44106         Log: The #7198 was a false alarm.
44107      Branch: perl
44108            ! pp_hot.c
44109 ____________________________________________________________________________
44110 [  7199] By: jhi                                   on 2000/10/11  00:26:04
44111         Log: Remove duplicated code.
44112      Branch: perl
44113            ! t/lib/cgi-html.t
44114 ____________________________________________________________________________
44115 [  7198] By: jhi                                   on 2000/10/10  23:30:46
44116         Log: (Retracted by #7200.)
44117      Branch: perl
44118            ! pp_hot.c
44119 ____________________________________________________________________________
44120 [  7197] By: jhi                                   on 2000/10/10  21:49:30
44121         Log: Add the test case for #7190, from the original bug report
44122              by Andreas König.
44123      Branch: perl
44124            ! t/pragma/utf8.t
44125 ____________________________________________________________________________
44126 [  7196] By: jhi                                   on 2000/10/10  21:40:49
44127         Log: Reapply Andy's patch and regen Configure.
44128      Branch: perl
44129            ! Configure INSTALL Makefile.SH Porting/Glossary
44130            ! Porting/config.sh config_h.SH epoc/config.sh installperl
44131            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
44132            ! win32/config.vc
44133 ____________________________________________________________________________
44134 [  7195] By: jhi                                   on 2000/10/10  21:09:30
44135         Log: Use the versiononly instead of the installscripts,
44136              retract the changes 7146 and 7147.
44137      Branch: perl
44138            ! Configure INSTALL Makefile.SH Porting/Glossary
44139            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
44140            ! installperl uconfig.sh vos/config.def win32/config.bc
44141            ! win32/config.gc win32/config.vc
44142 ____________________________________________________________________________
44143 [  7194] By: jhi                                   on 2000/10/10  21:06:15
44144         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
44145              From: Peter Prymmer <pvhp@forte.com>
44146              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
44147              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
44148      Branch: perl
44149            ! t/op/ver.t
44150 ____________________________________________________________________________
44151 [  7193] By: jhi                                   on 2000/10/10  21:05:12
44152         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
44153              From: Peter Prymmer <pvhp@forte.com>
44154              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
44155              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
44156      Branch: perl
44157            ! t/op/tr.t
44158 ____________________________________________________________________________
44159 [  7192] By: jhi                                   on 2000/10/10  20:57:30
44160         Log: Add versiononly, delete installscripts, from Andy Dougherty.
44161      Branch: metaconfig
44162            - U/installdirs/installscripts.U
44163      Branch: metaconfig/U/perl
44164            + versiononly.U
44165 ____________________________________________________________________________
44166 [  7191] By: jhi                                   on 2000/10/10  19:41:21
44167         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
44168              From: Peter Prymmer <pvhp@forte.com>
44169              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
44170              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
44171      Branch: perl
44172            ! pod/perlebcdic.pod
44173 ____________________________________________________________________________
44174 [  7190] By: jhi                                   on 2000/10/10  19:26:14
44175         Log: Subject: Re: utf8 concat, mg_get
44176              From: Simon Cozens <simon@cozens.net>
44177              Date: Tue, 10 Oct 2000 17:40:17 +0100
44178              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
44179      Branch: perl
44180            ! pp_hot.c
44181 ____________________________________________________________________________
44182 [  7189] By: jhi                                   on 2000/10/10  19:23:03
44183         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
44184              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
44185              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
44186              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
44187      Branch: perl
44188            ! lib/ExtUtils/MM_Unix.pm
44189 ____________________________________________________________________________
44190 [  7188] By: jhi                                   on 2000/10/10  15:31:24
44191         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
44192              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44193              Date: Fri, 14 Jul 2000 10:47:36 +0100
44194              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
44195      Branch: perl
44196            ! README.win32
44197 ____________________________________________________________________________
44198 [  7187] By: jhi                                   on 2000/10/10  13:30:10
44199         Log: Quote the temp file name, needed in Win32 because the
44200              default name unfortunately contains spaces, shouldn't
44201              hurt elsewhere.
44202              
44203              Subject: FW: perldoc fails if $TEMP contains spaces
44204              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44205              Date: Thu, 14 Sep 2000 08:58:45 +0100
44206              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
44207      Branch: perl
44208            ! utils/perldoc.PL
44209 ____________________________________________________________________________
44210 [  7186] By: jhi                                   on 2000/10/10  13:16:27
44211         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
44212              From: hv@hugo.hybyte.com
44213              Date: Tue, 10 Oct 2000 14:10:20 +0100
44214              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
44215      Branch: perl
44216            ! t/lib/thr5005.t util.c
44217 ____________________________________________________________________________
44218 [  7185] By: jhi                                   on 2000/10/10  12:06:22
44219         Log: Upgrade to podlators 1.04, from Russ Allbery.
44220      Branch: perl
44221            ! lib/Pod/Man.pm lib/Pod/Text.pm
44222 ____________________________________________________________________________
44223 [  7184] By: jhi                                   on 2000/10/10  12:01:32
44224         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
44225      Branch: perl
44226            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
44227 ____________________________________________________________________________
44228 [  7183] By: jhi                                   on 2000/10/09  23:47:15
44229         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
44230              From: Peter Prymmer <pvhp@forte.com>
44231              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
44232              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
44233      Branch: perl
44234            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
44235 ____________________________________________________________________________
44236 [  7182] By: jhi                                   on 2000/10/09  23:43:16
44237         Log: Make eq work again with utf8 (disabling the upgrading
44238              should no more be necessary since the copies of the
44239              scalars are upgraded, not the scalars themselves).
44240              Takes care of ID 20001009.001.  (The claimed length()
44241              bug in 20001009.001 seems bogus to me.)
44242      Branch: perl
44243            ! sv.c t/pragma/utf8.t
44244 ____________________________________________________________________________
44245 [  7181] By: gsar                                  on 2000/10/09  19:41:54
44246         Log: tweak for change#7173
44247      Branch: perl
44248            ! win32/win32sck.c
44249 ____________________________________________________________________________
44250 [  7180] By: gsar                                  on 2000/10/09  19:26:56
44251         Log: on Windows, clean targets might not work under some flavors of the shell
44252      Branch: perl
44253            ! win32/Makefile win32/makefile.mk
44254 ____________________________________________________________________________
44255 [  7179] By: jhi                                   on 2000/10/09  19:21:02
44256         Log: Update Changes.
44257      Branch: perl
44258            ! Changes patchlevel.h
44259 ____________________________________________________________________________
44260 [  7178] By: jhi                                   on 2000/10/09  19:18:23
44261         Log: Warn about unknown scripts.
44262              
44263              Subject: Re: ideas? patches? [PATCH bleadperl]
44264              From: Dominic Dunlop <domo@computer.org>
44265              Date: Mon, 9 Oct 2000 14:57:17 +0200
44266              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
44267      Branch: perl
44268            ! lib/charnames.pm
44269 ____________________________________________________________________________
44270 [  7177] By: jhi                                   on 2000/10/09  19:13:27
44271         Log: Change #7160 had a nasty typo.
44272      Branch: metaconfig
44273            ! U/compline/Compile.U
44274      Branch: perl
44275            ! Configure config_h.SH
44276 ____________________________________________________________________________
44277 [  7176] By: gsar                                  on 2000/10/09  18:59:33
44278         Log: pod nit
44279      Branch: perl
44280            ! pod/perlport.pod
44281 ____________________________________________________________________________
44282 [  7175] By: gsar                                  on 2000/10/09  18:54:28
44283         Log: Windows9x doesn't support link(), despite what Config.pm
44284              might think
44285      Branch: perl
44286            ! lib/ExtUtils/Manifest.pm
44287 ____________________________________________________________________________
44288 [  7174] By: gsar                                  on 2000/10/09  18:50:03
44289         Log: avoid nonportable example code
44290      Branch: perl
44291            ! lib/File/Copy.pm
44292 ____________________________________________________________________________
44293 [  7173] By: gsar                                  on 2000/10/09  18:46:54
44294         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
44295              being used) when closing a socket handle
44296      Branch: perl
44297            ! win32/win32.c win32/win32.h win32/win32sck.c
44298 ____________________________________________________________________________
44299 [  7172] By: gsar                                  on 2000/10/09  18:41:40
44300         Log: on Windows, cwd strings in the environment should be of the
44301              form =X:=X:\foo instead of =X=X:\foo\
44302      Branch: perl
44303            ! win32/vdir.h
44304 ____________________________________________________________________________
44305 [  7171] By: gsar                                  on 2000/10/09  18:30:09
44306         Log: on Windows, LoadLibrary() could load an extension DLL multiple
44307              times if forward slashes are used in the path
44308      Branch: perl
44309            ! win32/win32.c
44310 ____________________________________________________________________________
44311 [  7170] By: jhi                                   on 2000/10/09  17:53:59
44312         Log: Add a todo note about overloadable assertions.
44313      Branch: perl
44314            ! Todo-5.6
44315 ____________________________________________________________________________
44316 [  7169] By: jhi                                   on 2000/10/09  13:43:45
44317         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
44318              From: mjd@plover.com
44319              Date: 9 Oct 2000 00:24:44 -0000
44320              Message-ID: <20001009002444.10616.qmail@plover.com>
44321      Branch: perl
44322            ! pod/perldebguts.pod
44323 ____________________________________________________________________________
44324 [  7168] By: nick                                  on 2000/10/08  13:16:33
44325         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
44326              is not right thing to do on (e.g. x86). Network order is also "right" for
44327              X fonts.
44328      Branch: perl
44329            ! ext/Encode/Encode.pm
44330 ____________________________________________________________________________
44331 [  7167] By: nick                                  on 2000/10/08  12:54:42
44332         Log: Make "encodings" work post-install when Encode/*.enc files may not
44333              be in same directory as Encode.pm
44334      Branch: perl
44335            ! ext/Encode/Encode.pm
44336 ____________________________________________________________________________
44337 [  7166] By: nick                                  on 2000/10/08  11:51:26
44338         Log: Work round the fact that $hash->{$key} does not take into account
44339              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
44340              so that key is always in the "expected" encoding - i.e. same way we put
44341              it in the hash.
44342      Branch: perl
44343            ! ext/Encode/Encode.pm
44344 ____________________________________________________________________________
44345 [  7165] By: gsar                                  on 2000/10/08  04:15:29
44346         Log: save_re_context() could reset PL_curcop to freed memory, causing core
44347              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
44348      Branch: perl
44349            ! pp_ctl.c
44350 ____________________________________________________________________________
44351 [  7164] By: jhi                                   on 2000/10/06  20:51:48
44352         Log: UTF8ize split() so that the cloned substrings get the UTF8
44353              flag of the original scalar.  Problem reported by Simon Cozens.
44354      Branch: perl
44355            ! pp.c t/pragma/utf8.t
44356 ____________________________________________________________________________
44357 [  7163] By: nick                                  on 2000/10/06  20:48:34
44358         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
44359              got a false +ve and so did not reach code which would have un-FAKEd the SV.
44360      Branch: perl
44361            ! sv.c
44362 ____________________________________________________________________________
44363 [  7162] By: nick                                  on 2000/10/06  20:25:37
44364         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
44365              To fix  (sort {$a <=> $b} keys %hash) in particular but
44366              should cover a number of other as-yet-unknown cases as well.
44367      Branch: perl
44368            ! sv.c
44369 ____________________________________________________________________________
44370 [  7161] By: jhi                                   on 2000/10/06  19:56:18
44371         Log: Change the version number of Tie::Handle in the core to 4.0,
44372              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
44373              
44374              Subject: Note on Tie::Handle
44375              From: andreas.koenig@anima.de (Andreas J. Koenig)
44376              Date:      06 Oct 2000 21:48:58 +0200
44377              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
44378      Branch: perl
44379            ! lib/Tie/Handle.pm
44380 ____________________________________________________________________________
44381 [  7160] By: jhi                                   on 2000/10/06  18:20:35
44382         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
44383              as the first option of cc/ld because of ultrapicky compilers
44384              (e.g. OS/390 R2.5)
44385      Branch: metaconfig
44386            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
44387            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
44388            ! U/compline/orderlib.U U/modified/Cppsym.U
44389            ! U/modified/d_access.U
44390      Branch: metaconfig/U/perl
44391            ! Checkcc.U d_dlsymun.U gccvers.U
44392      Branch: perl
44393            ! Configure config_h.SH
44394 ____________________________________________________________________________
44395 [  7159] By: jhi                                   on 2000/10/06  13:56:39
44396         Log: Update Changes.
44397      Branch: perl
44398            ! Changes patchlevel.h
44399 ____________________________________________________________________________
44400 [  7158] By: jhi                                   on 2000/10/06  12:48:40
44401         Log: Eliminate $Is_VMS code from the test.
44402              
44403              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
44404              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44405              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
44406              Date:     Thu, 5 Oct 2000 07:46:33 EDT
44407      Branch: perl
44408            ! t/lib/b.t
44409 ____________________________________________________________________________
44410 [  7157] By: jhi                                   on 2000/10/06  12:47:13
44411         Log: Also the $ccflags is needed for the C compiler check.
44412              
44413              Subject: Configure (check for C-compiler)
44414              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44415              Date: Fri, 06 Oct 2000 08:47:15 +0200
44416              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
44417      Branch: metaconfig/U/perl
44418            ! Checkcc.U
44419      Branch: perl
44420            ! Configure config_h.SH
44421 ____________________________________________________________________________
44422 [  7156] By: jhi                                   on 2000/10/06  11:45:15
44423         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
44424      Branch: perl
44425            ! perl.c pp_ctl.c sv.h utf8.c
44426 ____________________________________________________________________________
44427 [  7155] By: jhi                                   on 2000/10/06  11:40:41
44428         Log: IO::Handle->syswrite() did not handle length omission
44429              like CORE::syswrite() does.
44430              
44431              Subject: [Fwd] IO::Handle, syswrite and arguments
44432              From: Graham Barr <gbarr@pobox.com>
44433              Date: Fri, 6 Oct 2000 10:22:05 +0100
44434              Message-ID: <20001006102205.U6312@pobox.com>
44435              
44436              The original patch from andrew@ugh.net.au.
44437      Branch: perl
44438            ! ext/IO/lib/IO/Handle.pm
44439 ____________________________________________________________________________
44440 [  7154] By: jhi                                   on 2000/10/06  01:42:15
44441         Log: Tweak #7153.
44442      Branch: perl
44443            ! utf8.h
44444 ____________________________________________________________________________
44445 [  7153] By: jhi                                   on 2000/10/06  00:39:55
44446         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
44447      Branch: perl
44448            ! utf8.h
44449 ____________________________________________________________________________
44450 [  7152] By: jhi                                   on 2000/10/06  00:38:11
44451         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
44452      Branch: perl
44453            ! perl.c pp_ctl.c sv.h utf8.c
44454 ____________________________________________________________________________
44455 [  7151] By: jhi                                   on 2000/10/06  00:36:38
44456         Log: Subject: Re: Questions about Tie::Array and perl modules
44457              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44458              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
44459              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
44460              
44461              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
44462      Branch: perl
44463            ! lib/Tie/Array.pm t/op/array.t
44464 ____________________________________________________________________________
44465 [  7150] By: jhi                                   on 2000/10/05  00:20:45
44466         Log: Regen Changes.
44467      Branch: perl
44468            ! Changes patchlevel.h
44469 ____________________________________________________________________________
44470 [  7149] By: jhi                                   on 2000/10/05  00:20:01
44471         Log: Regen toc.
44472      Branch: perl
44473            ! pod/perltoc.pod
44474 ____________________________________________________________________________
44475 [  7148] By: jhi                                   on 2000/10/04  23:35:08
44476         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
44477              reported several times by Dominic Dunlop, for example in
44478              ID 20000315.008.  Patch from Dominic.  Patch affects at
44479              least MachTen, and possibly other oldish BSDs. Should not
44480              break non-broken platforms (tested on LinuxPPC). 
44481      Branch: perl
44482            ! doio.c
44483 ____________________________________________________________________________
44484 [  7147] By: jhi                                   on 2000/10/04  23:26:34
44485         Log: The one that got away from 7146.
44486      Branch: metaconfig
44487            + U/installdirs/installscripts.U
44488 ____________________________________________________________________________
44489 [  7146] By: jhi                                   on 2000/10/04  23:25:04
44490         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
44491              suggested by H. Merijn Brand.
44492      Branch: perl
44493            ! Configure INSTALL Makefile.SH Porting/Glossary
44494            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
44495            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
44496            ! win32/config.vc
44497 ____________________________________________________________________________
44498 [  7145] By: jhi                                   on 2000/10/04  22:08:21
44499         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44501              Date: Wed, 4 Oct 2000 17:37:46 -0400
44502              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
44503      Branch: perl
44504            ! utils/h2xs.PL
44505 ____________________________________________________________________________
44506 [  7144] By: jhi                                   on 2000/10/04  18:11:41
44507         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
44508              From: Jeff Pinyan <jeffp@crusoe.net>
44509              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
44510              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
44511      Branch: perl
44512            ! pod/perlrun.pod
44513 ____________________________________________________________________________
44514 [  7143] By: jhi                                   on 2000/10/04  18:09:58
44515         Log: Subject: perlhack.pod Patch for Externals Tools
44516              From: Fisher Mark <fisherm@tce.com>
44517              Date: Tue, 3 Oct 2000 15:43:27 -0500 
44518              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
44519      Branch: perl
44520            ! pod/perlhack.pod
44521 ____________________________________________________________________________
44522 [  7142] By: jhi                                   on 2000/10/04  18:08:41
44523         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
44524              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44525              Date:     Wed, 4 Oct 2000 12:11:11 EDT
44526              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
44527      Branch: perl
44528            ! vms/vms.c
44529 ____________________________________________________________________________
44530 [  7141] By: jhi                                   on 2000/10/04  12:20:16
44531         Log: Subject: [PATCH 5.7.0] h2xs not working
44532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44533              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
44534              Date: Tue, 3 Oct 2000 21:43:01 -0400
44535              
44536              Subject: [PATCH 5.7.0] h2xs not documenting the created module
44537              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44538              Date: Tue, 3 Oct 2000 22:55:19 -0400
44539              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
44540      Branch: perl
44541            ! utils/h2xs.PL
44542 ____________________________________________________________________________
44543 [  7140] By: jhi                                   on 2000/10/04  11:53:44
44544         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
44545              From: nick@babyhippo.com
44546              Date: Wed, 4 Oct 2000 12:06:45 +0100
44547              Message-Id: <20001004120645.A7356@babyhippo.com>
44548              
44549              Retract 7118 and 7135.
44550      Branch: perl
44551            ! installman installperl op.c t/pragma/subs.t
44552 ____________________________________________________________________________
44553 [  7139] By: jhi                                   on 2000/10/03  22:09:41
44554         Log: It is possible to have no hosts database at all.  Pointed out in
44555              
44556              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44557              From: Peter Prymmer <pvhp@forte.com>
44558              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
44559              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
44560      Branch: metaconfig
44561            ! U/modified/myhostname.U
44562      Branch: perl
44563            ! Configure config_h.SH
44564 ____________________________________________________________________________
44565 [  7138] By: jhi                                   on 2000/10/03  21:49:49
44566         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44567              From: Peter Prymmer <pvhp@forte.com>
44568              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
44569              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
44570      Branch: perl
44571            ! pp_sys.c
44572 ____________________________________________________________________________
44573 [  7137] By: jhi                                   on 2000/10/03  20:10:05
44574         Log: One remaining nit less at the VMS mailbox sizing.
44575      Branch: perl
44576            ! vms/vms.c
44577 ____________________________________________________________________________
44578 [  7136] By: jhi                                   on 2000/10/03  20:08:47
44579         Log: Test harness update to sync with the new perlcc,
44580              from Simon Cozens.
44581      Branch: perl
44582            ! t/TEST t/UTEST
44583 ____________________________________________________________________________
44584 [  7135] By: jhi                                   on 2000/10/03  15:15:42
44585         Log: Subject: Re: PATCH for 20001003.004
44586              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
44587              From: "AARON B. DOSSETT" <aaron@iglou.com>
44588              Message-Id: <E13gTay-0006od-00@iglou.com>
44589      Branch: perl
44590            ! installman installperl
44591 ____________________________________________________________________________
44592 [  7134] By: jhi                                   on 2000/10/03  15:00:34
44593         Log: Subject: [ID 20001003.006] B::Debug not -w clean
44594              From: Nicholas Clark <nick@babyhippo.co.uk>
44595              Date: Tue, 03 Oct 2000 15:46:32 +0100
44596              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
44597      Branch: perl
44598            ! ext/B/B/Debug.pm
44599 ____________________________________________________________________________
44600 [  7133] By: jhi                                   on 2000/10/03  14:58:39
44601         Log: Scale down the VMS message boxes, by Charles Lane.
44602              Fix for ID 20000903.009, workaround at
44603              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
44604      Branch: perl
44605            ! vms/vms.c
44606 ____________________________________________________________________________
44607 [  7132] By: jhi                                   on 2000/10/03  11:20:37
44608         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
44609      Branch: perl
44610            + t/lib/st-lock.t t/lib/st-utf8.t
44611            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
44612            ! ext/Storable/Storable.xs t/lib/st-recurse.t
44613 ____________________________________________________________________________
44614 [  7131] By: jhi                                   on 2000/10/03  03:38:23
44615         Log: Encode nits.
44616      Branch: perl
44617            ! MANIFEST Makefile.SH
44618 ____________________________________________________________________________
44619 [  7130] By: jhi                                   on 2000/10/03  03:31:05
44620         Log: Update Changes.
44621      Branch: perl
44622            ! Changes patchlevel.h
44623 ____________________________________________________________________________
44624 [  7129] By: jhi                                   on 2000/10/03  02:24:02
44625         Log: Misplaced else.
44626      Branch: metaconfig/U/perl
44627            ! d_strtoll.U
44628      Branch: perl
44629            ! Configure config_h.SH
44630 ____________________________________________________________________________
44631 [  7128] By: jhi                                   on 2000/10/03  02:08:29
44632         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
44633              From: sthoenna@efn.org
44634              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
44635              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
44636      Branch: metaconfig/U/perl
44637            ! d_strtoll.U
44638      Branch: perl
44639            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
44640 ____________________________________________________________________________
44641 [  7127] By: jhi                                   on 2000/10/03  01:13:14
44642         Log: Update Changes.
44643      Branch: perl
44644            ! Changes patchlevel.h
44645 ____________________________________________________________________________
44646 [  7126] By: jhi                                   on 2000/10/03  00:57:08
44647         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
44648              as suggested by Olaf Flebbe and Nick Clark.
44649      Branch: perl
44650            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
44651 ____________________________________________________________________________
44652 [  7125] By: jhi                                   on 2000/10/03  00:50:56
44653         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
44654              From: Nick Clark <nick@plum.flirble.org>
44655              Date: Mon, 2 Oct 2000 11:03:24 +0100
44656              Message-Id: <20001002110324.D20073@plum.flirble.org>
44657              
44658              Also fixes bug ID 20001002.005.
44659      Branch: perl
44660            ! t/lib/encode.t
44661 ____________________________________________________________________________
44662 [  7124] By: jhi                                   on 2000/10/03  00:34:59
44663         Log: Subject: [PATCH 5.7.0] Epoc update
44664              From: Olaf Flebbe <o.flebbe@gmx.de>
44665              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
44666              Message-ID: <26423.969484586@www10.gmx.net>
44667      Branch: perl
44668            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
44669            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
44670            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
44671            ! util.c util.h
44672 ____________________________________________________________________________
44673 [  7123] By: jhi                                   on 2000/10/03  00:30:07
44674         Log: Regen headers.
44675      Branch: perl
44676            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
44677 ____________________________________________________________________________
44678 [  7122] By: jhi                                   on 2000/10/03  00:10:48
44679         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
44680      Branch: perl
44681            ! hints/openbsd.sh
44682 ____________________________________________________________________________
44683 [  7121] By: jhi                                   on 2000/10/03  00:05:06
44684         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
44685              From: <abigail@foad.org>
44686              Date: Tue, 26 Sep 2000 13:36:14 -0400
44687              Message-ID: <20000926173614.4356.qmail@foad.org>
44688      Branch: perl
44689            ! pod/perlop.pod
44690 ____________________________________________________________________________
44691 [  7120] By: jhi                                   on 2000/10/03  00:04:00
44692         Log: Inside require() $^S was always left undefined.
44693              
44694              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
44695              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44696              Date: Wed, 27 Sep 2000 18:54:49 -0400
44697              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
44698      Branch: perl
44699            ! cop.h mg.c pp_ctl.c util.c
44700 ____________________________________________________________________________
44701 [  7119] By: jhi                                   on 2000/10/03  00:00:16
44702         Log: Subject: [PATCH] DLL not restartabke with threaded perl
44703              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
44704              Date: Thu, 28 Sep 2000 09:20:46 +0100
44705              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
44706      Branch: perl
44707            ! perl.c
44708 ____________________________________________________________________________
44709 [  7118] By: jhi                                   on 2000/10/02  23:59:20
44710         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
44711              From: Nicholas Clark <nick@ccl4.org>
44712              Date: Thu, 28 Sep 2000 11:52:24 +0100
44713              Message-ID: <20000928115224.D7924@plum.flirble.org>
44714      Branch: perl
44715            ! op.c
44716 ____________________________________________________________________________
44717 [  7117] By: jhi                                   on 2000/10/02  23:57:51
44718         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
44719              From: Nicholas Clark <nick@babyhippo.co.uk>
44720              Date: Thu, 28 Sep 2000 12:18:10 +0100
44721              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
44722              
44723              Did not apply cleanly, manual intervention was needed.
44724      Branch: perl
44725            ! ext/B/B/Bytecode.pm utils/perlcc.PL
44726 ____________________________________________________________________________
44727 [  7116] By: jhi                                   on 2000/10/02  23:50:40
44728         Log: Document the issue (is not a syntax error, kind of)
44729              
44730              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
44731              From: Nicholas Clark <nick@ccl4.org>
44732              Date: Thu, 28 Sep 2000 17:12:42 +0100
44733              Message-ID: <20000928171242.K7924@plum.flirble.org>
44734      Branch: perl
44735            ! pod/perldata.pod
44736 ____________________________________________________________________________
44737 [  7115] By: jhi                                   on 2000/10/02  23:48:58
44738         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
44739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44740              Date: Thu, 28 Sep 2000 21:55:31 -0400
44741              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
44742      Branch: perl
44743            ! regexec.c
44744 ____________________________________________________________________________
44745 [  7114] By: jhi                                   on 2000/10/02  23:47:57
44746         Log: Subject: DOC PATCH 5.6.0
44747              From: mjd@plover.com
44748              Date: 30 Sep 2000 06:02:34 -0000
44749              Message-ID: <20000930060234.4559.qmail@plover.com>
44750      Branch: perl
44751            ! pod/perldebguts.pod
44752 ____________________________________________________________________________
44753 [  7113] By: jhi                                   on 2000/10/02  23:46:43
44754         Log: SOCK_DGRAM and listen() do not mix as reported in
44755              
44756              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
44757              From: Petter Reinholdtsen <pere@hungry.com>
44758              Date: Sun, 1 Oct 2000 10:57:20 +0800
44759              Message-Id: <200010010257.KAA05735@localhost.localdomain>
44760              
44761              The patch for 5.7.0+ had to be reengineered, though.
44762      Branch: perl
44763            ! ext/IO/lib/IO/Socket/UNIX.pm
44764 ____________________________________________________________________________
44765 [  7112] By: jhi                                   on 2000/10/02  23:36:57
44766         Log: Subject: Re: [PATCH 5.005_64 missed]
44767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44768              Date: Sun, 1 Oct 2000 18:50:10 -0400
44769              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
44770      Branch: perl
44771            ! pod/perlxs.pod
44772 ____________________________________________________________________________
44773 [  7111] By: jhi                                   on 2000/10/02  23:35:40
44774         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
44775              From: Radu Greab <radu@netsoft.ro>
44776              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
44777              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
44778      Branch: perl
44779            ! op.c opcode.pl t/op/substr.t
44780 ____________________________________________________________________________
44781 [  7110] By: jhi                                   on 2000/10/02  23:32:38
44782         Log: Subject: [PATCH] Fix aliasing of tied filehandles
44783              From: Daniel Chetlin <daniel@chetlin.com>
44784              Date: Mon, 2 Oct 2000 14:53:27 -0700
44785              Message-ID: <20001002145327.C1617@ilmd>
44786      Branch: perl
44787            ! perl.h pp_hot.c t/op/tiehandle.t
44788 ____________________________________________________________________________
44789 [  7109] By: jhi                                   on 2000/10/02  23:31:30
44790         Log: s/Robin Parker/Robin Barker/
44791      Branch: perl
44792            ! Changes5.6
44793 ____________________________________________________________________________
44794 [  7108] By: jhi                                   on 2000/10/02  23:15:46
44795         Log: Retract #7091 as suggested in
44796              
44797              From: Robin Barker <rmb1@cise.npl.co.uk> 
44798              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
44799              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
44800              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
44801      Branch: perl
44802            ! embed.pl proto.h
44803 ____________________________________________________________________________
44804 [  7107] By: nick                                  on 2000/10/02  18:23:14
44805         Log: A few tweaks to get Tk803 to work with Encode scheme.
44806      Branch: perl
44807            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
44808 ____________________________________________________________________________
44809 [  7106] By: nick                                  on 2000/10/01  21:34:14
44810         Log: Add checking cases to Encode's toUnicode and fromUnicode.
44811      Branch: perl
44812            ! ext/Encode/Encode.pm
44813 ____________________________________________________________________________
44814 [  7105] By: nick                                  on 2000/10/01  17:18:01
44815         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
44816              To read and use them.
44817              Add a lib/encode.t which checks a few things.
44818      Branch: perl
44819            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
44820            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
44821            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
44822            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
44823            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
44824            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
44825            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
44826            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
44827            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
44828            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
44829            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
44830            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
44831            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
44832            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
44833            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
44834            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
44835            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
44836            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
44837            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
44838            + ext/Encode/Encode/iso2022-jp.enc
44839            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
44840            + ext/Encode/Encode/iso8859-1.enc
44841            + ext/Encode/Encode/iso8859-2.enc
44842            + ext/Encode/Encode/iso8859-3.enc
44843            + ext/Encode/Encode/iso8859-4.enc
44844            + ext/Encode/Encode/iso8859-5.enc
44845            + ext/Encode/Encode/iso8859-6.enc
44846            + ext/Encode/Encode/iso8859-7.enc
44847            + ext/Encode/Encode/iso8859-8.enc
44848            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
44849            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
44850            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
44851            + ext/Encode/Encode/macCentEuro.enc
44852            + ext/Encode/Encode/macCroatian.enc
44853            + ext/Encode/Encode/macCyrillic.enc
44854            + ext/Encode/Encode/macDingbats.enc
44855            + ext/Encode/Encode/macGreek.enc
44856            + ext/Encode/Encode/macIceland.enc
44857            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
44858            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
44859            + ext/Encode/Encode/macTurkish.enc
44860            + ext/Encode/Encode/macUkraine.enc
44861            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
44862            + t/lib/encode.t
44863            ! MANIFEST ext/Encode/Encode.pm
44864 ____________________________________________________________________________
44865 [  7104] By: nick                                  on 2000/09/30  13:04:30
44866         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
44867              From: Daniel Chetlin <daniel@chetlin.com>
44868              Date: Mon, 18 Sep 2000 05:05:40 -0700
44869              Message-Id: <20000918050540.C652@ilmd>
44870      Branch: perl
44871            ! lib/overload.pm sv.c t/pragma/overload.t
44872 ____________________________________________________________________________
44873 [  7103] By: nick                                  on 2000/09/30  12:53:36
44874         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
44875              From: Johan Vromans <jvromans@squirrel.nl>
44876              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
44877              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
44878      Branch: perl
44879            ! pod/Makefile.SH
44880 ____________________________________________________________________________
44881 [  7102] By: nick                                  on 2000/09/30  12:52:31
44882         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
44883              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44884              Date: Sat, 16 Sep 2000 16:36:45 -0400
44885              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
44886      Branch: perl
44887            ! ext/B/B/Deparse.pm
44888 ____________________________________________________________________________
44889 [  7101] By: nick                                  on 2000/09/30  12:51:41
44890         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
44891              From: Craig A. Berry <craig.berry@psinetcs.com>
44892              Date: Sat, 16 Sep 2000 10:11:10 -0500
44893              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
44894      Branch: perl
44895            ! vms/vms.c
44896 ____________________________________________________________________________
44897 [  7100] By: nick                                  on 2000/09/30  12:50:33
44898         Log: Subject: Re: unicode support and perl [ID 20000901.097]
44899              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44900              Date: Fri, 15 Sep 2000 16:37:58 -0400
44901              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
44902      Branch: perl
44903            ! t/op/append.t
44904 ____________________________________________________________________________
44905 [  7099] By: nick                                  on 2000/09/30  12:49:35
44906         Log: Subject: Re: unicode support and perl [ID 20000901.097]
44907              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44908              Date: Fri, 15 Sep 2000 16:25:30 -0400
44909              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
44910      Branch: perl
44911            ! pp_hot.c
44912 ____________________________________________________________________________
44913 [  7098] By: nick                                  on 2000/09/30  12:48:00
44914         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
44915              From: Gisle Aas <gisle@ActiveState.com>
44916              Date: 15 Sep 2000 16:23:41 +0200
44917              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
44918      Branch: perl
44919            ! toke.c
44920 ____________________________________________________________________________
44921 [  7097] By: nick                                  on 2000/09/30  12:45:16
44922         Log: Subject: [PATCH] Nits in perlmod.pod
44923              From: Daniel Chetlin <daniel@chetlin.com>
44924              Date: Fri, 15 Sep 2000 02:04:09 -0700
44925              Message-Id: <20000915020409.A2104@ilmd>
44926      Branch: perl
44927            ! pod/perlmod.pod
44928 ____________________________________________________________________________
44929 [  7096] By: nick                                  on 2000/09/30  12:18:00
44930         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
44931              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
44932              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
44933              0 to checking to get the warning.
44934      Branch: perl
44935            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
44936            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
44937            ! regexec.c sv.c toke.c utf8.c
44938 ____________________________________________________________________________
44939 [  7095] By: nick                                  on 2000/09/15  16:55:59
44940         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
44941              
44942              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
44943              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44944              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
44945              Date: Fri, 15 Sep 2000 06:37:30 -0400
44946      Branch: perl
44947            ! ext/Encode/Encode.xs sv.c
44948 ____________________________________________________________________________
44949 [  7094] By: jhi                                   on 2000/09/15  03:23:32
44950         Log: Update Changes.
44951      Branch: perl
44952            ! Changes patchlevel.h
44953 ____________________________________________________________________________
44954 [  7093] By: jhi                                   on 2000/09/15  03:11:44
44955         Log: Fix for the charnames.t failures from Spider Boardman.
44956      Branch: perl
44957            ! toke.c
44958 ____________________________________________________________________________
44959 [  7092] By: jhi                                   on 2000/09/15  00:15:48
44960         Log: Botched the #7090 check-in.
44961      Branch: perl
44962            ! sv.c
44963 ____________________________________________________________________________
44964 [  7091] By: jhi                                   on 2000/09/14  23:33:24
44965         Log: Part of #7081 didn't come through.
44966      Branch: perl
44967            ! embed.pl proto.h
44968 ____________________________________________________________________________
44969 [  7090] By: jhi                                   on 2000/09/14  23:17:39
44970         Log: Subject: Re: perl@7078 
44971              From: Spider Boardman <spider@web.zk3.dec.com>
44972              Date: Thu, 14 Sep 2000 19:06:36 -0400
44973              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
44974      Branch: perl
44975            ! sv.c toke.c
44976 ____________________________________________________________________________
44977 [  7089] By: jhi                                   on 2000/09/14  23:11:21
44978         Log: Small portability tweaks.
44979      Branch: perl
44980            ! ext/Encode/Encode.xs
44981 ____________________________________________________________________________
44982 [  7088] By: jhi                                   on 2000/09/14  22:57:23
44983         Log: Fake return to pacify picky compilers.
44984      Branch: perl
44985            ! ext/Encode/Encode.xs
44986 ____________________________________________________________________________
44987 [  7087] By: jhi                                   on 2000/09/14  22:53:37
44988         Log: Subject: [PATCH] utf8.c apidoc
44989              From: Simon Cozens <simon@cozens.net>
44990              Date: Thu, 14 Sep 2000 23:46:57 +0100
44991              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
44992      Branch: perl
44993            ! perlapi.c pod/perlapi.pod utf8.c
44994 ____________________________________________________________________________
44995 [  7086] By: jhi                                   on 2000/09/14  22:40:38
44996         Log: We don't need to count the high bit bytes, a boolean is enough. 
44997      Branch: perl
44998            ! sv.c
44999 ____________________________________________________________________________
45000 [  7085] By: jhi                                   on 2000/09/14  21:20:09
45001         Log: Replace #7084 with
45002              
45003              Subject: Re: perl@7078 
45004              From: Spider Boardman <spider@web.zk3.dec.com>
45005              Date: Thu, 14 Sep 2000 17:09:36 -0400
45006              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
45007      Branch: perl
45008            ! sv.c utf8.c
45009 ____________________________________________________________________________
45010 [  7084] By: jhi                                   on 2000/09/14  20:03:34
45011         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
45012              convertable to bytes by checking it doesn't go above 0xc3
45013              
45014              Subject: Re: perl@7078
45015              From: Simon Cozens <simon@cozens.net>
45016              Date: Thu, 14 Sep 2000 20:59:19 +0100
45017              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
45018      Branch: perl
45019            ! utf8.c
45020 ____________________________________________________________________________
45021 [  7083] By: jhi                                   on 2000/09/14  19:38:47
45022         Log: Subject: Re: perl@7078
45023              From: Simon Cozens <simon@cozens.net>
45024              Date: Thu, 14 Sep 2000 20:13:09 +0100
45025              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
45026      Branch: perl
45027            ! t/op/bop.t
45028 ____________________________________________________________________________
45029 [  7082] By: jhi                                   on 2000/09/14  17:50:44
45030         Log: The one that got away.
45031      Branch: perl
45032            ! lib/File/Find.pm
45033 ____________________________________________________________________________
45034 [  7081] By: jhi                                   on 2000/09/14  17:45:35
45035         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
45036              From: Robin Barker <rmb1@cise.npl.co.uk>
45037              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
45038              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
45039      Branch: perl
45040            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
45041            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
45042            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
45043            ! regcomp.c toke.c universal.c
45044 ____________________________________________________________________________
45045 [  7080] By: jhi                                   on 2000/09/14  17:40:35
45046         Log: Problems picked up by AIX cc.
45047              
45048              Subject: Re: perl@7078 (patch included)
45049              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45050              Date: Thu, 14 Sep 2000 18:53:30 +0200
45051              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
45052      Branch: perl
45053            ! ext/Encode/Encode.xs
45054 ____________________________________________________________________________
45055 [  7079] By: jhi                                   on 2000/09/14  17:38:27
45056         Log: Subject: File::Find 5.7.0 POD nits
45057              From: Rich Morin <rdm@cfcl.com>
45058              Date: Wed, 13 Sep 2000 22:03:58 -0700
45059              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
45060      Branch: perl
45061            ! lib/File/Find.pm
45062 ____________________________________________________________________________
45063 [  7078] By: jhi                                   on 2000/09/14  14:58:20
45064         Log: Update Changes.
45065      Branch: perl
45066            ! Changes patchlevel.h
45067 ____________________________________________________________________________
45068 [  7077] By: jhi                                   on 2000/09/14  14:55:54
45069         Log: Compilation warnings and an error.
45070      Branch: perl
45071            ! sv.c
45072 ____________________________________________________________________________
45073 [  7076] By: jhi                                   on 2000/09/14  14:42:56
45074         Log: Fix for a parsing bug, not for the original bug.
45075              
45076              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
45077              From: Spider Boardman <spider@web.zk3.dec.com>
45078              Date: Wed, 13 Sep 2000 17:52:20 -0400
45079              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
45080      Branch: perl
45081            ! regcomp.c
45082 ____________________________________________________________________________
45083 [  7075] By: jhi                                   on 2000/09/14  14:40:40
45084         Log: Batch of UTF-8 patches from Simon Cozens.
45085      Branch: perl
45086            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
45087            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
45088            ! toke.c utf8.c
45089 ____________________________________________________________________________
45090 [  7074] By: jhi                                   on 2000/09/14  14:29:58
45091         Log: Subject: Re: Two advertising clauses need to be removed
45092              From: Russ Allbery <rra@stanford.edu>
45093              Date: 13 Sep 2000 18:50:26 -0700
45094              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
45095      Branch: perl
45096            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
45097 ____________________________________________________________________________
45098 [  7073] By: jhi                                   on 2000/09/14  14:28:20
45099         Log: Subject: [PATCH] de-wall t/README
45100              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45101              Date: Wed, 13 Sep 2000 17:46:55 -0700
45102              Message-ID: <//Bw5gzkge/e092yn@efn.org>
45103      Branch: perl
45104            ! t/README
45105 ____________________________________________________________________________
45106 [  7072] By: jhi                                   on 2000/09/14  14:25:10
45107         Log: Hints optimization.
45108              
45109              Subject: Minor nit
45110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45111              Date: Wed, 13 Sep 2000 21:42:07 +0200
45112              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
45113      Branch: perl
45114            ! hints/hpux.sh
45115 ____________________________________________________________________________
45116 [  7071] By: jhi                                   on 2000/09/14  14:23:30
45117         Log: Allow chop() and chomp() to be overridden.
45118              
45119              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45120              From: "Casey R. Tweten" <crt@kiski.net>
45121              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
45122              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
45123      Branch: perl
45124            ! toke.c
45125 ____________________________________________________________________________
45126 [  7070] By: jhi                                   on 2000/09/14  14:20:36
45127         Log: The return value of setlocale must be copied away.
45128              
45129              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45130              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45131              Date: Wed, 13 Sep 2000 16:27:37 +0100 
45132              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
45133      Branch: perl
45134            ! util.c
45135 ____________________________________________________________________________
45136 [  7069] By: jhi                                   on 2000/09/14  14:16:27
45137         Log: Remove vestiges of tr//CU.
45138              
45139              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45140              From: Nick Clark <nick@plum.flirble.org>
45141              Date: Tue, 12 Sep 2000 22:50:14 +0100
45142              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
45143              
45144              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45145              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45146              Date: Tue, 12 Sep 2000 21:38:48 -0700
45147              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
45148      Branch: perl
45149            ! op.h pod/perlunicode.pod
45150 ____________________________________________________________________________
45151 [  7068] By: jhi                                   on 2000/09/13  14:18:39
45152         Log: Add the Encode extension.  The code is still largely just skeleton.
45153      Branch: perl
45154            + ext/Encode/Encode.pm ext/Encode/Encode.xs
45155            + ext/Encode/Makefile.PL ext/Encode/Todo
45156            ! MANIFEST Todo-5.6
45157 ____________________________________________________________________________
45158 [  7067] By: jhi                                   on 2000/09/12  17:43:33
45159         Log: Allow for whitespace between "#" and "line" in cpp output.
45160              
45161              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
45162              From: Calle Dybedahl <calle@lysator.liu.se>
45163              Date: 12 Sep 2000 19:38:02 +0200 
45164              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
45165      Branch: perl
45166            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
45167 ____________________________________________________________________________
45168 [  7066] By: gsar                                  on 2000/09/12  17:24:29
45169         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
45170              initialization in all the threads on Windows
45171      Branch: perl
45172            ! win32/win32.c
45173 ____________________________________________________________________________
45174 [  7065] By: jhi                                   on 2000/09/12  15:11:31
45175         Log: Update Changes.
45176      Branch: perl
45177            ! Changes patchlevel.h
45178 ____________________________________________________________________________
45179 [  7064] By: jhi                                   on 2000/09/12  14:54:54
45180         Log: Retract #7062, the pod tests are not ready.
45181      Branch: perl
45182            ! t/TEST t/harness
45183 ____________________________________________________________________________
45184 [  7063] By: jhi                                   on 2000/09/12  14:25:41
45185         Log: The #7054 truncated Configure badly.
45186      Branch: metaconfig/U/perl
45187            ! End.U
45188      Branch: perl
45189            ! Configure config_h.SH
45190 ____________________________________________________________________________
45191 [  7062] By: jhi                                   on 2000/09/12  14:08:32
45192         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
45193              From: sthoenna@efn.org
45194              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
45195              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
45196      Branch: perl
45197            ! t/TEST t/harness
45198 ____________________________________________________________________________
45199 [  7061] By: jhi                                   on 2000/09/12  14:07:18
45200         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
45201              From: sthoenna@efn.org
45202              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
45203              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
45204      Branch: perl
45205            ! pod/perlxs.pod
45206 ____________________________________________________________________________
45207 [  7060] By: jhi                                   on 2000/09/12  14:06:08
45208         Log: Break up the myconfig lines a bit.
45209              
45210              Subject: perlbug/perl -V output format
45211              From: sthoenna@efn.org
45212              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
45213              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
45214      Branch: perl
45215            ! myconfig.SH
45216 ____________________________________________________________________________
45217 [  7059] By: jhi                                   on 2000/09/12  14:05:04
45218         Log: Test for the #7049.
45219              
45220              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
45221              From: andreas.koenig@anima.de (Andreas J. Koenig)
45222              Date: 12 Sep 2000 06:42:01 +0200
45223              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
45224      Branch: perl
45225            ! t/op/my.t
45226 ____________________________________________________________________________
45227 [  7058] By: jhi                                   on 2000/09/12  14:03:05
45228         Log: Subject: [patch: perl@7045] vms updates
45229              From: Peter Prymmer <pvhp@forte.com>
45230              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
45231              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
45232      Branch: perl
45233            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
45234 ____________________________________________________________________________
45235 [  7057] By: jhi                                   on 2000/09/12  14:00:51
45236         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
45237              From: sthoenna@efn.org
45238              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
45239              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
45240      Branch: perl
45241            ! t/op/64bitint.t
45242 ____________________________________________________________________________
45243 [  7056] By: jhi                                   on 2000/09/12  13:58:14
45244         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
45245              From: Jeff Pinyan <jeffp@crusoe.net>
45246              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
45247              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
45248      Branch: perl
45249            ! pod/perlfunc.pod
45250 ____________________________________________________________________________
45251 [  7055] By: jhi                                   on 2000/09/12  13:56:32
45252         Log: Do in VMS as the #7054 does.
45253      Branch: perl
45254            ! configure.com
45255 ____________________________________________________________________________
45256 [  7054] By: jhi                                   on 2000/09/12  13:50:31
45257         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
45258              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45259              Date: Mon, 11 Sep 2000 08:33:09 +0100
45260              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
45261      Branch: metaconfig/U/perl
45262            ! End.U
45263      Branch: perl
45264            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
45265            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45266 ____________________________________________________________________________
45267 [  7053] By: jhi                                   on 2000/09/12  13:29:19
45268         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
45269              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45270              Date:     Tue, 12 Sep 2000 08:35:59 EDT
45271              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
45272      Branch: perl
45273            ! vms/test.com
45274 ____________________________________________________________________________
45275 [  7052] By: jhi                                   on 2000/09/11  23:01:50
45276         Log: Document the SvUTF8*().
45277      Branch: perl
45278            ! pod/perlapi.pod sv.h
45279 ____________________________________________________________________________
45280 [  7051] By: gsar                                  on 2000/09/11  14:46:30
45281         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
45282              (missed a spot when fixing up op_pmreplroot hack for ithreads)
45283      Branch: perl
45284            ! op.c t/op/split.t
45285 ____________________________________________________________________________
45286 [  7050] By: nick                                  on 2000/09/11  10:03:51
45287         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
45288              
45289              Subject: borland C++ win32.c tweak
45290              From: Vadim Konovalov <vkonovalov@lucent.com>
45291              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
45292              Date: Mon, 11 Sep 2000 11:22:33 +0400
45293      Branch: perl
45294            ! win32/win32.c
45295 ____________________________________________________________________________
45296 [  7049] By: nick                                  on 2000/09/11  09:57:33
45297         Log: Point fix for s/// on foreach (keys %xxx).
45298      Branch: perl
45299            ! pp_hot.c
45300 ____________________________________________________________________________
45301 [  7048] By: jhi                                   on 2000/09/10  23:37:09
45302         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
45303              by Pod::Text, from Brad Appleton.
45304      Branch: perl
45305            ! t/pod/testp2pt.pl
45306 ____________________________________________________________________________
45307 [  7047] By: jhi                                   on 2000/09/10  14:32:53
45308         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
45309              by Russ Allbery.
45310      Branch: perl
45311            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
45312 ____________________________________________________________________________
45313 [  7046] By: jhi                                   on 2000/09/10  14:15:08
45314         Log: Upgrade to CPAN 1.57_65, from Andreas König.
45315      Branch: perl
45316            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45317 ____________________________________________________________________________
45318 [  7045] By: jhi                                   on 2000/09/08  21:36:32
45319         Log: Update Changes.
45320      Branch: perl
45321            ! Changes patchlevel.h
45322 ____________________________________________________________________________
45323 [  7044] By: jhi                                   on 2000/09/08  21:29:56
45324         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
45325              From: Peter Prymmer <pvhp@forte.com>
45326              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
45327              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
45328      Branch: perl
45329            ! configure.com
45330 ____________________________________________________________________________
45331 [  7043] By: jhi                                   on 2000/09/08  21:27:50
45332         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45333              From: Peter Prymmer <pvhp@forte.com>
45334              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
45335              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
45336      Branch: perl
45337            ! Makefile.SH installperl
45338 ____________________________________________________________________________
45339 [  7042] By: jhi                                   on 2000/09/08  21:23:21
45340         Log: Continue #7041.
45341      Branch: perl
45342            ! cygwin/Makefile.SHs os2/Makefile.SHs
45343 ____________________________________________________________________________
45344 [  7041] By: jhi                                   on 2000/09/08  21:18:10
45345         Log: Do away with memory models cruft.  Sorry, PDP users.
45346      Branch: metaconfig
45347            ! U/modified/cc.U U/modified/libpth.U
45348      Branch: perl
45349            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
45350            ! Porting/config_H cflags.SH config_h.SH configure.com
45351            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
45352            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
45353            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
45354 ____________________________________________________________________________
45355 [  7040] By: jhi                                   on 2000/09/08  14:34:18
45356         Log: Major rewrite of s2p.  And I mean really major, it is
45357              an implementation of sed in perl.  If called as s2p it
45358              will function as s2p.  Note: needs non-UNIXifying.
45359              
45360              Subject: s2p
45361              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
45362              Date: Mon, 28 Aug 2000 14:05:12 +0200
45363              Message-ID: <39AA5578.2102E2AA@alcatel.at>
45364      Branch: perl
45365            ! x2p/s2p.PL
45366 ____________________________________________________________________________
45367 [  7039] By: jhi                                   on 2000/09/08  14:19:49
45368         Log: Re-allow vec() for characters > 255.
45369              
45370              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
45371              From: Spider Boardman <spider@web.zk3.dec.com>
45372              Date: Fri, 08 Sep 2000 02:21:02 -0400
45373              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
45374      Branch: perl
45375            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
45376            ! t/op/vec.t
45377 ____________________________________________________________________________
45378 [  7038] By: jhi                                   on 2000/09/08  14:14:18
45379         Log: Subject: [PATCH lib/Benchmark.pm]
45380              From: <abigail@foad.org>
45381              Date: Thu, 7 Sep 2000 15:03:20 -0400
45382              Message-ID: <20000907190320.888.qmail@foad.org>
45383      Branch: perl
45384            ! lib/Benchmark.pm
45385 ____________________________________________________________________________
45386 [  7037] By: jhi                                   on 2000/09/08  14:11:06
45387         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
45388              
45389              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
45390              From: Spider Boardman <spider@web.zk3.dec.com>
45391              Date: Fri, 08 Sep 2000 01:30:27 -0400
45392              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
45393      Branch: perl
45394            ! op.c
45395 ____________________________________________________________________________
45396 [  7036] By: jhi                                   on 2000/09/08  14:08:58
45397         Log: Subject: [ID 20000908.002] perlipc documentation bug.
45398              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
45399              Date: Fri, 08 Sep 2000 12:38:32 +0200
45400              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
45401      Branch: perl
45402            ! pod/perlipc.pod
45403 ____________________________________________________________________________
45404 [  7035] By: jhi                                   on 2000/09/08  14:03:12
45405         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45407              Date: Fri, 08 Sep 2000 11:47:34 +0200
45408              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
45409      Branch: perl
45410            ! hints/dec_osf.sh
45411 ____________________________________________________________________________
45412 [  7034] By: jhi                                   on 2000/09/08  13:59:35
45413         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
45414              From: Simon Cozens <simon@cozens.net>
45415              Date: Thu, 7 Sep 2000 20:40:38 +0100
45416              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
45417      Branch: perl
45418            ! pp_hot.c
45419 ____________________________________________________________________________
45420 [  7033] By: jhi                                   on 2000/09/08  04:03:03
45421         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
45422              From: "Larry W. Virden" <lvirden@cas.org>
45423              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
45424              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
45425      Branch: perl
45426            ! pod/perldiag.pod
45427 ____________________________________________________________________________
45428 [  7032] By: jhi                                   on 2000/09/07  22:18:30
45429         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
45430              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
45431              Date: Mon, 04 Sep 2000 13:16:38 -0700
45432              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
45433      Branch: perl
45434            ! lib/perl5db.pl
45435 ____________________________________________________________________________
45436 [  7031] By: jhi                                   on 2000/09/07  22:02:29
45437         Log: Fix the ccversion detection for 5.1 and beyond.
45438              
45439              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45440              From: Spider Boardman <spider@leggy.zk3.dec.com>
45441              Date: Thu, 7 Sep 2000 17:54:27 -0400
45442              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
45443      Branch: perl
45444            ! hints/dec_osf.sh
45445 ____________________________________________________________________________
45446 [  7030] By: jhi                                   on 2000/09/07  19:12:28
45447         Log: Fix for
45448              
45449              Subject: [ID 20000903.001] \w in utf8-strings
45450              From: Marc Lehmann <pcg@goof.com>
45451              Date: Sun, 03 Sep 2000 09:44:29 +0200
45452              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
45453              
45454              and various related nits.
45455      Branch: perl
45456            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
45457 ____________________________________________________________________________
45458 [  7029] By: jhi                                   on 2000/09/07  18:49:09
45459         Log: Fix the URL, but the server is still missing in action.
45460              
45461              Subject: [ID 20000905.002] perlfaq1.pod URL error
45462              From: "Larry W. Virden" <lvirden@cas.org>
45463              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
45464              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
45465      Branch: perl
45466            ! pod/perlfaq1.pod
45467 ____________________________________________________________________________
45468 [  7028] By: jhi                                   on 2000/09/07  18:47:13
45469         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
45470              From: Hugo <hv@crypt.compulink.co.uk>
45471              Date: Tue, 05 Sep 2000 14:13:37 +0100
45472              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
45473      Branch: perl
45474            ! toke.c
45475 ____________________________________________________________________________
45476 [  7027] By: jhi                                   on 2000/09/07  18:45:35
45477         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
45478              From: Daniel Chetlin <daniel@chetlin.com>
45479              Date: Tue, 5 Sep 2000 04:57:07 -0700
45480              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
45481      Branch: perl
45482            ! pod/perlfaq6.pod pod/perlop.pod
45483 ____________________________________________________________________________
45484 [  7026] By: jhi                                   on 2000/09/07  18:44:01
45485         Log: Document the new ref() semantics.
45486              
45487              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45488              From: Gisle Aas <gisle@ActiveState.com>
45489              Date: 05 Sep 2000 08:10:30 +0200
45490              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
45491      Branch: perl
45492            ! pod/perldelta.pod
45493 ____________________________________________________________________________
45494 [  7025] By: jhi                                   on 2000/09/07  18:42:27
45495         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
45496              
45497              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45498              From: Gisle Aas <gisle@ActiveState.com>
45499              Date: 05 Sep 2000 08:11:40 +0200
45500              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
45501      Branch: perl
45502            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
45503 ____________________________________________________________________________
45504 [  7024] By: jhi                                   on 2000/09/07  18:39:32
45505         Log: Subject: [PATCH] Modernize Opcode.pm documentation
45506              From: Gisle Aas <gisle@ActiveState.com>
45507              Date: 4 Sep 2000 00:18:55 -0000
45508              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
45509      Branch: perl
45510            ! ext/Opcode/Opcode.pm
45511 ____________________________________________________________________________
45512 [  7023] By: jhi                                   on 2000/09/07  18:37:42
45513         Log: Subject: [PATCH] Tied filehandle documentation
45514              From: Gisle Aas <gisle@ActiveState.com>
45515              Date: 4 Sep 2000 00:14:40 -0000
45516              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
45517      Branch: perl
45518            ! pod/perlfunc.pod pod/perltie.pod
45519 ____________________________________________________________________________
45520 [  7022] By: jhi                                   on 2000/09/07  18:35:37
45521         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
45522              From: Gisle Aas <gisle@ActiveState.com>
45523              Date: 4 Sep 2000 00:04:22 -0000
45524              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
45525      Branch: perl
45526            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
45527 ____________________________________________________________________________
45528 [  7021] By: jhi                                   on 2000/09/07  18:33:22
45529         Log: Subject: small apidoc fix
45530              From: Marc Lehmann <pcg@goof.com>
45531              Date: Sun, 3 Sep 2000 05:12:06 +0200
45532              Message-ID: <20000903051206.A5909@cerebro.laendle>
45533      Branch: perl
45534            ! pod/perlapi.pod utf8.c
45535 ____________________________________________________________________________
45536 [  7020] By: jhi                                   on 2000/09/07  16:14:57
45537         Log: Tiny perldelta nits.
45538      Branch: perl
45539            ! pod/perldelta.pod
45540 ____________________________________________________________________________
45541 [  7019] By: jhi                                   on 2000/09/07  16:04:20
45542         Log: Guard against bad string->int conversion for quads.
45543      Branch: perl
45544            ! t/op/64bitint.t
45545 ____________________________________________________________________________
45546 [  7018] By: jhi                                   on 2000/09/06  17:07:03
45547         Log: Update Unicode todo list.
45548      Branch: perl
45549            ! Todo-5.6
45550 ____________________________________________________________________________
45551 [  7017] By: jhi                                   on 2000/09/05  21:16:01
45552         Log: Document the SvIOK_.*UV().
45553      Branch: perl
45554            ! pod/perlapi.pod sv.h
45555 ____________________________________________________________________________
45556 [  7016] By: nick                                  on 2000/09/03  21:54:46
45557         Log: Hash lookup of constant strings optimization:
45558              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
45559              to string table (as per sharepvn). Add newSV_pvn_share to create such
45560              a thing. Make hv.c compare addresses of strings and skip string compare
45561              if equal. Make method_named and helem ops use these shared-string SVs
45562              when arg is constant. Make keys op return shared-string SVs (less clearly
45563              a win).
45564      Branch: perl
45565            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
45566            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
45567            ! pod/perlintern.pod pp_hot.c proto.h sv.c
45568 ____________________________________________________________________________
45569 [  7015] By: jhi                                   on 2000/09/02  17:48:59
45570         Log: This is 5.7.0.
45571      Branch: perl
45572            ! Changes
45573 ____________________________________________________________________________
45574 [  7014] By: jhi                                   on 2000/09/02  17:35:45
45575         Log: Changes and patchlevel tweaks.
45576      Branch: perl
45577            ! Changes patchlevel.h
45578 ____________________________________________________________________________
45579 [  7013] By: jhi                                   on 2000/09/02  17:30:50
45580         Log: Update Changes.
45581      Branch: perl
45582            ! Changes patchlevel.h
45583 ____________________________________________________________________________
45584 [  7012] By: nick                                  on 2000/09/02  17:25:20
45585         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
45586      Branch: perl
45587            ! gv.c lib/overload.pm
45588 ____________________________________________________________________________
45589 [  7011] By: jhi                                   on 2000/09/02  17:16:25
45590         Log: Update perlhist.
45591      Branch: perl
45592            ! pod/perlhist.pod
45593 ____________________________________________________________________________
45594 [  7010] By: jhi                                   on 2000/09/02  17:01:35
45595         Log: perldelta nits.
45596      Branch: perl
45597            ! pod/perldelta.pod
45598 ____________________________________________________________________________
45599 [  7009] By: nick                                  on 2000/09/02  16:48:35
45600         Log: If overloaded %{} etc. return the object do not loop.
45601              Thus  sub deref { $_[0] } functions if object is wanted type.
45602      Branch: perl
45603            ! pp.h
45604 ____________________________________________________________________________
45605 [  7008] By: jhi                                   on 2000/09/02  16:26:11
45606         Log: Retab MANIFEST.
45607      Branch: perl
45608            ! ext/Storable/MANIFEST
45609 ____________________________________________________________________________
45610 [  7007] By: jhi                                   on 2000/09/02  16:23:02
45611         Log: Make certain cc is set before trying to run it.
45612      Branch: perl
45613            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
45614 ____________________________________________________________________________
45615 [  7006] By: jhi                                   on 2000/09/02  15:45:41
45616         Log: Unicode notes.
45617      Branch: perl
45618            ! pod/perldelta.pod
45619 ____________________________________________________________________________
45620 [  7005] By: jhi                                   on 2000/09/02  15:42:11
45621         Log: Various Configure nits by Philip Newton,
45622              plus the ebcdic one by me.
45623      Branch: metaconfig
45624            + U/modified/pager.U
45625            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
45626      Branch: metaconfig/U/perl
45627            ! Devel.U quadfio.U
45628      Branch: perl
45629            ! Configure config_h.SH
45630 ____________________________________________________________________________
45631 [  7004] By: jhi                                   on 2000/09/02  15:06:14
45632         Log: Apparently avoiding the swapping is too costly.
45633              
45634              From: "Ben Tilly" <ben_tilly@hotmail.com>
45635              Subject: Re: the door is closed.
45636              Date: Fri, 01 Sep 2000 20:23:16 EDT
45637              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
45638      Branch: perl
45639            ! pod/perlfaq4.pod
45640 ____________________________________________________________________________
45641 [  7003] By: nick                                  on 2000/09/02  12:26:04
45642         Log: Undo part of change 6489 which looks like a bulk edit which
45643              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45644              The supressing of main:: on return from select() is undesirable.
45645      Branch: perl
45646            ! pp_sys.c
45647 ____________________________________________________________________________
45648 [  7002] By: jhi                                   on 2000/09/01  23:08:54
45649         Log: Update Changes.
45650      Branch: perl
45651            ! Changes patchlevel.h
45652 ____________________________________________________________________________
45653 [  7001] By: jhi                                   on 2000/09/01  23:00:13
45654         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
45655              From: Peter Prymmer <pvhp@forte.com>
45656              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
45657              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
45658              
45659              plus rework the http: spots as suggested by Tom Christiansen,
45660              plus regen perltoc.
45661      Branch: perl
45662            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
45663            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
45664 ____________________________________________________________________________
45665 [  7000] By: jhi                                   on 2000/09/01  22:36:01
45666         Log: Only the first line, thank you very much.
45667      Branch: perl
45668            ! hints/solaris_2.sh
45669 ____________________________________________________________________________
45670 [  6999] By: gsar                                  on 2000/09/01  22:16:40
45671         Log: change#6791 accidentally clobbered change#6710, put it back
45672      Branch: perl
45673            ! win32/win32.c
45674 ____________________________________________________________________________
45675 [  6998] By: jhi                                   on 2000/09/01  22:14:16
45676         Log: Mention the HP-UX LP64 freak failure.
45677      Branch: perl
45678            ! pod/perldelta.pod
45679 ____________________________________________________________________________
45680 [  6997] By: jhi                                   on 2000/09/01  21:48:32
45681         Log: Detypo.
45682      Branch: perl
45683            ! hints/hpux.sh
45684 ____________________________________________________________________________
45685 [  6996] By: jhi                                   on 2000/09/01  21:27:10
45686         Log: Update Changes.
45687      Branch: perl
45688            ! Changes patchlevel.h
45689 ____________________________________________________________________________
45690 [  6995] By: jhi                                   on 2000/09/01  21:14:24
45691         Log: Mi splgn s gnin.g
45692      Branch: perl
45693            ! pp_ctl.c
45694 ____________________________________________________________________________
45695 [  6994] By: jhi                                   on 2000/09/01  21:09:54
45696         Log: Subject: http:// in L<>
45697              From: Nicholas Clark <nick@ccl4.org>
45698              Date: Fri, 1 Sep 2000 22:03:21 +0100
45699              Message-ID: <20000901220321.B72074@plum.flirble.org>
45700      Branch: perl
45701            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
45702 ____________________________________________________________________________
45703 [  6993] By: jhi                                   on 2000/09/01  21:06:54
45704         Log: Update to Storable 1.0, from Raphael Manfredi.
45705      Branch: perl
45706            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
45707            ! ext/Storable/Makefile.PL ext/Storable/README
45708            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45709            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
45710            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
45711            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
45712            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
45713            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
45714 ____________________________________________________________________________
45715 [  6992] By: jhi                                   on 2000/09/01  20:43:05
45716         Log: Mention known sfio+linux buglet.
45717      Branch: perl
45718            ! pod/perldelta.pod
45719 ____________________________________________________________________________
45720 [  6991] By: jhi                                   on 2000/09/01  20:40:11
45721         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
45722              From: Peter Prymmer <pvhp@forte.com>
45723              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
45724              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
45725      Branch: perl
45726            ! vms/vms.c
45727 ____________________________________________________________________________
45728 [  6990] By: jhi                                   on 2000/09/01  20:25:26
45729         Log: Retract #6986.
45730      Branch: perl
45731            ! hints/solaris_2.sh
45732 ____________________________________________________________________________
45733 [  6989] By: jhi                                   on 2000/09/01  20:23:00
45734         Log: Mergesort is back.
45735      Branch: perl
45736            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
45737 ____________________________________________________________________________
45738 [  6988] By: jhi                                   on 2000/09/01  19:37:40
45739         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
45740              From: Mike Guy <mjtg@cam.ac.uk>
45741              Date: Fri, 01 Sep 2000 17:43:33 +0100
45742              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
45743      Branch: perl
45744            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
45745            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
45746 ____________________________________________________________________________
45747 [  6987] By: jhi                                   on 2000/09/01  19:17:10
45748         Log: Regen perltoc.
45749      Branch: perl
45750            ! pod/perltoc.pod
45751 ____________________________________________________________________________
45752 [  6986] By: jhi                                   on 2000/09/01  18:51:10
45753         Log: Subject: Re: Solaris x86 has no SPARC libraries!
45754              From: Lupe Christoph <lupe@lupe-christoph.de>
45755              Date: Fri, 1 Sep 2000 20:41:20 +0200
45756              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
45757      Branch: perl
45758            ! hints/solaris_2.sh
45759 ____________________________________________________________________________
45760 [  6985] By: jhi                                   on 2000/09/01  18:28:10
45761         Log: Update Changes.
45762      Branch: perl
45763            ! Changes patchlevel.h
45764 ____________________________________________________________________________
45765 [  6984] By: jhi                                   on 2000/09/01  18:26:53
45766         Log: Feature ordering tweak.
45767      Branch: perl
45768            ! myconfig.SH
45769 ____________________________________________________________________________
45770 [  6983] By: jhi                                   on 2000/09/01  18:19:50
45771         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45772              From: <abigail@foad.org>
45773              Date: Fri, 1 Sep 2000 13:07:32 -0400
45774              Message-ID: <20000901170732.18249.qmail@foad.org>
45775      Branch: perl
45776            ! t/pragma/overload.t
45777 ____________________________________________________________________________
45778 [  6982] By: jhi                                   on 2000/09/01  18:17:54
45779         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
45780              so that case-ignoring systems like DCL can tell them from
45781              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
45782      Branch: metaconfig/U/perl
45783            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
45784      Branch: perl
45785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45786            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
45787            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
45788            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
45789            ! vos/config.def vos/config.h vos/config_h.SH_orig
45790            ! win32/config.bc win32/config.gc win32/config.vc
45791 ____________________________________________________________________________
45792 [  6981] By: nick                                  on 2000/09/01  17:21:57
45793         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
45794              warning when UNTIE exists and instead pass the cound of extra references to
45795              the UNTIE method.
45796      Branch: perl
45797            ! pod/perltie.pod pp_sys.c
45798 ____________________________________________________________________________
45799 [  6980] By: jhi                                   on 2000/09/01  16:54:44
45800         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
45801              From: Peter Prymmer <pvhp@forte.com>
45802              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
45803              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
45804      Branch: perl
45805            ! configure.com
45806 ____________________________________________________________________________
45807 [  6979] By: jhi                                   on 2000/09/01  16:06:20
45808         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
45809              From: Mike Guy <mjtg@cam.ac.uk> 
45810              Date: Fri, 01 Sep 2000 16:49:27 +0100
45811              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
45812      Branch: perl
45813            ! t/base/rs.t
45814 ____________________________________________________________________________
45815 [  6978] By: jhi                                   on 2000/09/01  16:00:42
45816         Log: Update to PodParser 1.18, from Brad Appleton.
45817      Branch: perl
45818            ! lib/Pod/Checker.pm t/pod/find.t
45819 ____________________________________________________________________________
45820 [  6977] By: jhi                                   on 2000/09/01  14:48:58
45821         Log: Subject: Nit in Configure (bleadperl@6961)
45822              From: Lupe Christoph <lupe@lupe-christoph.de>
45823              Date: Fri, 1 Sep 2000 16:34:29 +0200
45824              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
45825      Branch: metaconfig
45826            ! U/compline/ccflags.U
45827      Branch: perl
45828            ! Configure config_h.SH
45829 ____________________________________________________________________________
45830 [  6976] By: jhi                                   on 2000/09/01  14:39:52
45831         Log: Update Changes.
45832      Branch: perl
45833            ! Changes patchlevel.h
45834 ____________________________________________________________________________
45835 [  6975] By: jhi                                   on 2000/09/01  14:37:36
45836         Log: microperl config update.
45837      Branch: perl
45838            ! uconfig.h uconfig.sh
45839 ____________________________________________________________________________
45840 [  6974] By: jhi                                   on 2000/09/01  14:36:53
45841         Log: Document known deficiencies.
45842      Branch: perl
45843            ! pod/perldelta.pod
45844 ____________________________________________________________________________
45845 [  6973] By: jhi                                   on 2000/09/01  14:10:20
45846         Log: Mention warnings fixes and updates.
45847      Branch: perl
45848            ! pod/perldelta.pod
45849 ____________________________________________________________________________
45850 [  6972] By: jhi                                   on 2000/09/01  14:01:52
45851         Log: Drop unused argument.
45852              
45853              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
45854              From: Spider Boardman <spider@web.zk3.dec.com>
45855              Date: Thu, 31 Aug 2000 16:10:15 -0400
45856              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
45857      Branch: perl
45858            ! toke.c
45859 ____________________________________________________________________________
45860 [  6971] By: jhi                                   on 2000/09/01  13:59:24
45861         Log: Add the overload warnings to perldiag.
45862      Branch: perl
45863            ! lib/overload.pm pod/perldiag.pod
45864 ____________________________________________________________________________
45865 [  6970] By: jhi                                   on 2000/09/01  13:55:10
45866         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45867              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45868              Date: Fri, 1 Sep 2000 13:43:15 +0100 
45869              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
45870      Branch: perl
45871            ! lib/overload.pm t/pragma/overload.t
45872 ____________________________________________________________________________
45873 [  6969] By: jhi                                   on 2000/09/01  13:52:27
45874         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45875              From: <abigail@foad.org>
45876              Date: Fri, 1 Sep 2000 05:46:54 -0400
45877              Message-ID: <20000901094654.6476.qmail@foad.org>
45878      Branch: perl
45879            ! lib/overload.pm
45880 ____________________________________________________________________________
45881 [  6968] By: jhi                                   on 2000/09/01  13:50:05
45882         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45883              From: Daniel Chetlin <daniel@chetlin.com>
45884              Date: Fri, 1 Sep 2000 02:10:55 -0700
45885              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
45886      Branch: perl
45887            ! pod/perlretut.pod
45888 ____________________________________________________________________________
45889 [  6967] By: jhi                                   on 2000/09/01  13:47:54
45890         Log: Part of the solution.
45891              
45892              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45893              From: Mike Guy <mjtg@cam.ac.uk>
45894              Date: Fri, 01 Sep 2000 14:16:01 +0100
45895              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
45896      Branch: perl
45897            ! gv.c mg.c
45898 ____________________________________________________________________________
45899 [  6966] By: jhi                                   on 2000/09/01  13:46:17
45900         Log: Subject: CPAN.pm beta 1.57_57 for the core
45901              From: andreas.koenig@anima.de (Andreas J. Koenig)
45902              Date: 01 Sep 2000 15:16:31 +0200
45903              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
45904      Branch: perl
45905            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45906 ____________________________________________________________________________
45907 [  6965] By: jhi                                   on 2000/09/01  13:43:18
45908         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45909              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45910              Date: Fri, 01 Sep 2000 01:47:22 -0500
45911              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
45912      Branch: perl
45913            ! pod/perldelta.pod vms/vms.c
45914 ____________________________________________________________________________
45915 [  6964] By: jhi                                   on 2000/09/01  13:35:35
45916         Log: File::Temp patches from Andreas König,
45917              
45918              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
45919              From: andreas.koenig@anima.de (Andreas J. Koenig)
45920              Date: 01 Sep 2000 10:07:20 +0200
45921              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
45922              
45923              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
45924              From: andreas.koenig@anima.de (Andreas J. Koenig)
45925              Date: 31 Aug 2000 23:26:08 +0200
45926              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
45927      Branch: perl
45928            ! lib/File/Temp.pm t/lib/ftmp-security.t
45929 ____________________________________________________________________________
45930 [  6963] By: jhi                                   on 2000/09/01  02:22:24
45931         Log: Retract the mergesort code, way too incompatible licensing
45932              and copyrights.
45933      Branch: perl
45934            ! pod/perldelta.pod pp_ctl.c
45935 ____________________________________________________________________________
45936 [  6962] By: jhi                                   on 2000/08/31  23:27:32
45937         Log: Update Changes.
45938      Branch: perl
45939            ! Changes patchlevel.h
45940 ____________________________________________________________________________
45941 [  6961] By: jhi                                   on 2000/08/31  23:20:04
45942         Log: Small tweaks all over.
45943      Branch: metaconfig
45944            ! U/compline/d_gconvert.U
45945      Branch: perl
45946            ! AUTHORS Configure config_h.SH pp_ctl.c
45947 ____________________________________________________________________________
45948 [  6960] By: jhi                                   on 2000/08/31  22:39:36
45949         Log: Further rewording.
45950      Branch: perl
45951            ! pp_ctl.c
45952 ____________________________________________________________________________
45953 [  6959] By: jhi                                   on 2000/08/31  21:26:44
45954         Log: More address tweaking.
45955      Branch: perl
45956            ! AUTHORS Changes
45957 ____________________________________________________________________________
45958 [  6958] By: jhi                                   on 2000/08/31  20:47:25
45959         Log: AUTHORS tweaks, from Peter Prymmer.
45960              
45961              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
45962              From: Peter Prymmer <pvhp@forte.com>
45963              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
45964              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
45965      Branch: perl
45966            ! AUTHORS MAINTAIN
45967 ____________________________________________________________________________
45968 [  6957] By: jhi                                   on 2000/08/31  20:34:43
45969         Log: perldelta tweaks.
45970      Branch: perl
45971            ! pod/perldelta.pod
45972 ____________________________________________________________________________
45973 [  6956] By: jhi                                   on 2000/08/31  19:11:06
45974         Log: Regen perltoc.
45975      Branch: perl
45976            ! pod/perltoc.pod
45977 ____________________________________________________________________________
45978 [  6955] By: jhi                                   on 2000/08/31  19:06:30
45979         Log: Clarify the mergesort situation.
45980      Branch: perl
45981            ! pp_ctl.c
45982 ____________________________________________________________________________
45983 [  6954] By: jhi                                   on 2000/08/31  18:24:17
45984         Log: Move the Solaris 7 scan to use64bitall, make the
45985              failure to find 64-bot sparc libc to mention the
45986              possibility of being in an intel, from Lupe and Alan.
45987      Branch: perl
45988            ! hints/solaris_2.sh
45989 ____________________________________________________________________________
45990 [  6953] By: jhi                                   on 2000/08/31  18:09:20
45991         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
45992              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
45993      Branch: metaconfig
45994            ! U/compline/d_gconvert.U U/threads/archname.U
45995      Branch: metaconfig/U/perl
45996            ! perlxv.U
45997      Branch: perl
45998            ! Configure config_h.SH sv.c
45999 ____________________________________________________________________________
46000 [  6952] By: jhi                                   on 2000/08/31  17:42:24
46001         Log: :: not allowed in pathnames, change to .
46002              
46003              Subject: [PATCH perl@6938] cygwin port
46004              From: "Fifer, Eric" <EFifer@sanwaint.com>
46005              Date: Thu, 31 Aug 2000 16:32:59 +0100
46006              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
46007      Branch: metaconfig/U/perl
46008            ! perlxv.U
46009 ____________________________________________________________________________
46010 [  6951] By: jhi                                   on 2000/08/31  17:02:05
46011         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
46012      Branch: perl
46013            ! perl.h
46014 ____________________________________________________________________________
46015 [  6950] By: jhi                                   on 2000/08/31  16:26:08
46016         Log: More author updates.
46017              
46018              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
46019              From: Simon Cozens <simon@cozens.net>
46020              Date: Thu, 31 Aug 2000 17:13:32 +0100
46021              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
46022      Branch: perl
46023            ! AUTHORS
46024 ____________________________________________________________________________
46025 [  6949] By: jhi                                   on 2000/08/31  16:04:49
46026         Log: POSIX doesn't report long double values under -Duselongdouble
46027              when the long doubles are "real" (bigger than doubles).
46028              
46029              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
46030              From: Spider Boardman <spider@peano.zk3.dec.com>
46031              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
46032              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
46033      Branch: perl
46034            ! ext/POSIX/POSIX.xs
46035 ____________________________________________________________________________
46036 [  6948] By: jhi                                   on 2000/08/31  15:25:10
46037         Log: Update Changes.
46038      Branch: perl
46039            ! Changes patchlevel.h
46040 ____________________________________________________________________________
46041 [  6947] By: jhi                                   on 2000/08/31  15:22:29
46042         Log: Document UNTIE in a very minimalistic way.
46043      Branch: perl
46044            ! pod/perlfunc.pod pod/perltie.pod
46045 ____________________________________________________________________________
46046 [  6946] By: jhi                                   on 2000/08/31  15:15:23
46047         Log: Document known failures.
46048      Branch: perl
46049            ! pod/perldelta.pod
46050 ____________________________________________________________________________
46051 [  6945] By: jhi                                   on 2000/08/31  15:07:00
46052         Log: Don't attach -ld to the archname if pointless.
46053      Branch: metaconfig
46054            ! U/threads/archname.U
46055      Branch: perl
46056            ! Configure config_h.SH
46057 ____________________________________________________________________________
46058 [  6944] By: jhi                                   on 2000/08/31  14:37:42
46059         Log: Wrap the test in eval.
46060              
46061              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
46062              From: Tim Jenness <timj@jach.hawaii.edu>
46063              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
46064              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
46065      Branch: perl
46066            ! t/lib/ftmp-security.t
46067 ____________________________________________________________________________
46068 [  6943] By: jhi                                   on 2000/08/31  14:30:57
46069         Log: Make -Dusemorebits find long doubles in Solaris.
46070      Branch: perl
46071            ! hints/solaris_2.sh
46072 ____________________________________________________________________________
46073 [  6942] By: jhi                                   on 2000/08/31  13:48:45
46074         Log: Clarify the third case of ftmp-security warnings.
46075      Branch: perl
46076            ! INSTALL
46077 ____________________________________________________________________________
46078 [  6941] By: jhi                                   on 2000/08/31  13:40:31
46079         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
46080              From: <abigail@foad.org>
46081              Date: Thu, 31 Aug 2000 01:35:05 -0400
46082              Message-ID: <20000831053505.32120.qmail@foad.org>
46083      Branch: perl
46084            ! pod/perldelta.pod
46085 ____________________________________________________________________________
46086 [  6940] By: jhi                                   on 2000/08/31  13:38:48
46087         Log: Issue useful diagnostic on unknown pod commands.
46088              
46089              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
46090              From: <abigail@foad.org>
46091              Date: Thu, 31 Aug 2000 03:41:18 -0400
46092              Message-ID: <20000831074118.24880.qmail@foad.org>
46093      Branch: perl
46094            ! lib/Pod/Man.pm
46095 ____________________________________________________________________________
46096 [  6939] By: jhi                                   on 2000/08/31  13:34:33
46097         Log: Reveal Borland's isnan.
46098              
46099              Subject: build with BC++ tweak
46100              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46101              Date: Thu, 31 Aug 2000 13:09:37 +0400
46102              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
46103      Branch: perl
46104            ! win32/win32.h
46105 ____________________________________________________________________________
46106 [  6938] By: jhi                                   on 2000/08/31  05:01:20
46107         Log: Update Changes.
46108      Branch: perl
46109            ! Changes patchlevel.h
46110 ____________________________________________________________________________
46111 [  6937] By: jhi                                   on 2000/08/31  04:26:23
46112         Log: sscanf() may be the only way to read long doubles from strings.
46113      Branch: metaconfig/U/perl
46114            ! longdblfio.U
46115      Branch: perl
46116            ! Configure config_h.SH perl.h util.c
46117 ____________________________________________________________________________
46118 [  6936] By: jhi                                   on 2000/08/31  04:18:19
46119         Log: The #6929 was too skimpy.
46120      Branch: perl
46121            ! sv.c
46122 ____________________________________________________________________________
46123 [  6935] By: jhi                                   on 2000/08/31  02:47:07
46124         Log: Subject: Re: typos in pods
46125              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46126              Date: Wed, 30 Aug 2000 19:25:34 -0700
46127              Message-ID: <eIcr5gzkg25X092yn@efn.org>
46128      Branch: perl
46129            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
46130 ____________________________________________________________________________
46131 [  6934] By: jhi                                   on 2000/08/31  02:42:55
46132         Log: Missed one Unicode file.
46133      Branch: perl
46134            + lib/unicode/UCDFF301.html
46135 ____________________________________________________________________________
46136 [  6933] By: jhi                                   on 2000/08/30  23:42:27
46137         Log: Update Changes.
46138      Branch: perl
46139            ! Changes patchlevel.h
46140 ____________________________________________________________________________
46141 [  6932] By: jhi                                   on 2000/08/30  23:40:07
46142         Log: Mention UNTIE in perldelta.  Still needs documenting
46143              in perltie et alia.
46144      Branch: perl
46145            ! pod/perldelta.pod
46146 ____________________________________________________________________________
46147 [  6931] By: jhi                                   on 2000/08/30  23:36:02
46148         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
46149              From: <abigail@foad.org>
46150              Date: Wed, 30 Aug 2000 19:28:07 -0400
46151              Message-ID: <20000830232807.305.qmail@foad.org>
46152      Branch: perl
46153            ! pod/perldelta.pod
46154 ____________________________________________________________________________
46155 [  6930] By: jhi                                   on 2000/08/30  23:32:40
46156         Log: Update to Unicode 3.0.1.
46157      Branch: perl
46158            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
46159            + lib/unicode/PropList.txt lib/unicode/README.perl
46160            + lib/unicode/UCD301.html lib/unicode/Unicode.301
46161            - lib/unicode/Props.txt lib/unicode/UCD300.html
46162            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
46163            ! (edit 257 files)
46164 ____________________________________________________________________________
46165 [  6929] By: jhi                                   on 2000/08/30  22:38:18
46166         Log: Heap decorruption.
46167              
46168              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
46169              From: Alan Burlison <Alan.Burlison@uk.sun.com>
46170              Date: Wed, 30 Aug 2000 22:39:52 +0100
46171              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
46172      Branch: perl
46173            ! sv.c
46174 ____________________________________________________________________________
46175 [  6928] By: jhi                                   on 2000/08/30  22:29:34
46176         Log: Retract the dummy test, skip the security tests (instead of failing),
46177              explain what the warnings mean.
46178      Branch: perl
46179            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
46180 ____________________________________________________________________________
46181 [  6927] By: jhi                                   on 2000/08/30  22:14:13
46182         Log: Change the internal implementation of sort() to be mergesort
46183              instead of quicksort, from John Linderman <jpl@research.att.com>.
46184              Gives us better worst case, better average case, and stability.
46185              What's there not to like?  (Small fixes for threaded builds
46186              were required).
46187      Branch: perl
46188            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
46189 ____________________________________________________________________________
46190 [  6926] By: jhi                                   on 2000/08/30  20:55:20
46191         Log: A better fix for the Socket building problem from Craig Berry.
46192      Branch: perl
46193            ! vms/vms.c
46194 ____________________________________________________________________________
46195 [  6925] By: jhi                                   on 2000/08/30  20:20:25
46196         Log: Subject: [PATCH] Re: UNTIE method 
46197              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46198              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
46199              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
46200      Branch: perl
46201            ! pp_sys.c t/op/tie.t
46202 ____________________________________________________________________________
46203 [  6924] By: jhi                                   on 2000/08/30  20:17:11
46204         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
46205              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46206              Date: Wed, 30 Aug 2000 15:03:14 -0500
46207              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
46208      Branch: perl
46209            ! vms/vms.c
46210 ____________________________________________________________________________
46211 [  6923] By: jhi                                   on 2000/08/30  20:15:18
46212         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
46213              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46214              Date: Wed, 30 Aug 2000 13:30:36 -0500
46215              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
46216      Branch: perl
46217            ! vms/vms.c
46218 ____________________________________________________________________________
46219 [  6922] By: jhi                                   on 2000/08/30  19:54:43
46220         Log: Better options for rsync.
46221      Branch: perl
46222            ! pod/perlhack.pod
46223 ____________________________________________________________________________
46224 [  6921] By: jhi                                   on 2000/08/30  19:40:16
46225         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
46226              From: Rick Delaney <rick@consumercontact.com>
46227              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
46228              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
46229      Branch: perl
46230            ! pod/perlfunc.pod
46231 ____________________________________________________________________________
46232 [  6920] By: jhi                                   on 2000/08/30  19:36:40
46233         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
46234              From: Peter Prymmer <pvhp@forte.com>
46235              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
46236              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
46237      Branch: perl
46238            ! configure.com
46239 ____________________________________________________________________________
46240 [  6919] By: jhi                                   on 2000/08/30  14:52:02
46241         Log: Update Changes.
46242      Branch: perl
46243            ! Changes patchlevel.h
46244 ____________________________________________________________________________
46245 [  6918] By: jhi                                   on 2000/08/30  14:48:34
46246         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
46247      Branch: perl
46248            ! lib/ExtUtils/typemap
46249 ____________________________________________________________________________
46250 [  6917] By: jhi                                   on 2000/08/30  14:46:34
46251         Log: Subject: typos in pods
46252              From: Nicholas Clark <nick@ccl4.org>
46253              Date: Wed, 30 Aug 2000 01:12:50 +0100
46254              Message-ID: <20000830011249.A61388@plum.flirble.org>
46255      Branch: perl
46256            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
46257            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
46258            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
46259            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
46260 ____________________________________________________________________________
46261 [  6916] By: jhi                                   on 2000/08/30  14:19:09
46262         Log: Document Storable problems on Crays.  (Will have
46263              to document all the other Storable problems, too.)
46264      Branch: perl
46265            ! pod/perldelta.pod
46266 ____________________________________________________________________________
46267 [  6915] By: jhi                                   on 2000/08/30  14:06:02
46268         Log: Subject: [PATCH] fix misc cast warnings
46269              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46270              Date: Tue, 29 Aug 2000 23:16:14 -0700
46271              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
46272      Branch: perl
46273            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
46274            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
46275            ! os2/os2ish.h
46276 ____________________________________________________________________________
46277 [  6914] By: jhi                                   on 2000/08/30  14:03:45
46278         Log: Timestamp mismatch again.  Need to fix this dependence on
46279              config_h.SH timestamp, since it's the contents of config_h.SH
46280              that matter.
46281      Branch: perl
46282            ! uconfig.h uconfig.sh
46283 ____________________________________________________________________________
46284 [  6913] By: jhi                                   on 2000/08/30  13:54:06
46285         Log: Don't say "Perl 5.0 source kit".
46286      Branch: perl
46287            ! perl.c
46288 ____________________________________________________________________________
46289 [  6912] By: jhi                                   on 2000/08/30  13:51:24
46290         Log: Reset archname and archname64 always, forcing them be
46291              recomputed at each Configure run, make Configure and
46292              the hints files agree on the naming of largefiles variables.
46293      Branch: metaconfig
46294            ! U/threads/archname.U
46295      Branch: metaconfig/U/perl
46296            ! use64bits.U
46297      Branch: perl
46298            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
46299            ! hints/linux.sh hints/solaris_2.sh
46300 ____________________________________________________________________________
46301 [  6911] By: jhi                                   on 2000/08/30  13:30:13
46302         Log: Put back the slice accidentally removed by #6907.
46303      Branch: perl
46304            ! hints/solaris_2.sh
46305 ____________________________________________________________________________
46306 [  6910] By: jhi                                   on 2000/08/30  01:24:26
46307         Log: Be consistent: other Net::get* do export theirs.
46308              
46309              Subject: Re: Net::protoent does not export 'getproto'
46310              From: Yasushi Nakajima <sey@jkc.co.jp>
46311              Date: Wed, 30 Aug 2000 09:53:14 +0900
46312              Message-Id: <200008300051.DAA24700@taku.hut.fi>
46313      Branch: perl
46314            ! lib/Net/protoent.pm
46315 ____________________________________________________________________________
46316 [  6909] By: jhi                                   on 2000/08/30  01:17:25
46317         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
46318              From: Gurusamy Sarathy <gsar@ActiveState.com>
46319              Date: Tue, 29 Aug 2000 17:17:07 -0700
46320              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
46321      Branch: perl
46322            ! cop.h
46323 ____________________________________________________________________________
46324 [  6908] By: jhi                                   on 2000/08/30  00:58:05
46325         Log: Update Changes.
46326      Branch: perl
46327            ! Changes patchlevel.h
46328 ____________________________________________________________________________
46329 [  6907] By: jhi                                   on 2000/08/30  00:57:22
46330         Log: Introduce ccname to keep track of what compiler kind of we have.
46331      Branch: metaconfig/U/perl
46332            ! Checkcc.U gccvers.U
46333      Branch: perl
46334            ! Configure config_h.SH hints/solaris_2.sh
46335 ____________________________________________________________________________
46336 [  6906] By: jhi                                   on 2000/08/30  00:25:47
46337         Log: Put back the flags dump as reasoned in
46338              
46339              Subject: Re: [PATCH] Glob dumping
46340              From: Mike Guy <mjtg@cam.ac.uk> 
46341              Date: Tue, 29 Aug 2000 21:41:32 +0100
46342              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
46343      Branch: perl
46344            ! dump.c t/lib/peek.t
46345 ____________________________________________________________________________
46346 [  6905] By: jhi                                   on 2000/08/30  00:16:17
46347         Log: Make the epsilon to be relative, not absolute.
46348              
46349              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
46350              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
46351              Date: Tue, 29 Aug 2000 19:58:56 -0400
46352              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
46353      Branch: perl
46354            ! t/lib/trig.t
46355 ____________________________________________________________________________
46356 [  6904] By: jhi                                   on 2000/08/30  00:13:09
46357         Log: From now on, Gisle is on my list of usual suspects :-)
46358              Retract #6902.
46359      Branch: perl
46360            ! ext/Opcode/Safe.pm
46361 ____________________________________________________________________________
46362 [  6903] By: jhi                                   on 2000/08/29  23:51:20
46363         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
46364              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46365              Date: Tue, 29 Aug 2000 18:43:26 -0500
46366              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
46367      Branch: perl
46368            + vms/vmspipe.com
46369            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
46370            ! vms/vms.c
46371 ____________________________________________________________________________
46372 [  6902] By: jhi                                   on 2000/08/29  23:44:14
46373         Log: Retry what #6882 attempted.
46374              
46375              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
46376              From: Gisle Aas <gisle@ActiveState.com>
46377              Date: 30 Aug 2000 00:33:09 +0200
46378              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
46379      Branch: perl
46380            ! ext/Opcode/Safe.pm
46381 ____________________________________________________________________________
46382 [  6901] By: jhi                                   on 2000/08/29  22:59:32
46383         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
46384              From: Hugo <hv@crypt.compulink.co.uk>
46385              Date: Mon, 12 Jun 2000 19:36:08 +0100
46386              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
46387      Branch: perl
46388            ! sv.c
46389 ____________________________________________________________________________
46390 [  6900] By: jhi                                   on 2000/08/29  22:58:35
46391         Log: Admit that we are leaking scalars.
46392              
46393              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
46394              From: Spider Boardman <spider@leggy.zk3.dec.com>
46395              Date: Tue, 29 Aug 2000 18:48:29 -0400
46396              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
46397      Branch: perl
46398            ! t/pragma/warnings.t
46399 ____________________________________________________________________________
46400 [  6899] By: jhi                                   on 2000/08/29  20:53:13
46401         Log: Update Changes.
46402      Branch: perl
46403            ! Changes patchlevel.h
46404 ____________________________________________________________________________
46405 [  6898] By: jhi                                   on 2000/08/29  20:46:21
46406         Log: Undo namespace pollution of #6878.
46407              
46408              Subject: Re: Net::protoent does not export 'getproto'
46409              From: Mike Guy <mjtg@cam.ac.uk>
46410              Date: Tue, 29 Aug 2000 21:32:37 +0100
46411              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
46412      Branch: perl
46413            ! lib/Net/protoent.pm
46414 ____________________________________________________________________________
46415 [  6897] By: jhi                                   on 2000/08/29  20:44:29
46416         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
46417              From: Peter Prymmer <pvhp@forte.com>
46418              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
46419              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
46420      Branch: perl
46421            ! pod/perlebcdic.pod
46422 ____________________________________________________________________________
46423 [  6896] By: jhi                                   on 2000/08/29  20:40:57
46424         Log: There's no point repeating the 'revision' (5) of perl5.
46425      Branch: metaconfig/U/perl
46426            ! Devel.U patchlevel.U
46427      Branch: perl
46428            ! Configure config_h.SH
46429 ____________________________________________________________________________
46430 [  6895] By: jhi                                   on 2000/08/29  20:16:58
46431         Log: Regen Configure for #6894.
46432      Branch: metaconfig/U/perl
46433            ! perladmin.U
46434      Branch: perl
46435            ! Configure config_h.SH
46436 ____________________________________________________________________________
46437 [  6894] By: jhi                                   on 2000/08/29  19:59:52
46438         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
46439              From: "Philip Newton" <Philip.Newton@gmx.net>
46440              Date: Tue, 29 Aug 2000 21:39:14 +0200
46441              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
46442      Branch: perl
46443            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
46444            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
46445            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
46446            ! utils/perlbug.PL
46447 ____________________________________________________________________________
46448 [  6893] By: jhi                                   on 2000/08/29  19:55:30
46449         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
46450              From: "Philip Newton" <Philip.Newton@gmx.net>
46451              Date: Tue, 29 Aug 2000 21:39:14 +0200
46452              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
46453      Branch: perl
46454            ! installhtml
46455 ____________________________________________________________________________
46456 [  6892] By: jhi                                   on 2000/08/29  19:53:59
46457         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
46458              From: "Philip Newton" <Philip.Newton@gmx.net>
46459              Date: Tue, 29 Aug 2000 21:48:18 +0200
46460              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
46461      Branch: perl
46462            ! lib/File/Temp.pm
46463 ____________________________________________________________________________
46464 [  6891] By: jhi                                   on 2000/08/29  18:30:03
46465         Log: Nail the ID 20000828.023.
46466      Branch: perl
46467            ! ext/Storable/Storable.xs
46468 ____________________________________________________________________________
46469 [  6890] By: jhi                                   on 2000/08/29  16:50:17
46470         Log: Under usethreads the dumped variable is IN_PAD.
46471              
46472              Subject: Re: [PATCH] Glob dumping
46473              From: Gisle Aas <gisle@ActiveState.com>
46474              Date: 29 Aug 2000 18:45:05 +0200
46475              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
46476      Branch: perl
46477            ! t/lib/peek.t
46478 ____________________________________________________________________________
46479 [  6889] By: jhi                                   on 2000/08/29  15:17:37
46480         Log: Update Changes.
46481      Branch: perl
46482            ! Changes patchlevel.h
46483 ____________________________________________________________________________
46484 [  6888] By: jhi                                   on 2000/08/29  14:49:59
46485         Log: Retract #6882, broke the safe tests.
46486      Branch: perl
46487            ! ext/Opcode/Safe.pm
46488 ____________________________________________________________________________
46489 [  6887] By: jhi                                   on 2000/08/29  14:47:06
46490         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
46491              From: Gisle Aas <gisle@ActiveState.com> 
46492              Date: 09 Jun 2000 20:00:11 +0200
46493              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
46494      Branch: perl
46495            ! utils/perldoc.PL
46496 ____________________________________________________________________________
46497 [  6886] By: jhi                                   on 2000/08/29  14:42:45
46498         Log: The #6881 removed one dump line.
46499      Branch: perl
46500            ! t/lib/peek.t
46501 ____________________________________________________________________________
46502 [  6885] By: jhi                                   on 2000/08/29  14:30:47
46503         Log: Don't forget to tidy up.
46504      Branch: perl
46505            ! t/lib/ftmp-security.t
46506 ____________________________________________________________________________
46507 [  6884] By: jhi                                   on 2000/08/29  14:25:17
46508         Log: Disabling the one test is a bit tricky.
46509      Branch: perl
46510            ! t/lib/ftmp-security.t
46511 ____________________________________________________________________________
46512 [  6883] By: jhi                                   on 2000/08/29  14:16:25
46513         Log: Disable one of the tests for now.
46514      Branch: perl
46515            ! t/lib/ftmp-security.t
46516 ____________________________________________________________________________
46517 [  6882] By: jhi                                   on 2000/08/29  14:05:50
46518         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
46519              From: gisle@aas.no
46520              Date: 29 Aug 2000 10:35:06 -0000
46521              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
46522      Branch: perl
46523            ! ext/Opcode/Safe.pm
46524 ____________________________________________________________________________
46525 [  6881] By: jhi                                   on 2000/08/29  14:03:51
46526         Log: Subject: [PATCH] Glob dumping
46527              From: Gisle Aas <gisle@ActiveState.com>
46528              Date: 29 Aug 2000 07:59:42 -0000
46529              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
46530      Branch: perl
46531            ! dump.c
46532 ____________________________________________________________________________
46533 [  6880] By: jhi                                   on 2000/08/29  14:02:01
46534         Log: Subject: [PATCH] Warnings in B::Deparse
46535              From: <abigail@foad.org>
46536              Date: Tue, 29 Aug 2000 00:00:01 -0400
46537              Message-ID: <20000829040001.2999.qmail@foad.org>
46538      Branch: perl
46539            ! ext/B/B/Deparse.pm
46540 ____________________________________________________________________________
46541 [  6879] By: jhi                                   on 2000/08/29  13:57:26
46542         Log: Missed a change in #6869.
46543      Branch: perl
46544            ! mg.c
46545 ____________________________________________________________________________
46546 [  6878] By: jhi                                   on 2000/08/29  13:45:04
46547         Log: Subject: Net::protoent does not export 'getproto'
46548              From: Yasushi Nakajima <sey@jkc.co.jp>
46549              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
46550      Branch: perl
46551            ! lib/Net/protoent.pm
46552 ____________________________________________________________________________
46553 [  6877] By: jhi                                   on 2000/08/29  13:39:19
46554         Log: Patches all over for people and the files they (hopefully) care about.
46555      Branch: perl
46556            ! AUTHORS Changes MAINTAIN
46557 ____________________________________________________________________________
46558 [  6876] By: jhi                                   on 2000/08/29  12:53:54
46559         Log: Fix for thinko in #6848.
46560              
46561              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
46562              From: Lupe Christoph <lupe@lupe-christoph.de>
46563              Date: Tue, 29 Aug 2000 09:04:08 +0200
46564              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
46565      Branch: perl
46566            ! ext/Thread/Thread.xs
46567 ____________________________________________________________________________
46568 [  6875] By: jhi                                   on 2000/08/29  12:50:14
46569         Log: Update to Getopt::Long 2.24, from Johan Vromans.
46570      Branch: perl
46571            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
46572 ____________________________________________________________________________
46573 [  6874] By: jhi                                   on 2000/08/29  02:09:53
46574         Log: Use minimal @INC in tests, most of the time just '../lib',
46575              so that we simply can't pick up stuff from other Perls than
46576              the one we are testing.  Pointed out by
46577              
46578              From: Mike Guy <mjtg@cam.ac.uk>
46579              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
46580              Date: Fri, 25 Aug 2000 15:15:59 +0100
46581              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
46582      Branch: perl
46583            ! (edit 185 files)
46584 ____________________________________________________________________________
46585 [  6873] By: jhi                                   on 2000/08/29  01:07:11
46586         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
46587              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46588              Date: Mon, 28 Aug 2000 17:45:52 -0700
46589              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
46590      Branch: perl
46591            ! Makefile.SH hints/os2.sh
46592 ____________________________________________________________________________
46593 [  6872] By: jhi                                   on 2000/08/28  23:33:39
46594         Log: Subject: [PATCH bleedperl@6866] spellings
46595              From: marcel@codewerk.com (Marcel Grunauer)
46596              Date: Tue, 29 Aug 2000 01:19:59 +0200
46597              Message-Id: <200008282319.BAA29862@gandalf.local>
46598      Branch: perl
46599            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
46600            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
46601            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
46602 ____________________________________________________________________________
46603 [  6871] By: jhi                                   on 2000/08/28  23:22:09
46604         Log: Take out the SUIDMAIL thing, that will not be
46605              a problem in 5.7.*.
46606      Branch: perl
46607            ! patchlevel.h
46608 ____________________________________________________________________________
46609 [  6870] By: jhi                                   on 2000/08/28  23:19:30
46610         Log: -S is the silent flag, -s is the strip flag.
46611              
46612              Subject: [PATCH] Re: [PATCH] make no-install          
46613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46614              Date: Mon, 28 Aug 2000 15:12:55 -0700
46615              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
46616      Branch: perl
46617            ! Makefile.SH
46618 ____________________________________________________________________________
46619 [  6869] By: jhi                                   on 2000/08/28  23:12:05
46620         Log: Subject: [PATCH bleedperl@6856] warnings fixes
46621              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46622              Date: Mon, 28 Aug 2000 23:55:06 +0100
46623              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
46624      Branch: perl
46625            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
46626            ! warnings.h warnings.pl
46627 ____________________________________________________________________________
46628 [  6868] By: jhi                                   on 2000/08/28  21:38:22
46629         Log: Potential cruft.
46630      Branch: perl
46631            ! Makefile.SH
46632 ____________________________________________________________________________
46633 [  6867] By: jhi                                   on 2000/08/28  21:35:36
46634         Log: Update Changes.
46635      Branch: perl
46636            ! Changes patchlevel.h
46637 ____________________________________________________________________________
46638 [  6866] By: jhi                                   on 2000/08/28  21:33:49
46639         Log: Subject: hv.h Doc Patch
46640              From: Fisher Mark <fisherm@tce.com>
46641              Date: Mon, 28 Aug 2000 16:24:59 -0500
46642              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
46643      Branch: perl
46644            ! hv.h
46645 ____________________________________________________________________________
46646 [  6865] By: jhi                                   on 2000/08/28  21:02:15
46647         Log: Add -ld to archname on long tr...double platforms.
46648      Branch: metaconfig
46649            ! U/threads/archname.U
46650      Branch: perl
46651            ! Configure config_h.SH
46652 ____________________________________________________________________________
46653 [  6864] By: jhi                                   on 2000/08/28  20:38:59
46654         Log: An attempt to fix the problem reported in
46655              
46656              Subject: Building perl@6856 using gcc/AIX 4.3.3 
46657              From: Daniel Muino <dmuino@afip.gov.ar> 
46658              Date: Mon, 28 Aug 2000 15:50:01 -0300   
46659              Message-ID: <20000828155001.A14403@con2-dgi>
46660              
46661              I can't test this properly since the gcc installation I have
46662              access to seems to be botched (gcc is calling the AIX cpp,
46663              a losing proposition...)
46664      Branch: perl
46665            ! hints/aix.sh
46666 ____________________________________________________________________________
46667 [  6863] By: jhi                                   on 2000/08/28  18:57:52
46668         Log: Fix for ID 20000828.001, long doubles were not formatted
46669              correctly (showed up in $], which stopped installing perl).
46670      Branch: perl
46671            ! sv.c
46672 ____________________________________________________________________________
46673 [  6862] By: jhi                                   on 2000/08/28  18:07:15
46674         Log: Typo in #6858.
46675      Branch: perl
46676            ! lib/Cwd.pm
46677 ____________________________________________________________________________
46678 [  6861] By: jhi                                   on 2000/08/28  17:57:27
46679         Log: opmini.o may be left around if a build is interrupted.
46680      Branch: perl
46681            ! Makefile.SH
46682 ____________________________________________________________________________
46683 [  6860] By: jhi                                   on 2000/08/28  16:52:50
46684         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
46685              From: Daniel Chetlin <daniel@chetlin.com>
46686              Date: Mon, 28 Aug 2000 01:14:18 -0700
46687              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
46688      Branch: perl
46689            ! lib/overload.pm
46690 ____________________________________________________________________________
46691 [  6859] By: jhi                                   on 2000/08/28  16:08:46
46692         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
46693              From: Nicholas Clark <nick@ccl4.org>
46694              Date: Mon, 28 Aug 2000 16:03:27 +0100
46695              Message-Id: <20000828160327.C49785@plum.flirble.org>
46696      Branch: perl
46697            ! ext/ByteLoader/bytecode.h
46698 ____________________________________________________________________________
46699 [  6858] By: jhi                                   on 2000/08/28  16:02:10
46700         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
46701              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
46702              Date: Mon, 28 Aug 2000 13:08:30 +0200
46703              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
46704      Branch: perl
46705            ! lib/Cwd.pm
46706 ____________________________________________________________________________
46707 [  6857] By: jhi                                   on 2000/08/28  15:42:47
46708         Log: display_format used as a class method without arguments was broken,
46709              reported in
46710              
46711              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
46712              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
46713              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
46714              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
46715      Branch: perl
46716            ! lib/Math/Complex.pm t/lib/complex.t
46717 ____________________________________________________________________________
46718 [  6856] By: jhi                                   on 2000/08/27  22:09:48
46719         Log: Update Changes.
46720      Branch: perl
46721            ! Changes patchlevel.h
46722 ____________________________________________________________________________
46723 [  6855] By: jhi                                   on 2000/08/27  21:59:21
46724         Log: Retract #6853 (false alarm).
46725      Branch: perl
46726            ! lib/ExtUtils/xsubpp
46727 ____________________________________________________________________________
46728 [  6854] By: jhi                                   on 2000/08/27  21:37:44
46729         Log: Update Changes.
46730      Branch: perl
46731            ! Changes patchlevel.h
46732 ____________________________________________________________________________
46733 [  6853] By: jhi                                   on 2000/08/27  21:37:16
46734         Log: Subject: [PATCH perl@6850] workaround for xsubpp
46735              From: Hugo <hv@crypt.compulink.co.uk>
46736              Date: Sun, 27 Aug 2000 22:30:25 +0100
46737              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
46738      Branch: perl
46739            ! lib/ExtUtils/xsubpp
46740 ____________________________________________________________________________
46741 [  6852] By: jhi                                   on 2000/08/27  21:33:58
46742         Log: Big-endian 64-bit patch from Raphael Manfredi.
46743      Branch: perl
46744            ! ext/Storable/Storable.xs
46745 ____________________________________________________________________________
46746 [  6851] By: jhi                                   on 2000/08/27  21:22:21
46747         Log: More ruthless editing from Hugo van der Sanden.
46748      Branch: perl
46749            ! pod/perldelta.pod
46750 ____________________________________________________________________________
46751 [  6850] By: jhi                                   on 2000/08/27  16:11:46
46752         Log: Update Changes.
46753      Branch: perl
46754            ! Changes patchlevel.h
46755 ____________________________________________________________________________
46756 [  6849] By: jhi                                   on 2000/08/27  16:11:05
46757         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
46758      Branch: perl
46759            ! configpm pod/perldelta.pod
46760 ____________________________________________________________________________
46761 [  6848] By: jhi                                   on 2000/08/27  15:35:08
46762         Log: Use the actual thread type, not the pointer-to-struct.
46763      Branch: perl
46764            ! ext/Thread/Thread.xs
46765 ____________________________________________________________________________
46766 [  6847] By: jhi                                   on 2000/08/27  15:30:49
46767         Log: Test nit.
46768      Branch: perl
46769            ! t/pragma/warn/pp_sys
46770 ____________________________________________________________________________
46771 [  6846] By: jhi                                   on 2000/08/27  15:19:02
46772         Log: Passing -R in ldflags makes now it to appear in the default
46773              for lddlflags, just like with -L.
46774              
46775              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46776              From: Lupe Christoph <lupe@lupe-christoph.de>
46777              Date: Sun, 27 Aug 2000 10:28:21 +0200
46778              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
46779      Branch: metaconfig/U/perl
46780            ! dlsrc.U
46781      Branch: perl
46782            ! Configure
46783 ____________________________________________________________________________
46784 [  6845] By: jhi                                   on 2000/08/27  15:08:54
46785         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46786              From: Alan Burlison <Alan.Burlison@uk.sun.com>
46787              Date: Sat, 26 Aug 2000 22:23:27 +0100
46788              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
46789      Branch: perl
46790            ! lib/ExtUtils/MM_Unix.pm
46791 ____________________________________________________________________________
46792 [  6844] By: jhi                                   on 2000/08/27  15:02:37
46793         Log: DJGPP update from Laszlo Molnar.
46794              
46795              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
46796              From: ml1050 <ml1050@freemail.hu>
46797              Date: Sat, 26 Aug 2000 23:24:40 +0200
46798              Message-Id: <20000826232440.A439@freemail.hu>
46799      Branch: perl
46800            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
46801            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
46802 ____________________________________________________________________________
46803 [  6843] By: jhi                                   on 2000/08/27  14:53:58
46804         Log: Subject: installman buglet
46805              From: Lupe Christoph <lupe@lupe-christoph.de>
46806              Date: Sun, 27 Aug 2000 14:38:59 +0200
46807              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
46808      Branch: perl
46809            ! installman
46810 ____________________________________________________________________________
46811 [  6842] By: jhi                                   on 2000/08/27  14:52:08
46812         Log: Can't get the test to reliably work thanks to the
46813              inaccurateness of floating point.  "Resolves" bug ids
46814              20000826.003, 20000826.009, 20000826.010,
46815      Branch: perl
46816            ! t/lib/trig.t
46817 ____________________________________________________________________________
46818 [  6841] By: jhi                                   on 2000/08/26  15:53:58
46819         Log: Update Changes.
46820      Branch: perl
46821            ! Changes patchlevel.h
46822 ____________________________________________________________________________
46823 [  6840] By: jhi                                   on 2000/08/26  14:23:03
46824         Log: grep -e isn't portable.
46825              
46826              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
46827              From: chris@broadband.att.com
46828              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
46829              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
46830      Branch: perl
46831            ! hints/solaris_2.sh
46832 ____________________________________________________________________________
46833 [  6839] By: jhi                                   on 2000/08/26  14:12:23
46834         Log: no-install target a la make -n.
46835              
46836              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
46837              From: <abigail@foad.org>
46838              Date: Sat, 26 Aug 2000 03:57:34 -0400
46839              Message-ID: <20000826075735.18912.qmail@foad.org>
46840      Branch: perl
46841            ! Makefile.SH installman installperl
46842 ____________________________________________________________________________
46843 [  6838] By: jhi                                   on 2000/08/26  14:06:33
46844         Log: Retract #6826 as the #6828 should be do the same
46845              in a More Correct Way.
46846      Branch: perl
46847            ! installperl
46848 ____________________________________________________________________________
46849 [  6837] By: jhi                                   on 2000/08/26  05:24:00
46850         Log: More casting.
46851      Branch: perl
46852            ! ext/Storable/Storable.xs
46853 ____________________________________________________________________________
46854 [  6836] By: jhi                                   on 2000/08/26  05:05:46
46855         Log: Nicer in decimal.
46856      Branch: perl
46857            ! ext/Storable/Storable.xs
46858 ____________________________________________________________________________
46859 [  6835] By: jhi                                   on 2000/08/26  05:03:50
46860         Log: There be no UVdf.
46861      Branch: perl
46862            ! ext/Storable/Storable.xs
46863 ____________________________________________________________________________
46864 [  6834] By: jhi                                   on 2000/08/26  05:00:18
46865         Log: Continue IVdfing and UVxfing.
46866      Branch: perl
46867            ! ext/Storable/Storable.xs
46868 ____________________________________________________________________________
46869 [  6833] By: jhi                                   on 2000/08/26  04:53:14
46870         Log: Use IVdf.
46871      Branch: perl
46872            ! ext/Storable/Storable.xs
46873 ____________________________________________________________________________
46874 [  6832] By: jhi                                   on 2000/08/26  04:40:41
46875         Log: Document PTR2XX and INT2PTR.
46876      Branch: perl
46877            ! pod/perlguts.pod
46878 ____________________________________________________________________________
46879 [  6831] By: jhi                                   on 2000/08/26  04:33:18
46880         Log: Use UVxf, PTR2UV, NVff.
46881      Branch: perl
46882            ! ext/Storable/Storable.xs
46883 ____________________________________________________________________________
46884 [  6830] By: jhi                                   on 2000/08/26  04:31:32
46885         Log: Update the test count.
46886      Branch: perl
46887            ! t/lib/trig.t
46888 ____________________________________________________________________________
46889 [  6829] By: jhi                                   on 2000/08/26  03:05:50
46890         Log: Subject: [PATCH] installation not quite silent yet.
46891              From: <abigail@foad.org>
46892              Date: Fri, 25 Aug 2000 20:07:53 -0400
46893              Message-ID: <20000826000753.7822.qmail@foad.org>
46894      Branch: perl
46895            ! installman installperl
46896 ____________________________________________________________________________
46897 [  6828] By: jhi                                   on 2000/08/26  03:05:14
46898         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46899              From: Spider Boardman <spider@web.zk3.dec.com>
46900              Date: Fri, 25 Aug 2000 19:12:40 -0400
46901              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
46902      Branch: perl
46903            ! gv.c
46904 ____________________________________________________________________________
46905 [  6827] By: jhi                                   on 2000/08/25  23:54:34
46906         Log: Support preserving extremely big/small angles.
46907      Branch: perl
46908            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
46909 ____________________________________________________________________________
46910 [  6826] By: jhi                                   on 2000/08/25  23:01:20
46911         Log: Patch installperl to be long double-aware.
46912              
46913              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46914              From: Spider Boardman <spider@web.zk3.dec.com>
46915              Date: Fri, 25 Aug 2000 18:15:23 -0400
46916              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
46917      Branch: perl
46918            ! installperl
46919 ____________________________________________________________________________
46920 [  6825] By: jhi                                   on 2000/08/25  22:58:25
46921         Log: Remove duplicately applied patch shards.
46922              
46923              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
46924              From: Spider Boardman <spider@leggy.zk3.dec.com>
46925              Date: Fri, 25 Aug 2000 16:45:03 -0400
46926              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
46927      Branch: perl
46928            ! t/lib/cgi-html.t
46929 ____________________________________________________________________________
46930 [  6824] By: jhi                                   on 2000/08/25  22:57:00
46931         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46932              From: Daniel Chetlin <daniel@chetlin.com>
46933              Date: Fri, 25 Aug 2000 12:23:16 -0700
46934              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
46935              
46936              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46937              From: Daniel Chetlin <daniel@chetlin.com>
46938              Date: Fri, 25 Aug 2000 14:47:19 -0700
46939              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
46940      Branch: perl
46941            ! installman
46942 ____________________________________________________________________________
46943 [  6823] By: jhi                                   on 2000/08/25  22:44:17
46944         Log: Timestamp problem?
46945      Branch: perl
46946            ! uconfig.h uconfig.sh
46947 ____________________________________________________________________________
46948 [  6822] By: jhi                                   on 2000/08/25  19:01:06
46949         Log: One forgotten file from #6816.
46950      Branch: perl
46951            ! vos/config.h
46952 ____________________________________________________________________________
46953 [  6821] By: jhi                                   on 2000/08/25  18:56:39
46954         Log: Regen Changes.
46955      Branch: perl
46956            ! Changes patchlevel.h
46957 ____________________________________________________________________________
46958 [  6820] By: jhi                                   on 2000/08/25  18:52:35
46959         Log: Fix Changes ordering.
46960      Branch: perl
46961            ! Changes
46962 ____________________________________________________________________________
46963 [  6819] By: jhi                                   on 2000/08/25  18:50:25
46964         Log: Update Changes.
46965      Branch: perl
46966            ! Changes patchlevel.h
46967 ____________________________________________________________________________
46968 [  6818] By: jhi                                   on 2000/08/25  18:47:45
46969         Log: Tweak the sfio/useperlio logic, hopefully as wished in
46970              
46971              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
46972              From: Nicholas Clark <nick@babyhippo.co.uk>
46973              Date: Fri, 25 Aug 2000 12:01:45 +0100
46974              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
46975      Branch: metaconfig/U/perl
46976            ! d_sfio.U
46977      Branch: perl
46978            ! Configure
46979 ____________________________________________________________________________
46980 [  6817] By: jhi                                   on 2000/08/25  18:32:51
46981         Log: Allow microperl to assume <math.h>, without it the math
46982              functions like floor() are assumed to return int, which makes
46983              for core dumps in machines where integer and floating register
46984              don't mix.
46985      Branch: perl
46986            ! uconfig.h uconfig.sh
46987 ____________________________________________________________________________
46988 [  6816] By: jhi                                   on 2000/08/25  18:27:17
46989         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
46990              the problem reported in
46991              
46992              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
46993              From: danhale@us.ibm.com
46994              Date: Fri, 25 Aug 2000 10:58:06 -0400
46995              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
46996      Branch: metaconfig/U/perl
46997            + d_socks5_init.U
46998      Branch: perl
46999            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
47000            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
47001            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
47002            ! win32/config.gc win32/config.vc
47003 ____________________________________________________________________________
47004 [  6815] By: jhi                                   on 2000/08/25  17:43:31
47005         Log: A solution for the retrieve_fd autosplit warning,
47006              idea suggested by Mike Guy.
47007      Branch: perl
47008            ! ext/Storable/Storable.pm
47009 ____________________________________________________________________________
47010 [  6814] By: jhi                                   on 2000/08/25  17:16:03
47011         Log: Add install-silent target.
47012      Branch: perl
47013            ! Makefile.SH
47014 ____________________________________________________________________________
47015 [  6813] By: jhi                                   on 2000/08/25  17:14:23
47016         Log: Subject: Re: [PATCH] More silencing of installman.
47017              From: <abigail@foad.org>
47018              Date: Thu, 24 Aug 2000 19:27:03 -0400
47019              Message-ID: <20000824232703.7001.qmail@foad.org>
47020              
47021              Subject: Re: [PATCH] More silencing of installman.
47022              From: <abigail@foad.org>
47023              Date: Fri, 25 Aug 2000 03:00:58 -0400
47024              Message-ID: <20000825070058.10697.qmail@foad.org>
47025      Branch: perl
47026            ! installman
47027 ____________________________________________________________________________
47028 [  6812] By: jhi                                   on 2000/08/25  17:11:28
47029         Log: installperl --verbose and --silent.
47030              
47031              Subject: Re: [PATCH] More silencing of installman.
47032              From: <abigail@foad.org>
47033              Message-ID: <20000825064430.9719.qmail@foad.org>
47034              Date: Fri, 25 Aug 2000 02:44:30 -0400
47035      Branch: perl
47036            ! installperl
47037 ____________________________________________________________________________
47038 [  6811] By: jhi                                   on 2000/08/25  17:05:43
47039         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
47040              From: "Peter J. Farley III" <pjfarley@banet.net>
47041              Date: Thu, 24 Aug 2000 21:58:03 -0400
47042              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
47043              
47044              (applied slightly modified)
47045      Branch: perl
47046            ! lib/ExtUtils/MM_Unix.pm
47047 ____________________________________________________________________________
47048 [  6810] By: jhi                                   on 2000/08/25  17:01:18
47049         Log: Missing parts of 
47050              
47051              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
47052              From: Peter Prymmer <pvhp@forte.com>
47053              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
47054              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
47055      Branch: perl
47056            ! t/lib/cgi-html.t
47057 ____________________________________________________________________________
47058 [  6809] By: jhi                                   on 2000/08/25  16:46:32
47059         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
47060              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47061              Date: Thu, 24 Aug 2000 19:13:11 -0500
47062              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
47063      Branch: perl
47064            ! vms/vms.c
47065 ____________________________________________________________________________
47066 [  6808] By: jhi                                   on 2000/08/25  16:39:22
47067         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
47068              From: Peter Prymmer <pvhp@forte.com>
47069              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
47070              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
47071      Branch: perl
47072            ! configure.com
47073 ____________________________________________________________________________
47074 [  6807] By: jhi                                   on 2000/08/25  16:36:37
47075         Log: Better wording for the vec lvalue diagnostic.
47076              
47077              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47078              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47079              Date: Wed, 23 Aug 2000 14:12:16 -0400
47080              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
47081      Branch: perl
47082            ! pod/perldiag.pod
47083 ____________________________________________________________________________
47084 [  6806] By: jhi                                   on 2000/08/24  18:17:22
47085         Log: Subject: [PATCH] More silencing of installman.
47086              From: <abigail@foad.org>
47087              Date: Thu, 24 Aug 2000 14:01:44 -0400
47088              Message-ID: <20000824180144.20062.qmail@foad.org>
47089      Branch: perl
47090            ! installman
47091 ____________________________________________________________________________
47092 [  6805] By: jhi                                   on 2000/08/24  15:00:31
47093         Log: Update Changes.
47094      Branch: perl
47095            ! Changes patchlevel.h
47096 ____________________________________________________________________________
47097 [  6804] By: jhi                                   on 2000/08/24  14:59:07
47098         Log: Regen perltoc.
47099      Branch: perl
47100            ! pod/perltoc.pod
47101 ____________________________________________________________________________
47102 [  6803] By: jhi                                   on 2000/08/24  14:44:39
47103         Log: Show the doc file, not the temp file.
47104      Branch: perl
47105            ! installman
47106 ____________________________________________________________________________
47107 [  6802] By: jhi                                   on 2000/08/24  14:41:53
47108         Log: Continue silencing.
47109      Branch: perl
47110            ! installman
47111 ____________________________________________________________________________
47112 [  6801] By: jhi                                   on 2000/08/24  14:34:40
47113         Log: Actually do something with the silencer option.
47114      Branch: perl
47115            ! installman
47116 ____________________________________________________________________________
47117 [  6800] By: jhi                                   on 2000/08/24  14:26:22
47118         Log: Make installman to recognize the silence flag -S.
47119      Branch: perl
47120            ! installman
47121 ____________________________________________________________________________
47122 [  6799] By: jhi                                   on 2000/08/24  13:49:38
47123         Log: DOS patches and portability/porting notes, from Tim Jenness.
47124      Branch: perl
47125            ! lib/File/Temp.pm
47126 ____________________________________________________________________________
47127 [  6798] By: jhi                                   on 2000/08/24  13:48:27
47128         Log: Create directories in silence.
47129              
47130              Subject: [PATCH] Another silencer for MakeMaker
47131              From: andreas.koenig@anima.de (Andreas J. Koenig)
47132              Date: 24 Aug 2000 14:18:52 +0200
47133              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
47134      Branch: perl
47135            ! lib/ExtUtils/Command.pm
47136 ____________________________________________________________________________
47137 [  6797] By: jhi                                   on 2000/08/24  13:46:42
47138         Log: More liberal parsing of version numbers.
47139              
47140              Subject: Re: CPAN.pm beta for testing available
47141              From: andreas.koenig@anima.de (Andreas J. Koenig)
47142              Date: 24 Aug 2000 13:51:57 +0200
47143              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
47144      Branch: perl
47145            ! lib/CPAN.pm
47146 ____________________________________________________________________________
47147 [  6796] By: jhi                                   on 2000/08/24  13:44:36
47148         Log: Make "make install" by default silent.  A new "install-verbose"
47149              target is verbose.
47150      Branch: perl
47151            ! Makefile.SH
47152 ____________________________________________________________________________
47153 [  6795] By: jhi                                   on 2000/08/24  13:39:14
47154         Log: Add silencer flags to installperl.
47155              
47156              Subject: [PATCH] Making installperl silent.
47157              From: <abigail@foad.org>
47158              Date: Thu, 24 Aug 2000 05:01:45 -0400
47159              Message-ID: <20000824090145.13141.qmail@foad.org>
47160      Branch: perl
47161            ! installperl
47162 ____________________________________________________________________________
47163 [  6794] By: jhi                                   on 2000/08/24  13:35:50
47164         Log: installperl couldn't tell whether it had run tests or not.
47165              
47166              Subject: [PATCH] Re: installperl and t/TEST
47167              From: <abigail@foad.org>
47168              Date: Thu, 24 Aug 2000 04:00:53 -0400
47169              Message-ID: <20000824080053.2494.qmail@foad.org>
47170      Branch: perl
47171            ! Makefile.SH installperl
47172 ____________________________________________________________________________
47173 [  6793] By: jhi                                   on 2000/08/24  13:27:50
47174         Log: Drop the separate perlbc, perlcc -b should be enough.
47175      Branch: perl
47176            - utils/perlbc.PL
47177            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
47178 ____________________________________________________________________________
47179 [  6792] By: jhi                                   on 2000/08/24  04:41:30
47180         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
47181              plus the typo fix from Peter Prymmer.
47182      Branch: perl
47183            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
47184            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
47185 ____________________________________________________________________________
47186 [  6791] By: jhi                                   on 2000/08/24  02:10:43
47187         Log: Replace #6705 with a minimal doc patch.
47188              
47189              Subject: [PATCH 5.6.0] replace change #6705
47190              From: Jan Dubois <jand@ActiveState.com>
47191              Date: Wed, 23 Aug 2000 18:31:51 -0700
47192              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
47193      Branch: perl
47194            ! lib/Win32.pod win32/win32.c
47195 ____________________________________________________________________________
47196 [  6790] By: jhi                                   on 2000/08/23  17:52:00
47197         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47198              From: Mike Guy <mjtg@cam.ac.uk>
47199              Date: Wed, 23 Aug 2000 18:38:46 +0100
47200              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
47201      Branch: perl
47202            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
47203 ____________________________________________________________________________
47204 [  6789] By: jhi                                   on 2000/08/23  15:34:21
47205         Log: Update Changes.
47206      Branch: perl
47207            ! Changes patchlevel.h
47208 ____________________________________________________________________________
47209 [  6788] By: jhi                                   on 2000/08/23  15:33:40
47210         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47211              From: Wilfredo Sánchez <wsanchez@apple.com>
47212              Date: Tue, 22 Aug 2000 19:31:27 -0700
47213              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
47214      Branch: perl
47215            ! perl.h
47216 ____________________________________________________________________________
47217 [  6787] By: jhi                                   on 2000/08/23  15:29:31
47218         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47219              From: Spider Boardman <spider@leggy.zk3.dec.com>
47220              Date: Wed, 23 Aug 2000 10:33:23 -0400
47221              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
47222      Branch: perl
47223            ! lib/Pod/Html.pm
47224 ____________________________________________________________________________
47225 [  6786] By: jhi                                   on 2000/08/23  15:28:11
47226         Log: Bad makefile.
47227      Branch: perl
47228            ! ext/B/Makefile.PL
47229 ____________________________________________________________________________
47230 [  6785] By: jhi                                   on 2000/08/23  14:37:04
47231         Log: Update Changes.
47232      Branch: perl
47233            ! Changes patchlevel.h
47234 ____________________________________________________________________________
47235 [  6784] By: jhi                                   on 2000/08/23  13:58:41
47236         Log: Portability fix from Hugo van der Sanden.
47237      Branch: perl
47238            ! ext/re/Makefile.PL
47239 ____________________________________________________________________________
47240 [  6783] By: jhi                                   on 2000/08/23  13:53:53
47241         Log: Storable support, v-version fixes.
47242              
47243              Subject: CPAN.pm beta for testing available
47244              From: andreas.koenig@anima.de (Andreas J. Koenig)
47245              Date: 22 Aug 2000 23:31:33 +0200
47246              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
47247      Branch: perl
47248            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47249 ____________________________________________________________________________
47250 [  6782] By: jhi                                   on 2000/08/23  13:51:26
47251         Log: Mac and other portability updates from Chris Nandor.
47252      Branch: perl
47253            ! pod/perlmodinstall.pod
47254 ____________________________________________________________________________
47255 [  6781] By: jhi                                   on 2000/08/23  13:47:33
47256         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
47257              From: Peter Prymmer <pvhp@forte.com>
47258              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
47259              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
47260      Branch: perl
47261            ! ext/Storable/Storable.xs
47262 ____________________________________________________________________________
47263 [  6780] By: jhi                                   on 2000/08/23  13:33:34
47264         Log: VMS MMS (make) wants null action.
47265      Branch: perl
47266            ! ext/B/Makefile.PL
47267 ____________________________________________________________________________
47268 [  6779] By: jhi                                   on 2000/08/22  19:44:47
47269         Log: Forgot portability nit.
47270      Branch: perl
47271            ! t/lib/st-forgive.t
47272 ____________________________________________________________________________
47273 [  6778] By: jhi                                   on 2000/08/22  19:35:25
47274         Log: Be portable.
47275      Branch: perl
47276            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
47277            ! t/lib/st-store.t
47278 ____________________________________________________________________________
47279 [  6777] By: jhi                                   on 2000/08/22  18:50:53
47280         Log: Update Changes.
47281      Branch: perl
47282            ! Changes patchlevel.h
47283 ____________________________________________________________________________
47284 [  6776] By: jhi                                   on 2000/08/22  18:44:46
47285         Log: cSVOPo_*v things index into the current PL_curpad
47286              under ithreads, which is different from the curpad
47287              used by the XSUB.  (In other words, the code as-is
47288              before this patch wouldn't work under ithreads.)
47289              From Sarathy.
47290      Branch: perl
47291            ! ext/B/B.xs
47292 ____________________________________________________________________________
47293 [  6775] By: jhi                                   on 2000/08/22  18:18:37
47294         Log: Make the selection of NVff et al stricter.
47295      Branch: metaconfig/U/perl
47296            ! perlxvf.U
47297      Branch: perl
47298            ! Configure config_h.SH
47299 ____________________________________________________________________________
47300 [  6774] By: jhi                                   on 2000/08/22  17:19:42
47301         Log: perldelta nits.
47302      Branch: perl
47303            ! pod/perldelta.pod
47304 ____________________________________________________________________________
47305 [  6773] By: jhi                                   on 2000/08/22  17:06:26
47306         Log: Long double fixes from Spider Boardman.
47307              
47308              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
47309              From: system PRIVILEGED account <root@peano.zk3.dec.com>
47310              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
47311              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
47312      Branch: perl
47313            ! t/lib/bigfltpm.t t/lib/st-06compat.t
47314 ____________________________________________________________________________
47315 [  6772] By: jhi                                   on 2000/08/22  15:04:53
47316         Log: Update Changes.
47317      Branch: perl
47318            ! Changes patchlevel.h
47319 ____________________________________________________________________________
47320 [  6771] By: jhi                                   on 2000/08/22  15:01:44
47321         Log: perldelta fixes from Hugo van der Sanden.
47322      Branch: perl
47323            ! pod/perldelta.pod
47324 ____________________________________________________________________________
47325 [  6770] By: jhi                                   on 2000/08/22  14:34:49
47326         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
47327              From: Hugo <hv@crypt.compulink.co.uk>
47328              Date: Tue, 22 Aug 2000 11:21:53 +0100
47329              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
47330      Branch: perl
47331            ! regcomp.c
47332 ____________________________________________________________________________
47333 [  6769] By: jhi                                   on 2000/08/22  14:30:02
47334         Log: Add Yitzchak, reformat.
47335      Branch: perl
47336            ! Changes config_h.SH
47337 ____________________________________________________________________________
47338 [  6768] By: jhi                                   on 2000/08/22  14:21:35
47339         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
47340              and Spider Boardman.
47341      Branch: metaconfig
47342            ! U/compline/d_gconvert.U
47343      Branch: perl
47344            ! Configure
47345 ____________________________________________________________________________
47346 [  6767] By: jhi                                   on 2000/08/22  14:11:24
47347         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
47348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47349              Date: Mon, 21 Aug 2000 19:08:31 -0700
47350              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
47351      Branch: perl
47352            - ext/Storable/patchlevel.h
47353            ! MANIFEST ext/Storable/MANIFEST
47354 ____________________________________________________________________________
47355 [  6766] By: jhi                                   on 2000/08/22  13:49:29
47356         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
47357              From: Peter Prymmer <pvhp@forte.com>
47358              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
47359              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
47360      Branch: perl
47361            ! configure.com ext/Storable/Makefile.PL
47362 ____________________________________________________________________________
47363 [  6765] By: jhi                                   on 2000/08/22  13:44:59
47364         Log: Subject: [PATCH blead] B:: missing dependency
47365              From: Hugo <hv@crypt.compulink.co.uk>
47366              Date: Tue, 22 Aug 2000 06:44:33 +0100
47367              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
47368      Branch: perl
47369            ! ext/B/Makefile.PL
47370 ____________________________________________________________________________
47371 [  6764] By: jhi                                   on 2000/08/22  13:38:12
47372         Log: More bytecompiler.
47373      Branch: perl
47374            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
47375 ____________________________________________________________________________
47376 [  6763] By: jhi                                   on 2000/08/22  13:36:44
47377         Log: Bytecompiler patches from Benjamin Stuhl.
47378      Branch: perl
47379            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
47380            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47381            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47382            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47383            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
47384            ! perl.c perlapi.h pod/perldelta.pod
47385 ____________________________________________________________________________
47386 [  6762] By: jhi                                   on 2000/08/21  23:43:40
47387         Log: An obsoleted diagnostic.
47388      Branch: perl
47389            ! pod/perldelta.pod
47390 ____________________________________________________________________________
47391 [  6761] By: jhi                                   on 2000/08/21  23:01:45
47392         Log: The #6759 wasn't quite right.
47393      Branch: perl
47394            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47395            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
47396            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47397            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47398            ! t/lib/st-tieditems.t
47399 ____________________________________________________________________________
47400 [  6760] By: jhi                                   on 2000/08/21  22:35:49
47401         Log: Be verydeepclean.
47402      Branch: perl
47403            ! Makefile.SH
47404 ____________________________________________________________________________
47405 [  6759] By: jhi                                   on 2000/08/21  22:25:40
47406         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
47407              From: Peter Prymmer <pvhp@forte.com>
47408              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
47409              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
47410      Branch: perl
47411            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47412            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
47413            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47414            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47415            ! t/lib/st-tieditems.t
47416 ____________________________________________________________________________
47417 [  6758] By: jhi                                   on 2000/08/21  22:22:32
47418         Log: Few more casts, need reported in
47419              
47420              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
47421              From: Mike Stok <mike@stok.co.uk>
47422              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
47423              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
47424              
47425              and
47426              
47427              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
47428              From: abigail@foad.org
47429              Date: 21 Aug 2000 21:31:34 -0000
47430              Message-Id: <20000821213134.30170.qmail@foad.org>
47431      Branch: perl
47432            ! ext/Storable/Storable.xs
47433 ____________________________________________________________________________
47434 [  6757] By: jhi                                   on 2000/08/21  18:37:07
47435         Log: Update Changes.
47436      Branch: perl
47437            ! Changes patchlevel.h
47438 ____________________________________________________________________________
47439 [  6756] By: jhi                                   on 2000/08/21  18:34:02
47440         Log: A pod nit.
47441              
47442              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
47443              From: <abigail@foad.org>
47444              Date: Mon, 21 Aug 2000 14:00:16 -0400
47445              Message-ID: <20000821180016.28627.qmail@foad.org>
47446      Branch: perl
47447            ! pod/perlre.pod
47448 ____________________________________________________________________________
47449 [  6755] By: jhi                                   on 2000/08/21  18:30:56
47450         Log: Use PodParser 1.18 new test.
47451      Branch: perl
47452            ! t/pod/special_seqs.t t/pod/special_seqs.xr
47453 ____________________________________________________________________________
47454 [  6754] By: jhi                                   on 2000/08/21  18:28:35
47455         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
47456              patches cannot be applied since #6712 conflicts.
47457      Branch: perl
47458            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
47459 ____________________________________________________________________________
47460 [  6753] By: jhi                                   on 2000/08/21  18:15:11
47461         Log: Weed out some smaller changes.
47462      Branch: perl
47463            ! pod/perldelta.pod
47464 ____________________________________________________________________________
47465 [  6752] By: jhi                                   on 2000/08/21  18:02:30
47466         Log: Also under djgpp the timestamps are funky.
47467      Branch: perl
47468            ! t/op/stat.t
47469 ____________________________________________________________________________
47470 [  6751] By: jhi                                   on 2000/08/21  17:55:56
47471         Log: Tweak the floating point output routine preferences.
47472      Branch: metaconfig
47473            ! U/compline/d_gconvert.U
47474      Branch: perl
47475            ! Configure
47476 ____________________________________________________________________________
47477 [  6750] By: jhi                                   on 2000/08/21  17:51:29
47478         Log: Unicos/mk requires elaborate paranoia.
47479      Branch: perl
47480            ! lib/Math/Complex.pm
47481 ____________________________________________________________________________
47482 [  6749] By: gsar                                  on 2000/08/21  16:53:31
47483         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
47484      Branch: perl
47485            ! lib/Cwd.pm
47486 ____________________________________________________________________________
47487 [  6748] By: gsar                                  on 2000/08/21  16:22:19
47488         Log: free TLS slot properly on Windows
47489      Branch: perl
47490            ! thread.h win32/perllib.c win32/win32thread.h
47491 ____________________________________________________________________________
47492 [  6747] By: jhi                                   on 2000/08/21  16:20:58
47493         Log: Rename the macro argument because some preprocessors
47494              can't tell the difference and expand arguments also inside
47495              double quoted strings.
47496      Branch: perl
47497            ! regcomp.c
47498 ____________________________________________________________________________
47499 [  6746] By: jhi                                   on 2000/08/21  16:09:41
47500         Log: Support long doubles in Storable.
47501              
47502              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
47503              From: Radu Greab <radu@netsoft.ro>
47504              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
47505              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
47506      Branch: perl
47507            ! ext/Storable/Storable.xs
47508 ____________________________________________________________________________
47509 [  6745] By: jhi                                   on 2000/08/21  15:51:40
47510         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
47511              From: "Fifer, Eric" <EFifer@sanwaint.com>
47512              Date: Mon, 21 Aug 2000 15:34:49 +0100
47513              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
47514      Branch: perl
47515            ! t/pragma/warn/9enabled
47516 ____________________________________________________________________________
47517 [  6744] By: jhi                                   on 2000/08/21  15:39:35
47518         Log: Document the endianness of Alpha more precisely.
47519      Branch: perl
47520            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
47521            ! pod/perlport.pod
47522 ____________________________________________________________________________
47523 [  6743] By: jhi                                   on 2000/08/21  14:47:05
47524         Log: perldelta fixes from the p5p crowd.
47525      Branch: perl
47526            ! pod/perldelta.pod pod/perlop.pod
47527 ____________________________________________________________________________
47528 [  6742] By: jhi                                   on 2000/08/21  13:34:51
47529         Log: Update to Pod::LaTeX 0.53.
47530              
47531              Subject: [PATCH] lib/Pod/LaTeX.pm updates
47532              From: Tim Jenness <timj@jach.hawaii.edu>
47533              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
47534              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
47535      Branch: perl
47536            ! lib/Pod/LaTeX.pm
47537 ____________________________________________________________________________
47538 [  6741] By: jhi                                   on 2000/08/21  13:33:01
47539         Log: Subject: [PATCH] os2.c fix for use64bitint
47540              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47541              Date: Mon, 21 Aug 2000 01:32:25 -0700
47542              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
47543      Branch: perl
47544            ! os2/os2.c
47545 ____________________________________________________________________________
47546 [  6740] By: jhi                                   on 2000/08/21  13:28:52
47547         Log: Array context keeps slithering in.
47548              
47549              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
47550              From: Daniel Chetlin <daniel@chetlin.com>
47551              Date: Sun, 20 Aug 2000 21:40:25 -0700
47552              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
47553      Branch: perl
47554            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
47555            ! pod/perldebtut.pod
47556 ____________________________________________________________________________
47557 [  6739] By: jhi                                   on 2000/08/21  13:23:55
47558         Log: Big-endian quad fixes for Storable from Radu Greab,
47559              plus few explicit null casts for picky compilers.
47560      Branch: perl
47561            ! ext/Storable/Storable.xs
47562 ____________________________________________________________________________
47563 [  6738] By: gsar                                  on 2000/08/21  05:56:13
47564         Log: small tweaks for change#6705: avoid C++ style comments in C code;
47565              use Perl's malloc API rather than the low level system one
47566      Branch: perl
47567            ! win32/win32.c
47568 ____________________________________________________________________________
47569 [  6737] By: gsar                                  on 2000/08/21  05:35:41
47570         Log: add Storable to list of extensions on Windows
47571      Branch: perl
47572            ! win32/Makefile win32/makefile.mk
47573 ____________________________________________________________________________
47574 [  6736] By: jhi                                   on 2000/08/21  02:57:53
47575         Log: Update Changes.
47576      Branch: perl
47577            ! Changes patchlevel.h
47578 ____________________________________________________________________________
47579 [  6735] By: jhi                                   on 2000/08/21  02:57:20
47580         Log: Draft 0.
47581      Branch: perl
47582            ! pod/perldelta.pod
47583 ____________________________________________________________________________
47584 [  6734] By: jhi                                   on 2000/08/21  02:57:03
47585         Log: Add Storable 0.7.2 from Raphael Manfredi,
47586              plus the patch from
47587              
47588              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
47589              From: Radu Greab <radu@netsoft.ro>
47590              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
47591              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
47592              
47593              plus changes to get Storable to compile with
47594              picky ANSI compilers.
47595      Branch: perl
47596            + ext/Storable/ChangeLog ext/Storable/MANIFEST
47597            + ext/Storable/Makefile.PL ext/Storable/README
47598            + ext/Storable/Storable.pm ext/Storable/Storable.xs
47599            + ext/Storable/patchlevel.h t/lib/st-06compat.t
47600            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
47601            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
47602            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
47603            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
47604            + t/lib/st-tieditems.t
47605            ! MANIFEST
47606 ____________________________________________________________________________
47607 [  6733] By: jhi                                   on 2000/08/21  02:29:09
47608         Log: The correct cleaning order is an art.
47609      Branch: perl
47610            ! Makefile.SH
47611 ____________________________________________________________________________
47612 [  6732] By: jhi                                   on 2000/08/21  01:23:39
47613         Log: The #6724 is here.
47614      Branch: perl
47615            ! t/lib/ftmp-security.t
47616 ____________________________________________________________________________
47617 [  6731] By: jhi                                   on 2000/08/20  23:17:03
47618         Log: s/this one/the 5.6.0 release/
47619      Branch: perl
47620            ! pod/perl56delta.pod
47621 ____________________________________________________________________________
47622 [  6730] By: jhi                                   on 2000/08/20  23:07:34
47623         Log: Mention perlebcdic and perlposix-bc.
47624      Branch: perl
47625            ! pod/perlport.pod
47626 ____________________________________________________________________________
47627 [  6729] By: jhi                                   on 2000/08/20  21:32:59
47628         Log: Document the number of exponent digits.
47629      Branch: perl
47630            ! pod/perlfunc.pod
47631 ____________________________________________________________________________
47632 [  6728] By: jhi                                   on 2000/08/20  21:16:47
47633         Log: Use File::Spec->tmpdir().
47634              
47635              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
47636              From: Tim Jenness <timj@jach.hawaii.edu>
47637              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
47638              MIME-Version: 1.0
47639              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
47640      Branch: perl
47641            ! utils/perlbug.PL
47642 ____________________________________________________________________________
47643 [  6727] By: jhi                                   on 2000/08/20  20:43:32
47644         Log: Update Changes.
47645      Branch: perl
47646            ! Changes patchlevel.h
47647 ____________________________________________________________________________
47648 [  6726] By: jhi                                   on 2000/08/20  20:41:44
47649         Log: The veryclean target needs to clobber.
47650      Branch: perl
47651            ! Makefile.SH
47652 ____________________________________________________________________________
47653 [  6725] By: jhi                                   on 2000/08/20  20:37:38
47654         Log: Document odd vs even subreleases and -Dusedevel.
47655      Branch: perl
47656            ! INSTALL
47657 ____________________________________________________________________________
47658 [  6724] By: jhi                                   on 2000/08/20  19:58:05
47659         Log: Use temporary directory instead of current directory.
47660              
47661              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
47662              From: Tim Jenness <timj@jach.hawaii.edu>
47663              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
47664              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
47665      Branch: perl
47666            ! t/lib/ftmp-security.t
47667 ____________________________________________________________________________
47668 [  6723] By: jhi                                   on 2000/08/20  19:55:55
47669         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
47670              From: andreas.koenig@anima.de (Andreas J. Koenig)
47671              Date: 20 Aug 2000 15:52:03 +0200
47672              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
47673      Branch: perl
47674            ! lib/ExtUtils/MM_Unix.pm
47675 ____________________________________________________________________________
47676 [  6722] By: jhi                                   on 2000/08/20  19:46:01
47677         Log: Update to CGI 2.72, from Lincoln Stein.
47678      Branch: perl
47679            ! lib/CGI.pm
47680 ____________________________________________________________________________
47681 [  6721] By: jhi                                   on 2000/08/20  19:43:54
47682         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
47683              From: Radu Greab <radu@netsoft.ro>
47684              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
47685              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
47686      Branch: perl
47687            ! ext/GDBM_File/GDBM_File.xs
47688 ____________________________________________________________________________
47689 [  6720] By: jhi                                   on 2000/08/20  19:42:01
47690         Log: pp_open() could pass an uninitialized filename down to do_open9().
47691      Branch: perl
47692            ! pp_sys.c
47693 ____________________________________________________________________________
47694 [  6719] By: jhi                                   on 2000/08/20  14:06:41
47695         Log: UTF8 concat fixes.
47696              
47697              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
47698              From: Hugo <hv@crypt.compulink.co.uk>
47699              Date: Sun, 20 Aug 2000 07:30:46 +0100
47700              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
47701      Branch: perl
47702            ! pp_hot.c t/op/append.t
47703 ____________________________________________________________________________
47704 [  6718] By: jhi                                   on 2000/08/20  02:09:37
47705         Log: Let's try #6717 again.
47706      Branch: perl
47707            ! lib/File/Temp.pm
47708 ____________________________________________________________________________
47709 [  6717] By: jhi                                   on 2000/08/20  01:56:55
47710         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
47711              From: "Craig A. Berry" <craig.berry@metamorgs.com>
47712              Date: Sat, 19 Aug 2000 18:15:39 -0500
47713              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
47714      Branch: perl
47715            ! lib/File/Temp.pm
47716 ____________________________________________________________________________
47717 [  6716] By: jhi                                   on 2000/08/19  15:50:11
47718         Log: Update Changes.
47719      Branch: perl
47720            ! Changes patchlevel.h
47721 ____________________________________________________________________________
47722 [  6715] By: jhi                                   on 2000/08/19  15:39:09
47723         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
47724              From: Jonathan D Johnston <jdjohnston2@juno.com>
47725              Date: Thu, 17 Aug 2000 23:13:01 -0400       
47726              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
47727      Branch: perl
47728            ! pod/perlfunc.pod
47729 ____________________________________________________________________________
47730 [  6714] By: jhi                                   on 2000/08/19  15:34:04
47731         Log: Introduce a 'veryclean' target that is like 'distclean'
47732              but also removes *~ and *.orig.
47733      Branch: perl
47734            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
47735            ! utils/Makefile x2p/Makefile.SH
47736 ____________________________________________________________________________
47737 [  6713] By: jhi                                   on 2000/08/19  14:15:45
47738         Log: Put back the long double avoidance code to POSIX.xs
47739              because VMS seems to need it still.
47740      Branch: perl
47741            ! ext/POSIX/POSIX.xs
47742 ____________________________________________________________________________
47743 [  6712] By: jhi                                   on 2000/08/19  14:10:41
47744         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
47745              From: Peter Prymmer <pvhp@forte.com>
47746              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
47747              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
47748      Branch: perl
47749            ! lib/Pod/Find.pm t/pod/find.t
47750 ____________________________________________________________________________
47751 [  6711] By: jhi                                   on 2000/08/19  14:09:19
47752         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
47753              From: Peter Prymmer <pvhp@forte.com>
47754              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
47755              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
47756              cc: vmsperl@perl.org
47757      Branch: perl
47758            ! t/lib/peek.t
47759 ____________________________________________________________________________
47760 [  6710] By: jhi                                   on 2000/08/19  14:08:01
47761         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
47762              From: Jan Dubois <jand@ActiveState.com>
47763              Date: Fri, 18 Aug 2000 16:31:48 -0700
47764              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
47765      Branch: perl
47766            ! win32/win32.c
47767 ____________________________________________________________________________
47768 [  6709] By: jhi                                   on 2000/08/19  14:06:57
47769         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
47770              
47771              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
47772              From: Spider.Boardman@Orb.Nashua.NH.US
47773              Date: Fri, 18 Aug 2000 18:41:14 -0400
47774              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
47775      Branch: perl
47776            ! regcomp.c
47777 ____________________________________________________________________________
47778 [  6708] By: jhi                                   on 2000/08/18  22:04:49
47779         Log: Update Changes.
47780      Branch: perl
47781            ! Changes patchlevel.h
47782 ____________________________________________________________________________
47783 [  6707] By: jhi                                   on 2000/08/18  21:55:14
47784         Log: Add warnif(), check warnings further up the stack,
47785              all the warnings functions now can take an optional object reference.
47786              
47787              Subject: [PATCH bleedperl@6691] warnings pragma update
47788              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47789              Date: Fri, 18 Aug 2000 22:42:06 +0100
47790              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
47791      Branch: perl
47792            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
47793            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
47794            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
47795 ____________________________________________________________________________
47796 [  6706] By: jhi                                   on 2000/08/18  21:41:45
47797         Log: Typo in pp_complement().
47798              
47799              Subject: [PATCH perl-current] Deparse
47800              From: Peter Scott <Peter@PSDT.com>
47801              Date: Fri, 18 Aug 2000 12:44:37 -0700
47802              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
47803      Branch: perl
47804            ! ext/B/B/Deparse.pm
47805 ____________________________________________________________________________
47806 [  6705] By: jhi                                   on 2000/08/18  21:25:59
47807         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
47808              From: Jan Dubois <jand@ActiveState.com>
47809              Date: Fri, 18 Aug 2000 14:22:51 -0700
47810              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
47811      Branch: perl
47812            ! lib/Win32.pod win32/win32.c
47813 ____________________________________________________________________________
47814 [  6704] By: jhi                                   on 2000/08/18  21:16:14
47815         Log: Don't eat leading os from index entries.
47816              
47817              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
47818              From: Russ Allbery <rra@stanford.edu>
47819              Date: 10 Aug 2000 20:49:25 -0700
47820              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
47821      Branch: perl
47822            ! lib/Pod/Man.pm
47823 ____________________________________________________________________________
47824 [  6703] By: jhi                                   on 2000/08/18  21:07:06
47825         Log: Add [[:blank:]] as suggested in
47826              
47827              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47828              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
47829              Date: Sun, 16 Jul 2000 17:55:29 -0700
47830              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
47831              
47832              (the [=cc=] has already been taken care of by #6439
47833              so the whole bug report can be closed)
47834              
47835              and make [[:space:]] to be equivalent to isspace(3)
47836              (as opposed to \s, which is isSPACE()).  The difference
47837              is that now [[:space:]] matches the mythical vertical tab,
47838              while \s doesn't.
47839      Branch: perl
47840            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
47841            ! regexec.c t/op/pat.t
47842 ____________________________________________________________________________
47843 [  6702] By: jhi                                   on 2000/08/18  18:47:47
47844         Log: The new tests were missing from #6415.
47845      Branch: perl
47846            ! t/op/bop.t
47847 ____________________________________________________________________________
47848 [  6701] By: jhi                                   on 2000/08/18  18:20:40
47849         Log: Document the NDBM_File and ODBM_File as SDBM_File
47850              was documented in #6417.
47851      Branch: perl
47852            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
47853            ! ext/SDBM_File/SDBM_File.pm
47854 ____________________________________________________________________________
47855 [  6700] By: jhi                                   on 2000/08/18  18:10:39
47856         Log: Subject: [PATCH perl@6698] cygwin port
47857              From: "Fifer, Eric" <EFifer@sanwaint.com>
47858              Date: Fri, 18 Aug 2000 17:30:05 +0100
47859              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
47860      Branch: perl
47861            ! lib/File/Temp.pm
47862 ____________________________________________________________________________
47863 [  6699] By: jhi                                   on 2000/08/18  16:21:49
47864         Log: Document code point which makes if (defined %stash::) to work
47865              (noted by Spider Boardman).
47866      Branch: perl
47867            ! op.c
47868 ____________________________________________________________________________
47869 [  6698] By: jhi                                   on 2000/08/18  13:43:27
47870         Log: Update Changes.
47871      Branch: perl
47872            ! Changes patchlevel.h
47873 ____________________________________________________________________________
47874 [  6697] By: jhi                                   on 2000/08/18  13:35:57
47875         Log: Tiny Getopt::Long patch from Johan Vromans.
47876      Branch: perl
47877            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
47878 ____________________________________________________________________________
47879 [  6696] By: jhi                                   on 2000/08/18  13:26:14
47880         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
47881              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
47882              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
47883              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
47884      Branch: perl
47885            ! pod/perldiag.pod pod/perlsyn.pod
47886 ____________________________________________________________________________
47887 [  6695] By: jhi                                   on 2000/08/18  13:13:26
47888         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
47889              From: Daniel Chetlin <daniel@chetlin.com>
47890              Date: Fri, 18 Aug 2000 03:13:36 -0700
47891              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
47892      Branch: perl
47893            ! pod/perlfunc.pod
47894 ____________________________________________________________________________
47895 [  6694] By: jhi                                   on 2000/08/18  13:08:05
47896         Log: Subject: [PATCH] perltrap.pod spring cleaning
47897              From: Daniel Chetlin <daniel@chetlin.com>
47898              Date: Fri, 18 Aug 2000 03:06:54 -0700
47899              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
47900              
47901              plus Mike Guy's nitfix.
47902      Branch: perl
47903            ! pod/perltrap.pod
47904 ____________________________________________________________________________
47905 [  6693] By: jhi                                   on 2000/08/18  13:00:26
47906         Log: Unbuffer the output.
47907              
47908              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
47909              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47910              Date: Thu, 17 Aug 2000 18:39:29 -0700
47911              Message-ID: <RPJn5gzkgydf092yn@efn.org>
47912      Branch: perl
47913            ! t/op/fork.t
47914 ____________________________________________________________________________
47915 [  6692] By: jhi                                   on 2000/08/18  05:19:17
47916         Log: Delete the image, too, not just its MANIFEStation.
47917      Branch: perl
47918            - lib/CGI/eg/wilogo.gif
47919 ____________________________________________________________________________
47920 [  6691] By: jhi                                   on 2000/08/18  05:10:26
47921         Log: Propagate new Configure vars.
47922      Branch: perl
47923            ! configure.com epoc/config.sh uconfig.h uconfig.sh
47924            ! vos/config.def vos/config.h vos/config_h.SH_orig
47925            ! win32/config.bc win32/config.gc win32/config.vc
47926            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47927 ____________________________________________________________________________
47928 [  6690] By: jhi                                   on 2000/08/18  04:30:56
47929         Log: Update Changes.
47930      Branch: perl
47931            ! Changes patchlevel.h
47932 ____________________________________________________________________________
47933 [  6689] By: jhi                                   on 2000/08/18  04:12:30
47934         Log: Fix the lib/complex failure of
47935              
47936              From: abigail@foad.org
47937              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47938              Date: 15 Aug 2000 04:06:38 -0000
47939              Message-Id: <20000815040638.8524.qmail@foad.org> 
47940              
47941              Linux long double accuracy issue: something that
47942              when printed with %g looks like "2" but int() of it is 1.
47943      Branch: perl
47944            ! lib/Math/Complex.pm
47945 ____________________________________________________________________________
47946 [  6688] By: jhi                                   on 2000/08/18  03:15:35
47947         Log: The byteorder code in #6671 was wrong.
47948      Branch: perl
47949            ! configpm
47950 ____________________________________________________________________________
47951 [  6687] By: jhi                                   on 2000/08/18  02:08:42
47952         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
47953              From: Jan Dubois <jand@ActiveState.com>
47954              Date: Thu, 17 Aug 2000 18:31:55 -0700
47955              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
47956      Branch: perl
47957            ! sv.c
47958 ____________________________________________________________________________
47959 [  6686] By: jhi                                   on 2000/08/18  02:04:15
47960         Log: Use NVs in POSIX math, not doubles.
47961              
47962              From: abigail@foad.org
47963              Subject: [ID 20000817.014] POSIX & modfl
47964              Date: 17 Aug 2000 20:49:18 -0000
47965              Message-Id: <20000817204918.23123.qmail@foad.org>
47966      Branch: perl
47967            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
47968 ____________________________________________________________________________
47969 [  6685] By: jhi                                   on 2000/08/18  02:02:12
47970         Log: Introduce NVef, NVff, and NVgf, use the middle one.
47971              (helps for lib/peek + Linux + long doubles)  Reported in
47972              
47973              From: abigail@foad.org
47974              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47975              Date: 15 Aug 2000 04:06:38 -0000
47976              Message-Id: <20000815040638.8524.qmail@foad.org> 
47977              
47978              (note: the lib/complex failure has not yet been addressed)
47979      Branch: metaconfig/U/perl
47980            ! perlxvf.U
47981      Branch: perl
47982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47983            ! config_h.SH dump.c perl.h pod/perlguts.pod
47984 ____________________________________________________________________________
47985 [  6684] By: jhi                                   on 2000/08/17  23:22:19
47986         Log: Add byteorder to the myconfig output.
47987      Branch: perl
47988            ! myconfig.SH
47989 ____________________________________________________________________________
47990 [  6683] By: jhi                                   on 2000/08/17  23:20:19
47991         Log: The image doth not exist, spotted by Johan Vromans.
47992      Branch: perl
47993            ! MANIFEST
47994 ____________________________________________________________________________
47995 [  6682] By: jhi                                   on 2000/08/17  22:38:16
47996         Log: Document what the backtick returns if the command fails.
47997      Branch: perl
47998            ! pod/perlop.pod
47999 ____________________________________________________________________________
48000 [  6681] By: jhi                                   on 2000/08/17  22:33:12
48001         Log: Do not use prototyping here.
48002              
48003              Subject: [ID 20000817.016] [PATCH] Peek.xs
48004              From: abigail@foad.org
48005              Date: 17 Aug 2000 20:55:56 -0000
48006              Message-Id: <20000817205556.24270.qmail@foad.org>
48007      Branch: perl
48008            ! ext/Devel/Peek/Makefile.PL
48009 ____________________________________________________________________________
48010 [  6680] By: jhi                                   on 2000/08/17  19:46:43
48011         Log: Don't propose using modules built for 5.005 if no binary
48012              compatibility with 5.005 is attempted.
48013              
48014              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48015              Subject: Minor nit with 5.7.0 (6655)
48016              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
48017              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
48018      Branch: metaconfig
48019            ! U/installdirs/inc_version_list.U
48020      Branch: perl
48021            ! Configure config_h.SH
48022 ____________________________________________________________________________
48023 [  6679] By: jhi                                   on 2000/08/17  19:16:39
48024         Log: Microperl config update.
48025      Branch: perl
48026            ! uconfig.h uconfig.sh
48027 ____________________________________________________________________________
48028 [  6678] By: jhi                                   on 2000/08/17  19:16:13
48029         Log: The #6648 wasn't protective enough for limited platforms
48030              (like microperl).
48031      Branch: perl
48032            ! dump.c sv.c
48033 ____________________________________________________________________________
48034 [  6677] By: jhi                                   on 2000/08/17  14:46:35
48035         Log: Update Changes.
48036      Branch: perl
48037            ! Changes patchlevel.h
48038 ____________________________________________________________________________
48039 [  6676] By: jhi                                   on 2000/08/17  14:44:02
48040         Log: Add perlebcdic from Peter Prymmer, regen toc.
48041      Branch: perl
48042            + pod/perlebcdic.pod
48043            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48044 ____________________________________________________________________________
48045 [  6675] By: jhi                                   on 2000/08/17  14:41:52
48046         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
48047      Branch: perl
48048            ! pod/perldebtut.pod
48049 ____________________________________________________________________________
48050 [  6674] By: jhi                                   on 2000/08/17  14:29:43
48051         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
48052              
48053              Subject: [ID 20000724.006] -DLEAKTEST problem
48054              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
48055              Date: Tue, 25 Jul 2000 00:36:32 -0500
48056              Message-Id: <20000725003632.A26186@www.llamacom.com>
48057              
48058              Reminder sent
48059              
48060              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
48061              From: Hugo <hv@crypt.compulink.co.uk>
48062              Date: Thu, 17 Aug 2000 15:23:42 +0100
48063              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
48064      Branch: perl
48065            ! util.c
48066 ____________________________________________________________________________
48067 [  6673] By: jhi                                   on 2000/08/17  04:07:10
48068         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
48069              From: John Peacock <JPeacock@UnivPress.com>
48070              Date: Tue, 01 Aug 2000 09:38:12 -0400
48071              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
48072      Branch: perl
48073            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
48074 ____________________________________________________________________________
48075 [  6672] By: jhi                                   on 2000/08/17  03:04:35
48076         Log: Subject: [PATCH] Cwd.pm now uses strict
48077              From: Tim Jenness <timj@jach.hawaii.edu>
48078              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
48079              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
48080      Branch: perl
48081            ! lib/Cwd.pm
48082 ____________________________________________________________________________
48083 [  6671] By: jhi                                   on 2000/08/17  02:16:35
48084         Log: Make $Config{byteorder} more magical so that it is
48085              dynamically computed: nice for 'fat binaries'.
48086              
48087              Subject: [PATCH]: default byteorder
48088              From: Wilfredo Sánchez <wsanchez@apple.com>
48089              Date: Mon, 31 Jul 2000 19:45:31 -0700
48090              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
48091      Branch: perl
48092            ! configpm
48093 ____________________________________________________________________________
48094 [  6670] By: gsar                                  on 2000/08/17  01:22:21
48095         Log: move WNOHANG definition to where other such things are
48096      Branch: perl
48097            ! win32/win32.h
48098 ____________________________________________________________________________
48099 [  6669] By: jhi                                   on 2000/08/17  01:19:17
48100         Log: Update Changes.
48101      Branch: perl
48102            ! Changes patchlevel.h
48103 ____________________________________________________________________________
48104 [  6668] By: jhi                                   on 2000/08/17  01:16:29
48105         Log: Doc nits spotted by Richard Soderberg.
48106      Branch: perl
48107            ! README.posix-bc README.vmesa
48108 ____________________________________________________________________________
48109 [  6667] By: jhi                                   on 2000/08/17  01:12:11
48110         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
48111              From: "Casey R. Tweten" <crt@kiski.net>
48112              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
48113              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
48114      Branch: perl
48115            ! pod/perldebtut.pod
48116 ____________________________________________________________________________
48117 [  6666] By: jhi                                   on 2000/08/17  01:09:31
48118         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
48119              From: "Casey R. Tweten" <crt@kiski.net>
48120              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
48121              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
48122      Branch: perl
48123            ! lib/Shell.pm
48124 ____________________________________________________________________________
48125 [  6665] By: gsar                                  on 2000/08/17  01:03:52
48126         Log: add "ok" targets from change#6632 in makefile.mk
48127      Branch: perl
48128            ! pod/perlport.pod win32/Makefile win32/makefile.mk
48129 ____________________________________________________________________________
48130 [  6664] By: gsar                                  on 2000/08/17  00:56:11
48131         Log: avoid warnings from dense compiler
48132      Branch: perl
48133            ! win32/win32.c
48134 ____________________________________________________________________________
48135 [  6663] By: jhi                                   on 2000/08/17  00:51:49
48136         Log: Tweak the regex compilation errors once more.
48137      Branch: perl
48138            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48139            ! t/op/regmesg.t t/pragma/warn/regcomp
48140 ____________________________________________________________________________
48141 [  6662] By: gsar                                  on 2000/08/17  00:28:19
48142         Log: trailing new %ENV entries weren't being pushed into the real
48143              environment of subprocesses on Windows
48144      Branch: perl
48145            ! t/op/magic.t win32/perlhost.h
48146 ____________________________________________________________________________
48147 [  6661] By: gsar                                  on 2000/08/17  00:19:20
48148         Log: waitpid() now handles externally spawned pids correctly;
48149              fixes for backtick/wait/waitpid failures on Windows 9x
48150              
48151              these changes make the pid returned by process functions on
48152              Windows 9x always positive by clearing the high bit (which
48153              is always set on Win9x); pseudo-process PIDs are likewise
48154              always negative now on Win9x (just as on NT/2000)
48155      Branch: perl
48156            ! pp_sys.c win32/perlhost.h win32/win32.c
48157 ____________________________________________________________________________
48158 [  6660] By: jhi                                   on 2000/08/17  00:04:32
48159         Log: Retract #6645.
48160      Branch: perl
48161            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48162            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
48163            ! t/op/sprintf.t
48164 ____________________________________________________________________________
48165 [  6659] By: gsar                                  on 2000/08/16  23:59:28
48166         Log: on windows, the return values from wait() and waitpid() don't
48167              match those of pseudo-pids
48168      Branch: perl
48169            ! pp_sys.c t/op/fork.t util.c win32/win32.c
48170 ____________________________________________________________________________
48171 [  6658] By: gsar                                  on 2000/08/16  23:56:14
48172         Log: pod nit seen in passing
48173      Branch: perl
48174            ! pod/perlfunc.pod
48175 ____________________________________________________________________________
48176 [  6657] By: gsar                                  on 2000/08/16  23:53:42
48177         Log: change#6328 could make close(SOCKET) return false on windows
48178              when it shouldn't
48179      Branch: perl
48180            ! win32/win32sck.c
48181 ____________________________________________________________________________
48182 [  6656] By: gsar                                  on 2000/08/16  23:46:57
48183         Log: check that the number pseudo children doesn't exceed
48184              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
48185              the WaitForMultipleObjects() limit that would cause wait()
48186              to crash)
48187              
48188              wait() and waitpid() could potentially be rewritten to use
48189              more than one thread to do the waiting to eliminate this
48190              limitation
48191      Branch: perl
48192            ! win32/perlhost.h
48193 ____________________________________________________________________________
48194 [  6655] By: jhi                                   on 2000/08/16  14:11:05
48195         Log: Update Changes.
48196      Branch: perl
48197            ! Changes patchlevel.h
48198 ____________________________________________________________________________
48199 [  6654] By: jhi                                   on 2000/08/16  14:10:12
48200         Log: Update to perldebtut 1.9, from Richard Foley.
48201      Branch: perl
48202            ! pod/perldebtut.pod
48203 ____________________________________________________________________________
48204 [  6653] By: jhi                                   on 2000/08/16  14:08:17
48205         Log: Change the regx compilation error markers to use = instead of <
48206              since pod makes using the latter quite messy.  Reported in
48207              ID 20000814.006 by Abigail and in
48208              Subject: Unknown escape E<> ?
48209              From: Lupe Christoph <lupe@lupe-christoph.de>
48210              Date: Fri, 11 Aug 2000 00:30:27 +0200
48211              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
48212      Branch: perl
48213            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48214            ! t/op/regmesg.t t/pragma/warn/regcomp
48215 ____________________________________________________________________________
48216 [  6652] By: jhi                                   on 2000/08/16  13:25:31
48217         Log: Change the perlbug address to perl.org since it's more forgiving.
48218              
48219              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
48220              From: abigail@foad.org
48221              Date: 15 Aug 2000 04:15:40 -0000
48222              Message-Id: <20000815041540.8633.qmail@foad.org>
48223      Branch: perl
48224            ! utils/perlbug.PL
48225 ____________________________________________________________________________
48226 [  6651] By: jhi                                   on 2000/08/16  13:22:35
48227         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
48228              From: Tim Jenness <timj@jach.hawaii.edu>
48229              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
48230              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
48231      Branch: perl
48232            ! lib/Cwd.pm
48233 ____________________________________________________________________________
48234 [  6650] By: jhi                                   on 2000/08/16  13:18:13
48235         Log: Update to CPAN 1.57.
48236              
48237              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
48238              From: andreas.koenig@anima.de (Andreas J. Koenig)
48239              Date: 16 Aug 2000 15:09:46 +0200
48240              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
48241      Branch: perl
48242            ! lib/CPAN.pm
48243 ____________________________________________________________________________
48244 [  6649] By: jhi                                   on 2000/08/16  13:12:31
48245         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
48246              From: "Larry W. Virden" <lvirden@cas.org>
48247              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
48248              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
48249      Branch: perl
48250            ! README.hpux
48251 ____________________________________________________________________________
48252 [  6648] By: jhi                                   on 2000/08/16  13:03:53
48253         Log: The numeric locale was reset to "C" by s?printf and never restored.
48254              
48255              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48256              From: Christian Kirsch <ck@held.mind.de>
48257              Date: Wed, 9 Aug 2000 17:05:17 +0200
48258              Message-Id: <20000809170517.A25389@held>
48259              
48260              No test since adding the failing example to locale.t
48261              does not fail -- probably because the locale settings are so
48262              thoroughly tweaked by that time.  Running the example standalone
48263              does fail, though.  UPDATE: test case added at change #7540.
48264      Branch: perl
48265            ! dump.c perl.h pp.c pp_ctl.c sv.c
48266 ____________________________________________________________________________
48267 [  6647] By: jhi                                   on 2000/08/16  00:07:54
48268         Log: Update Changes and test semi-automatic patchlevel updating.
48269      Branch: perl
48270            ! Changes patchlevel.h
48271 ____________________________________________________________________________
48272 [  6646] By: jhi                                   on 2000/08/15  23:35:07
48273         Log: Fix a dependency problem.
48274              
48275              Subject: [PATCH: 6640] VMS Makefile.SH update
48276              From: Peter Prymmer <pvhp@forte.com>
48277              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
48278              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
48279      Branch: perl
48280            ! vms/descrip_mms.template
48281 ____________________________________________________________________________
48282 [  6645] By: jhi                                   on 2000/08/15  23:33:23
48283         Log: (Retracted by #6660)
48284              
48285              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
48286              From: Dominic Dunlop <domo@computer.org>
48287              Date: Tue, 15 Aug 2000 22:20:52 +0200
48288              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
48289      Branch: metaconfig/U/perl
48290            + d_printfed.U
48291      Branch: perl
48292            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48293            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
48294            ! t/op/sprintf.t
48295 ____________________________________________________________________________
48296 [  6644] By: jhi                                   on 2000/08/15  21:17:20
48297         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
48298              From: abigail@foad.org
48299              Date: 15 Aug 2000 20:12:41 -0000
48300              Message-Id: <20000815201241.25556.qmail@foad.org>
48301      Branch: perl
48302            ! INSTALL
48303 ____________________________________________________________________________
48304 [  6643] By: jhi                                   on 2000/08/15  21:15:28
48305         Log: (an already applied patch)
48306      Branch: perl
48307            ! lib/CGI.pm
48308 ____________________________________________________________________________
48309 [  6642] By: gsar                                  on 2000/08/15  19:54:05
48310         Log: magic callbacks all need to have same type signature
48311      Branch: perl
48312            ! embed.pl mg.c proto.h
48313 ____________________________________________________________________________
48314 [  6641] By: jhi                                   on 2000/08/15  17:56:27
48315         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)
48316              From: Mike Guy <mjtg@cam.ac.uk>
48317              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
48318              Date: Tue, 15 Aug 2000 18:26:45 +0100
48319              
48320              Only the peek.t part applied, not the hash quality part.
48321      Branch: perl
48322            ! t/lib/peek.t
48323 ____________________________________________________________________________
48324 [  6640] By: jhi                                   on 2000/08/15  16:37:37
48325         Log: Update Changes.
48326      Branch: perl
48327            ! Changes
48328 ____________________________________________________________________________
48329 [  6639] By: jhi                                   on 2000/08/15  16:34:55
48330         Log: Missed a file from #6638.
48331      Branch: perl
48332            ! lib/File/Temp.pm
48333 ____________________________________________________________________________
48334 [  6638] By: jhi                                   on 2000/08/15  16:33:19
48335         Log: Subject: [PATCH perl@6620] cygwin port
48336              From: "Fifer, Eric" <EFifer@sanwaint.com>
48337              Date: Tue, 15 Aug 2000 17:00:49 +0100
48338              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
48339      Branch: perl
48340            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
48341 ____________________________________________________________________________
48342 [  6637] By: jhi                                   on 2000/08/15  16:29:22
48343         Log: Subject: [PATCH] debugger exit code should reflect user exit code
48344              From: Mike Guy <mjtg@cam.ac.uk>
48345              Date: Tue, 15 Aug 2000 16:55:59 +0100
48346              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
48347      Branch: perl
48348            ! lib/perl5db.pl
48349 ____________________________________________________________________________
48350 [  6636] By: jhi                                   on 2000/08/15  15:30:58
48351         Log: Update Changes.
48352      Branch: perl
48353            ! Changes
48354 ____________________________________________________________________________
48355 [  6635] By: jhi                                   on 2000/08/15  15:27:21
48356         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
48357      Branch: metaconfig
48358            ! U/mkglossary U/mksample
48359      Branch: metaconfig/U/perl
48360            ! Devel.U
48361      Branch: perl
48362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48363 ____________________________________________________________________________
48364 [  6634] By: jhi                                   on 2000/08/15  14:11:55
48365         Log: Don't blow limited stacks, a lower number is enough to
48366              tickle the lookbehind limit.
48367              
48368              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
48369              From: Dominic Dunlop <domo@computer.org>
48370              Date: Tue, 15 Aug 2000 13:51:24 +0200
48371              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
48372      Branch: perl
48373            ! t/op/regmesg.t
48374 ____________________________________________________________________________
48375 [  6633] By: jhi                                   on 2000/08/15  14:01:46
48376         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
48377              From: Mike Guy <mjtg@cam.ac.uk>
48378              Date: Tue, 15 Aug 2000 12:10:50 +0100
48379              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
48380      Branch: perl
48381            ! utils/perldoc.PL
48382 ____________________________________________________________________________
48383 [  6632] By: jhi                                   on 2000/08/15  13:58:48
48384         Log: make ok etc also for win32.
48385              
48386              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
48387              From: Prymmer/Kahn <pvhp@best.com>
48388              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
48389              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
48390      Branch: perl
48391            ! win32/Makefile
48392 ____________________________________________________________________________
48393 [  6631] By: jhi                                   on 2000/08/15  13:45:03
48394         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
48395      Branch: perl
48396            ! lib/Test.pm
48397 ____________________________________________________________________________
48398 [  6630] By: jhi                                   on 2000/08/15  03:25:09
48399         Log: Update Changes.
48400      Branch: perl
48401            ! Changes
48402 ____________________________________________________________________________
48403 [  6629] By: jhi                                   on 2000/08/15  03:23:53
48404         Log: magic_regdatum_set() is void, not int.
48405      Branch: perl
48406            ! embed.pl mg.c proto.h
48407 ____________________________________________________________________________
48408 [  6628] By: jhi                                   on 2000/08/15  03:08:02
48409         Log: Make the user to give up his firstborn, err, to knowingly
48410              verify installing an unstable developer release.  Also bump
48411              the release to 5.7.0, but leave a patch tag in the local
48412              patches saying that this is not yet the real thing.
48413      Branch: metaconfig
48414            ! U/modified/Instruct.U
48415      Branch: metaconfig/U/perl
48416            + Devel.U
48417      Branch: perl
48418            ! Configure patchlevel.h
48419 ____________________________________________________________________________
48420 [  6627] By: jhi                                   on 2000/08/14  22:32:52
48421         Log: README.os2 update.
48422              
48423              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
48424              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48425              Date: Wed, 02 Aug 2000 21:55:09 -0700
48426              Message-ID: <tsPi5gzkgegX092yn@efn.org>
48427      Branch: perl
48428            ! README.os2
48429 ____________________________________________________________________________
48430 [  6626] By: jhi                                   on 2000/08/14  21:00:02
48431         Log: Subject: Re: File::Temp problems on VMS in bleedperl
48432              From: Tim Jenness <timj@jach.hawaii.edu>
48433              cc: vmsperl@perl.org
48434              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
48435              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
48436      Branch: perl
48437            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
48438 ____________________________________________________________________________
48439 [  6625] By: jhi                                   on 2000/08/14  20:52:16
48440         Log: Add SUIDMAIL as was done for the CERT alert.
48441      Branch: perl
48442            ! patchlevel.h
48443 ____________________________________________________________________________
48444 [  6624] By: jhi                                   on 2000/08/14  20:48:50
48445         Log: Subject: sfio2000
48446              From: Daniel Muino <dmuino@afip.gov.ar>
48447              Date: Mon, 14 Aug 2000 16:58:11 -0300
48448              Message-ID: <20000814165811.B16368@con2-dgi>
48449      Branch: perl
48450            ! perlsdio.h perlsfio.h
48451 ____________________________________________________________________________
48452 [  6623] By: jhi                                   on 2000/08/14  20:47:36
48453         Log: Subject: warning: storage class after type is obsolescent
48454              From: Daniel Muino <dmuino@afip.gov.ar>
48455              Date: Mon, 14 Aug 2000 16:42:47 -0300
48456              Message-ID: <20000814164247.A16368@con2-dgi>
48457      Branch: perl
48458            ! regcomp.pl regnodes.h
48459 ____________________________________________________________________________
48460 [  6622] By: jhi                                   on 2000/08/14  20:43:05
48461         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
48462              From: abigail@foad.org
48463              Date: 14 Aug 2000 20:00:10 -0000
48464              Message-Id: <20000814200010.27271.qmail@foad.org>
48465      Branch: perl
48466            ! Changes
48467 ____________________________________________________________________________
48468 [  6621] By: jhi                                   on 2000/08/14  15:23:05
48469         Log: Update Changes.
48470      Branch: perl
48471            ! Changes
48472 ____________________________________________________________________________
48473 [  6620] By: jhi                                   on 2000/08/14  15:22:14
48474         Log: Subject: Re: [PATCH] @+, @- readonly
48475              From: Mike Guy <mjtg@cam.ac.uk>
48476              Date: Mon, 14 Aug 2000 15:26:55 +0100
48477              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
48478      Branch: perl
48479            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
48480            ! sv.c t/op/pat.t
48481 ____________________________________________________________________________
48482 [  6619] By: jhi                                   on 2000/08/14  14:12:08
48483         Log: Update Changes.
48484      Branch: perl
48485            ! Changes
48486 ____________________________________________________________________________
48487 [  6618] By: jhi                                   on 2000/08/14  14:09:34
48488         Log: For now remove the mail code.
48489      Branch: perl
48490            ! perl.c
48491 ____________________________________________________________________________
48492 [  6617] By: jhi                                   on 2000/08/14  14:08:28
48493         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
48494      Branch: perl
48495            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
48496            ! pod/perlfaq8.pod pod/perlsec.pod
48497 ____________________________________________________________________________
48498 [  6616] By: jhi                                   on 2000/08/14  14:00:11
48499         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48500              From: Mike Guy <mjtg@cam.ac.uk>
48501              Date: Mon, 14 Aug 2000 08:26:02 +0100
48502              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
48503      Branch: perl
48504            ! lib/perl5db.pl
48505 ____________________________________________________________________________
48506 [  6615] By: jhi                                   on 2000/08/14  13:58:45
48507         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
48508              From: Mike Guy <mjtg@cam.ac.uk>
48509              Date: Mon, 14 Aug 2000 08:04:22 +0100
48510              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
48511      Branch: perl
48512            ! gv.c mg.c t/op/pat.t
48513 ____________________________________________________________________________
48514 [  6614] By: jhi                                   on 2000/08/14  13:56:45
48515         Log: Subject: Test fails / warnings with perl-current #6612
48516              From: Mike Guy <mjtg@cam.ac.uk>
48517              Date: Mon, 14 Aug 2000 07:57:23 +0100
48518              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
48519      Branch: perl
48520            ! t/lib/b.t t/lib/peek.t
48521 ____________________________________________________________________________
48522 [  6613] By: jhi                                   on 2000/08/14  13:45:33
48523         Log: VMS configure.com update continues.
48524      Branch: perl
48525            - vms/configure.com
48526            ! MANIFEST configure.com
48527 ____________________________________________________________________________
48528 [  6612] By: jhi                                   on 2000/08/13  22:13:35
48529         Log: Update Changes.
48530      Branch: perl
48531            ! Changes
48532 ____________________________________________________________________________
48533 [  6611] By: jhi                                   on 2000/08/13  16:21:45
48534         Log: Upgrade to CGI 2.71, from Lincoln Stein.
48535      Branch: perl
48536            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
48537 ____________________________________________________________________________
48538 [  6610] By: jhi                                   on 2000/08/13  15:09:16
48539         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
48540              From: Mike Guy <mjtg@cam.ac.uk>
48541              Date: Sun, 13 Aug 2000 13:45:51 +0100
48542              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
48543      Branch: perl
48544            ! t/op/regmesg.t
48545 ____________________________________________________________________________
48546 [  6609] By: jhi                                   on 2000/08/13  14:31:26
48547         Log: Andreas says that 1.56 is fine, so reverting back to it.
48548      Branch: perl
48549            ! lib/CPAN.pm
48550 ____________________________________________________________________________
48551 [  6608] By: jhi                                   on 2000/08/13  05:34:20
48552         Log: Update Changes.
48553      Branch: perl
48554            ! Changes
48555 ____________________________________________________________________________
48556 [  6607] By: jhi                                   on 2000/08/13  05:32:01
48557         Log: Put back the \z changes of #5406 to CPAN.pm.
48558      Branch: perl
48559            ! lib/CPAN.pm
48560 ____________________________________________________________________________
48561 [  6606] By: jhi                                   on 2000/08/13  05:20:16
48562         Log: Fix-n-skip the tests under 5005threads.
48563      Branch: perl
48564            ! t/lib/b.t
48565 ____________________________________________________________________________
48566 [  6605] By: jhi                                   on 2000/08/13  05:07:48
48567         Log: Fix the test for 5005threads.
48568      Branch: perl
48569            ! t/lib/peek.t
48570 ____________________________________________________________________________
48571 [  6604] By: jhi                                   on 2000/08/13  03:35:37
48572         Log: Should have deleted this in #6603.
48573      Branch: perl
48574            - vms/subconfigure.com
48575 ____________________________________________________________________________
48576 [  6603] By: jhi                                   on 2000/08/12  18:29:32
48577         Log: Rewrite of vms/subconfigure.com as configure.com,
48578              from Peter Prymmer and the vmsperl crew.
48579      Branch: perl
48580            + vms/configure.com
48581            ! MANIFEST
48582 ____________________________________________________________________________
48583 [  6602] By: jhi                                   on 2000/08/11  13:00:01
48584         Log: PlainText.pm is dead.
48585      Branch: perl
48586            - lib/Pod/PlainText.pm
48587            ! MANIFEST
48588 ____________________________________________________________________________
48589 [  6601] By: jhi                                   on 2000/08/11  04:06:45
48590         Log: Update Changes.
48591      Branch: perl
48592            ! Changes
48593 ____________________________________________________________________________
48594 [  6600] By: jhi                                   on 2000/08/11  04:06:10
48595         Log: Add a few missing files, update MANIFEST.
48596      Branch: perl
48597            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
48598            + lib/Pod/PlainText.pm t/pod/find.t
48599            ! MANIFEST t/op/regmesg.t
48600 ____________________________________________________________________________
48601 [  6599] By: jhi                                   on 2000/08/11  03:31:10
48602         Log: Add Perl debugging tutorial, regen toc. 
48603              
48604              Subject: perldebtut.pod
48605              From: Richard Foley <Richard.Foley@m.dasa.de>
48606              Date: Wed, 09 Aug 2000 10:17:15 +0200
48607              Message-id: <3991138B.262247B8@m.dasa.de>
48608      Branch: perl
48609            + pod/perldebtut.pod
48610            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48611 ____________________________________________________________________________
48612 [  6598] By: jhi                                   on 2000/08/11  02:48:56
48613         Log: tiny Changes edit
48614      Branch: perl
48615            ! Changes
48616 ____________________________________________________________________________
48617 [  6597] By: jhi                                   on 2000/08/11  02:39:04
48618         Log: Tests for #6589.
48619              
48620              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48621              From: simon@brecon.co.uk (Simon Cozens)
48622              Date: 11 Aug 2000 02:24:52 GMT
48623              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
48624      Branch: perl
48625            ! t/lib/b.t
48626 ____________________________________________________________________________
48627 [  6596] By: jhi                                   on 2000/08/11  01:50:07
48628         Log: Update Changes.
48629      Branch: perl
48630            ! Changes
48631 ____________________________________________________________________________
48632 [  6595] By: jhi                                   on 2000/08/11  01:47:16
48633         Log: nitfix
48634      Branch: perl
48635            ! Changes
48636 ____________________________________________________________________________
48637 [  6594] By: jhi                                   on 2000/08/11  01:36:16
48638         Log: Subject: Getting perlio and threads to compile
48639              From: Lupe Christoph <lupe@lupe-christoph.de>
48640              Date: Wed, 9 Aug 2000 11:35:54 +0200
48641              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
48642              
48643              (the Solaris version changes in Configure skipped)
48644      Branch: perl
48645            ! hints/solaris_2.sh thread.h
48646 ____________________________________________________________________________
48647 [  6593] By: jhi                                   on 2000/08/11  01:30:16
48648         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
48649              From: simon@brecon.co.uk (Simon Cozens)
48650              Date: 1 Aug 2000 06:55:19 GMT
48651              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
48652      Branch: perl
48653            ! lib/utf8.pm
48654 ____________________________________________________________________________
48655 [  6592] By: jhi                                   on 2000/08/11  01:26:39
48656         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
48657              From: Peter Scott <Peter@PeterScott.com>
48658              Date: Thu, 10 Aug 2000 08:23:27 -0700
48659              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
48660      Branch: perl
48661            ! lib/perl5db.pl
48662 ____________________________________________________________________________
48663 [  6591] By: jhi                                   on 2000/08/11  01:22:02
48664         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
48665              From: Hugo <hv@crypt.compulink.co.uk>
48666              Date: Thu, 10 Aug 2000 19:23:04 +0100
48667              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
48668      Branch: perl
48669            ! regexec.c t/op/pat.t
48670 ____________________________________________________________________________
48671 [  6590] By: jhi                                   on 2000/08/11  01:19:19
48672         Log: Preprocessing and postprocessing for File::Find.
48673              
48674              Subject: Patch to Find::File.pm to allow alphabetical results
48675              From: Joe Smith <jsmith@inwap.com>
48676              Date: Wed, 9 Aug 2000 02:44:54 -0700
48677              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
48678      Branch: perl
48679            ! lib/File/Find.pm
48680 ____________________________________________________________________________
48681 [  6589] By: jhi                                   on 2000/08/11  01:12:39
48682         Log: B::Deparse didn't do sub attributes.
48683              
48684              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48685              From: simon@brecon.co.uk (Simon Cozens)
48686              Date: 9 Aug 2000 04:49:20 GMT
48687              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
48688      Branch: perl
48689            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
48690 ____________________________________________________________________________
48691 [  6588] By: jhi                                   on 2000/08/11  01:06:40
48692         Log: Subject: debugger "d" command doesnt check line number
48693              From: Mike Guy <mjtg@cam.ac.uk>
48694              Date: Tue, 08 Aug 2000 21:54:29 +0100
48695              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
48696      Branch: perl
48697            ! lib/perl5db.pl mg.c pod/perldiag.pod
48698 ____________________________________________________________________________
48699 [  6587] By: jhi                                   on 2000/08/11  00:45:03
48700         Log: sleep(1) does not necessarily return 1.
48701              
48702              Subject: [PATCH bleadperl] op/lex_assign.t  
48703              From: Hugo <hv@crypt.compulink.co.uk>
48704              Date: Thu, 03 Aug 2000 14:34:22 +0100        
48705              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
48706      Branch: perl
48707            ! t/op/lex_assign.t
48708 ____________________________________________________________________________
48709 [  6586] By: jhi                                   on 2000/08/11  00:31:50
48710         Log: Document the IO::Select timeout.
48711      Branch: perl
48712            ! ext/IO/lib/IO/Select.pm
48713 ____________________________________________________________________________
48714 [  6585] By: jhi                                   on 2000/08/11  00:13:54
48715         Log: Forgot contributor.
48716      Branch: perl
48717            ! Changes
48718 ____________________________________________________________________________
48719 [  6584] By: jhi                                   on 2000/08/11  00:09:19
48720         Log: detypo
48721      Branch: perl
48722            ! Changes
48723 ____________________________________________________________________________
48724 [  6583] By: jhi                                   on 2000/08/11  00:07:53
48725         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
48726              
48727              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
48728              From: Mike Guy <mjtg@cam.ac.uk> 
48729              Date: Thu, 10 Aug 2000 15:50:54 +0100
48730              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
48731      Branch: perl
48732            ! sv.c t/op/int.t
48733 ____________________________________________________________________________
48734 [  6582] By: jhi                                   on 2000/08/10  23:29:32
48735         Log: Update Changes.
48736      Branch: perl
48737            ! Changes
48738 ____________________________________________________________________________
48739 [  6581] By: jhi                                   on 2000/08/10  23:26:16
48740         Log: Put back the std @INC thing.
48741      Branch: perl
48742            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
48743            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
48744            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
48745            ! t/lib/gol-oo.t
48746 ____________________________________________________________________________
48747 [  6580] By: jhi                                   on 2000/08/10  23:03:34
48748         Log: Update to CGI 2.70, from Lincoln Stein.
48749      Branch: perl
48750            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
48751            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
48752            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
48753            ! t/lib/cgi-request.t
48754 ____________________________________________________________________________
48755 [  6579] By: jhi                                   on 2000/08/10  22:41:50
48756         Log: Update to CPAN 1.56, from Andreas König.
48757      Branch: perl
48758            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48759 ____________________________________________________________________________
48760 [  6578] By: jhi                                   on 2000/08/10  22:38:13
48761         Log: Update to Pod::Parser 1.17, from Brad Appleton.
48762      Branch: perl
48763            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
48764            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
48765            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
48766            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
48767            ! t/pod/include.t t/pod/included.t t/pod/lref.t
48768            ! t/pod/multiline_items.t t/pod/nested_items.t
48769            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
48770            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
48771            ! t/pod/special_seqs.t
48772 ____________________________________________________________________________
48773 [  6577] By: jhi                                   on 2000/08/10  22:35:41
48774         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
48775      Branch: perl
48776            ! AUTHORS MAINTAIN
48777 ____________________________________________________________________________
48778 [  6576] By: jhi                                   on 2000/08/10  22:24:54
48779         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
48780      Branch: perl
48781            + t/lib/gol-oo.t
48782            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
48783            ! t/lib/gol-compat.t t/lib/gol-linkage.t
48784 ____________________________________________________________________________
48785 [  6575] By: jhi                                   on 2000/08/10  22:02:07
48786         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
48787      Branch: perl
48788            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
48789 ____________________________________________________________________________
48790 [  6574] By: jhi                                   on 2000/08/10  21:55:03
48791         Log: Iterating perl6 description.
48792      Branch: perl
48793            ! pod/perlfaq1.pod
48794 ____________________________________________________________________________
48795 [  6573] By: jhi                                   on 2000/08/10  21:48:26
48796         Log: Revert the sv.c part of #6559, a better fix is needed.
48797      Branch: perl
48798            ! sv.c
48799 ____________________________________________________________________________
48800 [  6572] By: jhi                                   on 2000/08/10  20:33:43
48801         Log: It's the 2ndO'ROSSC.
48802      Branch: perl
48803            ! pod/perlfaq1.pod
48804 ____________________________________________________________________________
48805 [  6571] By: jhi                                   on 2000/08/10  15:55:48
48806         Log: detypo
48807      Branch: perl
48808            ! pod/perlfaq1.pod
48809 ____________________________________________________________________________
48810 [  6570] By: jhi                                   on 2000/08/10  14:11:17
48811         Log: An exceptionally sticky typo.
48812      Branch: perl
48813            ! Changes
48814 ____________________________________________________________________________
48815 [  6569] By: jhi                                   on 2000/08/10  14:09:33
48816         Log: detypo (and test Changes updating script)
48817      Branch: perl
48818            ! Changes
48819 ____________________________________________________________________________
48820 [  6568] By: jhi                                   on 2000/08/10  14:07:07
48821         Log: Update Changes.
48822      Branch: perl
48823            ! Changes
48824 ____________________________________________________________________________
48825 [  6567] By: jhi                                   on 2000/08/10  14:06:19
48826         Log: Amend the description of Perl6.
48827              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
48828              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48829              Date: Wed, 9 Aug 2000 22:11:06 -0500
48830              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
48831      Branch: perl
48832            ! pod/perlfaq1.pod
48833 ____________________________________________________________________________
48834 [  6566] By: jhi                                   on 2000/08/10  13:58:57
48835         Log: Subject: Remove dead entry in perldiag
48836              From: Mike Guy <mjtg@cam.ac.uk>
48837              Date: Thu, 10 Aug 2000 14:19:19 +0100
48838              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
48839      Branch: perl
48840            ! pod/perldiag.pod
48841 ____________________________________________________________________________
48842 [  6565] By: jhi                                   on 2000/08/10  13:51:48
48843         Log: Zero entries were skipped, fix from Adrian Goalby
48844              <argoalby@yahoo.co.uk>
48845      Branch: perl
48846            ! lib/unicode/Number.pl lib/unicode/mktables.PL
48847 ____________________________________________________________________________
48848 [  6564] By: jhi                                   on 2000/08/10  13:00:12
48849         Log: Subject: [PATCH 5.6.0] cygwin port
48850              From: "Fifer, Eric" <EFifer@sanwaint.com>
48851              Date: Thu, 10 Aug 2000 13:15:36 +0100
48852              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
48853      Branch: perl
48854            ! README.cygwin hints/cygwin.sh
48855 ____________________________________________________________________________
48856 [  6563] By: jhi                                   on 2000/08/10  12:55:16
48857         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
48858      Branch: perl
48859            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
48860 ____________________________________________________________________________
48861 [  6562] By: gsar                                  on 2000/08/10  08:38:39
48862         Log: warn is a macro, avoid using at a variable to avoid warnings
48863              in some configurations; readdir.t is too conservative in
48864              estimating number of *.t's
48865      Branch: perl
48866            ! t/op/readdir.t util.c
48867 ____________________________________________________________________________
48868 [  6561] By: jhi                                   on 2000/08/09  23:35:42
48869         Log: Update Changes.
48870      Branch: perl
48871            ! Changes
48872 ____________________________________________________________________________
48873 [  6560] By: jhi                                   on 2000/08/09  23:05:47
48874         Log: Subject: Re: enhanced(?) regex error messages
48875              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48876              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
48877              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
48878              
48879              (plus two small patches sent privately)
48880              (this still seems to leave few test failures)
48881      Branch: perl
48882            + t/op/regmesg.t
48883            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
48884            ! t/pragma/warn/regcomp
48885 ____________________________________________________________________________
48886 [  6559] By: jhi                                   on 2000/08/09  20:41:18
48887         Log: (The fix did work but was not right, retracted in #6573)
48888              
48889              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48890              From: Christian Kirsch <ck@held.mind.de>
48891              Date: Wed, 9 Aug 2000 17:05:17 +0200
48892              Message-Id: <20000809170517.A25389@held>
48893      Branch: perl
48894            ! sv.c t/pragma/locale.t
48895 ____________________________________________________________________________
48896 [  6558] By: jhi                                   on 2000/08/08  22:34:08
48897         Log: Tiny updates on the contributors list.
48898      Branch: perl
48899            ! Changes
48900 ____________________________________________________________________________
48901 [  6557] By: jhi                                   on 2000/08/08  19:34:28
48902         Log: Double check that we have a dirhandle.
48903      Branch: perl
48904            ! util.c
48905 ____________________________________________________________________________
48906 [  6556] By: jhi                                   on 2000/08/08  19:01:51
48907         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
48908              May be repopulated with fresh maintained examples.
48909      Branch: perl
48910            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
48911            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
48912            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
48913            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
48914            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
48915            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
48916            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
48917            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
48918            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
48919            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
48920            + lib/CGI/eg/wilogo_gif.uu
48921            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
48922            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
48923            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
48924            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
48925            - eg/cgi/frameset.cgi eg/cgi/index.html
48926            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
48927            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
48928            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
48929            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
48930            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
48931            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
48932            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
48933            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
48934            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
48935            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
48936            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
48937            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
48938            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
48939            - eg/van/vanish eg/who eg/wrapsuid
48940            ! MANIFEST
48941 ____________________________________________________________________________
48942 [  6555] By: jhi                                   on 2000/08/08  18:51:08
48943         Log: Delete chat2 as requested by Randal.
48944              
48945              Subject: Re: perlfaq8 coyness
48946              From: merlyn@stonehenge.com (Randal L. Schwartz) 
48947              Date: 15 May 2000 18:52:42 -0700 
48948              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
48949      Branch: perl
48950            - lib/chat2.pl
48951            ! MANIFEST
48952 ____________________________________________________________________________
48953 [  6554] By: jhi                                   on 2000/08/08  18:31:35
48954         Log: Regen global.sym.
48955      Branch: perl
48956            ! global.sym
48957 ____________________________________________________________________________
48958 [  6553] By: jhi                                   on 2000/08/08  18:28:13
48959         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
48960              (either perlbug or p5p ate the original), plus regen
48961              perlapi and perltoc. 
48962      Branch: perl
48963            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
48964            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
48965            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
48966            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
48967            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
48968            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
48969            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
48970            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
48971            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
48972            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
48973 ____________________________________________________________________________
48974 [  6552] By: jhi                                   on 2000/08/08  18:06:29
48975         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
48976              From: Mike Guy <mjtg@cam.ac.uk>
48977              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
48978              Date: Tue, 08 Aug 2000 15:51:27 +0100
48979      Branch: perl
48980            ! doop.c sv.h t/op/join.t t/pragma/overload.t
48981 ____________________________________________________________________________
48982 [  6551] By: jhi                                   on 2000/08/08  18:01:11
48983         Log: Re-apply #6549.
48984      Branch: perl
48985            ! lib/perl5db.pl
48986 ____________________________________________________________________________
48987 [  6550] By: jhi                                   on 2000/08/08  17:43:08
48988         Log: Accidental retraction of #6549.
48989      Branch: perl
48990            ! lib/perl5db.pl
48991 ____________________________________________________________________________
48992 [  6549] By: jhi                                   on 2000/08/08  17:40:04
48993         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48994              From: Mike Guy <mjtg@cam.ac.uk>
48995              Date: Mon, 07 Aug 2000 21:49:58 +0100
48996              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
48997      Branch: perl
48998            ! lib/perl5db.pl
48999 ____________________________________________________________________________
49000 [  6548] By: jhi                                   on 2000/08/08  17:37:57
49001         Log: Document here-doc better.
49002              
49003              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
49004              From: Mike Guy <mjtg@cam.ac.uk>
49005              Date: Mon, 07 Aug 2000 14:02:09 +0100
49006              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
49007      Branch: perl
49008            ! pod/perldata.pod
49009 ____________________________________________________________________________
49010 [  6547] By: jhi                                   on 2000/08/08  17:33:34
49011         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
49012              From: "Randy J. Ray" <rjray@redhat.com>
49013              Date: Mon, 07 Aug 2000 19:12:25 -0700
49014              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
49015      Branch: perl
49016            ! perl.c pod/perlrun.pod
49017 ____________________________________________________________________________
49018 [  6546] By: jhi                                   on 2000/08/08  17:29:26
49019         Log: Subject: Re: enhanced(?) regex error messages 
49020              From: Hugo <hv@crypt.compulink.co.uk>
49021              Date: Tue, 08 Aug 2000 03:25:51 +0100
49022              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
49023              
49024              plus Capitalize the error messages, plus perldiag them.
49025      Branch: perl
49026            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
49027 ____________________________________________________________________________
49028 [  6545] By: jhi                                   on 2000/08/08  13:59:28
49029         Log: Augment #6539 a bit: don't croak if there's magic in the air.
49030              
49031              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
49032              From: Hugo <hv@crypt.compulink.co.uk>
49033              Date: Tue, 08 Aug 2000 03:02:03 +0100
49034              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
49035      Branch: perl
49036            ! pp.c t/op/bless.t
49037 ____________________________________________________________________________
49038 [  6544] By: jhi                                   on 2000/08/07  21:11:52
49039         Log: Make the test -w clean.
49040      Branch: perl
49041            ! t/op/bless.t
49042 ____________________________________________________________________________
49043 [  6543] By: jhi                                   on 2000/08/07  19:49:53
49044         Log: use warnings instead of $^W.
49045      Branch: perl
49046            ! t/op/bless.t
49047 ____________________________________________________________________________
49048 [  6542] By: jhi                                   on 2000/08/07  17:41:41
49049         Log: Disable a portability warning Because We Know What We Are Doing.
49050      Branch: perl
49051            ! t/op/bless.t
49052 ____________________________________________________________________________
49053 [  6541] By: jhi                                   on 2000/08/07  17:29:51
49054         Log: Tiny tidying on report_evil_fh().
49055      Branch: perl
49056            ! util.c
49057 ____________________________________________________________________________
49058 [  6540] By: jhi                                   on 2000/08/07  16:37:38
49059         Log: Make regular expression parse error messages easier to understand.
49060              
49061              Subject: Re: enhanced(?) regex error messages
49062              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49063              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
49064              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
49065      Branch: perl
49066            ! regcomp.c
49067 ____________________________________________________________________________
49068 [  6539] By: jhi                                   on 2000/08/07  16:12:27
49069         Log: Make bless(REF, REF) a fatal error, add bless tests.
49070              
49071              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
49072              From: Hugo <hv@crypt.compulink.co.uk>
49073              Date: Mon, 07 Aug 2000 16:59:38 +0100
49074              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
49075      Branch: perl
49076            + t/op/bless.t
49077            ! MANIFEST pod/perldiag.pod pp.c sv.c
49078 ____________________________________________________________________________
49079 [  6538] By: jhi                                   on 2000/08/07  15:59:43
49080         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
49081              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
49082              Date: Thu, 3 Aug 2000 14:29:21 -0700
49083              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
49084      Branch: perl
49085            ! lib/lib_pm.PL
49086 ____________________________________________________________________________
49087 [  6537] By: jhi                                   on 2000/08/07  15:47:18
49088         Log: Retract #6419 for now since it breaks in AFS and MachTen.
49089      Branch: perl
49090            ! lib/Cwd.pm
49091 ____________________________________________________________________________
49092 [  6536] By: jhi                                   on 2000/08/07  15:05:29
49093         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
49094              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
49095              The security hole exists only in suidperls, which isn't
49096              installed or even built by default.
49097      Branch: perl
49098            ! perl.c
49099 ____________________________________________________________________________
49100 [  6535] By: jhi                                   on 2000/08/07  14:45:14
49101         Log: tr memory corruption fix from Simon Cozens.
49102      Branch: perl
49103            ! doop.c
49104 ____________________________________________________________________________
49105 [  6534] By: jhi                                   on 2000/08/06  11:38:16
49106         Log: Document a bit that UDP is not what you might think.
49107              
49108              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
49109              From: Lupe Christoph <lupe@lupe-christoph.de>
49110              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
49111              Date: Mon, 24 Jul 2000 08:59:15 +0200
49112      Branch: perl
49113            ! pod/perlipc.pod
49114 ____________________________________________________________________________
49115 [  6533] By: jhi                                   on 2000/08/06  11:35:01
49116         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
49117              From: Jeff Pinyan <jeffp@hut.crusoe.net>
49118              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
49119              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
49120      Branch: perl
49121            ! pod/perlfunc.pod
49122 ____________________________________________________________________________
49123 [  6532] By: jhi                                   on 2000/08/06  03:45:41
49124         Log: Have symbols for the IoTYPEs.
49125      Branch: perl
49126            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
49127 ____________________________________________________________________________
49128 [  6531] By: jhi                                   on 2000/08/06  01:33:55
49129         Log: Continue fixing the io warnings.  This also
49130              sort of fixes bug ID 20000802.003: the core dump
49131              is no more.  Whether the current behaviour is correct
49132              (giving a warning: "Not a format reference"), is another matter.
49133      Branch: perl
49134            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
49135            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
49136 ____________________________________________________________________________
49137 [  6530] By: jhi                                   on 2000/08/05  21:33:12
49138         Log: Change the Policy policy: now -Dprefix= with an existing
49139              Policy.sh and prefix == siteprefix == vendorprefix, then all
49140              of them follow along the new prefix.
49141              
49142              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
49143              From: Andy Dougherty <doughera@lafayette.edu>
49144              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
49145              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
49146      Branch: perl
49147            ! Policy_sh.SH
49148 ____________________________________________________________________________
49149 [  6529] By: jhi                                   on 2000/08/05  18:57:28
49150         Log: Zap lib/Sys directory when cleaning up.
49151      Branch: perl
49152            ! Makefile.SH
49153 ____________________________________________________________________________
49154 [  6528] By: jhi                                   on 2000/08/05  18:40:44
49155         Log: Essential prototype changes were missing from #6527.
49156              Also make report_evil_fh() more bomb-proof.
49157      Branch: perl
49158            ! embed.h util.c
49159 ____________________________________________________________________________
49160 [  6527] By: jhi                                   on 2000/08/05  03:22:05
49161         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
49162              From: "Ronald F. Guilmette" <rfg@monkeys.com>
49163              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
49164              Message-Id: <200007242247.PAA52177@monkeys.com>
49165      Branch: perl
49166            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
49167 ____________________________________________________________________________
49168 [  6526] By: jhi                                   on 2000/08/04  21:23:27
49169         Log: gcc versions might have (parentheses) in them.
49170      Branch: metaconfig/U/perl
49171            ! gccvers.U
49172      Branch: perl
49173            ! Configure config_h.SH
49174 ____________________________________________________________________________
49175 [  6525] By: jhi                                   on 2000/08/04  20:23:12
49176         Log: Weed buglets pointed out by
49177              
49178              From: Lupe Christoph <lupe@lupe-christoph.de>
49179              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
49180              Date: Fri, 4 Aug 2000 17:34:39 +0200
49181              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
49182      Branch: metaconfig/U/perl
49183            ! gccvers.U uselfs.U
49184      Branch: perl
49185            ! Configure config_h.SH
49186 ____________________________________________________________________________
49187 [  6524] By: jhi                                   on 2000/08/04  19:02:08
49188         Log: Warn under -w if lstat(FH) is attempted.
49189              
49190              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
49191              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
49192              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
49193              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
49194      Branch: perl
49195            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
49196            ! t/pragma/warn/pp_sys
49197 ____________________________________________________________________________
49198 [  6523] By: jhi                                   on 2000/08/04  12:31:11
49199         Log: Subject: New perlcc, take 2
49200              From: simon@brecon.co.uk (Simon Cozens)
49201              Date: 4 Aug 2000 06:21:04 GMT
49202              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
49203      Branch: perl
49204            ! utils/perlcc.PL
49205 ____________________________________________________________________________
49206 [  6522] By: jhi                                   on 2000/08/04  12:26:33
49207         Log: Subject: Re: Array vs. List context
49208              From: Daniel Chetlin <daniel@chetlin.com>
49209              Date: Fri, 4 Aug 2000 00:22:44 -0700
49210              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
49211      Branch: perl
49212            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
49213            ! pod/perlfaq4.pod
49214 ____________________________________________________________________________
49215 [  6521] By: jhi                                   on 2000/08/04  12:22:38
49216         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
49217              From: Raymund Will <ray@caldera.de>
49218              Date: Fri, 4 Aug 2000 12:07:09 +0200
49219              Message-Id: <20000804120709.A14982@caldera.de>
49220      Branch: perl
49221            ! configure.gnu
49222 ____________________________________________________________________________
49223 [  6520] By: jhi                                   on 2000/08/04  04:09:06
49224         Log: After the #6519 a warning about stat() is just that,
49225              not about a filetest, which now have their own warning.
49226      Branch: perl
49227            ! pod/perldiag.pod
49228 ____________________________________________________________________________
49229 [  6519] By: jhi                                   on 2000/08/04  04:06:30
49230         Log: In the warnings call filehandles consistently so;
49231              add "unopened" warning for stat().
49232      Branch: perl
49233            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
49234            ! t/pragma/warn/pp_sys
49235 ____________________________________________________________________________
49236 [  6518] By: jhi                                   on 2000/08/04  02:55:35
49237         Log: Subject: Minor tweak to perlvar.pod
49238              From: "Stephen P. Potter" <spp@ds.net>
49239              Date: Tue, 18 Apr 2000 09:26:03 -0400
49240              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
49241      Branch: perl
49242            ! pod/perlvar.pod
49243 ____________________________________________________________________________
49244 [  6517] By: jhi                                   on 2000/08/04  02:50:08
49245         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
49246              From: "Clinton Pierce" <cpierce1@ford.com>
49247              Date: Wed, 21 Jul 1999 16:45:31 -0400
49248              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
49249              
49250              Fix by Stephen Potter (visible in the bug db but not in p5p?)
49251      Branch: perl
49252            ! pod/perlfunc.pod pod/perlop.pod
49253 ____________________________________________________________________________
49254 [  6516] By: jhi                                   on 2000/08/04  02:09:25
49255         Log: This is 6512.  Really.
49256      Branch: perl
49257            ! dump.c
49258 ____________________________________________________________________________
49259 [  6515] By: jhi                                   on 2000/08/04  01:25:50
49260         Log: mention the idea of @( and @)
49261      Branch: perl
49262            ! Todo-5.6
49263 ____________________________________________________________________________
49264 [  6514] By: bailey                                on 2000/08/04  01:18:46
49265         Log: YA resync with mainstem, including VMS patches from others
49266      Branch: vmsperl
49267           +> (branch 48 files)
49268            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
49269           !> (integrate 354 files)
49270 ____________________________________________________________________________
49271 [  6513] By: jhi                                   on 2000/08/04  01:18:18
49272         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
49273              From: Mark Dickinson <dickins3@fas.harvard.edu>
49274              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
49275              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
49276      Branch: perl
49277            ! t/op/grent.t t/op/pwent.t
49278 ____________________________________________________________________________
49279 [  6512] By: jhi                                   on 2000/08/04  01:14:06
49280         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
49281              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49282              Date: Wed, 02 Aug 2000 10:51:01 +0100
49283              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
49284      Branch: perl
49285            ! sv.c
49286 ____________________________________________________________________________
49287 [  6511] By: jhi                                   on 2000/08/04  00:57:00
49288         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
49289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49290              Date: Thu, 03 Aug 2000 17:20:04 -0700
49291              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
49292      Branch: metaconfig
49293            ! U/modified/Cppsym.U
49294      Branch: perl
49295            ! Configure config_h.SH
49296 ____________________________________________________________________________
49297 [  6510] By: jhi                                   on 2000/08/04  00:25:28
49298         Log: detypo
49299      Branch: perl
49300            ! Makefile.SH
49301 ____________________________________________________________________________
49302 [  6509] By: jhi                                   on 2000/08/03  23:43:18
49303         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
49304              From: Dominic Dunlop <domo@computer.org>
49305              Date: Thu, 3 Aug 2000 22:16:46 +0200
49306              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
49307      Branch: perl
49308            ! t/op/sprintf.t
49309 ____________________________________________________________________________
49310 [  6508] By: jhi                                   on 2000/08/03  23:40:37
49311         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
49312              From: Hugo <hv@crypt.compulink.co.uk>
49313              Date: Thu, 03 Aug 2000 18:25:30 +0100
49314              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
49315      Branch: perl
49316            ! regcomp.c t/op/re_tests
49317 ____________________________________________________________________________
49318 [  6507] By: jhi                                   on 2000/08/03  23:38:28
49319         Log: Subject: [PATCH] sv.h documentation - SvLEN
49320              From: Mike Guy <mjtg@cam.ac.uk>
49321              Date: Thu, 03 Aug 2000 14:43:09 +0100
49322              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
49323      Branch: perl
49324            ! sv.h
49325 ____________________________________________________________________________
49326 [  6506] By: jhi                                   on 2000/08/03  15:49:14
49327         Log: Disable the fix_pl hack for now.
49328      Branch: perl
49329            ! Makefile.SH
49330 ____________________________________________________________________________
49331 [  6505] By: jhi                                   on 2000/08/03  13:49:04
49332         Log: Add a URL for FSF.
49333              
49334              Subject: Patch for README
49335              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49336              Date: Wed, 2 Aug 2000 13:25:09 -0500
49337              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
49338      Branch: perl
49339            ! README
49340 ____________________________________________________________________________
49341 [  6504] By: jhi                                   on 2000/08/03  13:29:19
49342         Log: Be more informative on what is skipped and why,
49343              also repeat the list at the end.
49344      Branch: perl
49345            ! Porting/p4desc
49346 ____________________________________________________________________________
49347 [  6503] By: jhi                                   on 2000/08/03  13:07:05
49348         Log: Circumvent the removal of .patch by fix_pl.
49349              
49350              Subject: Re: [ID 20000802.011] unable to 'make test'          
49351              From: simon@brecon.co.uk (Simon Cozens) 
49352              Date: 3 Aug 2000 04:17:00 GMT
49353              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
49354      Branch: perl
49355            ! Makefile.SH
49356 ____________________________________________________________________________
49357 [  6502] By: jhi                                   on 2000/08/03  00:14:34
49358         Log: Add the missing setproctitle unit.
49359      Branch: metaconfig/U/perl
49360            + d_setproctitle.U
49361 ____________________________________________________________________________
49362 [  6501] By: jhi                                   on 2000/08/03  00:00:26
49363         Log: The subtest 4 may fail also on VOBS, as pointed out
49364              by Nick Ing-Simmons in November 1999, bug id 19991124.003
49365              (but the failure in that bug report isn't the subtest 4).
49366      Branch: perl
49367            ! t/op/stat.t
49368 ____________________________________________________________________________
49369 [  6500] By: jhi                                   on 2000/08/02  23:49:30
49370         Log: Better skip message for the test; one of the two problems in
49371              
49372              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
49373              From: Lupe Christoph <lupe@lupe-christoph.de>
49374              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
49375              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
49376      Branch: perl
49377            ! t/op/numconvert.t
49378 ____________________________________________________________________________
49379 [  6499] By: jhi                                   on 2000/08/02  22:49:16
49380         Log: Allow "no Module;" even if there is no 'unimport'.
49381              
49382              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
49383              From: mjd@plover.com
49384              Date: 24 Mar 2000 15:24:34 -0000
49385              Message-Id: <20000324152434.15160.qmail@plover.com>
49386      Branch: perl
49387            ! gv.c
49388 ____________________________________________________________________________
49389 [  6498] By: jhi                                   on 2000/08/02  22:42:58
49390         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
49391              that are hopefully soon put into use.
49392      Branch: perl
49393            ! opcode.h opcode.pl opnames.h
49394 ____________________________________________________________________________
49395 [  6497] By: gsar                                  on 2000/08/02  22:28:59
49396         Log: require.t needs binmode() to work on windows
49397      Branch: perl
49398            ! t/comp/require.t
49399 ____________________________________________________________________________
49400 [  6496] By: jhi                                   on 2000/08/02  22:08:51
49401         Log: Document the IVdf UVuf UVof UVxf.
49402      Branch: perl
49403            ! pod/perlguts.pod
49404 ____________________________________________________________________________
49405 [  6495] By: jhi                                   on 2000/08/02  21:54:26
49406         Log: detypo #6494
49407      Branch: perl
49408            ! ext/Data/Dumper/Dumper.xs
49409 ____________________________________________________________________________
49410 [  6494] By: jhi                                   on 2000/08/02  21:49:17
49411         Log: Dump UVs as UVs in Data::Dumper.
49412              
49413              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
49414              From: Gurusamy Sarathy <gsar@ActiveState.com>
49415              Date: Thu, 27 Apr 2000 12:26:25 -0700
49416              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
49417      Branch: perl
49418            ! ext/Data/Dumper/Dumper.xs
49419 ____________________________________________________________________________
49420 [  6493] By: jhi                                   on 2000/08/02  17:01:58
49421         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
49422              From: Hugo <hv@crypt.compulink.co.uk>
49423              Date: Wed, 02 Aug 2000 14:53:56 +0100
49424              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
49425      Branch: perl
49426            ! regexec.c t/op/re_tests
49427 ____________________________________________________________________________
49428 [  6492] By: jhi                                   on 2000/08/02  15:02:46
49429         Log: The new setproctitle() feature is available only in 
49430              bleeding edge FreeBSD.  From Paul Saab.
49431      Branch: perl
49432            ! mg.c
49433 ____________________________________________________________________________
49434 [  6491] By: jhi                                   on 2000/08/02  13:34:36
49435         Log: The tr utf8 patching continues.
49436              
49437              Subject: Re: #6469, too many tests claimed in require.t
49438              From: simon@brecon.co.uk (Simon Cozens)
49439              Date: 2 Aug 2000 02:37:17 GMT
49440              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
49441              
49442              (the logic of the test was the wrong way round in the patch)
49443      Branch: perl
49444            ! doop.c
49445 ____________________________________________________________________________
49446 [  6490] By: jhi                                   on 2000/08/02  13:27:38
49447         Log: The name of a filehandle does not have <these>.
49448      Branch: perl
49449            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
49450            ! t/pragma/warn/pp_sys util.c
49451 ____________________________________________________________________________
49452 [  6489] By: jhi                                   on 2000/08/02  04:26:46
49453         Log: Remove the extraneous "main::" prefix from all the
49454              "opened only for", "on closed", and "never opened" warnings.
49455              
49456              Subject: Re: inappropriate warning
49457              From: Gurusamy Sarathy <gsar@ActiveState.com>
49458              Date: Mon, 20 Mar 2000 11:28:02 -0800
49459              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
49460      Branch: perl
49461            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
49462            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
49463            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
49464 ____________________________________________________________________________
49465 [  6488] By: jhi                                   on 2000/08/02  03:02:57
49466         Log: memcpy has n o in it, as pinted ut by Sarathy.
49467      Branch: perl
49468            ! pod/perlguts.pod
49469 ____________________________________________________________________________
49470 [  6487] By: jhi                                   on 2000/08/02  02:44:51
49471         Log: Document in one place the memory abstractions used in Perl core.
49472              
49473              Subject: Re: Memory abstraction
49474              From: simon@brecon.co.uk (Simon Cozens)
49475              Date: 2 Aug 2000 02:20:23 GMT
49476              Organization: Earth.li Origins
49477      Branch: perl
49478            ! pod/perlguts.pod
49479 ____________________________________________________________________________
49480 [  6486] By: jhi                                   on 2000/08/02  02:41:57
49481         Log: regen_headers, regen perltoc.
49482      Branch: perl
49483            ! perlapi.c pod/perltoc.pod
49484 ____________________________________________________________________________
49485 [  6485] By: jhi                                   on 2000/08/02  01:43:33
49486         Log: "This little thing tests for a file .patch, and if it contains
49487              a number, pops into patchlevel.h" (making it easier to track
49488              which development version people are reporting bugs against)
49489              
49490              Subject: Patchlevel autogeneration for repository perls
49491              From: simon@brecon.co.uk (Simon Cozens)
49492              Date: 14 Jul 2000 07:12:15 GMT
49493              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
49494      Branch: perl
49495            + fix_pl
49496            ! MANIFEST Makefile.SH
49497 ____________________________________________________________________________
49498 [  6484] By: jhi                                   on 2000/08/02  01:32:54
49499         Log: FreeBSD 3.* updates from
49500              
49501              From: Paul Saab <ps@yahoo-inc.com>
49502              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49503              Date: Tue, 1 Aug 2000 15:41:39 -0700
49504              Message-Id: <20000801154139.A53740@yahoo-inc.com>
49505      Branch: perl
49506            ! hints/freebsd.sh
49507 ____________________________________________________________________________
49508 [  6483] By: jhi                                   on 2000/08/02  01:27:44
49509         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
49510              instead one must use setproctitle().  This was already addressed
49511              by change #6457, but the below has a new variant for FreeBSD 4.0
49512              or later, and the matter is also documented more.
49513              
49514              From: Paul Saab <ps@yahoo-inc.com>
49515              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49516              Date: Tue, 1 Aug 2000 15:41:39 -0700
49517              Message-Id: <20000801154139.A53740@yahoo-inc.com>
49518      Branch: metaconfig/U/perl
49519            + i_libutil.U
49520      Branch: perl
49521            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
49522 ____________________________________________________________________________
49523 [  6482] By: jhi                                   on 2000/08/01  22:17:32
49524         Log: The test from this
49525              
49526              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
49527              Date: Sat, 15 Apr 2000 17:03:44 +0100
49528              From: Tom Hughes <tom@compton.nu>
49529              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
49530              
49531              was missing, the code change went in as #5989
49532              (which had a different test?)
49533      Branch: perl
49534            ! t/op/misc.t
49535 ____________________________________________________________________________
49536 [  6481] By: jhi                                   on 2000/08/01  21:48:38
49537         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
49538              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49539              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
49540              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
49541      Branch: perl
49542            ! perl.h
49543 ____________________________________________________________________________
49544 [  6480] By: jhi                                   on 2000/08/01  18:05:28
49545         Log: Make p4desc to skip non-mainperl branches by default.
49546      Branch: perl
49547            ! Porting/p4desc
49548 ____________________________________________________________________________
49549 [  6479] By: jhi                                   on 2000/08/01  17:29:19
49550         Log: If gccosandvers is equal to osname, clear gccosandvers.
49551      Branch: metaconfig/U/perl
49552            ! gccvers.U
49553      Branch: perl
49554            ! Configure config_h.SH
49555 ____________________________________________________________________________
49556 [  6478] By: jhi                                   on 2000/08/01  15:54:08
49557         Log: BOM patching from Simon Cozens.
49558      Branch: perl
49559            ! toke.c
49560 ____________________________________________________________________________
49561 [  6477] By: jhi                                   on 2000/08/01  04:50:33
49562         Log: Stash away the largefiles flags and libswanted.
49563      Branch: perl
49564            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
49565 ____________________________________________________________________________
49566 [  6476] By: gsar                                  on 2000/08/01  04:24:24
49567         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
49568              on Windows)
49569      Branch: perl
49570            ! t/pragma/utf8.t utf8.c win32/win32.c
49571 ____________________________________________________________________________
49572 [  6475] By: jhi                                   on 2000/08/01  03:35:24
49573         Log: Make chr() for values >127 to create utf8 when under utf8.
49574              
49575              Subject: Re: uft8/chr()
49576              From: simon@brecon.co.uk (Simon Cozens)
49577              Date: 1 Aug 2000 02:37:02 GMT
49578              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
49579      Branch: perl
49580            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
49581 ____________________________________________________________________________
49582 [  6474] By: jhi                                   on 2000/08/01  02:36:18
49583         Log: In Digital UNIX warn if gcc explicitly chosen because even
49584              2.95.2 is known to cause problems.
49585      Branch: perl
49586            ! hints/dec_osf.sh
49587 ____________________________________________________________________________
49588 [  6473] By: jhi                                   on 2000/08/01  02:00:56
49589         Log: Make the safety catch for buggy gccs work with triple version
49590              numbers like 2.95.2.  Reported in
49591              
49592              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
49593              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
49594              Date: Mon, 31 Jul 2000 14:55:06 +0200
49595              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
49596      Branch: perl
49597            ! hints/dec_osf.sh
49598 ____________________________________________________________________________
49599 [  6472] By: jhi                                   on 2000/08/01  01:13:33
49600         Log: Subject: fix and question re: waitpid() under win32
49601              From: Brian Clarke <clarke@appliedmeta.com>
49602              Date: Fri, 28 Jul 2000 15:18:29 -0400
49603              Message-ID: <3981DC85.290314EB@appliedmeta.com>
49604              
49605              Slightly reformatted and WNOHANG # define moved to win32.h
49606              so that also POSIX.xs sees it, as suggsted by Sarathy.
49607      Branch: perl
49608            ! win32/win32.c win32/win32.h
49609 ____________________________________________________________________________
49610 [  6471] By: jhi                                   on 2000/08/01  00:55:05
49611         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
49612              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49613              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
49614              Date: Mon, 31 Jul 2000 13:28:51 +0100
49615              
49616              (aka ID 20000730.002)
49617      Branch: perl
49618            ! op.c t/op/tr.t
49619 ____________________________________________________________________________
49620 [  6470] By: jhi                                   on 2000/07/31  23:34:42
49621         Log: Document the problem with -P in HP-UX and its workaround.
49622              
49623              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
49624              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
49625              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
49626              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
49627      Branch: perl
49628            ! README.hpux
49629 ____________________________________________________________________________
49630 [  6469] By: jhi                                   on 2000/07/31  04:15:02
49631         Log: The swallow_bom() saga continues.  The #23 of require.t
49632              (UTF16-LE) still fails (silently, no output) but the #22
49633              (UTF16-BE) seems to be working now.  The root of the
49634              failure may be in sv_gets(): is it UTF-16LE-aware,
49635              especially when it comes to line endings? 
49636      Branch: perl
49637            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
49638            ! t/comp/require.t toke.c utf8.c
49639 ____________________________________________________________________________
49640 [  6468] By: jhi                                   on 2000/07/30  19:05:48
49641         Log: Find green threads before native threads.
49642              
49643              Subject: Re: Patch to jpl/JNI/Makefile.PL
49644              From: Jens Thomsen <jens@fiend.cis.com>
49645              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
49646              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
49647      Branch: perl
49648            ! jpl/JNI/Makefile.PL
49649 ____________________________________________________________________________
49650 [  6467] By: jhi                                   on 2000/07/30  18:36:22
49651         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
49652      Branch: perl
49653            ! doop.c
49654 ____________________________________________________________________________
49655 [  6466] By: jhi                                   on 2000/07/30  04:37:29
49656         Log: A new version of the "remove UPPERACSE string comparison"
49657              operators.  The problem with the previous one (change #6454)
49658              was that it was for Perl 5.6.0.  From Paul Marquess.
49659      Branch: perl
49660            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
49661            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
49662            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
49663 ____________________________________________________________________________
49664 [  6465] By: jhi                                   on 2000/07/29  22:39:56
49665         Log: Do not upgrade SVs into utf8 just because they participate
49666              in eq or cmp.  Reported and fix suggested in
49667              
49668              Subject: [ID 20000720.009] sv_eq UTF8 bug
49669              From: "Simon Cozens" <simon@othersideofthe.earth.li>
49670              Date: 21 Jul 2000 04:37:29 -0000
49671              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
49672              
49673              Exercise for the kind reader: should we or should we not
49674              cache the utf8 conversion alonside the SV? (as magic,
49675              as thestrxfrm()ed version is cached under use locale)
49676              Argue both for and against.
49677      Branch: perl
49678            ! sv.c
49679 ____________________________________________________________________________
49680 [  6464] By: jhi                                   on 2000/07/29  22:36:22
49681         Log: Subject: UTF8 concat
49682              From: simon@brecon.co.uk (Simon Cozens) 
49683              Date: 30 Jun 2000 06:13:25 GMT
49684              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
49685              
49686              (with a memory leak fixed, plus a few casts added)
49687              
49688              This also seems to help for
49689              
49690              Subject: [ID 20000716.015] join UTF8 weirdness
49691              From: root <root@ak-71.mind.de> 
49692              Date: Sat, 15 Jul 2000 15:29:54 +0200
49693              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
49694              
49695              (from Andreas König)
49696      Branch: perl
49697            ! pp_hot.c
49698 ____________________________________________________________________________
49699 [  6463] By: jhi                                   on 2000/07/29  00:55:39
49700         Log: Tune the comments and hopefully stop a memory leak.
49701      Branch: perl
49702            ! toke.c utf8.c
49703 ____________________________________________________________________________
49704 [  6462] By: jhi                                   on 2000/07/29  00:16:53
49705         Log: The problem described in this
49706              
49707              Subject: [ID 20000322.018] named chars aren't magical enough
49708              From: root <root@dixie.cscaper.com>     
49709              Date: Wed, 22 Mar 2000 18:37:42 -0700
49710              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
49711              
49712              has been fixed in perl 5.6.0 but just in case added a test
49713              to keep it away.  (The report from Joseph Hall.)
49714      Branch: perl
49715            ! t/lib/charnames.t
49716 ____________________________________________________________________________
49717 [  6461] By: jhi                                   on 2000/07/28  23:56:36
49718         Log: Tiny fixes for #6460.
49719      Branch: metaconfig/U/perl
49720            ! gccvers.U
49721      Branch: perl
49722            ! Configure config_h.SH
49723 ____________________________________________________________________________
49724 [  6460] By: jhi                                   on 2000/07/28  23:24:41
49725         Log: Warn if the version of the operating system used to compile gcc
49726              differs from the current version of the operating system.
49727              Also display the gcc compilation os and version in myconfig.
49728              Inspiration from
49729              
49730              Subject: Re: [ID 20000710.003] ERRORS!!         
49731              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49732              Date: Mon, 10 Jul 2000 15:54:16 -0400
49733              Message-ID: <20000710155416.A1384@O2.chapin.edu>
49734      Branch: metaconfig/U/perl
49735            ! gccvers.U
49736      Branch: perl
49737            ! Configure config_h.SH myconfig.SH
49738 ____________________________________________________________________________
49739 [  6459] By: jhi                                   on 2000/07/28  22:00:32
49740         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
49741              letter to $Config{osvers}.
49742      Branch: metaconfig
49743            ! U/modified/Oldconfig.U
49744      Branch: perl
49745            ! Configure config_h.SH
49746 ____________________________________________________________________________
49747 [  6458] By: jhi                                   on 2000/07/28  04:15:39
49748         Log: Back out #6454, doesn't seem to work.
49749              (Reason: that patch was for perl 5.6.0, not perl-current)
49750              (A version of the patch for perl-current came in later as #6466)
49751      Branch: perl
49752            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
49753            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
49754            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
49755 ____________________________________________________________________________
49756 [  6457] By: jhi                                   on 2000/07/27  23:31:49
49757         Log: Use setproctitle() if available to modify $0.
49758              
49759              Subject: setting $* on BSD4 broken
49760              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49761              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
49762              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
49763      Branch: metaconfig
49764            ! U/modified/Myinit.U
49765      Branch: perl
49766            ! Configure config_h.SH mg.c
49767 ____________________________________________________________________________
49768 [  6456] By: jhi                                   on 2000/07/27  14:50:47
49769         Log: Allow "no AutoLoader;", based on change #6444,
49770              suggested by Graham Barr.
49771      Branch: perl
49772            ! lib/AutoLoader.pm
49773 ____________________________________________________________________________
49774 [  6455] By: jhi                                   on 2000/07/27  14:19:10
49775         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
49776              From: rspier@pobox.com (Robert Spier)
49777              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
49778              Message-ID: <14720.15855.787664.424783@rls.cx>
49779      Branch: perl
49780            ! pod/perldiag.pod
49781 ____________________________________________________________________________
49782 [  6454] By: jhi                                   on 2000/07/27  14:03:02
49783         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
49784              for a long time).
49785              
49786              Reported in
49787              
49788              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
49789              From: Ryan Herbert <rherbert@sycamorehq.com>
49790              Date: Mon, 17 Jul 2000 11:40:42 -0400
49791              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
49792              
49793              Patched in
49794              
49795              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
49796              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49797              Date: Wed, 26 Jul 2000 23:40:18 +0100
49798              Message-ID: <000001bff752$79511880$0a17073e@tiny>
49799              
49800              based on an earlier patch from Stephen P. Potter.
49801              
49802              (Removed later by change #6458 because this patch was for
49803              perl 5.6.0, not perl-current)
49804      Branch: perl
49805            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
49806            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
49807            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
49808 ____________________________________________________________________________
49809 [  6453] By: jhi                                   on 2000/07/27  13:48:02
49810         Log: Subject: [PATCH] fixes bug 20000508.004
49811              From: Michael Stevens <mstevens@globnix.org>
49812              Date: Thu, 27 Jul 2000 13:49:04 +0100
49813              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
49814      Branch: perl
49815            ! pod/perldata.pod
49816 ____________________________________________________________________________
49817 [  6452] By: jhi                                   on 2000/07/26  23:51:26
49818         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
49819              and Craig A. Berry.
49820      Branch: perl
49821            ! lib/File/Temp.pm pod/perlport.pod
49822 ____________________________________________________________________________
49823 [  6451] By: jhi                                   on 2000/07/26  19:43:30
49824         Log: Be wary of close()s, too.
49825              
49826              Subject: Re: [PATCH] perlbug cleanup
49827              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49828              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
49829              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
49830      Branch: perl
49831            ! utils/perlbug.PL
49832 ____________________________________________________________________________
49833 [  6450] By: jhi                                   on 2000/07/26  18:41:40
49834         Log: Subject: Minor doc patch: handy.h
49835              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
49836              Date: Wed, 26 Jul 2000 15:34:25 -0300
49837              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
49838      Branch: perl
49839            ! handy.h pod/perlapi.pod
49840 ____________________________________________________________________________
49841 [  6449] By: jhi                                   on 2000/07/26  18:23:55
49842         Log: Subject: [PATCH] minor doc change - perlguts
49843              From: Michael Stevens <mstevens@globnix.org>
49844              Date: Thu, 13 Jul 2000 12:39:18 +0100
49845              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
49846      Branch: perl
49847            ! pod/perlguts.pod
49848 ____________________________________________________________________________
49849 [  6448] By: jhi                                   on 2000/07/26  18:20:30
49850         Log: open() wariness in perlbug.
49851              
49852              Subject: [PATCH] perlbug cleanup
49853              From: Michael Stevens <mstevens@globnix.org>
49854              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
49855              Date: Thu, 13 Jul 2000 15:52:23 +0100
49856      Branch: perl
49857            ! utils/perlbug.PL
49858 ____________________________________________________________________________
49859 [  6447] By: jhi                                   on 2000/07/26  18:13:04
49860         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
49861      Branch: perl
49862            ! lib/File/Temp.pm t/lib/ftmp-security.t
49863 ____________________________________________________________________________
49864 [  6446] By: jhi                                   on 2000/07/26  18:06:32
49865         Log: docfix from Peter Scott <Peter@PSDT.com>.
49866      Branch: perl
49867            ! pod/perlfunc.pod
49868 ____________________________________________________________________________
49869 [  6445] By: jhi                                   on 2000/07/26  17:53:31
49870         Log: Fix *foo{FORMAT}.
49871              
49872              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49873              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
49874              Date: Wed, 26 Jul 2000 19:51:02 +0200
49875              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
49876              
49877              From: Graham Barr <gbarr@pobox.com>
49878              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
49879              Date: Wed, 26 Jul 2000 17:38:36 +0100
49880              Message-ID: <20000726173836.L472@pobox.com>
49881      Branch: perl
49882            ! pp.c sv.c t/op/gv.t
49883 ____________________________________________________________________________
49884 [  6444] By: jhi                                   on 2000/07/26  17:49:14
49885         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
49886              from Graham Barr in the module list.
49887      Branch: perl
49888            ! gv.c pod/perlobj.pod
49889 ____________________________________________________________________________
49890 [  6443] By: jhi                                   on 2000/07/26  16:06:56
49891         Log: More split() doc and test patches from Mike Guy.
49892      Branch: perl
49893            ! pod/perlfunc.pod t/op/split.t
49894 ____________________________________________________________________________
49895 [  6442] By: jhi                                   on 2000/07/26  16:05:30
49896         Log: MacOS nits from Matthias Neeracher.
49897      Branch: perl
49898            ! perl.c pp_ctl.c
49899 ____________________________________________________________________________
49900 [  6441] By: jhi                                   on 2000/07/26  04:39:57
49901         Log: Subject: [PATCH] split /^/
49902              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49903              Date: Tue, 25 Jul 2000 14:18:57 +0100
49904              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
49905              
49906              (with notes from tchrist and gbarr)
49907      Branch: perl
49908            ! pod/perlfunc.pod t/op/split.t
49909 ____________________________________________________________________________
49910 [  6440] By: jhi                                   on 2000/07/26  04:32:32
49911         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
49912              From: Peter Prymmer <pvhp@forte.com>
49913              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
49914              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
49915      Branch: perl
49916            ! vms/munchconfig.c
49917 ____________________________________________________________________________
49918 [  6439] By: jhi                                   on 2000/07/26  04:31:01
49919         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
49920              to be fatal errors (instead of by default ignoring them, and
49921              ignoring with a bug: even though -w gave an error, the opening [
49922              was left in)  Reported in:
49923              
49924              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49925              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
49926              Date: Sun, 16 Jul 2000 17:55:29 -0700
49927              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
49928      Branch: perl
49929            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
49930 ____________________________________________________________________________
49931 [  6438] By: jhi                                   on 2000/07/25  15:41:15
49932         Log: Subject: [PATCH] av.c apidoc
49933              From: simon@brecon.co.uk (Simon Cozens)
49934              Date: 24 Jul 2000 06:40:52 GMT
49935              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
49936      Branch: perl
49937            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
49938            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
49939 ____________________________________________________________________________
49940 [  6437] By: jhi                                   on 2000/07/25  14:05:36
49941         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
49942              From: "Stephen P. Potter" <spp@ds.net>
49943              Date: Mon, 24 Jul 2000 14:22:23 -0400
49944              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
49945      Branch: perl
49946            ! pod/perllocale.pod
49947 ____________________________________________________________________________
49948 [  6436] By: jhi                                   on 2000/07/25  14:02:03
49949         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
49950              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49951              Date: Mon, 24 Jul 2000 18:04:28 +0100
49952              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
49953      Branch: perl
49954            ! t/lib/syslfs.t t/op/lfs.t
49955 ____________________________________________________________________________
49956 [  6435] By: jhi                                   on 2000/07/25  13:59:28
49957         Log: Get UTF16 BOMs working.  Patch from
49958              
49959              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49960              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49961              Date: Tue, 25 Jul 2000 12:52:45 +0100
49962              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
49963              
49964              and notes from
49965              
49966              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49967              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49968              Date: Tue, 25 Jul 2000 11:43:25 +0100
49969              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
49970      Branch: perl
49971            ! t/comp/require.t toke.c utf8.c
49972 ____________________________________________________________________________
49973 [  6434] By: jhi                                   on 2000/07/25  02:39:54
49974         Log: Make the "uninit variable" warning to say "concat or string"
49975              or "join or string" when in concat or join .
49976              
49977              Subject: Re: [ID 20000403.009] uninitialised concatenation???
49978              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49979              Date: Tue, 04 Apr 2000 18:22:58 +0100
49980              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
49981              
49982              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
49983              From: William R Ward <hermit@BayView.COM>
49984              Date: Thu, 30 Mar 2000 19:50:03 -0800
49985              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
49986      Branch: perl
49987            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
49988            ! t/pragma/warn/op t/pragma/warn/sv
49989 ____________________________________________________________________________
49990 [  6433] By: jhi                                   on 2000/07/24  17:52:56
49991         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
49992      Branch: perl
49993            ! lib/File/Spec/VMS.pm
49994 ____________________________________________________________________________
49995 [  6432] By: jhi                                   on 2000/07/24  17:44:44
49996         Log: Test cases for #6431.
49997              
49998              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49999              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50000              Date: Mon, 24 Jul 2000 15:32:29 +0100
50001              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
50002      Branch: perl
50003            ! t/op/pat.t t/op/split.t
50004 ____________________________________________________________________________
50005 [  6431] By: jhi                                   on 2000/07/24  17:43:17
50006         Log: Bind op fix.
50007              
50008              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50009              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50010              Date: Mon, 17 Jul 2000 20:04:56 +0100
50011              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
50012      Branch: perl
50013            ! op.c
50014 ____________________________________________________________________________
50015 [  6430] By: jhi                                   on 2000/07/24  03:42:42
50016         Log: Subject: [ID 20000716.023] syslog test fails without sockets
50017              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50018              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
50019              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
50020      Branch: metaconfig/U/perl
50021            ! Extensions.U
50022      Branch: perl
50023            ! Configure config_h.SH
50024 ____________________________________________________________________________
50025 [  6429] By: jhi                                   on 2000/07/24  03:11:52
50026         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
50027              case, but add also notes explaining the relationship of this
50028              patch and the earlier notes by Sarathy.
50029              
50030              Subject: Map is still slow
50031              From: "Ben Tilly" <ben_tilly@hotmail.com>
50032              Date: Sat, 15 Jul 2000 17:23:27 EDT
50033              Message-ID: <20000715212327.21656.qmail@hotmail.com>
50034      Branch: perl
50035            ! pp_ctl.c
50036 ____________________________________________________________________________
50037 [  6428] By: jhi                                   on 2000/07/24  02:58:52
50038         Log: Documentation to explain the behaviour of map().
50039              
50040              Subject: Re: Map is still slow 
50041              From: Gurusamy Sarathy <gsar@ActiveState.com>
50042              Date: Sat, 15 Jul 2000 16:05:09 -0700
50043              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
50044      Branch: perl
50045            ! pp_ctl.c
50046 ____________________________________________________________________________
50047 [  6427] By: jhi                                   on 2000/07/24  02:50:03
50048         Log: Add tests for
50049              [ID 19991110.003] another matching finding by pcre author
50050              which has already been fixed by some patch, as verified in
50051              
50052              Subject: Re: two regex bugs from the mists of time (well, last November)
50053              From: Hugo <hv@crypt.compulink.co.uk>
50054              Date: Sat, 22 Jul 2000 18:12:58 +0100
50055              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
50056      Branch: perl
50057            ! t/op/re_tests
50058 ____________________________________________________________________________
50059 [  6426] By: jhi                                   on 2000/07/24  02:11:20
50060         Log: A missing 'break' after the [[:space:]] switch case.
50061              
50062              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
50063              From: "Stephen P. Potter" <spp@ds.net>
50064              Date: Tue, 18 Jul 2000 16:25:17 -0400
50065              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
50066      Branch: perl
50067            ! regcomp.c
50068 ____________________________________________________________________________
50069 [  6425] By: jhi                                   on 2000/07/24  02:06:12
50070         Log: The output might have been produced in the wrong order.
50071              
50072              Subject: [ID 20000720.003] [PATCH] t/op/write.t
50073              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50074              Date: Thu, 20 Jul 2000 18:49:18 +0100
50075              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
50076      Branch: perl
50077            ! t/op/write.t
50078 ____________________________________________________________________________
50079 [  6424] By: jhi                                   on 2000/07/24  02:00:07
50080         Log: Use STDOUT consistently.
50081              
50082              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
50083              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50084              Date: Thu, 20 Jul 2000 18:04:01 +0100
50085              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
50086      Branch: perl
50087            ! lib/Test/Harness.pm
50088 ____________________________________________________________________________
50089 [  6423] By: jhi                                   on 2000/07/24  01:54:54
50090         Log: Protect against "wild next"s, that is, callbacks doing "next"
50091              instead of "return".
50092              
50093              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
50094              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50095              Date: Tue, 18 Jul 2000 11:30:16 +0100
50096              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
50097      Branch: perl
50098            ! lib/File/Find.pm
50099 ____________________________________________________________________________
50100 [  6422] By: jhi                                   on 2000/07/24  01:35:47
50101         Log: Out-of-date note removed.
50102              
50103              Subject: [PATCH] documentation perlipc
50104              From: rspier@pobox.com (Robert Spier)
50105              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
50106              Message-ID: <14711.35178.572612.502654@rls.cx>
50107      Branch: perl
50108            ! pod/perlipc.pod
50109 ____________________________________________________________________________
50110 [  6421] By: jhi                                   on 2000/07/24  00:09:18
50111         Log: Send all installperl messages to STDERR and be -w clean.
50112              
50113              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
50114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50115              Date: Sat, 22 Jul 2000 14:02:11 +0100
50116              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
50117      Branch: perl
50118            ! installperl
50119 ____________________________________________________________________________
50120 [  6420] By: jhi                                   on 2000/07/24  00:04:19
50121         Log: Decutandpasto.
50122              
50123              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
50124              From: "Richard Soderberg" <rs@crystalflame.net>
50125              Date: Sun, 23 Jul 2000 01:37:23 -0700
50126              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
50127      Branch: perl
50128            ! pod/perlipc.pod
50129 ____________________________________________________________________________
50130 [  6419] By: jhi                                   on 2000/07/24  00:01:12
50131         Log: A cleaner abs_path().
50132              Subject: Re: unix alternative to Cwd.pm
50133              From: Jeff Pinyan <jeffp@crusoe.net>
50134              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
50135              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
50136      Branch: perl
50137            ! lib/Cwd.pm
50138 ____________________________________________________________________________
50139 [  6418] By: jhi                                   on 2000/07/23  23:48:56
50140         Log: Detypo.
50141              
50142              Subject: [PATCH perl-current] Typo in hints/powerux.sh
50143              From: "Richard Soderberg" <rs@crystalflame.net>
50144              Date: Sun, 23 Jul 2000 01:27:33 -0700
50145              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
50146      Branch: perl
50147            ! hints/powerux.sh
50148 ____________________________________________________________________________
50149 [  6417] By: jhi                                   on 2000/07/17  22:13:31
50150         Log: Subject: SDBM_File documentation
50151              From: mjd@plover.com
50152              Date: 16 Jul 2000 17:41:17 -0000
50153              Message-ID: <20000716174117.18515.qmail@plover.com>
50154      Branch: perl
50155            ! ext/SDBM_File/SDBM_File.pm
50156 ____________________________________________________________________________
50157 [  6416] By: jhi                                   on 2000/07/17  19:13:26
50158         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
50159      Branch: perl
50160            ! hints/mpeix.sh mpeix/relink
50161 ____________________________________________________________________________
50162 [  6415] By: jhi                                   on 2000/07/15  14:11:02
50163         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
50164              the utf8 'characters' can be more than one octet).
50165              
50166              Date: Sat, 15 Jul 2000 00:21:56 +0100
50167              From: Tom Hughes <tom@compton.nu>
50168              Subject: Re: [ID 20000714.002]
50169              Message-ID: <db2334de49.tom@compton.compton.nu>
50170              
50171              Reported in
50172              
50173              Subject: [ID 20000714.002]
50174              From: "Simon Cozens" <simon@othersideofthe.earth.li>
50175              Date: 14 Jul 2000 15:13:09 -0000
50176              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
50177      Branch: perl
50178            ! doop.c
50179 ____________________________________________________________________________
50180 [  6414] By: jhi                                   on 2000/07/15  03:13:41
50181         Log: another VMS build tweak from Peter Prymmer
50182      Branch: perl
50183            ! vms/descrip_mms.template
50184 ____________________________________________________________________________
50185 [  6413] By: jhi                                   on 2000/07/15  03:10:40
50186         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
50187      Branch: perl
50188            ! vms/perlvms.pod
50189 ____________________________________________________________________________
50190 [  6412] By: jhi                                   on 2000/07/15  00:31:05
50191         Log: More docs for sv functions.
50192              
50193              Subject: [PATCH cfgperl] sv.c apidoc
50194              From: simon@brecon.co.uk (Simon Cozens)
50195              Date: 13 Jul 2000 09:00:20 GMT
50196              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
50197              
50198              Subject: Re: [PATCH cfgperl] sv.c apidoc
50199              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50200              Date: Thu, 13 Jul 2000 12:27:41 +0100
50201              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
50202              
50203              Subject: Re: [PATCH cfgperl] sv.c apidoc
50204              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50205              Date: Thu, 13 Jul 2000 13:23:09 +0100
50206              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
50207              
50208              Subject: Re: [PATCH cfgperl] sv.c apidoc
50209              From: simon@brecon.co.uk (Simon Cozens)
50210              Date: 14 Jul 2000 06:51:02 GMT
50211              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
50212      Branch: perl
50213            ! embed.pl pod/perlapi.pod sv.c
50214 ____________________________________________________________________________
50215 [  6411] By: jhi                                   on 2000/07/15  00:10:41
50216         Log: lib/b test fixes from Peter Prymmer.
50217      Branch: perl
50218            ! t/lib/b.t
50219 ____________________________________________________________________________
50220 [  6410] By: jhi                                   on 2000/07/15  00:02:09
50221         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
50222              From: Hugo <hv@crypt.compulink.co.uk>
50223              Date: Fri, 14 Jul 2000 23:05:20 +0100
50224              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
50225              
50226              Didn't anymore apply, but that point still could use another fix.
50227      Branch: perl
50228            ! pod/perlfunc.pod
50229 ____________________________________________________________________________
50230 [  6409] By: jhi                                   on 2000/07/14  23:15:15
50231         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
50232              not in pod, from Peter Prymmer
50233      Branch: perl
50234            ! vms/descrip_mms.template
50235 ____________________________________________________________________________
50236 [  6408] By: jhi                                   on 2000/07/14  20:35:05
50237         Log: The bug report
50238              [ID 19991110.002] minimal matching discrepancy found by pcre author
50239              seems to have been fixed (though differently from what was suggested
50240              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
50241      Branch: perl
50242            ! t/op/re_tests
50243 ____________________________________________________________________________
50244 [  6407] By: jhi                                   on 2000/07/14  17:38:08
50245         Log: Fix AutoSplit to use File::Spec the right way in VMS,
50246              from Peter Prymmer.
50247      Branch: perl
50248            ! lib/AutoSplit.pm
50249 ____________________________________________________________________________
50250 [  6406] By: jhi                                   on 2000/07/14  14:13:22
50251         Log: Merge perlhacktut into perlhack, update perlguts.
50252              
50253              Subject: Re: Perlhacktut
50254              From: simon@brecon.co.uk (Simon Cozens)
50255              Date: 14 Jul 2000 06:49:21 GMT
50256              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
50257              
50258              Subject: Re: Perlhacktut
50259              From: simon@brecon.co.uk (Simon Cozens)
50260              Date: 14 Jul 2000 07:09:45 GMT
50261              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
50262      Branch: perl
50263            ! pod/perlguts.pod pod/perlhack.pod
50264 ____________________________________________________________________________
50265 [  6405] By: jhi                                   on 2000/07/14  14:02:31
50266         Log: Integrate with Sarathy.
50267      Branch: cfgperl
50268           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
50269           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
50270           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
50271 ____________________________________________________________________________
50272 [  6404] By: gsar                                  on 2000/07/14  12:15:02
50273         Log: PERL_OBJECT build tweaks
50274      Branch: perl
50275            ! toke.c
50276 ____________________________________________________________________________
50277 [  6403] By: gsar                                  on 2000/07/14  11:23:41
50278         Log: inconsistent types needs casts
50279      Branch: perl
50280            ! toke.c
50281 ____________________________________________________________________________
50282 [  6402] By: gsar                                  on 2000/07/14  11:12:04
50283         Log: typos in change#6399, regen headers
50284      Branch: perl
50285            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
50286 ____________________________________________________________________________
50287 [  6401] By: gsar                                  on 2000/07/14  10:59:12
50288         Log: typecasts needed for change#6394
50289      Branch: perl
50290            ! toke.c
50291 ____________________________________________________________________________
50292 [  6400] By: gsar                                  on 2000/07/14  10:49:37
50293         Log: integrate cfgperl contents into mainline
50294      Branch: perl
50295           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
50296           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
50297 ____________________________________________________________________________
50298 [  6399] By: gsar                                  on 2000/07/14  10:38:35
50299         Log: enable UTF-16 filter by default if relevant BOM is seen; various
50300              cleanups (typos, misformatted code, and small bugs)
50301      Branch: perl
50302            ! doop.c embed.pl mg.c op.c pp.c toke.c
50303 ____________________________________________________________________________
50304 [  6398] By: gsar                                  on 2000/07/14  08:55:38
50305         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
50306              name suggests anyway)
50307      Branch: perl
50308            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
50309 ____________________________________________________________________________
50310 [  6397] By: gsar                                  on 2000/07/14  08:44:33
50311         Log: move new variables to the end of the interpreter structure (for
50312              bincompat in code that doesn't #include XSUB.h)
50313      Branch: perl
50314            ! intrpvar.h
50315 ____________________________________________________________________________
50316 [  6396] By: gsar                                  on 2000/07/14  08:13:58
50317         Log: MakeMaker should not remove editor backups (*~) on `make clean`
50318              by default (completes change#6383)
50319      Branch: perl
50320            ! lib/ExtUtils/MM_Unix.pm
50321 ____________________________________________________________________________
50322 [  6395] By: jhi                                   on 2000/07/14  05:20:33
50323         Log: Replace change #6337 with a better one.
50324              
50325              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
50326              From: Hugo <hv@crypt.compulink.co.uk>
50327              Date: Fri, 14 Jul 2000 04:16:20 +0100
50328              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
50329      Branch: cfgperl
50330            ! regexec.c t/op/re_tests
50331 ____________________________________________________________________________
50332 [  6394] By: jhi                                   on 2000/07/14  01:33:59
50333         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
50334      Branch: cfgperl
50335            ! embed.pl global.sym proto.h toke.c
50336 ____________________________________________________________________________
50337 [  6393] By: jhi                                   on 2000/07/13  23:41:23
50338         Log: remove discarded test
50339      Branch: cfgperl
50340            ! MANIFEST
50341 ____________________________________________________________________________
50342 [  6392] By: jhi                                   on 2000/07/13  23:32:25
50343         Log: The {multiplier} of a fixed substring was overlooked which
50344              caused a wrong initial search offset for that substring.
50345              
50346              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
50347              From: Hugo <hv@crypt.compulink.co.uk>
50348              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
50349              Date: Thu, 13 Jul 2000 19:27:13 +0100
50350      Branch: cfgperl
50351            ! regcomp.c t/op/re_tests
50352 ____________________________________________________________________________
50353 [  6391] By: jhi                                   on 2000/07/13  16:37:42
50354         Log: typo fix from Craig Berry
50355      Branch: cfgperl
50356            ! vms/subconfigure.com
50357 ____________________________________________________________________________
50358 [  6390] By: jhi                                   on 2000/07/13  13:20:12
50359         Log: Integrate with Sarathy.
50360      Branch: cfgperl
50361            - t/op/method2entersub.t
50362           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
50363           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
50364           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
50365           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
50366 ____________________________________________________________________________
50367 [  6389] By: jhi                                   on 2000/07/13  13:18:48
50368         Log: Detypo from Peter Prymmer, part of #6388.
50369      Branch: cfgperl
50370            ! Configure config_h.SH
50371      Branch: metaconfig
50372            ! U/modified/d_longlong.U
50373 ____________________________________________________________________________
50374 [  6388] By: gsar                                  on 2000/07/13  06:33:40
50375         Log: typos (spotted by Peter Prymmer)
50376      Branch: perl
50377            ! Configure t/lib/english.t
50378 ____________________________________________________________________________
50379 [  6387] By: gsar                                  on 2000/07/13  05:35:28
50380         Log: new selfloader.t in change#6183 doesn't close DATA handles,
50381              and thus fails to clean up tmp files on dosish platforms
50382      Branch: perl
50383            ! t/lib/selfloader.t
50384 ____________________________________________________________________________
50385 [  6386] By: gsar                                  on 2000/07/12  21:42:39
50386         Log: sprintf test tweaks (from Dominic Dunlop)
50387      Branch: perl
50388            ! t/op/sprintf.t
50389 ____________________________________________________________________________
50390 [  6385] By: gsar                                  on 2000/07/12  21:33:46
50391         Log: fix bugs in processing %v-*d and similar format specs (from
50392              Avi Finkel <avi@finkel.org>)
50393      Branch: perl
50394            ! sv.c t/op/sprintf.t
50395 ____________________________________________________________________________
50396 [  6384] By: gsar                                  on 2000/07/12  16:04:19
50397         Log: readd missing perldelta.pod changes from changes#6339,6376
50398      Branch: perl
50399            ! pod/perldelta.pod
50400 ____________________________________________________________________________
50401 [  6383] By: gsar                                  on 2000/07/12  16:00:51
50402         Log: don't clobber *.orig files on *clean targets
50403      Branch: perl
50404            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
50405 ____________________________________________________________________________
50406 [  6382] By: gsar                                  on 2000/07/12  07:59:12
50407         Log: fix broken integrations in cfgperl
50408      Branch: cfgperl
50409           !> Changes pod/perldelta.pod
50410 ____________________________________________________________________________
50411 [  6381] By: gsar                                  on 2000/07/12  07:42:17
50412         Log: integrate cfgperl changes into mainline
50413      Branch: perl
50414            ! Changes
50415           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
50416           !> pod/perlre.pod
50417 ____________________________________________________________________________
50418 [  6380] By: gsar                                  on 2000/07/12  07:31:00
50419         Log: get sprintf.t to adjust properly for 3-digit exponents
50420      Branch: perl
50421            ! t/op/sprintf.t
50422 ____________________________________________________________________________
50423 [  6379] By: gsar                                  on 2000/07/12  06:40:04
50424         Log: change#6174 needs corresponding change in win32/config_h.PL,
50425              which grovels through config_h.SH to find the config.h name
50426      Branch: perl
50427            ! win32/config_h.PL
50428 ____________________________________________________________________________
50429 [  6378] By: jhi                                   on 2000/07/12  05:03:59
50430         Log: Do the cc sanity check both before the hints and
50431              after the cc selction.
50432      Branch: cfgperl
50433            ! Configure config_h.SH
50434      Branch: metaconfig
50435            ! U/modified/Oldconfig.U U/modified/cc.U
50436      Branch: metaconfig/U/perl
50437            + Checkcc.U
50438 ____________________________________________________________________________
50439 [  6377] By: jhi                                   on 2000/07/12  02:49:22
50440         Log: Fix nits noticed by Boston.pm.
50441      Branch: cfgperl
50442            ! pod/perlre.pod
50443 ____________________________________________________________________________
50444 [  6376] By: jhi                                   on 2000/07/11  21:22:13
50445         Log: Configure cosmetics and perldelta.
50446      Branch: cfgperl
50447            ! Configure config_h.SH pod/perldelta.pod
50448      Branch: metaconfig
50449            ! U/modified/cc.U
50450 ____________________________________________________________________________
50451 [  6375] By: gsar                                  on 2000/07/11  21:17:35
50452         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
50453      Branch: perl
50454            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
50455            ! win32/win32sck.c
50456 ____________________________________________________________________________
50457 [  6374] By: gsar                                  on 2000/07/11  20:48:50
50458         Log: tweak for build failure under multiplicity
50459      Branch: perl
50460            ! toke.c
50461 ____________________________________________________________________________
50462 [  6373] By: gsar                                  on 2000/07/11  20:37:23
50463         Log: integrate cfgperl changes#6325..6373 into mainline
50464              (NOTE: today's batch of integrations still untested)
50465      Branch: perl
50466           +> ext/DynaLoader/hints/netbsd.pl
50467            ! Changes
50468           !> (integrate 26 files)
50469 ____________________________________________________________________________
50470 [  6372] By: jhi                                   on 2000/07/11  20:30:36
50471         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
50472              regen perltoc.
50473      Branch: cfgperl
50474            + pod/perlbook.pod
50475            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
50476            ! pod/perltoc.pod
50477 ____________________________________________________________________________
50478 [  6371] By: jhi                                   on 2000/07/11  20:08:56
50479         Log: Minor cleanups on the booklist.
50480      Branch: cfgperl
50481            ! pod/perlfaq2.pod
50482 ____________________________________________________________________________
50483 [  6370] By: jhi                                   on 2000/07/11  19:31:13
50484         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
50485      Branch: cfgperl
50486            ! t/pragma/overload.t
50487 ____________________________________________________________________________
50488 [  6369] By: gsar                                  on 2000/07/11  19:27:48
50489         Log: integrate cfgperl changes#6293..6324 into mainline
50490      Branch: perl
50491           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
50492            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
50493           !> (integrate 30 files)
50494 ____________________________________________________________________________
50495 [  6368] By: gsar                                  on 2000/07/11  19:18:57
50496         Log: skip integrate of problematic change#6292 from cfgperl into mainline
50497      Branch: perl
50498           !> pp_hot.c
50499 ____________________________________________________________________________
50500 [  6367] By: gsar                                  on 2000/07/11  19:17:21
50501         Log: integrate cfgperl changes#6288..6290 into mainline
50502      Branch: perl
50503           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
50504 ____________________________________________________________________________
50505 [  6366] By: gsar                                  on 2000/07/11  19:11:18
50506         Log: integrate cfgperl changes#6268..6282 into mainline
50507      Branch: perl
50508           !> (integrate 30 files)
50509 ____________________________________________________________________________
50510 [  6365] By: gsar                                  on 2000/07/11  18:57:00
50511         Log: delete new accidentally branched file
50512      Branch: perl
50513            - t/op/method2entersub.t
50514 ____________________________________________________________________________
50515 [  6364] By: gsar                                  on 2000/07/11  18:55:13
50516         Log: skip integrate of change#6267 from cfgperl into mainline (the
50517              method call optimization is flawed without additional hints
50518              from user about immutableness of @ISA and no runtime method
50519              definitions)
50520      Branch: perl
50521           +> t/op/method2entersub.t
50522           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
50523           !> perl.h t/op/sprintf.t xsutils.c
50524 ____________________________________________________________________________
50525 [  6363] By: gsar                                  on 2000/07/11  18:49:43
50526         Log: integrate cfgperl changes#6261..6266 into mainline
50527      Branch: perl
50528           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
50529           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
50530           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50531           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
50532 ____________________________________________________________________________
50533 [  6362] By: gsar                                  on 2000/07/11  18:43:26
50534         Log: integrate cfgperl changes#6252..6260 into mainline
50535      Branch: perl
50536           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
50537           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
50538           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
50539           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
50540 ____________________________________________________________________________
50541 [  6361] By: gsar                                  on 2000/07/11  18:37:12
50542         Log: skip integrate of problematic change#6251 from cfgperl into mainline
50543      Branch: perl
50544           !> lib/Exporter.pm
50545 ____________________________________________________________________________
50546 [  6360] By: gsar                                  on 2000/07/11  18:34:56
50547         Log: integrate cfgperl change#6250 into mainline
50548      Branch: perl
50549           +> t/op/my_stash.t
50550           !> MANIFEST embed.pl proto.h toke.c
50551 ____________________________________________________________________________
50552 [  6359] By: gsar                                  on 2000/07/11  18:21:19
50553         Log: integrate cfgperl changes#6242..6249 into mainline
50554      Branch: perl
50555           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
50556           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
50557           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
50558           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
50559           !> t/lib/peek.t utf8.c
50560 ____________________________________________________________________________
50561 [  6358] By: gsar                                  on 2000/07/11  18:15:45
50562         Log: skip integrate of problematic change#6241 from cfgperl into mainline
50563      Branch: perl
50564           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
50565 ____________________________________________________________________________
50566 [  6357] By: jhi                                   on 2000/07/11  18:15:16
50567         Log: Fix for
50568              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
50569              From: Roderick Schertler <roderick@argon.org> 
50570              Date: Tue, 11 Jul 2000 13:55:05 -0400 
50571              Message-Id: <200007111755.NAA05077@jones.argon.org> 
50572      Branch: cfgperl
50573            ! doio.c
50574 ____________________________________________________________________________
50575 [  6356] By: jhi                                   on 2000/07/11  18:12:51
50576         Log: Typo in #6341.
50577      Branch: cfgperl
50578            ! pp_hot.c
50579 ____________________________________________________________________________
50580 [  6355] By: gsar                                  on 2000/07/11  18:12:10
50581         Log: integrate cfgperl changes#6231..6240 into mainline
50582      Branch: perl
50583           +> pod/perlutil.pod
50584           !> (integrate 35 files)
50585 ____________________________________________________________________________
50586 [  6354] By: jhi                                   on 2000/07/11  18:04:34
50587         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
50588              From: Dominic Dunlop <domo@computer.org> 
50589              Date: Tue, 11 Jul 2000 12:27:33 +0200 
50590              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
50591              
50592              Replaces change #6268.
50593      Branch: cfgperl
50594            ! t/op/sprintf.t
50595 ____________________________________________________________________________
50596 [  6353] By: gsar                                  on 2000/07/11  17:59:51
50597         Log: skip integrate of problematic change#6230 from cfgperl into mainline
50598              (a later version of File::Spec is already in mainline)
50599      Branch: perl
50600           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
50601           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
50602 ____________________________________________________________________________
50603 [  6352] By: gsar                                  on 2000/07/11  17:57:48
50604         Log: integrate cfgperl changes#6224..6229 into mainline
50605      Branch: perl
50606           +> lib/lib.pm.PL
50607            - lib/lib.pm
50608           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
50609           !> lib/English.pm op.c t/lib/english.t
50610 ____________________________________________________________________________
50611 [  6351] By: gsar                                  on 2000/07/11  17:50:10
50612         Log: skip integrate of problematic change#6223 from cfgperl into mainline
50613      Branch: perl
50614           !> doio.c
50615 ____________________________________________________________________________
50616 [  6350] By: gsar                                  on 2000/07/11  17:48:28
50617         Log: integrate cfgperl changes#6220..6222 into mainline
50618      Branch: perl
50619           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
50620           !> toke.c utf8.c win32/win32.h
50621 ____________________________________________________________________________
50622 [  6349] By: gsar                                  on 2000/07/11  17:46:13
50623         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
50624              mainline
50625      Branch: perl
50626           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50627           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50628           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50629 ____________________________________________________________________________
50630 [  6348] By: jhi                                   on 2000/07/11  17:45:49
50631         Log: README.posix-bc podified from Thomas Dorner.
50632      Branch: cfgperl
50633            ! README.posix-bc
50634 ____________________________________________________________________________
50635 [  6347] By: gsar                                  on 2000/07/11  17:42:04
50636         Log: integrate cfgperl change#6217 into mainline
50637      Branch: perl
50638           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
50639           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
50640           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
50641 ____________________________________________________________________________
50642 [  6346] By: gsar                                  on 2000/07/11  17:39:37
50643         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
50644              mainline
50645      Branch: perl
50646           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
50647           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50648           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
50649           !> perlapi.h pod/perlapi.pod
50650 ____________________________________________________________________________
50651 [  6345] By: gsar                                  on 2000/07/11  17:36:42
50652         Log: integrate cfgperl changes#6207..6210 into mainline
50653      Branch: perl
50654           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
50655           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
50656 ____________________________________________________________________________
50657 [  6344] By: gsar                                  on 2000/07/11  17:31:20
50658         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
50659              mainline
50660      Branch: perl
50661           !> (integrate 40 files)
50662 ____________________________________________________________________________
50663 [  6343] By: gsar                                  on 2000/07/11  17:19:08
50664         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
50665      Branch: perl
50666           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
50667            ! Changes
50668           !> (integrate 34 files)
50669 ____________________________________________________________________________
50670 [  6342] By: jhi                                   on 2000/07/11  16:05:48
50671         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
50672              To: perl5-porters@perl.org
50673              From: Karsten Sperling <spiff@phreax.net>
50674              Date: Mon, 10 Jul 2000 15:12:52 +0200
50675              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
50676      Branch: cfgperl
50677            ! lib/Symbol.pm
50678 ____________________________________________________________________________
50679 [  6341] By: jhi                                   on 2000/07/11  15:59:23
50680         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
50681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50682              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
50683              Date: Fri, 07 Jul 2000 17:57:16 +0100
50684      Branch: cfgperl
50685            ! pp_hot.c
50686 ____________________________________________________________________________
50687 [  6340] By: jhi                                   on 2000/07/11  15:55:47
50688         Log: Subject: Re: format bug report  [Patch]
50689              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50690              Date: Wed, 05 Jul 2000 13:12:52 +0200
50691              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
50692              
50693              Subject: Re: format bug report  [Patch]
50694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50695              Date: Wed, 05 Jul 2000 14:10:01 +0200
50696              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
50697      Branch: cfgperl
50698            ! t/op/write.t toke.c
50699 ____________________________________________________________________________
50700 [  6339] By: jhi                                   on 2000/07/11  13:54:09
50701         Log: Be less forgiving about ambiguous and illegal tr ranges.
50702              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
50703              From: Mark-Jason Dominus <mjd@plover.com>
50704              Date: Tue, 04 Jul 2000 10:00:12 -0400
50705              Message-ID: <20000704140012.17772.qmail@plover.com>
50706              
50707              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
50708              From: Mark-Jason Dominus <mjd@plover.com>
50709              Date: Wed, 05 Jul 2000 09:37:36 -0400
50710              Message-ID: <20000705133736.27293.qmail@plover.com>
50711      Branch: cfgperl
50712            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
50713 ____________________________________________________________________________
50714 [  6338] By: jhi                                   on 2000/07/11  13:31:24
50715         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
50716              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50717              Date: Tue, 11 Jul 2000 13:50:51 +0100
50718              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
50719      Branch: cfgperl
50720            ! sv.c
50721 ____________________________________________________________________________
50722 [  6337] By: jhi                                   on 2000/07/11  13:29:14
50723         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
50724              From: Hugo <hv@crypt.compulink.co.uk>
50725              Date: Tue, 11 Jul 2000 12:44:50 +0100
50726              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
50727      Branch: cfgperl
50728            ! regexec.c t/op/re_tests
50729 ____________________________________________________________________________
50730 [  6336] By: jhi                                   on 2000/07/11  13:26:47
50731         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
50732              From: simon@brecon.co.uk (Simon Cozens)
50733              Date: 7 Jul 2000 11:26:09 GMT
50734              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
50735      Branch: cfgperl
50736            ! mg.c
50737 ____________________________________________________________________________
50738 [  6335] By: jhi                                   on 2000/07/11  13:23:37
50739         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
50740              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
50741              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
50742              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
50743      Branch: cfgperl
50744            + ext/DynaLoader/hints/netbsd.pl
50745            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
50746 ____________________________________________________________________________
50747 [  6334] By: jhi                                   on 2000/07/11  13:20:38
50748         Log: Subject: PATCH perlguts.pod: Document D and d magic types
50749              From: mjd@plover.com
50750              Date: 5 Jul 2000 18:01:51 -0000
50751              Message-ID: <20000705180151.29413.qmail@plover.com>
50752      Branch: cfgperl
50753            ! pod/perlguts.pod
50754 ____________________________________________________________________________
50755 [  6333] By: jhi                                   on 2000/07/11  13:15:51
50756         Log: Precedence goof, fix based on
50757              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
50758              From: Hugo <hv@crypt.compulink.co.uk>
50759              Date: Tue, 11 Jul 2000 12:52:38 +0100
50760              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
50761      Branch: cfgperl
50762            ! t/op/taint.t
50763 ____________________________________________________________________________
50764 [  6332] By: jhi                                   on 2000/07/11  12:40:17
50765         Log: Integrate with Sarathy.
50766      Branch: cfgperl
50767           !> win32/win32sck.c
50768 ____________________________________________________________________________
50769 [  6331] By: jhi                                   on 2000/07/10  20:14:16
50770         Log: Sprinkle ldlibpath.
50771      Branch: cfgperl
50772            ! pod/Makefile.SH
50773 ____________________________________________________________________________
50774 [  6330] By: jhi                                   on 2000/07/10  17:54:49
50775         Log: More POSIX.pod tweaks.
50776      Branch: cfgperl
50777            ! ext/POSIX/POSIX.pod
50778 ____________________________________________________________________________
50779 [  6329] By: jhi                                   on 2000/07/10  14:02:12
50780         Log: Reorder perl.pod once more.
50781      Branch: cfgperl
50782            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50783 ____________________________________________________________________________
50784 [  6328] By: gsar                                  on 2000/07/10  07:06:00
50785         Log: accept() leaks memory on windows due to incorrect ordering of
50786              closesocket() and fclose() calls
50787      Branch: perl
50788            ! win32/win32sck.c
50789 ____________________________________________________________________________
50790 [  6327] By: gsar                                  on 2000/07/10  06:49:17
50791         Log: winsock options weren't being set in all threads under ithreads
50792              (caused send()s from second and subsequent threads to fail)
50793      Branch: perl
50794            ! win32/win32sck.c
50795 ____________________________________________________________________________
50796 [  6326] By: jhi                                   on 2000/07/08  02:45:40
50797         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
50798              was cast to an unsigned (32-bit) integer with wild abandon.
50799      Branch: cfgperl
50800            ! ext/Devel/DProf/DProf.xs
50801 ____________________________________________________________________________
50802 [  6325] By: jhi                                   on 2000/07/07  18:50:33
50803         Log: Remove perlbook, update perlfaq book listing,
50804              rearrange perl.pod, regenerate perltoc.
50805      Branch: cfgperl
50806            - pod/perlbook.pod
50807            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
50808            ! pod/perlfaq2.pod pod/perltoc.pod
50809 ____________________________________________________________________________
50810 [  6324] By: jhi                                   on 2000/07/07  14:03:40
50811         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
50812      Branch: cfgperl
50813            ! sv.h toke.c
50814 ____________________________________________________________________________
50815 [  6323] By: jhi                                   on 2000/07/06  16:03:55
50816         Log: Fix complaints of buildtoc.
50817      Branch: cfgperl
50818            + lib/Win32.pod
50819            - pod/Win32.pod
50820            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50821 ____________________________________________________________________________
50822 [  6322] By: jhi                                   on 2000/07/06  15:15:52
50823         Log: Add =head1 NAMEs so that buildtoc is happy.
50824              (The CGI::Util nit reported to Lincoln.)
50825      Branch: cfgperl
50826            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
50827            ! pod/perltoc.pod
50828 ____________________________________________________________________________
50829 [  6321] By: jhi                                   on 2000/07/06  03:16:04
50830         Log: Config is being used.
50831      Branch: cfgperl
50832            ! t/op/method.t
50833 ____________________________________________________________________________
50834 [  6320] By: jhi                                   on 2000/07/06  03:13:13
50835         Log: Integrate with Sarathy.
50836      Branch: cfgperl
50837           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
50838 ____________________________________________________________________________
50839 [  6319] By: jhi                                   on 2000/07/06  03:11:46
50840         Log: Autogenerate pod/Makefile and pod/buildtoc.
50841              buildtoc also checks whether the existin pods are
50842              mentioned in MANIFEST and perl.pod, and vice versa.
50843              (None of the thusly found discrepancies fixed yet.)
50844              roffitall also needs to be autogenerated similarly but it
50845              seems so badly out of date that I didn't touch it yet.
50846      Branch: cfgperl
50847            + pod/Makefile.SH pod/buildtoc.PL
50848            - pod/Makefile pod/buildtoc
50849            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
50850 ____________________________________________________________________________
50851 [  6318] By: gsar                                  on 2000/07/05  22:10:54
50852         Log: fix UNC path handling on Windows under ithreads, and chdir()
50853              return value when given a non-existent directory
50854      Branch: perl
50855            ! win32/vdir.h
50856 ____________________________________________________________________________
50857 [  6317] By: gsar                                  on 2000/07/05  22:08:19
50858         Log: winsock cleanup never done on Windows (leads to handle leaks)
50859      Branch: perl
50860            ! win32/perllib.c win32/win32sck.c
50861 ____________________________________________________________________________
50862 [  6316] By: gsar                                  on 2000/07/05  22:06:19
50863         Log: some debugger output does not go to the socket when RemotePort is set
50864      Branch: perl
50865            ! lib/perl5db.pl
50866 ____________________________________________________________________________
50867 [  6315] By: jhi                                   on 2000/07/05  00:25:21
50868         Log: Integrate with Sarathy, preliminary fix for unicos
50869              alignment problems in [ID 20000612.002] Perl problem on Cray system.
50870      Branch: cfgperl
50871            ! sv.h
50872           !> pp_hot.c
50873 ____________________________________________________________________________
50874 [  6314] By: gsar                                  on 2000/07/04  23:34:02
50875         Log: tyop in change#6306
50876      Branch: perl
50877            ! pp_hot.c
50878 ____________________________________________________________________________
50879 [  6313] By: jhi                                   on 2000/07/04  22:14:38
50880         Log: Multiline string literals ENONPORTABLE.
50881      Branch: cfgperl
50882            ! pp_hot.c
50883 ____________________________________________________________________________
50884 [  6312] By: jhi                                   on 2000/07/04  20:34:44
50885         Log: Integrate with Sarathy.
50886      Branch: cfgperl
50887           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
50888           !> t/op/method.t
50889 ____________________________________________________________________________
50890 [  6311] By: jhi                                   on 2000/07/04  20:30:56
50891         Log: More POSIX.pod embellishment.
50892      Branch: cfgperl
50893            ! ext/POSIX/POSIX.pod
50894 ____________________________________________________________________________
50895 [  6310] By: gsar                                  on 2000/07/04  17:28:48
50896         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
50897      Branch: perl
50898            ! t/lib/b.t
50899 ____________________________________________________________________________
50900 [  6309] By: jhi                                   on 2000/07/04  17:22:18
50901         Log: The #6308 required a little bit more.
50902      Branch: cfgperl
50903            ! Makefile.SH win32/Makefile
50904 ____________________________________________________________________________
50905 [  6308] By: jhi                                   on 2000/07/04  16:35:24
50906         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
50907      Branch: cfgperl
50908            + lib/lib_pm.PL
50909            - lib/lib.pm.PL
50910            ! MANIFEST Makefile.SH
50911 ____________________________________________________________________________
50912 [  6307] By: jhi                                   on 2000/07/04  16:28:58
50913         Log: Win32 patches for cfgperl from Sarathy.
50914      Branch: cfgperl
50915            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
50916            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
50917            ! thread.h toke.c util.c win32/Makefile win32/win32.c
50918 ____________________________________________________________________________
50919 [  6306] By: gsar                                  on 2000/07/04  16:28:40
50920         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
50921              (from Richard Soderberg <rs@oregonnet.com>)
50922      Branch: perl
50923            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
50924 ____________________________________________________________________________
50925 [  6305] By: jhi                                   on 2000/07/04  16:24:24
50926         Log: Integrate with Sarathy.
50927      Branch: cfgperl
50928           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
50929           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50930           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
50931           !> proto.h win32/win32.c
50932 ____________________________________________________________________________
50933 [  6304] By: gsar                                  on 2000/07/04  16:17:24
50934         Log: missing perldiag entry for unpack("w",...) diagnostic (from
50935              Andreas Koenig)
50936      Branch: perl
50937            ! pod/perldiag.pod
50938 ____________________________________________________________________________
50939 [  6303] By: gsar                                  on 2000/07/04  16:14:44
50940         Log: remove rel2abs prototypes (from Barrie Slaymaker)
50941      Branch: perl
50942            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
50943            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50944 ____________________________________________________________________________
50945 [  6302] By: gsar                                  on 2000/07/04  04:59:35
50946         Log: adjust change#6299
50947      Branch: perl
50948            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
50949            ! win32/win32.c
50950 ____________________________________________________________________________
50951 [  6301] By: jhi                                   on 2000/07/04  04:50:07
50952         Log: Integrate with Sarathy.
50953      Branch: cfgperl
50954           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
50955           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
50956           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
50957 ____________________________________________________________________________
50958 [  6300] By: gsar                                  on 2000/07/04  04:42:09
50959         Log: PERL_OBJECT build tweak
50960      Branch: perl
50961            ! perl.h
50962 ____________________________________________________________________________
50963 [  6299] By: gsar                                  on 2000/07/04  04:37:00
50964         Log: fix memory leak on Windows (PL_sys_intern contents were never
50965              freed)
50966      Branch: perl
50967            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
50968            ! perlapi.c proto.h win32/win32.c
50969 ____________________________________________________________________________
50970 [  6298] By: gsar                                  on 2000/07/04  04:15:59
50971         Log: fix large memory leak that has been around for ever, masked by
50972              -DPURIFY (most of the arenas were never freed!)
50973      Branch: perl
50974            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
50975 ____________________________________________________________________________
50976 [  6297] By: gsar                                  on 2000/07/04  04:07:46
50977         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
50978      Branch: perl
50979            ! perl.c
50980 ____________________________________________________________________________
50981 [  6296] By: jhi                                   on 2000/06/30  18:28:37
50982         Log: Elaborate POSIX.pod.  Still needs work.
50983      Branch: cfgperl
50984            ! ext/POSIX/POSIX.pod
50985 ____________________________________________________________________________
50986 [  6295] By: jhi                                   on 2000/06/30  14:58:18
50987         Log: Point to perlipc for more SysV IPC examples.
50988      Branch: cfgperl
50989            ! pod/perlfunc.pod
50990 ____________________________________________________________________________
50991 [  6294] By: gsar                                  on 2000/06/30  14:47:45
50992         Log: slurp mode fix in change#4736 still not quite right
50993      Branch: perl
50994            ! pp_hot.c t/io/argv.t
50995 ____________________________________________________________________________
50996 [  6293] By: jhi                                   on 2000/06/30  12:02:55
50997         Log: Integrate with Sarathy.
50998      Branch: cfgperl
50999           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
51000 ____________________________________________________________________________
51001 [  6292] By: jhi                                   on 2000/06/30  12:01:11
51002         Log: From: simon@brecon.co.uk (Simon Cozens)
51003              Subject: UTF8 concat
51004              Date: 30 Jun 2000 06:13:25 GMT
51005              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
51006      Branch: cfgperl
51007            ! pp_hot.c
51008 ____________________________________________________________________________
51009 [  6291] By: gsar                                  on 2000/06/30  04:37:33
51010         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
51011              when @_ is modified, causing coredumps
51012      Branch: perl
51013            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
51014 ____________________________________________________________________________
51015 [  6290] By: jhi                                   on 2000/06/30  02:21:44
51016         Log: Integrate with Sarathy.
51017      Branch: cfgperl
51018           !> vms/vms.c vms/vmsish.h
51019 ____________________________________________________________________________
51020 [  6289] By: jhi                                   on 2000/06/30  02:21:02
51021         Log: Check VERSIONs.
51022      Branch: cfgperl
51023            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51024            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51025            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51026 ____________________________________________________________________________
51027 [  6288] By: jhi                                   on 2000/06/30  02:18:52
51028         Log: Integrate with Sarathy.
51029      Branch: cfgperl
51030           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
51031           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51032           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51033           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
51034 ____________________________________________________________________________
51035 [  6287] By: gsar                                  on 2000/06/30  02:17:08
51036         Log: integrate vmsperl changes into mainline
51037      Branch: perl
51038           !> vms/vms.c vms/vmsish.h
51039 ____________________________________________________________________________
51040 [  6285] By: gsar                                  on 2000/06/30  02:05:28
51041         Log: localize %INC in a Safe compartment so that use/require work
51042              (many other magic globals probably need similar treatment)
51043      Branch: perl
51044            ! ext/Opcode/Opcode.xs
51045 ____________________________________________________________________________
51046 [  6284] By: gsar                                  on 2000/06/30  01:54:54
51047         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
51048              about Windows
51049      Branch: perl
51050            ! pod/perlembed.pod
51051 ____________________________________________________________________________
51052 [  6283] By: jhi                                   on 2000/06/30  01:50:10
51053         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
51054              From: Barrie Slaymaker <barries@jester.slaysys.com>
51055              Date: Wed, 28 Jun 2000 11:35:29 -0400
51056              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
51057      Branch: perl
51058            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
51059            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
51060            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51061            ! lib/File/Spec/Win32.pm
51062 ____________________________________________________________________________
51063 [  6282] By: jhi                                   on 2000/06/29  22:57:22
51064         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
51065              From: Dan Sugalski <dan@sidhe.org>
51066              Date: Tue, 06 Jun 2000 11:59:50 -0400
51067              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
51068      Branch: cfgperl
51069            ! vms/vms.c
51070 ____________________________________________________________________________
51071 [  6281] By: jhi                                   on 2000/06/29  22:52:50
51072         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
51073              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51074              Date: Wed, 7 Jun 2000 04:02:04 -0500
51075              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
51076      Branch: cfgperl
51077            ! utils/h2xs.PL
51078 ____________________________________________________________________________
51079 [  6280] By: jhi                                   on 2000/06/29  22:45:47
51080         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
51081              From: rspier@pobox.com (Robert Spier)
51082              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
51083              Message-ID: <14654.31913.845602.610277@rls.cx>
51084      Branch: cfgperl
51085            ! utils/h2xs.PL
51086 ____________________________________________________________________________
51087 [  6279] By: jhi                                   on 2000/06/29  22:38:16
51088         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
51089              From: Tim Ayers <tayers@bridge.com>
51090              Date: Thu, 08 Jun 2000 08:11:06 +0200
51091              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
51092              [resent by Richard Foley, Message-Id probably wrong]
51093      Branch: cfgperl
51094            ! pod/perlsub.pod
51095 ____________________________________________________________________________
51096 [  6278] By: jhi                                   on 2000/06/29  22:21:45
51097         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
51098              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
51099              Date: Fri, 09 Jun 2000 12:39:27 -0400
51100              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
51101              (plus update the version "number" of Text::Wrap)
51102      Branch: cfgperl
51103            ! lib/Text/Wrap.pm
51104 ____________________________________________________________________________
51105 [  6277] By: jhi                                   on 2000/06/29  22:13:10
51106         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
51107              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51108              Date: Mon, 12 Jun 2000 14:55:59 +0100
51109              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
51110      Branch: cfgperl
51111            ! pod/perlfunc.pod
51112 ____________________________________________________________________________
51113 [  6276] By: jhi                                   on 2000/06/29  22:11:06
51114         Log: Subject: [PATCH] Re: eval documentation: context
51115              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51116              Date: Mon, 12 Jun 2000 15:07:29 +0100
51117              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
51118      Branch: cfgperl
51119            ! pod/perlfunc.pod
51120 ____________________________________________________________________________
51121 [  6275] By: jhi                                   on 2000/06/29  21:59:46
51122         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
51123              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51124              Date: Tue, 13 Jun 2000 02:43:48 -0500
51125              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
51126      Branch: cfgperl
51127            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
51128 ____________________________________________________________________________
51129 [  6274] By: jhi                                   on 2000/06/29  21:56:14
51130         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
51131              From: Andy Dougherty <doughera@lafayette.edu>
51132              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
51133              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
51134      Branch: cfgperl
51135            ! ext/File/Glob/Glob.pm
51136 ____________________________________________________________________________
51137 [  6273] By: jhi                                   on 2000/06/29  21:49:09
51138         Log: Subject: [PATCH] xsub attributes
51139              From: Doug MacEachern <dougm@covalent.net>
51140              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
51141              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
51142      Branch: cfgperl
51143            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
51144            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
51145 ____________________________________________________________________________
51146 [  6272] By: jhi                                   on 2000/06/29  21:41:28
51147         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
51148              From: Tom Phoenix <rootbeer@redcat.com>
51149              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
51150              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
51151      Branch: cfgperl
51152            ! lib/Net/Ping.pm
51153 ____________________________________________________________________________
51154 [  6271] By: jhi                                   on 2000/06/29  21:36:55
51155         Log: Subject: PATCH pod/perltie.pod
51156              From: Ian Phillipps <Ian.Phillipps@iname.com>
51157              Date: Fri, 16 Jun 2000 00:17:19 +0100
51158              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
51159              (only the first hunk, the second hunk had already been done
51160              by some other patch)
51161      Branch: cfgperl
51162            ! pod/perltie.pod
51163 ____________________________________________________________________________
51164 [  6270] By: jhi                                   on 2000/06/29  21:24:51
51165         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
51166              From: Nicholas Clark <nick@talking.bollo.cx>
51167              Date: Fri, 23 Jun 2000 16:21:15 +0100
51168              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
51169      Branch: cfgperl
51170            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
51171            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
51172 ____________________________________________________________________________
51173 [  6269] By: jhi                                   on 2000/06/29  19:38:15
51174         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
51175              silence few compiler warnings.
51176      Branch: cfgperl
51177            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
51178 ____________________________________________________________________________
51179 [  6268] By: jhi                                   on 2000/06/29  18:21:50
51180         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
51181              From: Dominic Dunlop <domo@computer.org> 
51182              Date: Thu, 29 Jun 2000 12:32:39 +0200 
51183              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
51184      Branch: cfgperl
51185            ! t/op/sprintf.t
51186 ____________________________________________________________________________
51187 [  6267] By: jhi                                   on 2000/06/29  18:16:07
51188         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
51189              From: Doug MacEachern <dougm@covalent.net>
51190              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
51191              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
51192      Branch: cfgperl
51193            + t/op/method2entersub.t
51194            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
51195            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51196            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
51197            ! xsutils.c
51198 ____________________________________________________________________________
51199 [  6266] By: jhi                                   on 2000/06/29  15:11:15
51200         Log: Subject: [PATCH 5.6.0] cygwin port
51201              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
51202              From: "Fifer, Eric" <EFifer@sanwaint.com>
51203              Date: Thu, 29 Jun 2000 12:58:29 +0100
51204      Branch: cfgperl
51205            ! cygwin/Makefile.SHs
51206 ____________________________________________________________________________
51207 [  6265] By: jhi                                   on 2000/06/29  15:04:05
51208         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
51209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51210              Date: Wed, 28 Jun 2000 17:50:12 -0700
51211              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
51212      Branch: cfgperl
51213            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51214 ____________________________________________________________________________
51215 [  6264] By: jhi                                   on 2000/06/29  15:00:57
51216         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
51217              From: Marty Lucich <marty@netcom.com>
51218              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
51219              Message-Id: <200006282116.OAA11148@netcom.com>
51220              ccdlflags update (the BSD/OS 4.1 part had already been taken
51221              care of by #6141).
51222      Branch: cfgperl
51223            ! hints/bsdos.sh
51224 ____________________________________________________________________________
51225 [  6263] By: jhi                                   on 2000/06/29  13:47:44
51226         Log: tr fixes from Simon Cozens
51227      Branch: cfgperl
51228            ! doop.c
51229 ____________________________________________________________________________
51230 [  6262] By: jhi                                   on 2000/06/28  18:46:01
51231         Log: Subject: 5.6.0 Patch for EPOC
51232              From: Olaf Flebbe <o.flebbe@gmx.de>
51233              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
51234              Message-ID: <23449.960929969@www11.gmx.net>
51235      Branch: cfgperl
51236            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
51237            ! epoc/epocish.h
51238 ____________________________________________________________________________
51239 [  6261] By: jhi                                   on 2000/06/28  18:29:07
51240         Log: Subject: Re: [PATCH cfgperl] BOMs away!
51241              From: simon@brecon.co.uk (Simon Cozens)
51242              Date: 17 Jun 2000 11:49:57 GMT
51243              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
51244      Branch: cfgperl
51245            ! pod/perldiag.pod t/comp/require.t toke.c
51246 ____________________________________________________________________________
51247 [  6260] By: jhi                                   on 2000/06/28  17:47:16
51248         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
51249              From: simon@brecon.co.uk (Simon Cozens) 
51250              Date: 17 Jun 2000 11:56:44 GMT 
51251              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
51252              pack U0, pack C0
51253      Branch: cfgperl
51254            ! pod/perlfunc.pod pp.c t/op/pack.t
51255 ____________________________________________________________________________
51256 [  6259] By: jhi                                   on 2000/06/28  16:43:17
51257         Log: perlnewmod was missing from MANIFEST.
51258      Branch: cfgperl
51259            ! MANIFEST
51260 ____________________________________________________________________________
51261 [  6258] By: jhi                                   on 2000/06/28  15:54:30
51262         Log: linenumber tweak
51263      Branch: cfgperl
51264            ! t/pragma/warn/regcomp
51265 ____________________________________________________________________________
51266 [  6257] By: jhi                                   on 2000/06/28  15:50:44
51267         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
51268              From: Doug MacEachern <dougm@covalent.net>
51269              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
51270              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
51271              (one part of the patch had been applied earlier)
51272      Branch: cfgperl
51273            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
51274 ____________________________________________________________________________
51275 [  6256] By: jhi                                   on 2000/06/28  15:40:22
51276         Log: tweaks from Simon Cozens to further fix tr/// under utf8
51277      Branch: cfgperl
51278            ! doop.c
51279 ____________________________________________________________________________
51280 [  6255] By: jhi                                   on 2000/06/28  15:33:45
51281         Log: small thinko tweaks
51282      Branch: cfgperl
51283            ! lib/IPC/Open3.pm t/op/my_stash.t
51284 ____________________________________________________________________________
51285 [  6254] By: jhi                                   on 2000/06/28  15:33:25
51286         Log: Subject: tr///, help wanted.
51287              From: simon@brecon.co.uk (Simon Cozens)
51288              Date: 28 Jun 2000 11:29:04 GMT
51289              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
51290      Branch: cfgperl
51291            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
51292            ! pp_proto.h proto.h t/op/tr.t
51293 ____________________________________________________________________________
51294 [  6253] By: jhi                                   on 2000/06/28  15:09:17
51295         Log: Paranoia tweak on #6249.
51296              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51297              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51298              Date: Sun, 25 Jun 2000 23:43:12 -0400
51299              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
51300      Branch: cfgperl
51301            ! lib/IPC/Open3.pm
51302 ____________________________________________________________________________
51303 [  6252] By: jhi                                   on 2000/06/28  15:01:38
51304         Log: Document #6249 and #6251.
51305      Branch: cfgperl
51306            ! lib/Exporter.pm lib/IPC/Open3.pm
51307 ____________________________________________________________________________
51308 [  6251] By: jhi                                   on 2000/06/28  14:50:43
51309         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
51310              From: Doug MacEachern <dougm@covalent.net>
51311              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
51312              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
51313      Branch: cfgperl
51314            ! lib/Exporter.pm
51315 ____________________________________________________________________________
51316 [  6250] By: jhi                                   on 2000/06/28  14:45:23
51317         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
51318              From: Doug MacEachern <dougm@covalent.net>
51319              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
51320              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
51321      Branch: cfgperl
51322            + t/op/my_stash.t
51323            ! MANIFEST embed.pl global.sym proto.h toke.c
51324 ____________________________________________________________________________
51325 [  6249] By: jhi                                   on 2000/06/28  14:36:34
51326         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
51327              From: Frank Tobin <ftobin@uiuc.edu>
51328              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51329              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51330      Branch: cfgperl
51331            ! lib/IPC/Open3.pm
51332 ____________________________________________________________________________
51333 [  6248] By: jhi                                   on 2000/06/28  14:11:25
51334         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51335              From: Mark-Jason Dominus <mjd@plover.com>
51336              Date: Tue, 27 Jun 2000 22:36:42 -0400
51337              Message-ID: <20000628023642.12166.qmail@plover.com>
51338      Branch: cfgperl
51339            ! pod/perlfunc.pod
51340 ____________________________________________________________________________
51341 [  6247] By: jhi                                   on 2000/06/27  12:46:37
51342         Log: Tweak $VERSION, patch from Doug MacEachern.
51343      Branch: cfgperl
51344            ! lib/File/Spec.pm
51345 ____________________________________________________________________________
51346 [  6246] By: jhi                                   on 2000/06/27  03:34:46
51347         Log: Allow for standalone testing.
51348      Branch: cfgperl
51349            ! t/lib/filefunc.t t/lib/filespec.t
51350 ____________________________________________________________________________
51351 [  6245] By: jhi                                   on 2000/06/27  02:50:02
51352         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
51353              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51354              Date: Sat, 24 Jun 2000 13:06:20 +0100
51355              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
51356      Branch: cfgperl
51357            ! ext/DynaLoader/DynaLoader_pm.PL
51358 ____________________________________________________________________________
51359 [  6244] By: jhi                                   on 2000/06/27  02:46:10
51360         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
51361              From: Doug MacEachern <dougm@covalent.net>
51362              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
51363              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
51364      Branch: cfgperl
51365            ! gv.c sv.c t/lib/peek.t
51366 ____________________________________________________________________________
51367 [  6243] By: jhi                                   on 2000/06/27  02:38:07
51368         Log: Subject: [PATCH] is_utf8_string
51369              From: simon@brecon.co.uk (Simon Cozens)
51370              Date: 26 Jun 2000 02:25:59 GMT
51371              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
51372      Branch: cfgperl
51373            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
51374            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
51375            ! proto.h utf8.c
51376 ____________________________________________________________________________
51377 [  6242] By: jhi                                   on 2000/06/27  02:24:00
51378         Log: Subject: [PATCH] bytes<->utf8 fixes
51379              From: simon@brecon.co.uk (Simon Cozens)
51380              Date: 26 Jun 2000 04:55:45 GMT
51381              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
51382      Branch: cfgperl
51383            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
51384 ____________________________________________________________________________
51385 [  6241] By: jhi                                   on 2000/06/27  02:12:42
51386         Log: Do no -warn on \_, only on \alpha.
51387              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
51388              From: David Dyck <dcd@tc.fluke.com>
51389              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
51390              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
51391      Branch: cfgperl
51392            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
51393 ____________________________________________________________________________
51394 [  6240] By: jhi                                   on 2000/06/27  02:00:01
51395         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
51396              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51397              Date: Mon, 26 Jun 2000 18:40:14 +0100
51398              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
51399      Branch: cfgperl
51400            ! utils/h2xs.PL
51401 ____________________________________________________________________________
51402 [  6239] By: jhi                                   on 2000/06/27  01:53:40
51403         Log: Configure maintenance.  Sever some dependency cycles,
51404              separate gccversion from the cc unit,
51405              address [ID 20000623.006] Configure script patch for using gcc on AIX
51406              (but solve it a little bit differently),
51407              unduplex some accidentally duplicated units,
51408              suggest using gcc if no cc available
51409              (p5p thread: "Solaris configure: counterproposal", 1999-09)
51410      Branch: cfgperl
51411            ! Configure Todo-5.6 config_h.SH
51412      Branch: metaconfig
51413            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
51414            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
51415      Branch: metaconfig/U/perl
51416            + gccvers.U
51417            ! d_getespwnam.U d_getprpwnam.U i_prot.U
51418 ____________________________________________________________________________
51419 [  6238] By: jhi                                   on 2000/06/25  18:04:56
51420         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
51421              From: Dan Sugalski <dan@sidhe.org>
51422              Date: Fri, 23 Jun 2000 17:00:00 -0400
51423              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
51424      Branch: cfgperl
51425            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
51426 ____________________________________________________________________________
51427 [  6237] By: jhi                                   on 2000/06/25  16:36:45
51428         Log: Tweak embed.pl, regen headers.
51429      Branch: cfgperl
51430            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
51431            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
51432            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
51433            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
51434            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
51435 ____________________________________________________________________________
51436 [  6236] By: jhi                                   on 2000/06/25  15:26:42
51437         Log: Regen headers.
51438      Branch: cfgperl
51439            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
51440            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
51441            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
51442            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
51443            ! regnodes.h warnings.h
51444 ____________________________________________________________________________
51445 [  6235] By: jhi                                   on 2000/06/23  19:39:35
51446         Log: The thread begun by
51447              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
51448              From: Kevin.Ruscoe@ubsw.com
51449              Date: Fri, 16 Jun 2000 16:38:51 +0100
51450              Message-Id: <H000019b03c300d6@MHS>
51451      Branch: cfgperl
51452            ! hints/solaris_2.sh
51453 ____________________________________________________________________________
51454 [  6234] By: jhi                                   on 2000/06/23  19:23:36
51455         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
51456              because when run as services (Win32ese for daemons)
51457              no environment variables are set and tmpdir ends up as /tmp,
51458              which is ambiguous.
51459              
51460              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
51461              From: matt@sergeant.org
51462              Date: 16 Jun 2000 16:30:43 -0000
51463              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
51464      Branch: cfgperl
51465            ! lib/File/Spec/Win32.pm
51466 ____________________________________________________________________________
51467 [  6233] By: jhi                                   on 2000/06/23  19:18:58
51468         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
51469              From: Mark-Jason Dominus <mjd@plover.com>
51470              Date: Fri, 16 Jun 2000 20:53:04 -0400
51471              Message-ID: <20000617005304.8008.qmail@plover.com>
51472      Branch: cfgperl
51473            ! op.h
51474 ____________________________________________________________________________
51475 [  6232] By: jhi                                   on 2000/06/23  16:10:02
51476         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
51477              From: simon@brecon.co.uk (Simon Cozens)
51478              Date: 19 Jun 2000 15:18:27 GMT
51479              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
51480              
51481              plus update pod/Makefile and regenerate perltoc
51482      Branch: cfgperl
51483            + pod/perlutil.pod
51484            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
51485 ____________________________________________________________________________
51486 [  6231] By: jhi                                   on 2000/06/23  15:19:18
51487         Log: Subject: [PATCH 5.6.0] cygwin port
51488              From: "Fifer, Eric" <EFifer@sanwaint.com>
51489              Date: Tue, 20 Jun 2000 14:30:58 +0100
51490              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
51491      Branch: cfgperl
51492            ! README.cygwin lib/File/Find.pm
51493 ____________________________________________________________________________
51494 [  6230] By: jhi                                   on 2000/06/23  14:25:21
51495         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
51496      Branch: cfgperl
51497            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
51498            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
51499            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51500            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
51501 ____________________________________________________________________________
51502 [  6229] By: jhi                                   on 2000/06/23  14:13:34
51503         Log: Subject: README.hpux version 0.6.1
51504              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
51505              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51506              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
51507      Branch: cfgperl
51508            ! README.hpux
51509 ____________________________________________________________________________
51510 [  6228] By: jhi                                   on 2000/06/23  14:07:20
51511         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
51512              From: Doug MacEachern <dougm@covalent.net>
51513              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
51514              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
51515      Branch: cfgperl
51516            ! op.c
51517 ____________________________________________________________________________
51518 [  6227] By: jhi                                   on 2000/06/23  14:01:06
51519         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
51520              From: Doug MacEachern <dougm@covalent.net>
51521              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
51522              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
51523      Branch: cfgperl
51524            + lib/lib.pm.PL
51525            - lib/lib.pm
51526            ! MANIFEST Makefile.SH
51527 ____________________________________________________________________________
51528 [  6226] By: jhi                                   on 2000/06/23  13:53:07
51529         Log: Subject: [PATCH] remove forward declarations in Socket.pm
51530              From: Doug MacEachern <dougm@covalent.net>
51531              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
51532              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
51533              
51534              From: Doug MacEachern <dougm@covalent.net>
51535              Subject: Re: [PATCH] remove forward declarations in Socket.pm
51536              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
51537              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
51538      Branch: cfgperl
51539            ! ext/Socket/Socket.pm op.c
51540 ____________________________________________________________________________
51541 [  6225] By: jhi                                   on 2000/06/23  13:41:52
51542         Log: Add source code filenames to apidoc.
51543              From: simon@brecon.co.uk (Simon Cozens)
51544              Subject: [PATCH embed.pl] Source X-ref
51545              Date: 22 Jun 2000 02:18:49 GMT
51546              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
51547      Branch: cfgperl
51548            ! embed.pl
51549 ____________________________________________________________________________
51550 [  6224] By: jhi                                   on 2000/06/23  13:32:33
51551         Log: A way to avoid English.pm performance hit.
51552              From: root <root@jester.slaysys.com>
51553              Subject: [YAPATCH English.pm] My turn to putt again
51554              Date: Thu, 22 Jun 2000 20:33:58 -0400
51555              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
51556      Branch: cfgperl
51557            ! lib/English.pm t/lib/english.t
51558 ____________________________________________________________________________
51559 [  6223] By: jhi                                   on 2000/06/23  13:27:06
51560         Log: Avoid double close().
51561              Subject: [PATCH] avoid double close()
51562              From: Doug MacEachern <dougm@covalent.net>
51563              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
51564              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
51565      Branch: cfgperl
51566            ! doio.c
51567 ____________________________________________________________________________
51568 [  6222] By: jhi                                   on 2000/06/23  13:25:54
51569         Log: doc typo fix
51570              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
51571              From: Ian Phillipps <Ian.Phillipps@iname.com>
51572              Date: Fri, 23 Jun 2000 10:40:58 +0100
51573              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
51574      Branch: cfgperl
51575            ! lib/Pod/Usage.pm
51576 ____________________________________________________________________________
51577 [  6221] By: jhi                                   on 2000/06/23  13:24:15
51578         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
51579              From: simon@brecon.co.uk (Simon Cozens)
51580              Subject: [PATCH] Eliminate tr///[CU][CU]
51581              Date: 23 Jun 2000 11:05:40 GMT
51582              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
51583      Branch: cfgperl
51584            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
51585 ____________________________________________________________________________
51586 [  6220] By: jhi                                   on 2000/06/22  16:07:51
51587         Log: Win32 patches from Benjamin Stuhl.
51588      Branch: cfgperl
51589            ! makedef.pl win32/win32.h
51590 ____________________________________________________________________________
51591 [  6219] By: jhi                                   on 2000/06/22  16:06:34
51592         Log: Bytecode patches from Benjamin Stuhl.
51593      Branch: cfgperl
51594            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51595            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51596            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51597 ____________________________________________________________________________
51598 [  6218] By: jhi                                   on 2000/06/15  23:54:16
51599         Log: Bytecode patches from Benjamin Stuhl.
51600      Branch: cfgperl
51601            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51602 ____________________________________________________________________________
51603 [  6217] By: jhi                                   on 2000/06/09  13:38:29
51604         Log: Rename the fdpid locking and integrate with Sarathy.
51605      Branch: cfgperl
51606            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
51607            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
51608            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
51609            ! win32/win32.c
51610           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
51611 ____________________________________________________________________________
51612 [  6216] By: gsar                                  on 2000/06/08  14:54:21
51613         Log: be more optimal about clearing @_
51614      Branch: perl
51615            ! cop.h
51616 ____________________________________________________________________________
51617 [  6215] By: gsar                                  on 2000/06/08  14:33:04
51618         Log: tweak comment about @DB::args
51619      Branch: perl
51620            ! av.h pp_ctl.c
51621 ____________________________________________________________________________
51622 [  6214] By: gsar                                  on 2000/06/08  13:57:54
51623         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
51624              caller() wants to populate @DB::args with it (causes a coredump
51625              in Carp::confess())
51626      Branch: perl
51627            ! cop.h t/op/runlevel.t
51628 ____________________________________________________________________________
51629 [  6213] By: gsar                                  on 2000/06/08  07:06:35
51630         Log: back out change#6106 (seems problematic)
51631      Branch: perl
51632            ! hints/solaris_2.sh
51633 ____________________________________________________________________________
51634 [  6212] By: jhi                                   on 2000/06/07  03:10:36
51635         Log: Continuing mopup for #6204.
51636      Branch: cfgperl
51637            ! ext/B/defsubs_h.PL
51638 ____________________________________________________________________________
51639 [  6211] By: jhi                                   on 2000/06/07  02:41:50
51640         Log: Mopup for #6204.
51641              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
51642              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
51643              This is comes from const() where POK isn't on when expected.
51644      Branch: cfgperl
51645            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
51646            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51647            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
51648            ! perlapi.h pod/perlapi.pod
51649 ____________________________________________________________________________
51650 [  6210] By: jhi                                   on 2000/06/07  01:56:29
51651         Log: Mopup for #6207 and #6209.
51652      Branch: cfgperl
51653            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
51654 ____________________________________________________________________________
51655 [  6209] By: jhi                                   on 2000/06/07  01:33:12
51656         Log: Lock PL_fdpid against race conditions, based on:
51657              Subject: [PATCH 5.6.0]subprocess fixup for threads
51658              From: Dan Sugalski <dan@sidhe.org>
51659              To: perl5-porters@perl.org
51660              Date: Tue, 11 Apr 2000 17:02:32 -0400
51661              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
51662      Branch: cfgperl
51663            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
51664            ! win32/win32.c
51665 ____________________________________________________________________________
51666 [  6208] By: jhi                                   on 2000/06/07  01:05:23
51667         Log: Regen headers for #6207.
51668      Branch: cfgperl
51669            ! embed.h global.sym objXSUB.h proto.h
51670 ____________________________________________________________________________
51671 [  6207] By: jhi                                   on 2000/06/06  23:43:13
51672         Log: Subject: [PATCH 5.6.0] Threadsafe patches
51673              From: Dan Sugalski <dan@sidhe.org>
51674              To: perl5-porters@perl.org
51675              Date: Mon, 08 May 2000 18:08:13 -0400
51676              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
51677      Branch: cfgperl
51678            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
51679            ! proto.h sv.h util.c
51680 ____________________________________________________________________________
51681 [  6206] By: jhi                                   on 2000/06/06  23:21:23
51682         Log: Subject: [PATCH] Eliminate $a/$b in pod
51683              From: David Glasser <me@davidglasser.net>
51684              To: perl5-porters@perl.org
51685              Date: Mon, 29 May 2000 21:15:59 -0400
51686              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
51687      Branch: cfgperl
51688            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
51689            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
51690            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
51691            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
51692            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
51693            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
51694            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
51695            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
51696            ! pod/perlvar.pod pod/perlxs.pod
51697 ____________________________________________________________________________
51698 [  6205] By: jhi                                   on 2000/06/06  23:12:14
51699         Log: Subject: [PATCH] Win32 improvements
51700              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
51701              To: gsar@activestate.com, perl5-porters@perl.org
51702              Date: Mon, 29 May 2000 17:22:24 PDT
51703              Message-ID: <20000530002224.91142.qmail@hotmail.com>
51704              (MUA had mangled many lines by wordwrapping)
51705      Branch: cfgperl
51706            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
51707 ____________________________________________________________________________
51708 [  6204] By: jhi                                   on 2000/06/06  23:01:50
51709         Log: Subject: [PATCH] B::Bytecode patches
51710              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
51711              To: gsar@activestate.com, jhi@iki.fi
51712              Cc: perl5-porters@perl.org
51713              Message-ID: <20000602202526.48694.qmail@hotmail.com>
51714              (MUA had mangled many lines by wordwrapping)
51715      Branch: cfgperl
51716            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
51717            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
51718            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51719            ! intrpvar.h perl.c
51720 ____________________________________________________________________________
51721 [  6203] By: jhi                                   on 2000/06/06  22:32:43
51722         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
51723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51724              Date: Tue, 06 Jun 2000 13:07:45 -0700
51725              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
51726      Branch: cfgperl
51727            ! pod/perldiag.pod
51728 ____________________________________________________________________________
51729 [  6202] By: jhi                                   on 2000/06/06  19:38:35
51730         Log: Integrate with Sarathy.
51731      Branch: cfgperl
51732           !> perl.c
51733 ____________________________________________________________________________
51734 [  6201] By: gsar                                  on 2000/06/06  00:42:59
51735         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
51736              does a PUSHMARK that's never ever POPMARKed; in general, only
51737              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
51738              Perl_eval_[sp]v() don't because they don't take any incoming
51739              arguments (this leak has been around since the original version
51740              of perl_eval_pv() in 5.003_97e)
51741      Branch: perl
51742            ! perl.c
51743 ____________________________________________________________________________
51744 [  6200] By: jhi                                   on 2000/06/04  03:44:52
51745         Log: Update to cperl-mode.el 4.31 from
51746              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
51747              Subject: A couple of notes
51748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51749              To: Mailing list Perl5 <perl5-porters@perl.org>
51750              Date: Sat, 3 Jun 2000 23:33:32 -0400
51751              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
51752      Branch: cfgperl
51753            ! emacs/cperl-mode.el
51754 ____________________________________________________________________________
51755 [  6199] By: jhi                                   on 2000/06/03  15:11:05
51756         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
51757              From: Dan Sugalski <dan@sidhe.org>
51758              To: perl5-porters@perl.org, vmsperl@perl.org
51759              Date: Fri, 02 Jun 2000 17:30:51 -0400
51760              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
51761      Branch: cfgperl
51762            ! vms/descrip_mms.template vms/gen_shrfls.pl
51763 ____________________________________________________________________________
51764 [  6198] By: jhi                                   on 2000/06/03  14:59:15
51765         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
51766              From: Dan Sugalski <dan@sidhe.org>
51767              To: vmsperl@perl.org, perl5-porters@perl.org
51768              Date: Fri, 02 Jun 2000 16:00:41 -0400
51769              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
51770              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
51771      Branch: cfgperl
51772            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
51773            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
51774            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
51775 ____________________________________________________________________________
51776 [  6197] By: jhi                                   on 2000/06/03  14:41:30
51777         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
51778              From: John Borwick <jhborwic@unity.ncsu.edu>
51779              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
51780              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
51781      Branch: cfgperl
51782            ! pod/perlsyn.pod
51783 ____________________________________________________________________________
51784 [  6196] By: jhi                                   on 2000/06/03  14:38:09
51785         Log: Integrate with Sarathy.
51786      Branch: cfgperl
51787           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
51788           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
51789           !> vms/perly_c.vms
51790 ____________________________________________________________________________
51791 [  6195] By: gsar                                  on 2000/06/02  22:43:13
51792         Log: fix yet another eval"" leak under USE_ITHREADS
51793      Branch: perl
51794            ! op.c
51795 ____________________________________________________________________________
51796 [  6194] By: gsar                                  on 2000/06/02  18:22:06
51797         Log: fix small eval"" memory leaks under USE_ITHREADS
51798      Branch: perl
51799            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
51800            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
51801            ! vms/perly_c.vms
51802 ____________________________________________________________________________
51803 [  6193] By: jhi                                   on 2000/06/01  13:03:56
51804         Log: Signals-be-gone for microperl.
51805      Branch: cfgperl
51806            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
51807 ____________________________________________________________________________
51808 [  6192] By: jhi                                   on 2000/06/01  12:52:02
51809         Log: Integrate with Sarathy.
51810      Branch: cfgperl
51811           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
51812           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
51813           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
51814           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
51815           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
51816           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
51817           !> t/op/vec.t utils/h2xs.PL
51818 ____________________________________________________________________________
51819 [  6191] By: gsar                                  on 2000/06/01  09:38:21
51820         Log: vec() loses numericalness (modified version of patch suggested
51821              by Robin Barker)
51822      Branch: perl
51823            ! doop.c t/op/vec.t
51824 ____________________________________________________________________________
51825 [  6190] By: gsar                                  on 2000/06/01  09:26:15
51826         Log: submit missing embed.pl change
51827      Branch: perl
51828            ! embed.pl
51829 ____________________________________________________________________________
51830 [  6189] By: gsar                                  on 2000/06/01  09:05:34
51831         Log: counting tr/// corrupts later operation (from M.J.T Guy)
51832      Branch: perl
51833            ! doop.c t/op/tr.t
51834 ____________________________________________________________________________
51835 [  6188] By: gsar                                  on 2000/06/01  08:58:39
51836         Log: h2xs tweaks
51837      Branch: perl
51838            ! utils/h2xs.PL
51839 ____________________________________________________________________________
51840 [  6187] By: gsar                                  on 2000/06/01  08:50:07
51841         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
51842              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51843      Branch: perl
51844            + lib/Pod/LaTeX.pm
51845            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
51846            ! pod/pod2latex.PL
51847 ____________________________________________________________________________
51848 [  6186] By: gsar                                  on 2000/06/01  08:24:40
51849         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
51850              <wolfgang.laun@alcatel.at>)
51851      Branch: perl
51852            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
51853            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
51854 ____________________________________________________________________________
51855 [  6185] By: gsar                                  on 2000/06/01  08:12:00
51856         Log: remove incorrect documentation about implicit split to @_ in
51857              list context, which never really worked in perl 5 (from
51858              M.J.T. Guy)
51859      Branch: perl
51860            ! pod/perlfunc.pod pod/perltrap.pod
51861 ____________________________________________________________________________
51862 [  6184] By: gsar                                  on 2000/06/01  07:52:27
51863         Log: tweak for change#6127
51864      Branch: perl
51865            ! perl.c
51866 ____________________________________________________________________________
51867 [  6183] By: gsar                                  on 2000/06/01  07:41:02
51868         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
51869              <nick@ccl4.org>)
51870      Branch: perl
51871            + t/lib/selfloader.t
51872            ! MANIFEST lib/SelfLoader.pm
51873 ____________________________________________________________________________
51874 [  6182] By: jhi                                   on 2000/06/01  00:34:42
51875         Log: Be Cleaner Part Deux.
51876      Branch: cfgperl
51877            ! Makefile.SH
51878 ____________________________________________________________________________
51879 [  6181] By: jhi                                   on 2000/06/01  00:32:09
51880         Log: Integrate with Sarathy.
51881      Branch: cfgperl
51882           !> pp.c t/op/arith.t
51883 ____________________________________________________________________________
51884 [  6180] By: jhi                                   on 2000/06/01  00:31:13
51885         Log: microperl nits from Simon Cozens.
51886      Branch: cfgperl
51887            + uconfig.h
51888            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
51889            ! unixish.h
51890 ____________________________________________________________________________
51891 [  6179] By: gsar                                  on 2000/05/31  22:37:51
51892         Log: buggy modulus on UVs introduced by change#3378 (resulted in
51893              4063328477 % 65535 amounting to 27406, instead of 27407)
51894      Branch: perl
51895            ! pp.c t/op/arith.t
51896 ____________________________________________________________________________
51897 [  6178] By: jhi                                   on 2000/05/31  21:52:41
51898         Log: Be cleaner.
51899      Branch: cfgperl
51900            ! Makefile.SH
51901 ____________________________________________________________________________
51902 [  6177] By: jhi                                   on 2000/05/31  21:47:33
51903         Log: Substitution utf8 patch from Simon Cozens.
51904      Branch: cfgperl
51905            ! pp_hot.c
51906 ____________________________________________________________________________
51907 [  6176] By: jhi                                   on 2000/05/31  21:45:34
51908         Log: Single-quoted utf8 patch from Simon Cozens.
51909      Branch: cfgperl
51910            ! toke.c
51911 ____________________________________________________________________________
51912 [  6175] By: jhi                                   on 2000/05/31  21:40:18
51913         Log: Integrate with Sarathy.
51914      Branch: cfgperl
51915           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
51916 ____________________________________________________________________________
51917 [  6174] By: jhi                                   on 2000/05/31  21:37:31
51918         Log: microperl changes from Simon Cozens; Makefile for microperl
51919              written from scratch; few casts added as microperl compilation
51920              doesn't have all prototypes available.
51921      Branch: cfgperl
51922            + Makefile.micro README.micro Todo.micro uconfig.sh
51923            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
51924            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
51925      Branch: metaconfig
51926            + U/modified/Config_h.U
51927 ____________________________________________________________________________
51928 [  6173] By: jhi                                   on 2000/05/31  20:00:24
51929         Log: metaconfig maintenance.
51930      Branch: metaconfig
51931            + U/modified/Inhdr.U U/typedefs/inotype.U
51932      Branch: metaconfig/U/perl
51933            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
51934            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
51935 ____________________________________________________________________________
51936 [  6172] By: gsar                                  on 2000/05/31  05:05:42
51937         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
51938              (from Ilya Zakharevich)
51939      Branch: perl
51940            ! regexec.c t/op/re_tests
51941 ____________________________________________________________________________
51942 [  6171] By: gsar                                  on 2000/05/31  05:01:47
51943         Log: scalar() doesn't force scalar context when used in void context
51944              (from Simon Cozens)
51945      Branch: perl
51946            ! op.c t/op/wantarray.t
51947 ____________________________________________________________________________
51948 [  6170] By: gsar                                  on 2000/05/31  04:41:33
51949         Log: change#6142 needs tweaks to tests to work where there's no symlink()
51950              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51951      Branch: perl
51952            ! t/lib/filefind.t
51953 ____________________________________________________________________________
51954 [  6169] By: gsar                                  on 2000/05/31  04:29:49
51955         Log: integrate cfgperl contents into mainline
51956      Branch: perl
51957           +> pod/perlmodlib.PL pod/perlnewmod.pod
51958           !> (integrate 42 files)
51959 ____________________________________________________________________________
51960 [  6168] By: jhi                                   on 2000/05/30  22:53:37
51961         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
51962      Branch: cfgperl
51963            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51964            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
51965            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
51966            ! win32/config.bc win32/config.gc win32/config.vc
51967            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51968            ! win32/config_h.PL win32/config_sh.PL
51969      Branch: metaconfig/U/perl
51970            ! perlxv.U
51971 ____________________________________________________________________________
51972 [  6167] By: jhi                                   on 2000/05/30  22:20:21
51973         Log: tweak todo 
51974      Branch: cfgperl
51975            ! Todo-5.6
51976 ____________________________________________________________________________
51977 [  6166] By: jhi                                   on 2000/05/30  22:11:51
51978         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
51979              in case somebody wants to write an extension for more
51980              shadow database interfaces.
51981      Branch: cfgperl
51982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51983            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
51984            ! vos/config.def vos/config.h vos/config_h.SH_orig
51985            ! win32/config.bc win32/config.gc win32/config.vc
51986            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51987      Branch: metaconfig
51988            ! U/modified/Myinit.U
51989      Branch: metaconfig/U/perl
51990            + d_getespwnam.U d_getprpwnam.U i_prot.U
51991 ____________________________________________________________________________
51992 [  6165] By: jhi                                   on 2000/05/30  18:35:34
51993         Log: Integrate with Sarathy.
51994      Branch: cfgperl
51995           !> op.c
51996 ____________________________________________________________________________
51997 [  6164] By: jhi                                   on 2000/05/30  18:30:16
51998         Log: detypo
51999      Branch: cfgperl
52000            ! Configure config_h.SH
52001      Branch: metaconfig/U/perl
52002            ! perlxv.U
52003 ____________________________________________________________________________
52004 [  6163] By: gsar                                  on 2000/05/30  03:24:03
52005         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
52006      Branch: perl
52007            ! op.c
52008 ____________________________________________________________________________
52009 [  6162] By: gsar                                  on 2000/05/30  03:09:38
52010         Log: fix memory leak in method call optimization (change#3768);
52011              made C<eval "$x->foo()"> leak
52012      Branch: perl
52013            ! op.c
52014 ____________________________________________________________________________
52015 [  6161] By: jhi                                   on 2000/05/29  17:56:26
52016         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
52017              both from Simon Cozens.
52018      Branch: cfgperl
52019            + pod/perlmodlib.PL pod/perlnewmod.pod
52020            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
52021            ! pod/perlmodlib.pod pod/perltoc.pod
52022 ____________________________________________________________________________
52023 [  6160] By: jhi                                   on 2000/05/29  17:23:55
52024         Log: Changes for the File::Temp 0.08 (change #6159) test suite
52025              to fit better into the Perl distribution test framework.
52026      Branch: cfgperl
52027            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
52028            ! t/lib/ftmp-tempfile.t
52029 ____________________________________________________________________________
52030 [  6159] By: jhi                                   on 2000/05/29  16:55:36
52031         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
52032      Branch: cfgperl
52033            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52034            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52035 ____________________________________________________________________________
52036 [  6158] By: bailey                                on 2000/05/29  16:22:08
52037         Log: Add fallback to tmpfile for use in cases where user's relying on
52038              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
52039              Lane's patch)
52040      Branch: vmsperl
52041            ! vms/vms.c vms/vmsish.h
52042 ____________________________________________________________________________
52043 [  6157] By: jhi                                   on 2000/05/29  03:10:36
52044         Log: Regen Configure to jive with #6149.
52045      Branch: cfgperl
52046            ! Configure
52047      Branch: metaconfig
52048            ! U/modified/Getfile.U
52049 ____________________________________________________________________________
52050 [  6156] By: jhi                                   on 2000/05/29  03:01:38
52051         Log: Integrate with Sarathy.
52052      Branch: cfgperl
52053           +> ext/DynaLoader/dl_mac.xs
52054           !> (integrate 38 files)
52055 ____________________________________________________________________________
52056 [  6155] By: gsar                                  on 2000/05/28  21:15:58
52057         Log: small bug in change#6144; remove random \xA0 character that snuck
52058              in via change#6145
52059      Branch: perl
52060            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
52061 ____________________________________________________________________________
52062 [  6154] By: gsar                                  on 2000/05/28  21:04:19
52063         Log: avoid type mismatch warning
52064      Branch: perl
52065            ! perl.c
52066 ____________________________________________________________________________
52067 [  6153] By: gsar                                  on 2000/05/28  20:58:31
52068         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
52069              <nick@Bagpuss.uk.boo.com>)
52070      Branch: perl
52071            ! lib/Test/Harness.pm
52072 ____________________________________________________________________________
52073 [  6152] By: gsar                                  on 2000/05/28  20:53:42
52074         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
52075      Branch: perl
52076            ! regexec.c
52077 ____________________________________________________________________________
52078 [  6151] By: gsar                                  on 2000/05/28  20:50:28
52079         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
52080      Branch: perl
52081            ! regexec.c
52082 ____________________________________________________________________________
52083 [  6150] By: gsar                                  on 2000/05/28  20:39:58
52084         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
52085      Branch: perl
52086            ! pod/perlrequick.pod
52087 ____________________________________________________________________________
52088 [  6149] By: gsar                                  on 2000/05/28  20:35:16
52089         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
52090              <troc@netrus.net>)
52091      Branch: perl
52092            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
52093            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
52094            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
52095            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
52096 ____________________________________________________________________________
52097 [  6148] By: gsar                                  on 2000/05/28  20:21:07
52098         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
52099      Branch: perl
52100            ! lib/ExtUtils/MM_Unix.pm
52101 ____________________________________________________________________________
52102 [  6147] By: gsar                                  on 2000/05/28  20:12:41
52103         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
52104              (from Peter Prymmer)
52105      Branch: perl
52106            ! vms/subconfigure.com
52107 ____________________________________________________________________________
52108 [  6146] By: gsar                                  on 2000/05/28  20:06:15
52109         Log: doc typo
52110      Branch: perl
52111            ! lib/warnings.pm warnings.h warnings.pl
52112 ____________________________________________________________________________
52113 [  6145] By: gsar                                  on 2000/05/28  18:44:33
52114         Log: make xsubpp skip embedded pod (from Matthias Neeracher
52115              <neeri@iis.ee.ethz.ch>)
52116      Branch: perl
52117            ! lib/ExtUtils/xsubpp
52118 ____________________________________________________________________________
52119 [  6144] By: gsar                                  on 2000/05/28  18:42:49
52120         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
52121              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
52122              <neeri@iis.ee.ethz.ch>)
52123      Branch: perl
52124            ! lib/AutoSplit.pm
52125 ____________________________________________________________________________
52126 [  6143] By: gsar                                  on 2000/05/28  18:41:12
52127         Log: MacOS support, part 1 (from Matthias Neeracher
52128              <neeri@iis.ee.ethz.ch>)
52129      Branch: perl
52130            + ext/DynaLoader/dl_mac.xs
52131            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
52132            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
52133            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
52134            ! util.h
52135 ____________________________________________________________________________
52136 [  6142] By: gsar                                  on 2000/05/28  18:21:51
52137         Log: File::Find fails to chdir when chasing symlinks (from
52138              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52139      Branch: perl
52140            ! lib/File/Find.pm t/lib/filefind.t
52141 ____________________________________________________________________________
52142 [  6141] By: jhi                                   on 2000/05/28  14:25:15
52143         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
52144              forwarded by Peter Seebach from the bsdi-users mailing list.
52145              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
52146      Branch: perl
52147            ! hints/bsdos.sh
52148 ____________________________________________________________________________
52149 [  6140] By: jhi                                   on 2000/05/28  14:11:57
52150         Log: Integrate with Sarathy.
52151      Branch: cfgperl
52152           +> (branch 30 files)
52153           !> (integrate 93 files)
52154 ____________________________________________________________________________
52155 [  6139] By: gsar                                  on 2000/05/28  10:01:48
52156         Log: revise mktables.PL for bugs and newness in Unicode 3.0
52157              (from James Bence <jbence@amgen.com>)
52158      Branch: perl
52159            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
52160            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
52161            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
52162            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
52163            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
52164            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
52165            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
52166            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
52167            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
52168            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
52169            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
52170            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
52171            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
52172            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
52173            + lib/unicode/Is/SylWU.pl
52174            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
52175            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52176            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52177            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52178            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52179            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52180            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52181            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52182            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52183            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52184            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52185            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52186            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52187            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52188            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
52189            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
52190            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
52191            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
52192            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
52193            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
52194            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
52195            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
52196            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
52197            ! lib/unicode/Makefile lib/unicode/mktables.PL
52198 ____________________________________________________________________________
52199 [  6138] By: gsar                                  on 2000/05/28  08:50:32
52200         Log: add note about the handling of negative indices to tied arrays
52201              (from Michael G Schwern <schwern@pobox.com>)
52202      Branch: perl
52203            ! pod/perltie.pod
52204 ____________________________________________________________________________
52205 [  6137] By: gsar                                  on 2000/05/28  08:46:10
52206         Log: fix bogus redeclaration warning for "our" variables in different
52207              scopes
52208      Branch: perl
52209            ! op.c t/pragma/strict-vars
52210 ____________________________________________________________________________
52211 [  6136] By: gsar                                  on 2000/05/28  08:31:20
52212         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
52213      Branch: perl
52214            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
52215 ____________________________________________________________________________
52216 [  6135] By: gsar                                  on 2000/05/28  08:17:50
52217         Log: enable Test::Harness to dynamically determine column width etc.
52218              (from Rob Napier <rnapier@employees.org>)
52219      Branch: perl
52220            ! lib/Test/Harness.pm
52221 ____________________________________________________________________________
52222 [  6134] By: gsar                                  on 2000/05/28  08:13:39
52223         Log: make Test::Harness use wait.h/WCOREDUMP if available
52224              (from Ben Tilly <ben_tilly@hotmail.com>)
52225      Branch: perl
52226            ! lib/Test/Harness.pm
52227 ____________________________________________________________________________
52228 [  6133] By: gsar                                  on 2000/05/28  08:08:05
52229         Log: elide bogus test in change#6132
52230      Branch: perl
52231            ! t/pragma/warn/9enabled
52232 ____________________________________________________________________________
52233 [  6132] By: gsar                                  on 2000/05/28  08:03:14
52234         Log: warnings::enabled() doesn't fall back to looking at $^W if
52235              caller isn't using lexical warnings (from Paul Marquess)
52236      Branch: perl
52237            ! pp_ctl.c t/pragma/warn/9enabled
52238 ____________________________________________________________________________
52239 [  6131] By: gsar                                  on 2000/05/28  07:57:47
52240         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
52241      Branch: perl
52242            ! ext/POSIX/POSIX.pm
52243 ____________________________________________________________________________
52244 [  6130] By: gsar                                  on 2000/05/28  07:29:12
52245         Log: fix places that mean C<"word" character> but say C<alphanumeric
52246              character>
52247      Branch: perl
52248            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
52249 ____________________________________________________________________________
52250 [  6129] By: gsar                                  on 2000/05/28  07:18:41
52251         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
52252      Branch: perl
52253            ! vms/test.com
52254 ____________________________________________________________________________
52255 [  6128] By: gsar                                  on 2000/05/28  07:12:55
52256         Log: new perlxstut example for passing/returning refs to arrays
52257              (from David Lowe <dlowe@pootpoot.com>)
52258      Branch: perl
52259            ! pod/perlxstut.pod
52260 ____________________________________________________________________________
52261 [  6127] By: gsar                                  on 2000/05/28  07:02:50
52262         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
52263              failed (from Gisle Aas)
52264      Branch: perl
52265            ! cop.h perl.c
52266 ____________________________________________________________________________
52267 [  6126] By: gsar                                  on 2000/05/28  06:39:53
52268         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
52269              (reworked variant of patch suggested by Simon Cozens)
52270      Branch: perl
52271            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
52272            ! pp_hot.c proto.h t/op/gv.t
52273 ____________________________________________________________________________
52274 [  6125] By: gsar                                  on 2000/05/28  05:14:55
52275         Log: enable propagating exception objects via Perl_croak() in XS code
52276              (from Gisle Aas)
52277      Branch: perl
52278            ! util.c
52279 ____________________________________________________________________________
52280 [  6124] By: gsar                                  on 2000/05/28  05:07:28
52281         Log: integrate vmsperl contents into mainline
52282      Branch: perl
52283           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
52284           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
52285           !> vms/vmsish.h
52286 ____________________________________________________________________________
52287 [  6123] By: gsar                                  on 2000/05/28  05:03:53
52288         Log: clarify gotcha with #line directives (from Rocco Caputo
52289              <troc@netrus.net>)
52290      Branch: perl
52291            ! pod/perldebug.pod pod/perlsyn.pod
52292 ____________________________________________________________________________
52293 [  6122] By: gsar                                  on 2000/05/28  04:58:29
52294         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
52295              (from Mark-Jason Dominus)
52296      Branch: perl
52297            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
52298            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
52299            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
52300            ! toke.c
52301 ____________________________________________________________________________
52302 [  6121] By: bailey                                on 2000/05/25  04:46:54
52303         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
52304              lists (based on fixes by Craig Berry)
52305      Branch: vmsperl
52306            ! lib/File/Spec/VMS.pm
52307 ____________________________________________________________________________
52308 [  6120] By: bailey                                on 2000/05/25  04:25:38
52309         Log: Add missing escape (Charles Lane)
52310      Branch: vmsperl
52311            ! t/op/lex_assign.t
52312 ____________________________________________________________________________
52313 [  6119] By: bailey                                on 2000/05/25  04:21:25
52314         Log: Quiet error messages in vmsish.t (Charles Lane)
52315      Branch: vmsperl
52316            ! vms/ext/vmsish.t
52317 ____________________________________________________________________________
52318 [  6118] By: bailey                                on 2000/05/25  04:17:57
52319         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
52320              Flatten case labels in switch statements uniformly (Charles Bailey)
52321      Branch: vmsperl
52322            ! vms/vms.c
52323 ____________________________________________________________________________
52324 [  6117] By: bailey                                on 2000/05/25  03:58:09
52325         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
52326      Branch: vmsperl
52327            ! vms/vmsish.h
52328 ____________________________________________________________________________
52329 [  6116] By: bailey                                on 2000/05/25  03:11:15
52330         Log: Miscellaneous cosmetic fixes (Charles Lane)
52331      Branch: vmsperl
52332            ! lib/ExtUtils/MM_VMS.pm
52333 ____________________________________________________________________________
52334 [  6115] By: bailey                                on 2000/05/25  03:10:36
52335         Log: Add bounds checking for several strings (Charles Lane)
52336      Branch: vmsperl
52337            ! vms/vms.c
52338 ____________________________________________________________________________
52339 [  6114] By: bailey                                on 2000/05/25  02:25:34
52340         Log: Urk -- undo previous removal of vmsish 'exit' change
52341      Branch: vmsperl
52342            ! vms/ext/vmsish.pm vms/vmsish.h
52343 ____________________________________________________________________________
52344 [  6113] By: bailey                                on 2000/05/24  02:24:40
52345         Log: Ugly workaround for version-specific RTL error
52346      Branch: vmsperl
52347            ! vms/vms.c
52348 ____________________________________________________________________________
52349 [  6112] By: bailey                                on 2000/05/24  02:19:55
52350         Log: Check for existence of file before trying to delete
52351      Branch: vmsperl
52352            ! vms/test.com
52353 ____________________________________________________________________________
52354 [  6111] By: bailey                                on 2000/05/23  23:35:13
52355         Log: Resync with mainline prior to post-5.6.0 updates
52356      Branch: vmsperl
52357           +> (branch 49 files)
52358            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
52359            ! vms/ext/vmsish.pm
52360           !> (integrate 334 files)
52361 ____________________________________________________________________________
52362 [  6110] By: jhi                                   on 2000/05/23  19:28:32
52363         Log: todo tweak
52364      Branch: cfgperl
52365            ! Todo-5.6
52366 ____________________________________________________________________________
52367 [  6109] By: jhi                                   on 2000/05/18  17:38:54
52368         Log: Integrate with Sarathy.
52369      Branch: cfgperl
52370           !> mg.c perl.h win32/perlhost.h
52371 ____________________________________________________________________________
52372 [  6108] By: gsar                                  on 2000/05/17  02:24:56
52373         Log: reenable fake signal handling on Windows, bugs and all
52374      Branch: perl
52375            ! mg.c perl.h win32/perlhost.h
52376 ____________________________________________________________________________
52377 [  6107] By: jhi                                   on 2000/05/15  18:01:41
52378         Log: Tweak the todo list.
52379      Branch: cfgperl
52380            ! Todo-5.6
52381 ____________________________________________________________________________
52382 [  6106] By: jhi                                   on 2000/05/15  13:41:48
52383         Log: The (Configure) script refuses to go on, after asking for
52384              'You may also choose to try maximal 64-bitness....'.
52385              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
52386              -- Patrick Zima
52387              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
52388      Branch: cfgperl
52389            ! hints/solaris_2.sh
52390 ____________________________________________________________________________
52391 [  6105] By: jhi                                   on 2000/05/11  14:37:43
52392         Log: Integrate with Sarathy.
52393      Branch: cfgperl
52394           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52395           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
52396 ____________________________________________________________________________
52397 [  6104] By: gsar                                  on 2000/05/11  03:39:07
52398         Log: PL_sys_intern was being initialized too late on windows
52399      Branch: perl
52400            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
52401            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
52402 ____________________________________________________________________________
52403 [  6103] By: jhi                                   on 2000/05/09  19:42:20
52404         Log: Test tweaking for Unicos continues.
52405      Branch: cfgperl
52406            ! t/op/64bitint.t
52407 ____________________________________________________________________________
52408 [  6102] By: jhi                                   on 2000/05/09  16:47:27
52409         Log: The test suite tweak in #6101 wasn't quite right.
52410      Branch: cfgperl
52411            ! t/lib/complex.t
52412 ____________________________________________________________________________
52413 [  6101] By: jhi                                   on 2000/05/09  15:35:34
52414         Log: Hints and test tweaks for Unicos.
52415      Branch: cfgperl
52416            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
52417 ____________________________________________________________________________
52418 [  6100] By: jhi                                   on 2000/05/08  21:15:06
52419         Log: More compilation tweakery from Allen Smith.
52420      Branch: cfgperl
52421            ! hints/irix_6.sh
52422 ____________________________________________________________________________
52423 [  6099] By: jhi                                   on 2000/05/08  19:21:18
52424         Log: Tweaks for the cc bugs from Allen Smith.
52425      Branch: cfgperl
52426            ! hints/irix_6.sh
52427 ____________________________________________________________________________
52428 [  6098] By: jhi                                   on 2000/05/08  19:13:37
52429         Log: Add a note about other, yet unsupported, shadow password APIs.
52430      Branch: cfgperl
52431            ! pp_sys.c
52432 ____________________________________________________________________________
52433 [  6097] By: jhi                                   on 2000/05/08  18:46:34
52434         Log: Add a note about possible compilation problems from Allen Smith.
52435      Branch: cfgperl
52436            ! hints/irix_6.sh
52437 ____________________________________________________________________________
52438 [  6096] By: jhi                                   on 2000/05/08  17:33:10
52439         Log: Integrate with Sarathy.
52440      Branch: cfgperl
52441           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52442           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
52443 ____________________________________________________________________________
52444 [  6095] By: jhi                                   on 2000/05/08  16:21:33
52445         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
52446              might be useful in future.
52447      Branch: cfgperl
52448            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52449            ! config_h.SH
52450      Branch: metaconfig
52451            ! U/installdirs/inc_version_list.U
52452      Branch: metaconfig/U/perl
52453            ! perlxv.U
52454 ____________________________________________________________________________
52455 [  6094] By: gsar                                  on 2000/05/08  14:22:22
52456         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
52457      Branch: perl
52458            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52459            ! hints/cygwin.sh pp_sys.c
52460 ____________________________________________________________________________
52461 [  6093] By: gsar                                  on 2000/05/08  12:52:28
52462         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
52463              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
52464      Branch: perl
52465            ! pp_sys.c sv.c win32/perlhost.h
52466 ____________________________________________________________________________
52467 [  6092] By: jhi                                   on 2000/05/07  22:40:34
52468         Log: Regen perltoc with the fixed buildtoc.
52469      Branch: cfgperl
52470            ! pod/perltoc.pod
52471 ____________________________________________________________________________
52472 [  6091] By: jhi                                   on 2000/05/07  22:24:16
52473         Log: Integrate with Sarathy.
52474      Branch: cfgperl
52475           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
52476           !> t/op/substr.t toke.c
52477 ____________________________________________________________________________
52478 [  6090] By: gsar                                  on 2000/05/07  19:47:07
52479         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
52480              [NI]OK; added tests for both
52481      Branch: perl
52482            ! perl.c pp_hot.c sv.c t/op/substr.t
52483 ____________________________________________________________________________
52484 [  6089] By: gsar                                  on 2000/05/07  18:18:38
52485         Log: buildtoc tweak to fix newline lossage
52486      Branch: perl
52487            ! pod/buildtoc
52488 ____________________________________________________________________________
52489 [  6088] By: jhi                                   on 2000/05/07  16:35:36
52490         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
52491              because we do not use those.  The HAS_GETSPNAM remains,
52492              though, because we still do use that.
52493      Branch: cfgperl
52494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52495            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
52496            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
52497            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
52498            ! win32/config.vc win32/config_H.bc win32/config_H.gc
52499            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52500 ____________________________________________________________________________
52501 [  6087] By: gsar                                  on 2000/05/07  16:05:16
52502         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
52503      Branch: perl
52504            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
52505 ____________________________________________________________________________
52506 [  6086] By: jhi                                   on 2000/05/07  15:27:07
52507         Log: Integrate with Sarathy.
52508      Branch: cfgperl
52509           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52510           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52511           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
52512           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
52513           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
52514           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
52515 ____________________________________________________________________________
52516 [  6085] By: gsar                                  on 2000/05/07  05:52:02
52517         Log: repeat operator (x) doesn't preserve utf8-ness
52518      Branch: perl
52519            ! pp.c t/op/substr.t
52520 ____________________________________________________________________________
52521 [  6084] By: gsar                                  on 2000/05/07  05:39:55
52522         Log: substr() does not preserve utf8-ness (from Stefan Eissing
52523              <Eissing@medicaldataservice.de>); added tests
52524      Branch: perl
52525            ! pp.c t/op/substr.t
52526 ____________________________________________________________________________
52527 [  6083] By: gsar                                  on 2000/05/07  05:24:46
52528         Log: note about undocumented caller() return value (from M.J.T. Guy);
52529              yet another peek.t tweak
52530      Branch: perl
52531            ! pod/perlfunc.pod t/lib/peek.t
52532 ____________________________________________________________________________
52533 [  6082] By: gsar                                  on 2000/05/07  05:08:40
52534         Log: peek.t non-portable to ithreads
52535      Branch: perl
52536            ! t/lib/peek.t
52537 ____________________________________________________________________________
52538 [  6081] By: gsar                                  on 2000/05/07  04:17:04
52539         Log: better default perlbug categories for ok reports (from Richard Foley)
52540      Branch: perl
52541            ! utils/perlbug.PL
52542 ____________________________________________________________________________
52543 [  6080] By: gsar                                  on 2000/05/07  04:08:07
52544         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
52545              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52546      Branch: perl
52547            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52548            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52549            ! AUTHORS MAINTAIN MANIFEST
52550 ____________________________________________________________________________
52551 [  6079] By: gsar                                  on 2000/05/07  04:01:38
52552         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
52553      Branch: perl
52554            ! lib/Carp/Heavy.pm
52555 ____________________________________________________________________________
52556 [  6078] By: gsar                                  on 2000/05/07  01:24:19
52557         Log: workaround for CRT bug in chdir() (from Charles Lane, via
52558              Peter Prymmer)
52559      Branch: perl
52560            ! iperlsys.h vms/vms.c vms/vmsish.h
52561 ____________________________________________________________________________
52562 [  6077] By: gsar                                  on 2000/05/07  01:22:23
52563         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
52564              and Tom Phoenix)
52565      Branch: perl
52566            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
52567 ____________________________________________________________________________
52568 [  6076] By: gsar                                  on 2000/05/06  17:36:29
52569         Log: integrate cfgperl contents into mainline
52570      Branch: perl
52571           +> t/lib/peek.t
52572           !> Configure MANIFEST Porting/Glossary Porting/config.sh
52573           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
52574           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
52575           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
52576 ____________________________________________________________________________
52577 [  6075] By: jhi                                   on 2000/05/05  18:56:10
52578         Log: Make the test more portable.
52579      Branch: cfgperl
52580            ! t/lib/peek.t
52581 ____________________________________________________________________________
52582 [  6074] By: jhi                                   on 2000/05/05  18:49:20
52583         Log: Introduce t/lib/peek.t.
52584      Branch: cfgperl
52585            + t/lib/peek.t
52586            ! MANIFEST
52587 ____________________________________________________________________________
52588 [  6073] By: jhi                                   on 2000/05/05  14:30:45
52589         Log: Complex tweaks.
52590      Branch: cfgperl
52591            ! lib/Math/Complex.pm t/lib/complex.t
52592 ____________________________________________________________________________
52593 [  6072] By: jhi                                   on 2000/05/05  12:27:13
52594         Log: Integrate with Sarathy.
52595      Branch: cfgperl
52596           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52597           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52598           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
52599           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
52600 ____________________________________________________________________________
52601 [  6071] By: gsar                                  on 2000/05/05  02:24:46
52602         Log: misformatted perllocal.pod (from Tim Jenness
52603              <t.jenness@jach.hawaii.edu>)
52604      Branch: perl
52605            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52606 ____________________________________________________________________________
52607 [  6070] By: gsar                                  on 2000/05/05  02:16:52
52608         Log: remove misleading comment (from M.J.T. Guy)
52609      Branch: perl
52610            ! t/lib/anydbm.t
52611 ____________________________________________________________________________
52612 [  6069] By: gsar                                  on 2000/05/05  02:15:13
52613         Log: File::Spec compatibility update (from Barrie Slaymaker
52614              <barries@slaysys.com>)
52615      Branch: perl
52616            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52617            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52618 ____________________________________________________________________________
52619 [  6068] By: gsar                                  on 2000/05/05  02:01:50
52620         Log: note about values()
52621      Branch: perl
52622            ! pod/perlfunc.pod
52623 ____________________________________________________________________________
52624 [  6067] By: gsar                                  on 2000/05/05  01:33:09
52625         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
52626      Branch: perl
52627            ! win32/win32.c
52628 ____________________________________________________________________________
52629 [  6066] By: gsar                                  on 2000/05/05  01:23:43
52630         Log: s/END/CHECK/
52631      Branch: perl
52632            ! perl.c
52633 ____________________________________________________________________________
52634 [  6065] By: jhi                                   on 2000/05/04  17:30:22
52635         Log: Integrate with Sarathy.
52636      Branch: cfgperl
52637           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
52638 ____________________________________________________________________________
52639 [  6064] By: gsar                                  on 2000/05/04  17:26:14
52640         Log: change#5905 wasn't quite right--it's intent only applies when arguments
52641              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
52642      Branch: perl
52643            ! pp_sys.c sv.c
52644 ____________________________________________________________________________
52645 [  6063] By: gsar                                  on 2000/05/04  16:52:29
52646         Log: tokeq() could read unallocated field in argument
52647      Branch: perl
52648            ! toke.c
52649 ____________________________________________________________________________
52650 [  6062] By: gsar                                  on 2000/05/04  16:34:51
52651         Log: additional tests for utf8.t
52652      Branch: perl
52653            ! t/pragma/utf8.t
52654 ____________________________________________________________________________
52655 [  6061] By: gsar                                  on 2000/05/04  16:09:28
52656         Log: change#5921 neglected to make eq honor "use bytes"
52657      Branch: perl
52658            ! sv.c
52659 ____________________________________________________________________________
52660 [  6060] By: jhi                                   on 2000/05/04  15:30:16
52661         Log: Integrate with Sarathy.
52662      Branch: cfgperl
52663           !> perl.c regcomp.c t/pragma/utf8.t
52664 ____________________________________________________________________________
52665 [  6059] By: jhi                                   on 2000/05/04  15:26:37
52666         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
52667              in natively 64-bit platforms where a long is a quad (no need
52668              for long longs).  Also added bias for IVs.
52669      Branch: cfgperl
52670            ! toke.c
52671 ____________________________________________________________________________
52672 [  6058] By: gsar                                  on 2000/05/04  00:19:14
52673         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
52674              (spotted by Donald Kinzer <dkinzer@premia.com>)
52675      Branch: perl
52676            ! perl.c
52677 ____________________________________________________________________________
52678 [  6057] By: gsar                                  on 2000/05/03  18:34:01
52679         Log: fix broken parsing of /\x{ab}/
52680      Branch: perl
52681            ! regcomp.c t/pragma/utf8.t
52682 ____________________________________________________________________________
52683 [  6056] By: jhi                                   on 2000/05/03  17:57:16
52684         Log: The search of infinity continues, this time simplified.
52685      Branch: cfgperl
52686            ! lib/Math/Complex.pm
52687 ____________________________________________________________________________
52688 [  6055] By: jhi                                   on 2000/05/03  17:45:30
52689         Log: Detypo.
52690      Branch: cfgperl
52691            ! hints/unicos.sh
52692 ____________________________________________________________________________
52693 [  6054] By: jhi                                   on 2000/05/02  22:28:27
52694         Log: Be more forgiving in POSIX about HUGE_VALL.
52695      Branch: cfgperl
52696            ! ext/POSIX/POSIX.xs
52697 ____________________________________________________________________________
52698 [  6053] By: jhi                                   on 2000/05/02  22:25:05
52699         Log: Integrate with Sarathy.
52700      Branch: cfgperl
52701           !> hints/irix_6.sh pod/perlop.pod
52702 ____________________________________________________________________________
52703 [  6052] By: jhi                                   on 2000/05/02  22:24:31
52704         Log: Unicos hint tweak.
52705      Branch: cfgperl
52706            ! hints/unicos.sh
52707 ____________________________________________________________________________
52708 [  6051] By: jhi                                   on 2000/05/02  22:21:26
52709         Log: Complex tweakery.
52710      Branch: cfgperl
52711            ! lib/Math/Complex.pm t/lib/complex.t
52712 ____________________________________________________________________________
52713 [  6050] By: jhi                                   on 2000/05/02  19:26:22
52714         Log: Use setxxent()/endxxent().
52715      Branch: cfgperl
52716            ! t/op/grent.t t/op/pwent.t
52717 ____________________________________________________________________________
52718 [  6049] By: jhi                                   on 2000/05/02  19:06:02
52719         Log: Test both the scalar and list contexts.
52720      Branch: cfgperl
52721            ! t/op/grent.t t/op/pwent.t
52722 ____________________________________________________________________________
52723 [  6048] By: gsar                                  on 2000/05/02  18:29:10
52724         Log: add note about how $( doesn't interpolate in REs (from
52725              Philip Newton <newton@ficus.frogspace.net>)
52726      Branch: perl
52727            ! pod/perlop.pod
52728 ____________________________________________________________________________
52729 [  6047] By: jhi                                   on 2000/05/02  17:41:24
52730         Log: Call getspnam() only iff needd.
52731      Branch: cfgperl
52732            ! pp_sys.c
52733 ____________________________________________________________________________
52734 [  6046] By: gsar                                  on 2000/05/02  17:07:25
52735         Log: libscheck has insufficient checks for n32 libs (from
52736              Albert Chin-A-Young <china@thewrittenword.com>)
52737      Branch: perl
52738            ! hints/irix_6.sh
52739 ____________________________________________________________________________
52740 [  6045] By: jhi                                   on 2000/05/02  13:57:17
52741         Log: Integrate with Sarathy.
52742      Branch: cfgperl
52743           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
52744           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
52745 ____________________________________________________________________________
52746 [  6044] By: gsar                                  on 2000/05/02  06:48:19
52747         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
52748              such that underscores are only ignored in literal numbers,
52749              "\x{...}", and hex/oct argument
52750      Branch: perl
52751            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
52752 ____________________________________________________________________________
52753 [  6043] By: gsar                                  on 2000/05/02  02:22:29
52754         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
52755      Branch: perl
52756            ! pod/perlretut.pod
52757 ____________________________________________________________________________
52758 [  6042] By: gsar                                  on 2000/05/02  02:17:51
52759         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
52760      Branch: perl
52761            ! pod/perltrap.pod
52762 ____________________________________________________________________________
52763 [  6041] By: gsar                                  on 2000/05/02  01:53:51
52764         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
52765              to compensate
52766      Branch: perl
52767            ! Porting/makerel
52768 ____________________________________________________________________________
52769 [  6040] By: gsar                                  on 2000/05/02  01:51:57
52770         Log: missing files in MANIFEST
52771      Branch: perl
52772            ! MANIFEST
52773 ____________________________________________________________________________
52774 [  6039] By: jhi                                   on 2000/05/02  00:36:46
52775         Log: Infinite problems.
52776      Branch: cfgperl
52777            ! lib/Math/Complex.pm
52778 ____________________________________________________________________________
52779 [  6038] By: jhi                                   on 2000/05/02  00:06:38
52780         Log: pwent/spent #ifdef imbalance.
52781      Branch: cfgperl
52782            ! pp_sys.c
52783 ____________________________________________________________________________
52784 [  6037] By: jhi                                   on 2000/05/01  22:50:11
52785         Log: Use HUGE_VALL if applicable.
52786      Branch: cfgperl
52787            ! ext/POSIX/POSIX.xs util.c
52788 ____________________________________________________________________________
52789 [  6036] By: jhi                                   on 2000/05/01  22:20:53
52790         Log: Correct Freudian slip.
52791      Branch: cfgperl
52792            ! pp_sys.c
52793 ____________________________________________________________________________
52794 [  6035] By: jhi                                   on 2000/05/01  21:07:38
52795         Log: Continue on the pwent/spent case.
52796      Branch: cfgperl
52797            ! pp_sys.c
52798 ____________________________________________________________________________
52799 [  6034] By: jhi                                   on 2000/05/01  17:45:14
52800         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
52801              adjustments in 6032 conflicted badly with this, will have
52802              to revisit them later.
52803      Branch: cfgperl
52804           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
52805           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
52806           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
52807           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
52808           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
52809           !> t/lib/cgi-html.t t/lib/cgi-request.t
52810 ____________________________________________________________________________
52811 [  6033] By: jhi                                   on 2000/05/01  17:40:49
52812         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
52813      Branch: cfgperl
52814            ! pp_sys.c
52815 ____________________________________________________________________________
52816 [  6032] By: gsar                                  on 2000/05/01  15:56:32
52817         Log: whitespace adjustments
52818      Branch: perl
52819            ! pp_sys.c
52820 ____________________________________________________________________________
52821 [  6031] By: gsar                                  on 2000/05/01  15:19:41
52822         Log: small nits in diagnostics.pm (from Robin Barker)
52823      Branch: perl
52824            ! lib/diagnostics.pm pod/perldiag.pod
52825 ____________________________________________________________________________
52826 [  6030] By: gsar                                  on 2000/05/01  08:39:18
52827         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
52828              for @- and @+ (from Johan Vromans)
52829      Branch: perl
52830            ! lib/English.pm pod/perlvar.pod
52831 ____________________________________________________________________________
52832 [  6029] By: gsar                                  on 2000/05/01  08:16:10
52833         Log: add CGI.pm v2.66 (from Lincoln Stein)
52834      Branch: perl
52835            + lib/CGI/Util.pm t/lib/cgi-pretty.t
52836            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
52837            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
52838            ! t/lib/cgi-html.t t/lib/cgi-request.t
52839 ____________________________________________________________________________
52840 [  6028] By: gsar                                  on 2000/05/01  06:34:41
52841         Log: Pod::Man generates groff-incompatible macro definition (from
52842              Tom Christiansen)
52843      Branch: perl
52844            ! lib/Pod/Man.pm
52845 ____________________________________________________________________________
52846 [  6027] By: gsar                                  on 2000/05/01  06:31:36
52847         Log: podlators-1.02 update (from Russ Allbery)
52848      Branch: perl
52849            ! lib/Pod/Man.pm lib/Pod/Text.pm
52850 ____________________________________________________________________________
52851 [  6026] By: jhi                                   on 2000/04/30  23:24:23
52852         Log: Integrate with Sarathy.
52853      Branch: cfgperl
52854           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52855           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
52856           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52857           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52858           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
52859           !> t/lib/syslog.t toke.c win32/win32.h
52860 ____________________________________________________________________________
52861 [  6025] By: gsar                                  on 2000/04/30  18:17:47
52862         Log: Is{Alnum,Alpha,Word} don't match titlecase
52863              
52864              TODO: IsSpace is defined recursively!
52865              
52866              (both spotted by Larry)
52867      Branch: perl
52868            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52869            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52870 ____________________________________________________________________________
52871 [  6024] By: gsar                                  on 2000/04/30  17:50:19
52872         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
52873              (from Hugo van der Sanden)
52874      Branch: perl
52875            ! toke.c
52876 ____________________________________________________________________________
52877 [  6023] By: gsar                                  on 2000/04/30  17:14:43
52878         Log: debugger stomps on $. (from M.J.T. Guy)
52879      Branch: perl
52880            ! lib/perl5db.pl
52881 ____________________________________________________________________________
52882 [  6022] By: gsar                                  on 2000/04/30  16:59:22
52883         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
52884      Branch: perl
52885            ! sv.c
52886 ____________________________________________________________________________
52887 [  6021] By: gsar                                  on 2000/04/29  21:00:08
52888         Log: remove Win2K issue in pod (fixed by change#6020)
52889      Branch: perl
52890            ! README.win32 pod/perl56delta.pod
52891 ____________________________________________________________________________
52892 [  6020] By: gsar                                  on 2000/04/29  20:51:49
52893         Log: test tweak
52894      Branch: perl
52895            ! t/lib/open3.t
52896 ____________________________________________________________________________
52897 [  6019] By: gsar                                  on 2000/04/29  20:34:27
52898         Log: windows portability tweaks
52899      Branch: perl
52900            ! t/lib/b.t win32/win32.h
52901 ____________________________________________________________________________
52902 [  6018] By: gsar                                  on 2000/04/29  19:55:24
52903         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
52904              make _PATH_LOG() return "" if unavailable
52905      Branch: perl
52906            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52907            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
52908 ____________________________________________________________________________
52909 [  6017] By: jhi                                   on 2000/04/28  22:49:46
52910         Log: Integrate with Sarathy.
52911      Branch: cfgperl
52912           !> op.c perl.c pod/perldiag.pod t/lib/b.t
52913 ____________________________________________________________________________
52914 [  6016] By: jhi                                   on 2000/04/28  22:46:14
52915         Log: Do not warn that an infinity does not look like a number.
52916      Branch: cfgperl
52917            ! sv.c
52918 ____________________________________________________________________________
52919 [  6015] By: gsar                                  on 2000/04/28  22:35:49
52920         Log: tweak test for portability
52921      Branch: perl
52922            ! t/lib/b.t
52923 ____________________________________________________________________________
52924 [  6014] By: gsar                                  on 2000/04/28  22:05:31
52925         Log: glob() loading File::Glob behind the scenes may cause syntax errors
52926      Branch: perl
52927            ! op.c
52928 ____________________________________________________________________________
52929 [  6013] By: gsar                                  on 2000/04/28  21:25:22
52930         Log: tweak change#5945 to display correct switch name in diagnostic
52931      Branch: perl
52932            ! perl.c pod/perldiag.pod
52933 ____________________________________________________________________________
52934 [  6012] By: jhi                                   on 2000/04/28  21:08:12
52935         Log: Integrate with Sarathy.
52936      Branch: cfgperl
52937           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
52938           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
52939           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
52940 ____________________________________________________________________________
52941 [  6011] By: jhi                                   on 2000/04/28  21:04:46
52942         Log: &HUGE_VAL is not defined, it exists.
52943      Branch: cfgperl
52944            ! lib/Math/Complex.pm
52945 ____________________________________________________________________________
52946 [  6010] By: gsar                                  on 2000/04/28  21:02:58
52947         Log: clarify note about shadow password support (from
52948              gellyfish@gellyfish.com)
52949      Branch: perl
52950            ! pod/perlfunc.pod
52951 ____________________________________________________________________________
52952 [  6009] By: gsar                                  on 2000/04/28  21:00:00
52953         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
52954      Branch: perl
52955            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
52956 ____________________________________________________________________________
52957 [  6008] By: gsar                                  on 2000/04/28  20:56:33
52958         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
52959      Branch: perl
52960            ! installperl vms/subconfigure.com
52961 ____________________________________________________________________________
52962 [  6007] By: gsar                                  on 2000/04/28  20:51:21
52963         Log: note about compile failures and END blocks (from M.J.T. Guy)
52964      Branch: perl
52965            ! pod/perl56delta.pod pod/perlmod.pod
52966 ____________________________________________________________________________
52967 [  6006] By: jhi                                   on 2000/04/28  20:42:14
52968         Log: Regen Configure.
52969      Branch: cfgperl
52970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52971            ! config_h.SH
52972 ____________________________________________________________________________
52973 [  6005] By: gsar                                  on 2000/04/28  20:41:16
52974         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
52975      Branch: perl
52976            ! utils/perldoc.PL
52977 ____________________________________________________________________________
52978 [  6004] By: jhi                                   on 2000/04/28  20:28:21
52979         Log: Integrate with Sarathy.
52980      Branch: cfgperl
52981           !> Configure INSTALL Porting/Glossary Porting/config.sh
52982           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
52983           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
52984           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52985           !> win32/config.vc win32/win32.c
52986 ____________________________________________________________________________
52987 [  6003] By: gsar                                  on 2000/04/28  20:11:20
52988         Log: allow REG_EXPAND_SZ keys in Windows registry (from
52989              John Clayton <John.Clayton@barclayscapital.com>)
52990      Branch: perl
52991            ! win32/win32.c
52992 ____________________________________________________________________________
52993 [  6002] By: gsar                                  on 2000/04/28  19:34:16
52994         Log: destructive sv_setsv() can lose UV-ness from source, causing
52995              numeric promotions/comparisons to fail to do the right thing
52996      Branch: perl
52997            ! sv.c
52998 ____________________________________________________________________________
52999 [  6001] By: gsar                                  on 2000/04/28  18:44:15
53000         Log: support additional library locations via $Config{otherlibdirs}
53001              (from Andy Dougherty)
53002      Branch: perl
53003            ! Configure INSTALL Porting/Glossary Porting/config.sh
53004            ! Porting/config_H config_h.SH epoc/config.sh perl.c
53005            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
53006            ! win32/config.bc win32/config.gc win32/config.vc
53007 ____________________________________________________________________________
53008 [  6000] By: gsar                                  on 2000/04/28  18:26:58
53009         Log: reworked otherlibdirs.U (from Andy Dougherty)
53010      Branch: metaconfig
53011            ! U/installdirs/otherlibdirs.U
53012 ____________________________________________________________________________
53013 [  5999] By: gsar                                  on 2000/04/28  18:17:07
53014         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
53015      Branch: perl
53016            ! t/pragma/warn/toke toke.c
53017 ____________________________________________________________________________
53018 [  5998] By: jhi                                   on 2000/04/28  13:32:17
53019         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
53020      Branch: cfgperl
53021            ! lib/Math/Complex.pm
53022 ____________________________________________________________________________
53023 [  5997] By: jhi                                   on 2000/04/28  13:14:04
53024         Log: Preserve $!.
53025      Branch: cfgperl
53026            ! lib/Math/Complex.pm
53027 ____________________________________________________________________________
53028 [  5996] By: jhi                                   on 2000/04/28  12:59:23
53029         Log: Integrate with Sarathy.
53030      Branch: cfgperl
53031           +> pod/perlrequick.pod pod/perlretut.pod
53032           !> (integrate 51 files)
53033 ____________________________________________________________________________
53034 [  5995] By: gsar                                  on 2000/04/28  09:37:36
53035         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
53036      Branch: perl
53037            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
53038 ____________________________________________________________________________
53039 [  5994] By: gsar                                  on 2000/04/28  09:33:26
53040         Log: fix for missed accounting for null byte in pack("Z",...) (from
53041              M.J.T. Guy)
53042      Branch: perl
53043            ! pp.c t/op/pack.t
53044 ____________________________________________________________________________
53045 [  5993] By: gsar                                  on 2000/04/28  09:30:05
53046         Log: various minor tweaks seen on p5p
53047      Branch: perl
53048            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
53049 ____________________________________________________________________________
53050 [  5992] By: gsar                                  on 2000/04/28  09:08:19
53051         Log: pod nit (from Simon Cozens)
53052      Branch: perl
53053            ! pod/perlop.pod
53054 ____________________________________________________________________________
53055 [  5991] By: gsar                                  on 2000/04/28  09:06:36
53056         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
53057      Branch: perl
53058            ! README.posix-bc hints/posix-bc.sh
53059 ____________________________________________________________________________
53060 [  5990] By: gsar                                  on 2000/04/28  08:54:52
53061         Log: use $ENV{LIB} to search for libs under Visual C compiler
53062              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
53063      Branch: perl
53064            ! lib/ExtUtils/Liblist.pm
53065 ____________________________________________________________________________
53066 [  5989] By: gsar                                  on 2000/04/28  08:27:12
53067         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
53068              itself and no other (from Tom Hughes)
53069      Branch: perl
53070            ! t/op/array.t toke.c
53071 ____________________________________________________________________________
53072 [  5988] By: gsar                                  on 2000/04/28  08:01:38
53073         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
53074              <paul@miraclefish.com>)
53075      Branch: perl
53076            ! lib/ExtUtils/MakeMaker.pm
53077 ____________________________________________________________________________
53078 [  5987] By: gsar                                  on 2000/04/28  07:53:09
53079         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
53080      Branch: perl
53081            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
53082 ____________________________________________________________________________
53083 [  5986] By: gsar                                  on 2000/04/28  07:44:17
53084         Log: add regular expressions tutorial and quick-start guide (from
53085              Mark Kvale <kvale@phy.ucsf.edu>)
53086      Branch: perl
53087            + pod/perlrequick.pod pod/perlretut.pod
53088            ! AUTHORS MAINTAIN MANIFEST
53089 ____________________________________________________________________________
53090 [  5985] By: gsar                                  on 2000/04/28  07:30:28
53091         Log: forked child may not exit correctly if it failed to open
53092              /dev/console (from Graham Barr)
53093      Branch: perl
53094            ! ext/Sys/Syslog/Syslog.pm
53095 ____________________________________________________________________________
53096 [  5984] By: gsar                                  on 2000/04/28  07:27:20
53097         Log: attributes::reftype() doesn't work on tied argument
53098      Branch: perl
53099            ! xsutils.c
53100 ____________________________________________________________________________
53101 [  5983] By: gsar                                  on 2000/04/28  07:15:04
53102         Log: numeric conversion of non-number in change#3378 tramples on
53103              OOK offset, causing segfaults
53104      Branch: perl
53105            ! sv.c
53106 ____________________________________________________________________________
53107 [  5982] By: gsar                                  on 2000/04/28  04:48:25
53108         Log: avoid error in IO::Socket::INET when given an unknown service name
53109              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
53110      Branch: perl
53111            ! ext/IO/lib/IO/Socket/INET.pm
53112 ____________________________________________________________________________
53113 [  5981] By: gsar                                  on 2000/04/28  04:31:31
53114         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
53115              prototype mismatch with CORE::glob(); update pod and tests to
53116              suit (File::Glob::glob() is still available for backward
53117              compatibility, but should be considered deprecated)
53118      Branch: perl
53119            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
53120            ! t/lib/glob-taint.t
53121 ____________________________________________________________________________
53122 [  5980] By: gsar                                  on 2000/04/28  03:47:29
53123         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
53124              <ghudson@mit.edu>)
53125      Branch: metaconfig
53126            ! U/modified/Options.U
53127      Branch: perl
53128            ! Configure
53129 ____________________________________________________________________________
53130 [  5979] By: gsar                                  on 2000/04/28  03:07:54
53131         Log: under useithreads, constant pad entries could inadvertantly be
53132              shared across threads (from Eric Blood <eblood@xmission.com>);
53133              added Eric's test case to testsuite
53134      Branch: perl
53135            ! op.c t/op/misc.t
53136 ____________________________________________________________________________
53137 [  5978] By: gsar                                  on 2000/04/27  21:13:00
53138         Log: sync version numbers in File::Spec with the ones on CPAN
53139              (from Barrie Slaymaker)
53140      Branch: perl
53141            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53142            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53143            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53144 ____________________________________________________________________________
53145 [  5977] By: gsar                                  on 2000/04/27  21:07:29
53146         Log: autoquote barewords followed by newline and arrow properly
53147              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
53148      Branch: perl
53149            ! t/pragma/warn/toke toke.c
53150 ____________________________________________________________________________
53151 [  5976] By: gsar                                  on 2000/04/27  20:41:20
53152         Log: DB_File v1.73 update (from Paul Marquess)
53153      Branch: perl
53154            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
53155            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
53156 ____________________________________________________________________________
53157 [  5975] By: gsar                                  on 2000/04/27  20:34:24
53158         Log: allow sort() reentrancy (variant of patch suggested by
53159              Hugo van der Sanden)
53160      Branch: perl
53161            ! pp_ctl.c t/op/sort.t
53162 ____________________________________________________________________________
53163 [  5974] By: gsar                                  on 2000/04/27  19:46:57
53164         Log: change#4197 somehow missed initializing PL_errors, meaning
53165              sytax error queueing wasn't working outside eval"" at all;
53166              also fixed eval"" to localize PL_error_count, so that compile-time
53167              eval's don't clobber the error state of the outer context
53168      Branch: perl
53169            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
53170            ! t/pragma/warn/toke
53171 ____________________________________________________________________________
53172 [  5973] By: gsar                                  on 2000/04/27  18:29:05
53173         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
53174      Branch: perl
53175            ! regcomp.c regexec.c t/op/re_tests
53176 ____________________________________________________________________________
53177 [  5972] By: jhi                                   on 2000/04/27  18:22:41
53178         Log: Integrate with Sarathy.
53179      Branch: cfgperl
53180           +> t/lib/b.t t/lib/syslog.t
53181           !> (integrate 31 files)
53182 ____________________________________________________________________________
53183 [  5971] By: jhi                                   on 2000/04/27  18:18:46
53184         Log: Unicos tweaks from Mark P. Lutz.
53185      Branch: cfgperl
53186            ! hints/unicos.sh lib/Math/Complex.pm
53187 ____________________________________________________________________________
53188 [  5970] By: gsar                                  on 2000/04/27  18:05:11
53189         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
53190              IV is >32bits
53191      Branch: perl
53192            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
53193 ____________________________________________________________________________
53194 [  5969] By: gsar                                  on 2000/04/27  17:50:56
53195         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
53196      Branch: perl
53197            + t/lib/syslog.t
53198            ! MANIFEST ext/Sys/Syslog/Syslog.pm
53199 ____________________________________________________________________________
53200 [  5968] By: gsar                                  on 2000/04/27  17:44:49
53201         Log: tolerate spaces in group names in test on solaris (from David Boyce
53202              <dsb@boyski.com>)
53203      Branch: perl
53204            ! t/op/groups.t
53205 ____________________________________________________________________________
53206 [  5967] By: gsar                                  on 2000/04/27  17:41:22
53207         Log: improved docs on the warn_uninit diagnostic (from David Glasser
53208              and Simon Cozens)
53209      Branch: perl
53210            ! pod/perldiag.pod
53211 ____________________________________________________________________________
53212 [  5966] By: gsar                                  on 2000/04/27  16:54:58
53213         Log: add testsuite for B backends, fix bug in B::Deparse (from
53214              Simon Cozens <simon@brecon.co.uk>)
53215      Branch: perl
53216            + t/lib/b.t
53217            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
53218 ____________________________________________________________________________
53219 [  5965] By: gsar                                  on 2000/04/27  16:10:37
53220         Log: avoid "will not stay shared" warnings for our variables (from
53221              Robin Barker)
53222      Branch: perl
53223            ! op.c t/pragma/warn/op
53224 ____________________________________________________________________________
53225 [  5964] By: gsar                                  on 2000/04/27  07:05:05
53226         Log: reformat to 72 columns (again)
53227      Branch: perl
53228            ! pod/perldiag.pod
53229 ____________________________________________________________________________
53230 [  5963] By: gsar                                  on 2000/04/27  06:28:31
53231         Log: patch from Larry to make (\&) prototype work; added tests for
53232              the same
53233      Branch: perl
53234            ! op.c t/comp/proto.t
53235 ____________________________________________________________________________
53236 [  5962] By: gsar                                  on 2000/04/27  06:15:47
53237         Log: updated README.hpux (from Jeff Okamoto)
53238      Branch: perl
53239            ! README.hpux
53240 ____________________________________________________________________________
53241 [  5961] By: gsar                                  on 2000/04/27  05:55:03
53242         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
53243      Branch: perl
53244            ! emacs/cperl-mode.el
53245 ____________________________________________________________________________
53246 [  5960] By: gsar                                  on 2000/04/27  05:49:26
53247         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
53248      Branch: perl
53249            ! INSTALL
53250 ____________________________________________________________________________
53251 [  5959] By: gsar                                  on 2000/04/27  05:33:41
53252         Log: doubled words in pods (from Simon Cozens
53253              <simon.p.cozens@jp.pwcglobal.com>)
53254      Branch: perl
53255            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
53256            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
53257            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
53258            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
53259            ! pod/perltootc.pod
53260 ____________________________________________________________________________
53261 [  5958] By: gsar                                  on 2000/04/27  05:11:39
53262         Log: change#3569 deleted some essential code, revert; avoid use of
53263              atexit() to make DynaLoader work properly on AIX under mod_perl
53264              (from Jens-Uwe Mager <jum@helios.de>)
53265      Branch: perl
53266            ! ext/DynaLoader/dl_aix.xs
53267 ____________________________________________________________________________
53268 [  5957] By: gsar                                  on 2000/04/27  04:54:51
53269         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
53270      Branch: perl
53271            ! pod/perlmod.pod
53272 ____________________________________________________________________________
53273 [  5956] By: gsar                                  on 2000/04/27  04:51:47
53274         Log: better diagnostics on failed tests (from Ilya Zakharevich)
53275      Branch: perl
53276            ! t/op/lex_assign.t
53277 ____________________________________________________________________________
53278 [  5955] By: gsar                                  on 2000/04/27  04:26:44
53279         Log: longstanding bug exposed by change#3307: sort arguments weren't
53280              compiled with the right wantarray context (ensuing runtime lookup
53281              via block_gimme() was getting the incidental context of the
53282              sort() itself)
53283      Branch: perl
53284            ! op.c t/op/sort.t
53285 ____________________________________________________________________________
53286 [  5954] By: gsar                                  on 2000/04/26  23:42:12
53287         Log: integrate cfgperl contents into mainline
53288      Branch: perl
53289           !> (integrate 30 files)
53290 ____________________________________________________________________________
53291 [  5953] By: jhi                                   on 2000/04/26  23:06:42
53292         Log: Integrate with Sarathy.
53293      Branch: cfgperl
53294           !> README.win32 ext/B/B/Deparse.pm
53295           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53296           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
53297           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
53298           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
53299           !> utils/perldoc.PL vms/perlvms.pod
53300 ____________________________________________________________________________
53301 [  5952] By: jhi                                   on 2000/04/26  23:03:46
53302         Log: Undo "use integer" addition from 64bitint as it seems
53303              to break most of the subtests in Digital UNIX;
53304              Unicos needs to find another way.
53305      Branch: cfgperl
53306            ! t/op/64bitint.t
53307 ____________________________________________________________________________
53308 [  5951] By: jhi                                   on 2000/04/26  22:57:53
53309         Log: Be more robust on "extreme" (large absolute value)
53310              arguments.  Originally reported by Daniel Connelly
53311              as a problem with asinh() on large negative arguments,
53312              asinh() used to bail out because an argument to log()
53313              ended up being zero.  Ilya Zakharevich proposed using
53314              Taylor's series in such cases, which for such large
53315              arguments is a very good approximation.
53316      Branch: cfgperl
53317            ! lib/Math/Complex.pm t/lib/complex.t
53318 ____________________________________________________________________________
53319 [  5950] By: gsar                                  on 2000/04/25  19:13:12
53320         Log: reformat perldiag to avoid long lines
53321      Branch: perl
53322            ! pod/perldiag.pod
53323 ____________________________________________________________________________
53324 [  5949] By: gsar                                  on 2000/04/25  18:41:11
53325         Log: make perldoc use the pod2man from the same version (from
53326              M.J.T. Guy)
53327      Branch: perl
53328            ! utils/perldoc.PL
53329 ____________________________________________________________________________
53330 [  5948] By: gsar                                  on 2000/04/25  18:21:57
53331         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
53332              <kompas@kompas.usr.onet.pl>)
53333      Branch: perl
53334            ! lib/vars.pm
53335 ____________________________________________________________________________
53336 [  5947] By: gsar                                  on 2000/04/25  18:11:53
53337         Log: use &dl_error rather than &dl_load_file as the guard for calling
53338              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
53339              statically built perl)
53340      Branch: perl
53341            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53342 ____________________________________________________________________________
53343 [  5946] By: jhi                                   on 2000/04/25  17:37:54
53344         Log: Document that tr() is not tr(1).
53345      Branch: cfgperl
53346            ! pod/perlop.pod
53347 ____________________________________________________________________________
53348 [  5945] By: gsar                                  on 2000/04/25  16:34:33
53349         Log: make module name mandatory after -M switch; reorder perldiag
53350              alphabetically (from Mark-Jason Dominus)
53351      Branch: perl
53352            ! perl.c pod/perldiag.pod
53353 ____________________________________________________________________________
53354 [  5944] By: jhi                                   on 2000/04/25  01:15:18
53355         Log: On second thoughts frexp() does have two arguments.
53356      Branch: cfgperl
53357            ! perl.h
53358 ____________________________________________________________________________
53359 [  5943] By: jhi                                   on 2000/04/24  22:56:32
53360         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
53361              Now pp_ncmp() returns undef is either operand is a NaN.
53362      Branch: cfgperl
53363            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53364            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
53365            ! vms/subconfigure.com vos/config.def vos/config.h
53366            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
53367            ! win32/config.vc win32/config_H.bc win32/config_H.gc
53368            ! win32/config_H.vc
53369      Branch: metaconfig/U/perl
53370            + d_modfl.U
53371 ____________________________________________________________________________
53372 [  5942] By: jhi                                   on 2000/04/24  19:45:17
53373         Log: Regen Configure to match #5937.
53374      Branch: cfgperl
53375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53376            ! config_h.SH
53377      Branch: metaconfig
53378            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
53379 ____________________________________________________________________________
53380 [  5941] By: jhi                                   on 2000/04/24  19:24:11
53381         Log: Further Unicos fixes for Mark Lutz.
53382      Branch: cfgperl
53383            ! hints/unicos.sh pp_ctl.c
53384 ____________________________________________________________________________
53385 [  5940] By: jhi                                   on 2000/04/24  19:09:06
53386         Log: Various Unicos 10.0.0.6 fixes.
53387              
53388              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
53389              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
53390              Reply-To: tecmpl1@triton.ca.boeing.com 
53391              To: perl5-porters@perl.org 
53392              Date: Fri, 14 Apr 2000 20:21:00 GMT 
53393              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
53394      Branch: cfgperl
53395            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
53396 ____________________________________________________________________________
53397 [  5939] By: gsar                                  on 2000/04/24  19:01:24
53398         Log: more pod nits (from Larry Virden)
53399      Branch: perl
53400            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
53401            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
53402            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
53403 ____________________________________________________________________________
53404 [  5938] By: gsar                                  on 2000/04/24  18:54:01
53405         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
53406      Branch: perl
53407            ! ext/B/B/Deparse.pm
53408 ____________________________________________________________________________
53409 [  5937] By: jhi                                   on 2000/04/24  17:39:00
53410         Log: Integrate with Sarathy.
53411      Branch: cfgperl
53412           +> (branch 31 files)
53413           !> (integrate 73 files)
53414 ____________________________________________________________________________
53415 [  5936] By: gsar                                  on 2000/04/24  17:30:06
53416         Log: additional tests for change#5934 (from Paul Marquess, who also
53417              sent in the same fix)
53418      Branch: perl
53419            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
53420            ! t/pragma/warn/5nolint t/pragma/warn/6default
53421 ____________________________________________________________________________
53422 [  5935] By: jhi                                   on 2000/04/24  17:26:05
53423         Log: Do not assume sign propagation.
53424              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
53425              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
53426              To: payner@ncifcrf.gov, perl5-porters@perl.org 
53427              Date: Tue, 18 Apr 2000 18:24:49 +0100 
53428              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
53429      Branch: cfgperl
53430            ! t/op/bop.t t/op/misc.t
53431 ____________________________________________________________________________
53432 [  5934] By: gsar                                  on 2000/04/24  17:16:54
53433         Log: propagate lexical warnings from surrounding scope correctly
53434              within string eval()
53435      Branch: perl
53436            ! pp_ctl.c t/pragma/warn/pp_ctl
53437 ____________________________________________________________________________
53438 [  5933] By: jhi                                   on 2000/04/24  17:01:07
53439         Log: Flatten the cpp jungle doing the nosuid checking.
53440      Branch: cfgperl
53441            ! perl.c
53442 ____________________________________________________________________________
53443 [  5932] By: gsar                                  on 2000/04/24  09:08:14
53444         Log: add rsignal(), whichsig() and do_join() to public API list
53445              (mod_perl uses them to good advantage)
53446      Branch: perl
53447            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
53448 ____________________________________________________________________________
53449 [  5931] By: gsar                                  on 2000/04/24  09:01:40
53450         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
53451      Branch: perl
53452            ! pp_hot.c regexec.c t/op/pat.t
53453 ____________________________________________________________________________
53454 [  5930] By: gsar                                  on 2000/04/24  08:58:33
53455         Log: small os390 tweaks (from Peter Prymmer)
53456      Branch: perl
53457            ! config_h.SH makedepend.SH
53458 ____________________________________________________________________________
53459 [  5929] By: gsar                                  on 2000/04/24  08:55:25
53460         Log: pod nits
53461      Branch: perl
53462            ! pod/perlguts.pod
53463 ____________________________________________________________________________
53464 [  5928] By: gsar                                  on 2000/04/24  08:50:13
53465         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
53466      Branch: perl
53467            ! ext/IO/lib/IO/Poll.pm
53468 ____________________________________________________________________________
53469 [  5927] By: gsar                                  on 2000/04/24  08:43:24
53470         Log: arrange for next() to resume at the unstack op rather than the
53471              loop conditional, so that scope cleanup happens correctly
53472              (from Stephen McCamant)
53473      Branch: perl
53474            ! op.c pp_ctl.c t/op/misc.t
53475 ____________________________________________________________________________
53476 [  5926] By: gsar                                  on 2000/04/24  08:18:40
53477         Log: on windows, reserve 16M of stack rather than 128M (allows more
53478              threads to run concurrently)
53479      Branch: perl
53480            ! win32/Makefile win32/makefile.mk
53481 ____________________________________________________________________________
53482 [  5925] By: gsar                                  on 2000/04/24  08:13:52
53483         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
53484      Branch: perl
53485            ! toke.c
53486 ____________________________________________________________________________
53487 [  5924] By: gsar                                  on 2000/04/24  08:08:59
53488         Log: avoid using uninitialized memory in require version check
53489      Branch: perl
53490            ! pp_ctl.c universal.c
53491 ____________________________________________________________________________
53492 [  5923] By: gsar                                  on 2000/04/24  07:20:14
53493         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
53494      Branch: perl
53495            ! ext/IO/lib/IO/Poll.pm
53496 ____________________________________________________________________________
53497 [  5922] By: gsar                                  on 2000/04/24  07:08:42
53498         Log: commentary about IoTYPE() (from Nathan Torkington)
53499      Branch: perl
53500            ! sv.h
53501 ____________________________________________________________________________
53502 [  5921] By: gsar                                  on 2000/04/24  06:58:26
53503         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
53504              by fix
53505      Branch: perl
53506            ! sv.c t/lib/charnames.t t/pragma/utf8.t
53507 ____________________________________________________________________________
53508 [  5920] By: gsar                                  on 2000/04/24  06:37:59
53509         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
53510      Branch: perl
53511            ! doop.c t/op/ver.t
53512 ____________________________________________________________________________
53513 [  5919] By: gsar                                  on 2000/04/24  06:21:58
53514         Log: Configure might miss old directories when prefix must be
53515              expanded (from Robin Barker)
53516      Branch: metaconfig
53517            ! U/installdirs/inc_version_list.U
53518      Branch: perl
53519            ! Configure
53520 ____________________________________________________________________________
53521 [  5918] By: gsar                                  on 2000/04/24  06:16:11
53522         Log: VMS nits in glob() test (from Charles Lane)
53523      Branch: perl
53524            ! t/lib/glob-basic.t
53525 ____________________________________________________________________________
53526 [  5917] By: gsar                                  on 2000/04/24  06:11:56
53527         Log: various pod nits (from Larry Virden and others)
53528      Branch: perl
53529            ! README.amiga README.hpux README.machten README.os2
53530            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
53531            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
53532            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
53533            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
53534            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
53535            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
53536            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
53537            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
53538 ____________________________________________________________________________
53539 [  5916] By: gsar                                  on 2000/04/24  05:52:43
53540         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
53541              <wjones@tc.fluke.com>)
53542      Branch: perl
53543            ! t/lib/glob-basic.t
53544 ____________________________________________________________________________
53545 [  5915] By: gsar                                  on 2000/04/24  05:07:01
53546         Log: supported platforms mixed up
53547      Branch: perl
53548            ! pod/perl56delta.pod pod/perlport.pod
53549 ____________________________________________________________________________
53550 [  5914] By: gsar                                  on 2000/04/24  04:56:08
53551         Log: caller() wasn't returning the right number of elements for
53552              eval {...}
53553      Branch: perl
53554            ! pp_ctl.c t/pragma/warn/9enabled
53555 ____________________________________________________________________________
53556 [  5913] By: gsar                                  on 2000/04/24  04:35:41
53557         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
53558              Mark-Jason Dominus)
53559      Branch: perl
53560            ! pod/perlfunc.pod
53561 ____________________________________________________________________________
53562 [  5912] By: gsar                                  on 2000/04/24  04:17:15
53563         Log: fix totally broken caching in UNIVERSAL::isa() (from
53564              Nick Ing-Simmons)
53565      Branch: perl
53566            ! t/op/universal.t universal.c
53567 ____________________________________________________________________________
53568 [  5911] By: gsar                                  on 2000/04/24  03:39:47
53569         Log: add linebreak properties from unicode/LineBrk.txt (from
53570              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
53571      Branch: perl
53572            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53573            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
53574            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
53575            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
53576            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
53577            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
53578            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
53579            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
53580            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
53581            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
53582            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
53583            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
53584            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
53585            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
53586            + lib/unicode/Is/LbrkZW.pl
53587            ! lib/unicode/mktables.PL
53588 ____________________________________________________________________________
53589 [  5910] By: gsar                                  on 2000/04/24  03:23:10
53590         Log: typo in pod
53591      Branch: perl
53592            ! ext/Thread/Thread.pm
53593 ____________________________________________________________________________
53594 [  5909] By: gsar                                  on 2000/04/24  03:22:03
53595         Log: mode argument to do_binmode() should be file mode, not boolean
53596      Branch: perl
53597            ! pp_sys.c
53598 ____________________________________________________________________________
53599 [  5908] By: gsar                                  on 2000/04/16  16:51:08
53600         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
53601              always returns a valid GV even when the symbol is trapped by strictures
53602              (avoids coredumps)
53603              
53604              TODO: the C<package;> hack needs similar treatment
53605      Branch: perl
53606            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
53607            ! t/pragma/strict-vars
53608 ____________________________________________________________________________
53609 [  5907] By: jhi                                   on 2000/03/31  23:42:56
53610         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
53611              an assumption which #5905 demolished.
53612      Branch: cfgperl
53613            ! pp_sys.c
53614 ____________________________________________________________________________
53615 [  5906] By: jhi                                   on 2000/03/31  18:54:37
53616         Log: Typo in #5905.
53617      Branch: cfgperl
53618            ! t/op/64bitint.t
53619 ____________________________________________________________________________
53620 [  5905] By: jhi                                   on 2000/03/31  18:50:54
53621         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
53622              reported by Joseph N. Hall.  The bug was that even with use64bitint
53623              one had to use the prefixes q, L, or ll with printf/sprintf,
53624              contrary to the documentation and common sense.
53625      Branch: cfgperl
53626            ! sv.c t/op/64bitint.t
53627 ____________________________________________________________________________
53628 [  5904] By: gsar                                  on 2000/03/28  02:31:32
53629         Log: add Changes, perldelta.pod
53630      Branch: perl
53631            + Changes pod/perldelta.pod
53632 ____________________________________________________________________________
53633 [  5903] By: gsar                                  on 2000/03/28  02:03:55
53634         Log: rename Changes and perldelta.pod
53635      Branch: perl
53636           +> Changes5.6 pod/perl56delta.pod
53637            - Changes pod/perldelta.pod
53638            ! MANIFEST
53639 ____________________________________________________________________________
53640 [  5902] By: gsar                                  on 2000/03/28  01:59:14
53641         Log: create maint-5.6 branch
53642      Branch: maint-5.6/perl
53643           +> (branch 1611 files)
53644 ____________________________________________________________________________
53645 [  5901] By: jhi                                   on 2000/03/23  05:48:43
53646         Log: Integrate with Sarathy.
53647      Branch: cfgperl
53648           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
53649 ____________________________________________________________________________
53650 [  5900] By: gsar                                  on 2000/03/23  05:42:43
53651         Log: three guesses on what this is :-)
53652      Branch: perl
53653            ! Changes